llvm/lib/CodeGen
Vikram S. Adve ad9c978874 Fixed incorrect assertion: spill code for function ptr should be
handled like normal operands, not like other call arguments.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3967 91177308-0d34-0410-b5e6-96231b3b80d8
2002-09-28 17:02:40 +00:00
..
InstrSched * Removed extraneous #includes 2002-08-09 20:08:03 +00:00
InstrSelection Sign-extend integer constants from original type size to 64 bits! 2002-09-27 14:26:20 +00:00
Mapping moved this file from lib/Reoptimizer/Mapping 2002-08-27 22:47:33 +00:00
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 Fixed incorrect assertion: spill code for function ptr should be 2002-09-28 17:02:40 +00:00
MachineBasicBlock.cpp Implementation of class MachineCodeForBasicBlock. 2002-07-08 23:01:11 +00:00
MachineCodeForInstruction.cpp Add an assertion. 2002-09-16 15:13:59 +00:00
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 * Removed extraneous #includes 2002-08-09 20:08:06 +00:00
Makefile Add PostOpts/ and rename PreSelection/ to PreOpts/. 2002-09-20 00:53:53 +00:00