Change MachineBasicBlock's to not be Annotations, instead they are kept as
[oota-llvm.git] / lib / Target / SparcV9 / InstrSelection / InstrSelection.cpp
2002-10-28 Chris LattnerChange MachineBasicBlock's to not be Annotations, inste...
2002-10-28 Chris Lattner*** empty log message ***
2002-10-28 Chris LattnerRename MachineCodeForBasicBlock to MachineBasicBlock
2002-10-28 Misha BrukmanChanged `MachineCodeForMethod' to `MachineFunction'.
2002-10-23 Chris LattnerTell PassManager that this pass does not invalidate...
2002-09-08 Chris LattnerMake sure the leakdetector is told about temporary...
2002-09-08 Chris LattnerInform the memory leak detector that TmpInstruction...
2002-08-09 Chris LattnerWe are using std::vector, so remove extraneous namespac...
2002-07-30 Chris Lattner* Move InstructionSelection Pass here instead of living...
2002-07-22 Chris Lattner*** empty log message ***
2002-07-08 Vikram S. AdveMoved class MachineCodeForBasicBlock to MachineCodeForB...
2002-06-25 Anand Shuklachanges to make it compatible with 64bit gcc
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-05-20 Chris LattnerHide debugging options
2002-05-19 Vikram S. AdvecpValue2Value now needs a vector of MachineInstr to...
2002-04-29 Chris LattnerEliminate duplicate or unneccesary #include's
2002-04-08 Chris LattnerValue cannot be directly instantiated. I think that...
2002-04-07 Chris LattnerChange references to the Method class to be references...
2002-03-24 Vikram S. AdveUse deterministic iterator for treeRoots.
2002-03-18 Vikram S. AdveUse vector for machine instructions returned by GetInst...
2002-02-12 Chris Lattner* Pull BasicBlock::pred_* and BasicBlock::succ_* out...
2002-02-03 Chris Lattner* Straighten out #includes
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-04 Chris LattnerRenamed inst_const_iterator -> const_inst_iterator
2001-12-03 Chris LattnerSplit the PHINode class out from the iOther.h file...
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...
2001-11-15 Ruchira SasankaAdded naming to inserted phi copy values - for easy...
2001-11-15 Ruchira SasankaChanged phi elimination code
2001-11-12 Ruchira SasankaFor phi elimination, now we are generating only one...
2001-11-12 Ruchira SasankaAdded phi elimination code - not final
2001-11-08 Vikram S. AdveMajor overhaul of stack frame management.
2001-10-22 Vikram S. AdveCosmetic changes only.
2001-10-17 Vikram S. Adve1. Add a bottom-up pass on BURG trees that is used...
2001-10-10 Vikram S. AdveMoved code generation support routines to InstrSelectio...
2001-09-18 Vikram S. AdveMinor changes.
2001-09-14 Chris LattnerThis checkin represents some cleanup of the backend...
2001-09-12 Chris LattnerMore cleanups, preparing to revamp InstrForest to,...
2001-09-11 Chris LattnerEliminate 'BasicNode' from InstrForest.
2001-09-11 Chris LattnerEliminate MainTreeNode function
2001-09-07 Chris LattnerA file should always include it's private header file...
2001-08-28 Vikram S. AdveMoved debug options declaration to header file, and...
2001-07-31 Vikram S. AdveSimplify command line options, and add option for printing
2001-07-30 Vikram S. AdveRecord machine instructions in the vector for each...
2001-07-23 Chris LattnerCommandLine library cleanup. No longer use getValue...
2001-07-23 Chris LattnerMoved inline/llvm/Tools/* to include/llvm/Support/*
2001-07-23 Chris LattnerClean up hash table usage
2001-07-23 Chris LattnerRemoval of the redundant CompileContext wrapper
2001-07-23 Chris LattnerLarge scale changes to implement new command line argum...
2001-07-22 Chris LattnerPrivatize LLCOptions. It had no business being visible...
2001-07-21 Chris LattnerRemove unneccesary #includes
2001-07-21 Chris LattnerRenamed include/llvm/Codegen to include/llvm/CodeGen
2001-07-21 Vikram S. AdveInstruction selection via pattern matching on instructi...