aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* 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
* Re-fix bug: Put back MachineCodeForInstruction::dropAllReferences.Vikram S. Adve2002-03-241-4/+24
* Fix padding for variables allocated on stack.Vikram S. Adve2002-03-241-13/+18
* 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
* Change treeRoots data structure to make enumeration deterministic.Vikram S. Adve2002-03-241-15/+24
* Rename Method to FunctionChris Lattner2002-03-233-11/+12
* Big bug fix: getUsableUniRegAtMI needed to return values in argumentsVikram S. Adve2002-03-181-3/+3
* Added function computeOffsetforLocalVar to check how big theVikram S. Adve2002-03-181-60/+75
* Bug fix in setting CC register.Vikram S. Adve2002-03-181-8/+11
* 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
* Change to make it build with GCC 2.95.3Anand Shukla2002-02-261-1/+1
* * Make it compile with GCC 3.0.4Chris Lattner2002-02-241-7/+6
* * Silence signed/unsigned warningsChris Lattner2002-02-242-3/+4
* * Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and intoChris Lattner2002-02-123-15/+13
* Method.h no longer includes BasicBlock.hChris Lattner2002-02-125-9/+16
* Convert operand iterator over to work like an STL iteratorChris Lattner2002-02-053-101/+53
* Minor change: Methods that return ValueSet's that are guaranteed to be validChris Lattner2002-02-054-44/+29
* * Code CleanupsChris Lattner2002-02-052-22/+18
* * Code Cleanups of IGNode.hChris Lattner2002-02-052-53/+24
* Must include SetOperations to do set_*Chris Lattner2002-02-051-0/+1
* * Eliminate the LiveVarSet class, making applyTranferFuncForMInst a staticChris Lattner2002-02-053-53/+41
* * Eliminate the LiveVarSet class, making applyTranferFuncForMInst a staticChris Lattner2002-02-054-21/+16
* * Code CleanupsChris Lattner2002-02-053-152/+102
* * Add a #include not indirectly included any moreChris Lattner2002-02-052-0/+2
* * 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