summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Fix typos in previous checkin.Vikram S. Adve2002-09-15
* RegAllocCommon no longer includes CommandLine.h so we have to include itChris Lattner2002-09-15
* Break RA_DEBUG option into several levels to get better control overVikram S. Adve2002-09-14
* Remove unnecessary include.Vikram S. Adve2002-09-14
* Break RA_DEBUG option into several levels to get better output.Vikram S. Adve2002-09-14
* Fixed problem with printing struct definitions in the correct order.Nick Hildenbrandt2002-09-14
* Fix bug I introducedChris Lattner2002-09-14
* Moving to lib/CodeGen/RegAlloc.Vikram S. Adve2002-09-14
* Function.h is unnecessary when Module.h is included.Misha Brukman2002-09-14
* On the quest of eliminating unnecessary includes.Misha Brukman2002-09-14
* Again, including Module makes Function unnecessary.Misha Brukman2002-09-14
* Following Chris's advice, I'm pruning some unnecessary .h includes that I'mMisha Brukman2002-09-14
* * Fix a bug that was causing lli to misrun:Chris Lattner2002-09-13
* Change the MallocInst & AllocaInst ctors to take the allocated type, not theChris Lattner2002-09-13
* Change the MallocInst & AllocaInst ctors to take the allocated type, not theChris Lattner2002-09-13
* include/llvm/DataTypes.h includes this #define so we don't need it anymoreChris Lattner2002-09-13
* include/llvm/DataTypes.h includes this #define so we don't need it anymoreChris Lattner2002-09-13
* Export symbols for linuxChris Lattner2002-09-13
* Submitted by Casey Carter:Chris Lattner2002-09-13
* Another portability fix provided via Casey Carter:Chris Lattner2002-09-13
* Another portability patch graciously provided by Casey CarterChris Lattner2002-09-13
* Fix a bug introduced by the Getelementptr changeChris Lattner2002-09-12
* Fix a bug I introduced into the code generator. :(Chris Lattner2002-09-12
* Fix bug I introduced with one of my previous changes.Chris Lattner2002-09-12
* Add a new BasicBlockPass::doInitialization/Finalization(Function &) pair ofChris Lattner2002-09-12
* - Change getelementptr instruction to use long indexes instead of uintChris Lattner2002-09-11
* - Change getelementptr instruction to use long indexes instead of uintChris Lattner2002-09-11
* - Change getelementptr instruction to use long indexes instead of uintChris Lattner2002-09-11
* Give better assertion message for error conditionsChris Lattner2002-09-11
* Recently changed getelementptr to use 'long' indexes for sequential typesChris Lattner2002-09-11
* Allocation insts always have one operandChris Lattner2002-09-11
* Add convenience ctor to BranchInstChris Lattner2002-09-10
* Fix the last of the silly bugs I just introduced. :(Chris Lattner2002-09-10
* Fix bugs in previous checkinsChris Lattner2002-09-10
* Fix bug in previous checkinChris Lattner2002-09-10
* Add cannonicalization of shl X, 1 -> add X, XChris Lattner2002-09-10
* Fix minor problems in previous checkinChris Lattner2002-09-10
* Fix minor problems in previous checkinChris Lattner2002-09-10
* Clean up code due to auto-insert constructorsChris Lattner2002-09-10
* Clean up code due to auto-insert constructorsChris Lattner2002-09-10
* Clean up codeChris Lattner2002-09-10
* Use explicit ctorChris Lattner2002-09-10
* Tighten up assertion checking for binary operators, not allowing invalidChris Lattner2002-09-10
* Tighten up error checking in parser, disallowing instructions that f.e.,Chris Lattner2002-09-10
* Fix bug: test/Regression/Transforms/LevelRaise/2002-09-10-PointerAdds.llChris Lattner2002-09-10
* Simplify code (somtimes dramatically), by using the new "auto-insert" featureChris Lattner2002-09-10
* Simplify code (somtimes dramatically), by using the new "auto-insert" featureChris Lattner2002-09-10
* Add support for printing constpointerrefs more nicelyChris Lattner2002-09-10
* Add capability to insert an instruction into a basic block immediately afterChris Lattner2002-09-10
* Remove extra #includeChris Lattner2002-09-10