summaryrefslogtreecommitdiff
path: root/lib/CodeGen
Commit message (Expand)AuthorAge
* moving to the Reoptimizer/Mapping dirMehwish Nagda2002-07-22
* *** empty log message ***Chris Lattner2002-07-22
* changed size computationMehwish Nagda2002-07-19
* added check for Function with 0 BBMehwish Nagda2002-07-17
* Now will profile all Basic BlocksMehwish Nagda2002-07-16
* Initial checking : Writes LLVM - MI mappiing to the .s fileMehwish Nagda2002-07-15
* added std:: to endlAnand Shukla2002-07-11
* Fix print of BB name in dump().Vikram S. Adve2002-07-10
* Add support for marking each operand as a %hh, %hm, %lm or %lo.Vikram S. Adve2002-07-10
* changed mem_fun to std::mem_funAnand Shukla2002-07-09
* Significant changes to correctly spill CC registers and to correctlyVikram S. Adve2002-07-08
* MachineInstr* in vector are not const (and never really were)Vikram S. Adve2002-07-08
* Rename static struct Initializer to avoid name conflict with BB.Vikram S. Adve2002-07-08
* Fix printing of BB in dump.Vikram S. Adve2002-07-08
* Moved class MachineCodeForBasicBlock to MachineCodeForBasicBlock.h.Vikram S. Adve2002-07-08
* MachineInstr::dump() now takes no arguments.Vikram S. Adve2002-07-08
* Implementation of class MachineCodeForBasicBlock.Vikram S. Adve2002-07-08
* A single MachineInstr operand may now be both a def and a use,Vikram S. Adve2002-07-08
* getUsableUniRegAtMI interface simplified slightly.Vikram S. Adve2002-07-08
* Moved class MachineCodeForBasicBlock to MachineCodeForBasicBlock.{cpp,h}.Vikram S. Adve2002-07-08
* MachineInstr* in vector are not const (and never really were)Vikram S. Adve2002-07-08
* Remove tag that just clutters diffsChris Lattner2002-06-30
* changes to make it compatible with 64bit gccAnand Shukla2002-06-25
* MEGAPATCH checkin.Chris Lattner2002-06-25
* MEGAPATCH checkin.Chris Lattner2002-06-25
* Convert RegClass::IsColorUsedArr from a dynamically allocated array toChris Lattner2002-05-23
* Move debug options out of header files so that the header does not haveChris Lattner2002-05-22
* Avoid #including CommandLine.hChris Lattner2002-05-22
* Hide debugging optionsChris Lattner2002-05-20
* Don't lose namespace qualifications on previous patch.Chris Lattner2002-05-20
* InstrnsBefore and InstrnsAfter are now vectors instead of deques.Vikram S. Adve2002-05-19
* Better folding getelementptr operations with mixedVikram S. Adve2002-05-19
* cpValue2Value now needs a vector of MachineInstr to store return values.Vikram S. Adve2002-05-19
* Annotation class for MachineInstr.Vikram S. Adve2002-05-19
* Numerous bug fixes:Vikram S. Adve2002-05-19
* Replace all usages of Type::isPointerType with isa<PointerType>Chris Lattner2002-05-06
* Add neccesary #includeChris Lattner2002-04-29
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-29
* Add new optional getPassName() virtual function that a Pass can overrideChris Lattner2002-04-29
* Include appropriate fileChris Lattner2002-04-28
* Split ConstantVals.h into Constant.h and Constants.hChris Lattner2002-04-28
* Eliminate the cfg namespace, moving LoopInfo, Dominators, Interval* classesChris Lattner2002-04-28
* Remove all contents of the cfg namespace to the global namespaceChris Lattner2002-04-28
* s/Method/FunctionChris Lattner2002-04-27
* * Rename MethodPass class to FunctionPassChris Lattner2002-04-27
* Don't record instructions for copying method arguments in theVikram S. Adve2002-04-25
* Don't record instructions for copying method arguments in theVikram S. Adve2002-04-25
* Improve printing during dumps.Vikram S. Adve2002-04-25
* Optional args are no longer allocated as they are discovered.Vikram S. Adve2002-04-25
* Only emit message if DEBUG_RA is onChris Lattner2002-04-15