llvm-6502/lib/CodeGen
Vikram S. Adve aebdbe6988 Bug fix in folding getElementPtr instructions: don't fold one into
a predecessor if it has a non-zero first index and the predecessor
ends with a struct index.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3982 91177308-0d34-0410-b5e6-96231b3b80d8
2002-09-29 22:55:05 +00:00
..
InstrSched
InstrSelection Bug fix in folding getElementPtr instructions: don't fold one into 2002-09-29 22:55:05 +00:00
Mapping
PostOpts Peephole optimization pass on final machine code. 2002-09-20 00:42:11 +00:00
PreOpts Moving these files from Code/PreSelection to here. 2002-09-20 00:29:28 +00:00
RegAlloc Added a couple of helper methods for live range construction. 2002-09-28 17:05:43 +00:00
MachineBasicBlock.cpp
MachineCodeForInstruction.cpp
MachineFunction.cpp Improve and fix error in allocating stack slots: adjust alignment after adding 2002-09-16 15:18:16 +00:00
MachineInstr.cpp Add method MachineInstr::replace to rewrite a machine instruction in place. 2002-09-20 00:47:49 +00:00
MachineInstrAnnot.cpp Fixed method getReturnValue(): it should return NULL if the 2002-09-28 17:03:54 +00:00
Makefile Convert DIRS to PARALLEL_DIRS. They can be built independently. 2002-09-29 11:52:14 +00:00