aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target
Commit message (Expand)AuthorAgeFilesLines
* BA has only one argument.Vikram S. Adve2002-07-081-8/+12
* Significant changes to correctly spill CC registers and to correctlyVikram S. Adve2002-07-081-214/+273
* Significant changes to correctly spill CC registers and to correctlyVikram S. Adve2002-07-081-239/+164
* MachineInstr* in vector are not const (and never really were)Vikram S. Adve2002-07-081-9/+10
* Moved class MachineCodeForBasicBlock to MachineCodeForBasicBlock.h.Vikram S. Adve2002-07-081-3/+4
* MachineInstr::dump() now takes no arguments.Vikram S. Adve2002-07-081-1/+1
* A single MachineInstr operand may now be both a def and a use,Vikram S. Adve2002-07-085-102/+91
* A single MachineInstr operand may now be both a def and a use.Vikram S. Adve2002-07-082-9/+13
* getUsableUniRegAtMI interface simplified slightly.Vikram S. Adve2002-07-081-6/+7
* MachineInstr* in vector are not const (and never really were)Vikram S. Adve2002-07-081-1/+1
* Remove diff-cluttering tagsChris Lattner2002-06-302-2/+0
* Remove tag that just clutters diffsChris Lattner2002-06-301-1/+0
* Fix anands changesChris Lattner2002-06-302-12/+8
* added include<iostream> for cerrAnand Shukla2002-06-252-0/+2
* changes to make it compatible with 64bit gccAnand Shukla2002-06-257-8/+12
* changes to make it compatible with 64bit gccAnand Shukla2002-06-252-0/+2
* changes to make it compatible with 64bit gccAnand Shukla2002-06-251-2/+2
* minor change in removing endlAnand Shukla2002-06-251-1/+1
* changes to make it compatible with 64bit gccAnand Shukla2002-06-251-1/+1
* MEGAPATCH checkin.Chris Lattner2002-06-254-152/+133
* MEGAPATCH checkin.Chris Lattner2002-06-257-162/+132
* *** empty log message ***Chris Lattner2002-06-254-29/+29
* * Update with MegaPatchChris Lattner2002-06-252-278/+250
* Fix constnessChris Lattner2002-06-051-1/+1
* Fix Constness problemsChris Lattner2002-06-051-13/+13
* Disable debugging outputChris Lattner2002-06-041-1/+1
* Convert RegClass::IsColorUsedArr from a dynamically allocated array toChris Lattner2002-05-235-56/+49
* Move debug options out of header files so that the header does not haveChris Lattner2002-05-224-10/+14
* Move the DEBUG_LV option out of the public header file into a private header.Chris Lattner2002-05-221-0/+9
* Avoid #including CommandLine.hChris Lattner2002-05-221-4/+2
* * Fix typeoChris Lattner2002-05-212-2/+4
* Fix bug: test/Regression/CBackend/2002-05-21-MissingReturn.llChris Lattner2002-05-212-2/+6
* Fixed the makefile to not die when compiling a new, empty, source directoryMehwish Nagda2002-05-211-0/+3
* Hide debugging optionsChris Lattner2002-05-204-4/+4
* Don't lose namespace qualifications on previous patch.Chris Lattner2002-05-201-2/+2
* Rename IsPowerOf2 to isPowerOf2Chris Lattner2002-05-191-2/+2
* InstrnsBefore and InstrnsAfter are now vectors instead of deques.Vikram S. Adve2002-05-191-3/+3
* Better folding getelementptr operations with mixedVikram S. Adve2002-05-191-41/+61
* cpValue2Value now needs a vector of MachineInstr to store return values.Vikram S. Adve2002-05-191-16/+20
* Annotation class for MachineInstr.Vikram S. Adve2002-05-191-0/+96
* Numerous bug fixes:Vikram S. Adve2002-05-192-27/+58
* Add integer register size field.Vikram S. Adve2002-05-191-27/+37
* Numerous bug fixes:Vikram S. Adve2002-05-198-887/+1004
* Fix bug: test/Regression/CBackend/2002-05-16-NameCollide.ll by trackingChris Lattner2002-05-172-4/+48
* Last minor cleanups, this code still does not work for all cases, but itChris Lattner2002-05-092-36/+20
* Two Cleanups to generated C code:Chris Lattner2002-05-092-70/+130
* * Remove CInstPrintVisitor class, incorporating it into the CWriter classChris Lattner2002-05-092-688/+600
* Remove CLocalVars data structure entirely, instead of building stuff andChris Lattner2002-05-092-56/+6
* Simplify code by removing InstLocalVarsVisitor, replacing it with a simpleChris Lattner2002-05-092-124/+34
* * Clean up how PHI nodes are handledChris Lattner2002-05-092-108/+146