aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change treeRoots data structure to make enumeration deterministic.Vikram S. Adve2002-03-241-15/+24
* Rename Method to FunctionChris Lattner2002-03-234-12/+12
* Fixed several problems with handling arguments to Phis.Vikram S. Adve2002-03-182-41/+55
* Big bug fix: killed uses were being inserted instead of erased!Vikram S. Adve2002-03-181-8/+28
* Big bug fix: getUsableUniRegAtMI needed to return values in argumentsVikram S. Adve2002-03-181-3/+3
* Constants are now added to the constant pool only when a loadVikram S. Adve2002-03-181-25/+17
* Use vector for machine instructions returned by GetInstructionsByRule.Vikram S. Adve2002-03-181-70/+31
* Big bug fix: getUsableUniRegAtMI needed to return values in argumentsVikram S. Adve2002-03-181-2/+13
* Add support for code generation for array references.Vikram S. Adve2002-03-181-481/+607
* Bug fixes for not using unified reg. numbers, and for using theVikram S. Adve2002-03-181-62/+77
* Use distinct names for the three types of SetMachineOperand toVikram S. Adve2002-03-181-35/+39
* Minor fixes.Vikram S. Adve2002-03-181-3/+7
* Handling of global names was severely broken when converting to 2 passes.Vikram S. Adve2002-03-181-28/+61
* Several sundry bug fixes.Vikram S. Adve2002-03-181-15/+23
* Fix include error.Vikram S. Adve2002-03-032-2/+2
* Change to make it build with GCC 2.95.3Anand Shukla2002-02-261-1/+1
* Clean up std namespace issuesChris Lattner2002-02-244-10/+14
* * Silence signed/unsigned warningsChris Lattner2002-02-242-3/+4
* Make it compile with GCC 3.0.4Chris Lattner2002-02-242-1/+2
* * Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and intoChris Lattner2002-02-125-20/+21
* Method.h no longer includes BasicBlock.hChris Lattner2002-02-126-4/+16
* Write llvm bytecode to output .s file as last step of LLC.Chris Lattner2002-02-113-0/+81