aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target
Commit message (Expand)AuthorAgeFilesLines
* Only print debug message if DEBUG_RA is onChris Lattner2002-04-151-8/+6
* Only emit message if DEBUG_RA is onChris Lattner2002-04-151-6/+6
* Handle the FP format problem, where outputed FP constants were not preciseChris Lattner2002-04-111-7/+24
* Move FunctionArgument out of iOther.h into Argument.h and rename class toChris Lattner2002-04-091-1/+1
* Eliminate unneccesary extraneous iteratorsChris Lattner2002-04-091-10/+4
* Add explicit #includes of Function.h to make up for the removed #includeChris Lattner2002-04-091-0/+1
* iUse new form of pop_back to make code more conciseChris Lattner2002-04-091-2/+1
* No need to reserve space, erasing does not change the size of the container.Chris Lattner2002-04-091-1/+0
* Delete NOP instructions as they are eliminated.Chris Lattner2002-04-091-0/+1
* * Add a file header with some informationChris Lattner2002-04-091-35/+25
* * Add a useful file commentChris Lattner2002-04-091-91/+7
* Move the InsertPrologEpilogCode class out of the Sparc.cpp file into theChris Lattner2002-04-091-81/+0
* Move the InsertPrologEpilogCode class out of the Sparc.cpp file, and includeChris Lattner2002-04-091-0/+153
* Include prototype for interface to PrologEpilogCodeInserter.cpp fileChris Lattner2002-04-091-0/+2
* Use new higher level isFloatingPoint() functionChris Lattner2002-04-091-1/+1
* Clean up the ownership model a bit so that nodes actually get deleted moreChris Lattner2002-04-091-12/+8
* * General cleanupsChris Lattner2002-04-091-21/+21
* Convert AddedInstrMapType to contain AddedInstrns by value instead of byChris Lattner2002-04-093-65/+39
* 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-088-37/+35
* s/method/functionChris Lattner2002-04-081-3/+3
* isLabelType is obsoleteChris Lattner2002-04-081-1/+1
* * Move include/llvm/Analysis/SlotCalculator.h to include/llvm/SlotCalculator.hChris Lattner2002-04-071-4/+4
* Change references to the Method class to be references to the FunctionChris Lattner2002-04-079-207/+187
* s/MethodType/FunctionTypeChris Lattner2002-04-042-7/+5
* Case numbers were not updated when Sparc.burg.in was changedVikram S. Adve2002-04-011-1/+2
* 1. Fix a leftover bug in generating memory instructions.Vikram S. Adve2002-03-311-36/+38
* Added function getCallInstIndirectAddrVal() to set call interferenceVikram S. Adve2002-03-312-1/+11
* Minor cleanup in printing constants. I think this included a bugVikram S. Adve2002-03-311-32/+14
* Add method clearCallInterference().Vikram S. Adve2002-03-311-0/+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
* Fix CreateUIntSetInstruction() to handle sign extensions correctly.Vikram S. Adve2002-03-311-7/+37
* s/Method/FunctionChris Lattner2002-03-291-1/+2
* Change references from Method to FunctionChris Lattner2002-03-261-6/+6
* Convert to use new style casts instead of direct checkingChris Lattner2002-03-261-2/+2
* Refix bug: Add back method MachineCodeForInstruction::dropAllReferences.Vikram S. Adve2002-03-241-0/+7
* 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
* Major overhaul to FoldGetElemPtr to handle mixed array and struct refs.Vikram S. Adve2002-03-241-10/+35
* Use deterministic iterator for treeRoots.Vikram S. Adve2002-03-241-10/+10
* Bug re-fix: put back MachineCodeForInstruction::get(*I).dropAllReferences().Vikram S. Adve2002-03-241-5/+8
* Change latencies for Load, Store and Branch instructions.Vikram S. Adve2002-03-241-40/+42
* Major enhancements to how array and structure indices are handled.Vikram S. Adve2002-03-241-148/+182