llvm-6502/lib/CodeGen
2007-01-20 10:10:26 +00:00
..
SelectionDAG Fix for PR1108: type of insert_vector_elt index operand is PtrVT, not MVT::i32. 2007-01-20 10:10:26 +00:00
AsmPrinter.cpp add new JumpTableSpecialLabelPrefix hook to asmprinter for jumptable emission. 2007-01-18 01:12:56 +00:00
BranchFolding.cpp Eliminate static ctors from Statistics 2006-12-19 22:41:21 +00:00
DwarfWriter.cpp Need to handle static declarations properly. 2007-01-08 22:15:18 +00:00
ELFWriter.cpp Have the OutputBuffer take the is64Bit and isLittleEndian booleans. 2007-01-18 01:23:11 +00:00
IntrinsicLowering.cpp rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger. 2007-01-15 02:27:26 +00:00
LiveInterval.cpp
LiveIntervalAnalysis.cpp Eliminate static ctors from Statistics 2006-12-19 22:41:21 +00:00
LiveVariables.cpp
LLVMTargetMachine.cpp
MachineBasicBlock.cpp
MachineDebugInfo.cpp Implement review feedback for the ConstantBool->ConstantInt merge. Chris 2007-01-12 04:24:46 +00:00
MachineFunction.cpp Debug dump error. 2006-12-22 02:04:05 +00:00
MachineInstr.cpp
MachinePassRegistry.cpp
MachOWriter.cpp Have the OutputBuffer take the is64Bit and isLittleEndian booleans. 2007-01-18 01:23:11 +00:00
Makefile
Passes.cpp
PHIElimination.cpp Eliminate static ctors from Statistics 2006-12-19 22:41:21 +00:00
PhysRegTracker.h
PrologEpilogInserter.cpp Remove an unused variable. 2007-01-20 09:21:54 +00:00
RegAllocLinearScan.cpp Eliminate static ctors from Statistics 2006-12-19 22:41:21 +00:00
RegAllocLocal.cpp Eliminate static ctors from Statistics 2006-12-19 22:41:21 +00:00
RegAllocSimple.cpp Eliminate static ctors from Statistics 2006-12-19 22:41:21 +00:00
TwoAddressInstructionPass.cpp Eliminate static ctors from Statistics 2006-12-19 22:41:21 +00:00
UnreachableBlockElim.cpp
VirtRegMap.cpp GetRegForReload() now keeps track which registers have been considered and rejected during its quest to find a suitable reload register. This avoids an infinite loop in case like this: 2007-01-19 22:40:14 +00:00
VirtRegMap.h