Rename X86InstructionInfo to X86InstrInfo
[oota-llvm.git] / lib /
2002-10-29 Chris LattnerRename X86InstructionInfo to X86InstrInfo
2002-10-29 Chris LattnerMinor renaming
2002-10-29 Chris LattnerRemove unneccesary #includes
2002-10-29 Chris LattnerRename Sparc.h to TargetMachineImpls.h
2002-10-29 Chris LattnerReenable X86 backend, even though it doesn't do much...
2002-10-29 Chris LattnerMerge with sparc backend
2002-10-29 Chris LattnerX86 merge is complete, eliminate unused code
2002-10-29 Vikram S. AdveRemove separate vector of implicit refs from MachineIns...
2002-10-29 Vikram S. AdveMove CallArgsDescriptor into this class instead of...
2002-10-29 Vikram S. AdveBug fix: align size for dynamic allocas according to...
2002-10-29 Chris LattnerSwitch to generating machineinstr's instead of MInstruc...
2002-10-29 Chris LattnerBe compatible with sparc backend
2002-10-29 Chris LattnerImplement MachineInstrInfo interface
2002-10-29 Chris LattnerSwitch to different flag set
2002-10-29 Chris LattnerMove TargetInstrDescriptors extern to the one .cpp...
2002-10-29 Chris LattnerMove TargetInstrDescriptors to MachineInstrInfo.cpp
2002-10-29 Chris Lattner*** empty log message ***
2002-10-29 Chris LattnerUse higher level methods, don't use TargetInstrDescript...
2002-10-29 Chris LattnerUse higher level method
2002-10-29 Chris LattnerRemove #include, misleading comment, and a typedef...
2002-10-29 Chris LattnerInline typedef, eliminate unused method
2002-10-29 Chris LattnerRemove long dead #if 0
2002-10-29 Chris LattnerAdd #includes that were eliminated from headers
2002-10-29 Chris LattnerDe-inline methods
2002-10-29 Chris LattnerRemove #include
2002-10-29 Chris LattnerRemove unneeded #include
2002-10-29 Chris LattnerRemove forward decl
2002-10-29 Chris LattnerMake assertIGNode be private to the InterferenceGraph...
2002-10-29 Chris LattnerMachineInstrInfo doesn't need a TargetMachine
2002-10-28 Chris LattnerDon't build X86 target until it builds properly again
2002-10-28 Chris LattnerSeperate code out of TargetMachine into MachineInstrInfo
2002-10-28 Chris LattnerInitial stab at MachineInstr'ication
2002-10-28 Chris LattnerMachineInstrInfo no longer #includes this header, so...
2002-10-28 Chris LattnerUse BuildMI instead of explicit code.
2002-10-28 Chris LattnerRemove all traces of the "Opcode Mask" field in the...
2002-10-28 Chris LattnerRemove more default arguments that are never used
2002-10-28 Chris LattnerRemove default operands that are never used
2002-10-28 Chris Lattner* Make MachineOperand ctors private, so MachineOperand...
2002-10-28 Chris LattnerFix minor bug
2002-10-28 Chris LattnerDon't pass default args
2002-10-28 Misha BrukmanFixed spelling and grammar.
2002-10-28 Misha BrukmanRewrote uses of deprecated `MachineFunction::get(BasicB...
2002-10-28 Misha BrukmanReplaced uses of deprecated `MachineFunction::get(Basic...
2002-10-28 Nick HildenbrandtCasting NULL can cause problems so lets just not cast...
2002-10-28 Chris LattnerRemove two arguments that are never specified
2002-10-28 Chris LattnerDon't bother passing in default value
2002-10-28 Chris LattnerRename some regalloc fields
2002-10-28 Chris LattnerFixes to work with updated RegAlloc
2002-10-28 Chris LattnerEliminate usage of MachineBasicBlock::get
2002-10-28 Nick Hildenbrandt*** empty log message ***
2002-10-28 Chris LattnerRemove usage of MachineBasicBlock::get
2002-10-28 Chris LattnerRemove usage of MachineBasicBlock::get
2002-10-28 Chris LattnerEliminate uses of MachineBasicBlock::get
2002-10-28 Chris LattnerEliminate unneccesary use of MachineBasicBlock::get
2002-10-28 Chris Lattners/method/function
2002-10-28 Chris LattnerChange MachineBasicBlock's to not be Annotations, inste...
2002-10-28 Chris LattnerMake sched class unsigned
2002-10-28 Chris LattnerMake Scheduling Class variables be 'unsigned' instead...
2002-10-28 Chris LattnerRename the redundant MachineOperand::getOperandType...
2002-10-28 Chris LattnerFairly major overhaul of MachineInstr & Operand classes
2002-10-28 Chris LattnerAdd #includes now that MachineInstr.h doesn't include...
2002-10-28 Chris LattnerDon't #include <Support/*>, #include "Support/*"
2002-10-28 Chris Lattner*** empty log message ***
2002-10-28 Chris LattnerMachineFunction now includes MachineBasicBlock so there...
2002-10-28 Chris LattnerRename MachineCodeForBasicBlock to MachineBasicBlock
2002-10-28 Chris Lattner*** empty log message ***
2002-10-28 Chris LattnerFixes to previous checkin
2002-10-28 Chris LattnerInline some methods from .cpp files into .h files,...
2002-10-28 Chris LattnerMinor cleanups
2002-10-28 Chris LattnerMove machine code generation/destruction passes out...
2002-10-28 Chris LattnerMove addPassesToEmitAssembly from TargetMachine to...
2002-10-28 Chris LattnerPrune #includes
2002-10-28 Chris LattnerUpdates to match misha's changes
2002-10-28 Misha BrukmanChanged `MachineCodeForMethod' to `MachineFunction'.
2002-10-27 Chris LattnerRemove dead fixme
2002-10-27 Chris LattnerInstruction select constant arguments correctly
2002-10-27 Chris LattnerAdd instruction definitions for mov r, imm instructions
2002-10-27 Chris Lattnerchange ++ to +1 when using random access iterators
2002-10-27 Chris LattnerAdd #include
2002-10-26 Chris LattnerFix a major bug in lli
2002-10-25 Chris LattnerInitial checkin of X86 backend.
2002-10-25 Chris LattnerBuild the X86 target as well
2002-10-25 Chris LattnerInitial checkin of codegen infrastructure for LLVM-JIT
2002-10-25 Chris LattnerPrune #includes
2002-10-25 Chris LattnerFix misspelling
2002-10-23 Nick HildenbrandtMalloc prototyping now works even if the original file...
2002-10-23 Chris LattnerTell PassManager that this pass does not invalidate...
2002-10-23 Chris LattnerMinor cleanups
2002-10-23 Chris Lattner - Fix a really nasty bug in the bytecode reader that...
2002-10-22 Chris LattnerWow, for some reason, when reading bytecode from stdin...
2002-10-22 Chris LattnerEnsure definate initialization
2002-10-22 Chris Lattner - Two minor improvements to the MachineInstr class...
2002-10-22 Chris Lattner - Make sure to only keep track of mappings that the...
2002-10-22 Chris LattnerThe callee is not correct, and confuses the TD pass...
2002-10-21 Chris Lattner - Rename AnalysisUsage::preservesAll to getPreservesA...
2002-10-21 Chris LattnerDelete unused arguments to DSGraph::cloneInto method
2002-10-21 Chris Lattner - Add "ResolvingCaller" to the CallSite record. ...
2002-10-21 Chris LattnerAdd another copy ctor form
2002-10-21 Chris LattnerAs it turns out, we don't need a fully generic mapping...
2002-10-21 Chris LattnerDon't create a new node for every reference to a global...
next