summaryrefslogtreecommitdiff
path: root/lib/CodeGen
Commit message (Expand)AuthorAge
...
* Move FunctionArgument out of iOther.h into Argument.h and rename class toChris Lattner2002-04-09
* No need to reserve space, erasing does not change the size of the container.Chris Lattner2002-04-09
* * Add a file header with some informationChris Lattner2002-04-09
* Clean up the ownership model a bit so that nodes actually get deleted moreChris Lattner2002-04-09
* Convert AddedInstrMapType to contain AddedInstrns by value instead of byChris Lattner2002-04-09
* GCC3.0 is reported to die without an alloca definition.Chris Lattner2002-04-09
* Don't leak memory like a seiveChris Lattner2002-04-08
* Value cannot be directly instantiated. I think that this code was TRYING toChris Lattner2002-04-08
* s/Method/FunctionChris Lattner2002-04-08
* s/method/functionChris Lattner2002-04-08
* Change references to the Method class to be references to the FunctionChris Lattner2002-04-07
* Add method clearCallInterference().Vikram S. Adve2002-03-31
* Include temp. values when computing max. size of stack frame!Vikram S. Adve2002-03-31
* Fix a bug in previous bug fix.Vikram S. Adve2002-03-31
* Bug fix: address used by indirect call instruction should alsoVikram S. Adve2002-03-31
* Change references from Method to FunctionChris Lattner2002-03-26
* Destroy MethodLiveVarInfo after register allocation.Vikram S. Adve2002-03-24
* Use deterministic iterator for SchedGraphs. This is actually notVikram S. Adve2002-03-24
* Bug fix: nextToTry was not being initialized in one case.Vikram S. Adve2002-03-24
* Add option to disable scheduling.Vikram S. Adve2002-03-24
* Add option to disable scheduling.Vikram S. Adve2002-03-24
* Minor changes.Vikram S. Adve2002-03-24
* Re-fix bug: Put back MachineCodeForInstruction::dropAllReferences.Vikram S. Adve2002-03-24
* Fix padding for variables allocated on stack.Vikram S. Adve2002-03-24
* Major overhaul to FoldGetElemPtr to handle mixed array and struct refs.Vikram S. Adve2002-03-24
* Use deterministic iterator for treeRoots.Vikram S. Adve2002-03-24
* Change treeRoots data structure to make enumeration deterministic.Vikram S. Adve2002-03-24
* Rename Method to FunctionChris Lattner2002-03-23
* Big bug fix: getUsableUniRegAtMI needed to return values in argumentsVikram S. Adve2002-03-18
* Added function computeOffsetforLocalVar to check how big theVikram S. Adve2002-03-18
* Bug fix in setting CC register.Vikram S. Adve2002-03-18
* Constants are now added to the constant pool only when a loadVikram S. Adve2002-03-18
* Use vector for machine instructions returned by GetInstructionsByRule.Vikram S. Adve2002-03-18
* Big bug fix: getUsableUniRegAtMI needed to return values in argumentsVikram S. Adve2002-03-18
* Change to make it build with GCC 2.95.3Anand Shukla2002-02-26
* * Make it compile with GCC 3.0.4Chris Lattner2002-02-24
* * Silence signed/unsigned warningsChris Lattner2002-02-24
* * Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and intoChris Lattner2002-02-12
* Method.h no longer includes BasicBlock.hChris Lattner2002-02-12
* Convert operand iterator over to work like an STL iteratorChris Lattner2002-02-05
* Minor change: Methods that return ValueSet's that are guaranteed to be validChris Lattner2002-02-05
* * Code CleanupsChris Lattner2002-02-05
* * Code Cleanups of IGNode.hChris Lattner2002-02-05
* Must include SetOperations to do set_*Chris Lattner2002-02-05
* * Eliminate the LiveVarSet class, making applyTranferFuncForMInst a staticChris Lattner2002-02-05
* * Eliminate the LiveVarSet class, making applyTranferFuncForMInst a staticChris Lattner2002-02-05
* * Code CleanupsChris Lattner2002-02-05
* * Add a #include not indirectly included any moreChris Lattner2002-02-05
* * RegisterAllocation _uses_ LiveVar analysis, instead of creating it's own copyChris Lattner2002-02-04
* * The itf exposed by InstrScheduling is now a single function to create the r...Chris Lattner2002-02-04