Get constant pools working. This fixes even more programs, allowing us to
[oota-llvm.git] / lib / CodeGen / MachineFunction.cpp
2004-09-05 Alkis EvlogimenosIndent to 2 spaces and cleanup excess whitespace.
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-16 Chris LattnerMove this code to lib/Target/SparcV9/MachineFunctionInf...
2004-08-16 Chris LattnerMove MachineCodeForInstruction.h and MachineFunctionInf...
2004-08-16 Brian GaekeAdd a note that people shouldn't use MachineFunctionInfo.
2004-08-15 Chris LattnerStop using CreateStackObject(RegClass*)
2004-08-12 Chris LattnerForward substitute some constants into their users
2004-08-12 Chris LattnerThe only target that uses this code (v9) always has...
2004-07-29 Misha BrukmanFix #includes of i*.h => Instructions.h as per PR403.
2004-07-08 Alkis EvlogimenosAdd viewCFG() and viewCFGOnly() APIs.
2004-07-04 Reid SpencerAdd #include <iostream> since Value.h does not #include...
2004-07-01 Chris LattnerMake sure that we destroy the MBB's, with all of their...
2004-07-01 Chris LattnerInstance var no longer exists
2004-06-11 Chris LattnerFix fallout from getOffsetOfLocalArea() being negated...
2004-06-02 Chris LattnerInline findOptimalStorageSize into it's caller, both...
2004-05-24 Tanya LattnerMoved MachineBasicBlock deconstructor to cpp file and...
2004-05-24 Tanya LattnerAdded MachineFunction parent* to MachineBasicBlock...
2004-05-12 Brian GaekeStart NextMBBNumber out at zero.
2004-03-29 Brian GaekeChange how the beginnings and ends of MachineFunctions...
2004-03-01 Brian GaekeTargetCacheInfo has been removed; its only uses were...
2004-02-29 Chris LattnerRemove use of an ugly header
2004-02-16 Alkis EvlogimenosAdd LeakDetection to MachineInstr.
2004-02-15 Alkis EvlogimenosAdd back machine code deleter pass until we get a Machi...
2004-02-13 Brian GaekeRefactor MachineFunction::print() into MachineBasicBloc...
2004-02-12 Alkis EvlogimenosChange MachineBasicBlock's vector of MachineInstr point...
2004-02-01 Chris LattnerFix a bug in a recent checkin
2004-01-30 Brian GaekeGive clients of MachineFunctionPrinter the ability...
2003-12-20 Chris LattnerAdd a new target-independent machine code freeing pass
2003-12-20 Chris Lattner* Finegrainify namespacification
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-08-13 Brian GaekeFactory methods for FunctionPasses now return type...
2003-07-26 Chris LattnerConst correctness fixes
2003-06-30 John CriswellMerged in autoconf branch. This provides configuration...
2003-04-23 Chris LattnerRemove unneccesary &*
2003-01-16 Chris LattnerPrint machine frame objects with the frame offset intri...
2003-01-13 Chris LattnerAdd support for constant pool
2002-12-29 Chris LattnerRename MachineOptInfo to TargetoptInfo
2002-12-28 Chris Lattner Rename FunctionFrameInfo to MachineFrameInfo
2002-12-28 Chris LattnerRename MachineFrameInfo to TargetFrameInfo.h
2002-12-28 Chris Lattner* A bunch of functionality and data was removed from...
2002-12-25 Chris LattnerRemove dependency on SSARegMap.h by MachineFunction.h
2002-12-15 Chris LattnerImplement printing of MBB arguments
2002-11-20 Misha BrukmanInitialize the SSARegMap.
2002-10-30 Chris LattnerImplement structured machine code printing
2002-10-29 Chris LattnerMake argsize calculation stuff optional, so that Target...
2002-10-29 Chris LattnerRename annotation id
2002-10-28 Misha BrukmanReplaced uses of deprecated `MachineFunction::get(Basic...
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 LattnerMachineFunction now includes MachineBasicBlock so there...
2002-10-28 Chris LattnerRename MachineCodeForBasicBlock to MachineBasicBlock
2002-10-28 Chris LattnerMinor cleanups
2002-10-28 Chris LattnerMove machine code generation/destruction passes out...
2002-10-28 Chris LattnerPrune #includes
2002-10-28 Misha BrukmanChanged `MachineCodeForMethod' to `MachineFunction'.
2002-10-11 Vikram S. AdveDon't pad variables in stack slots for performance!
2002-09-16 Vikram S. AdveImprove and fix error in allocating stack slots: adjust...
2002-07-25 Chris Lattner*** empty log message ***
2002-07-24 Chris Lattner*** empty log message ***
2002-07-11 Anand Shuklaadded std:: to endl
2002-07-10 Vikram S. AdveFix print of BB name in dump().
2002-07-08 Vikram S. AdveFix printing of BB in dump.
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-04-25 Vikram S. AdveOptional args are no longer allocated as they are disco...
2002-04-07 Chris LattnerChange references to the Method class to be references...
2002-03-31 Vikram S. AdveInclude temp. values when computing max. size of stack...
2002-03-24 Vikram S. AdveFix padding for variables allocated on stack.
2002-03-18 Vikram S. AdveAdded function computeOffsetforLocalVar to check how...
2002-02-24 Chris Lattner* Make it compile with GCC 3.0.4
2002-02-12 Chris LattnerMethod.h no longer includes BasicBlock.h
2002-02-03 Chris LattnerCode pulled out of MAchineInstr.(h|cpp)