aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/SparcV9
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix build errorChris Lattner2002-02-111-2/+2
* Convert BBLiveVar to be a BasicBlock annotation, this removes the BB2BBLVMap ...Chris Lattner2002-02-053-32/+56
* Convert operand iterator over to work like an STL iteratorChris Lattner2002-02-056-108/+63
* Minor change: Methods that return ValueSet's that are guaranteed to be validChris Lattner2002-02-058-77/+61
* * Code CleanupsChris Lattner2002-02-054-38/+32
* * Code Cleanups of IGNode.hChris Lattner2002-02-052-53/+24
* Must include SetOperations to do set_*Chris Lattner2002-02-053-0/+3
* Remove empty filesChris Lattner2002-02-051-0/+0
* * Eliminate the LiveVarSet class, making applyTranferFuncForMInst a staticChris Lattner2002-02-055-62/+49
* * Eliminate the LiveVarSet class, making applyTranferFuncForMInst a staticChris Lattner2002-02-059-125/+88
* * Code CleanupsChris Lattner2002-02-057-244/+148
* Changes neccesary due to the move of BBLiveVar.h to the lib/Analysis/LiveVar ...Chris Lattner2002-02-053-3/+3
* * Add a #include not indirectly included any moreChris Lattner2002-02-052-0/+2
* * Give BBLiveVar.cpp a proper file headerChris Lattner2002-02-052-123/+102
* * Big cleanups.Chris Lattner2002-02-051-21/+22
* Code cleanups, no functional changeChris Lattner2002-02-041-82/+47
* Clean up MethodLiveVarInfoChris Lattner2002-02-041-110/+77
* The interface to instruction scheduling is now just a call to get the pass.Chris Lattner2002-02-041-12/+1
* * RegisterAllocation _uses_ LiveVar analysis, instead of creating it's own copyChris Lattner2002-02-041-4/+2
* * The itf exposed by InstrScheduling is now a single function to create the r...Chris Lattner2002-02-043-50/+62
* Turn live variable analysis into a real MethodPass.Chris Lattner2002-02-041-35/+16
* Switch register allocator over to using LoopInfo directly instead of indirect...Chris Lattner2002-02-042-7/+7
* Make LoopDeptCalculator be an internal artifact of how RegAlloc is implemented,Chris Lattner2002-02-041-4/+13
* Make #include "llvm/Analysis/LoopDepth.h" be an internal artifact of how regi...Chris Lattner2002-02-041-14/+13