aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* changes to make it compatible with 64bit gccAnand Shukla2002-06-252-2/+4
* MEGAPATCH checkin.Chris Lattner2002-06-254-152/+133
* MEGAPATCH checkin.Chris Lattner2002-06-253-92/+71
* Convert RegClass::IsColorUsedArr from a dynamically allocated array toChris Lattner2002-05-233-39/+30
* Move debug options out of header files so that the header does not haveChris Lattner2002-05-223-9/+8
* Avoid #including CommandLine.hChris Lattner2002-05-221-4/+2
* Hide debugging optionsChris Lattner2002-05-203-3/+3
* Don't lose namespace qualifications on previous patch.Chris Lattner2002-05-201-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/+39
* Numerous bug fixes:Vikram S. Adve2002-05-192-27/+58
* Replace all usages of Type::isPointerType with isa<PointerType>Chris Lattner2002-05-061-2/+2
* Add neccesary #includeChris Lattner2002-04-291-0/+1
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-2913-18/+5
* Add new optional getPassName() virtual function that a Pass can overrideChris Lattner2002-04-292-0/+4
* Include appropriate fileChris Lattner2002-04-281-0/+2
* Split ConstantVals.h into Constant.h and Constants.hChris Lattner2002-04-282-2/+2
* Eliminate the cfg namespace, moving LoopInfo, Dominators, Interval* classesChris Lattner2002-04-281-6/+4
* Remove all contents of the cfg namespace to the global namespaceChris Lattner2002-04-281-4/+4
* s/Method/FunctionChris Lattner2002-04-275-20/+20
* * Rename MethodPass class to FunctionPassChris Lattner2002-04-272-22/+14
* Don't record instructions for copying method arguments in theVikram S. Adve2002-04-251-0/+1
* Don't record instructions for copying method arguments in theVikram S. Adve2002-04-251-66/+78
* Improve printing during dumps.Vikram S. Adve2002-04-251-28/+16
* Optional args are no longer allocated as they are discovered.Vikram S. Adve2002-04-251-51/+22
* Only emit message if DEBUG_RA is onChris Lattner2002-04-151-6/+6
* Move FunctionArgument out of iOther.h into Argument.h and rename class toChris Lattner2002-04-091-1/+1
* No need to reserve space, erasing does not change the size of the container.Chris Lattner2002-04-091-1/+0
* * Add a file header with some informationChris Lattner2002-04-091-35/+25
* Clean up the ownership model a bit so that nodes actually get deleted moreChris Lattner2002-04-091-12/+8
* Convert AddedInstrMapType to contain AddedInstrns by value instead of byChris Lattner2002-04-092-57/+31
* GCC3.0 is reported to die without an alloca definition.Chris Lattner2002-04-091-0/+1
* Don't leak memory like a seiveChris Lattner2002-04-081-18/+5
* Value cannot be directly instantiated. I think that this code was TRYING toChris Lattner2002-04-081-5/+3
* s/Method/FunctionChris Lattner2002-04-084-14/+13
* s/method/functionChris Lattner2002-04-082-4/+4
* Change references to the Method class to be references to the FunctionChris Lattner2002-04-076-124/+102
* Add method clearCallInterference().Vikram S. Adve2002-03-311-0/+3
* Include temp. values when computing max. size of stack frame!Vikram S. Adve2002-03-311-3/+3
* Fix a bug in previous bug fix.Vikram S. Adve2002-03-311-6/+14
* Bug fix: address used by indirect call instruction should alsoVikram S. Adve2002-03-311-16/+21
* Change references from Method to FunctionChris Lattner2002-03-261-6/+6
* Destroy MethodLiveVarInfo after register allocation.Vikram S. Adve2002-03-241-0/+1
* Use deterministic iterator for SchedGraphs. This is actually notVikram S. Adve2002-03-241-24/+10
* Bug fix: nextToTry was not being initialized in one case.Vikram S. Adve2002-03-241-3/+5
* Add option to disable scheduling.Vikram S. Adve2002-03-241-0/+1
* Add option to disable scheduling.Vikram S. Adve2002-03-241-39/+53
* Minor changes.Vikram S. Adve2002-03-241-7/+3