aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* The objects mapped are really PATypeHolders, not PATypeHandlesChris Lattner2003-10-021-2/+2
* Remove obsolete tests which:Chris Lattner2003-10-029-644/+0
* Checkin new file, reduced by BrianChris Lattner2003-10-021-0/+9
* Moved enum and command-line option in separate file. Also added function that...Alkis Evlogimenos2003-10-023-30/+40
* Add ideas and small revisions from VikramChris Lattner2003-10-021-22/+44
* Implement InstCombine/add.ll:test17 & 18Chris Lattner2003-10-021-0/+16
* Add new testcasesChris Lattner2003-10-021-0/+11
* Change llc command line for register allocatorsAlkis Evlogimenos2003-10-025-19/+46
* fix splelingChris Lattner2003-10-021-3/+3
* add note about .a filesChris Lattner2003-10-021-1/+3
* Initial checkin of the LLVM 1.0 release notesChris Lattner2003-10-021-0/+326
* Use std::string::size_type for for ColonPos to stop gcc from giving a warningAlkis Evlogimenos2003-10-011-1/+1
* Remove obsolete scoped pred and succ iterator typedefsChris Lattner2003-10-011-10/+0
* Use graph traits to perform generic interval constructionChris Lattner2003-10-011-7/+8
* Add graph traits specializations for intervalsChris Lattner2003-10-011-0/+28
* Amazingly enough, we actually do some stuff around here. Now if we couldChris Lattner2003-10-011-7/+4
* Make sure to include the "support" directoryChris Lattner2003-10-011-1/+1
* Revert previous change. For some reason this went into the main branchAlkis Evlogimenos2003-10-011-19/+2
* Added command line option for linear scan allocatorAlkis Evlogimenos2003-10-011-2/+19
* The comment seems irrelevant as the pass has become a BasicBlock pass.Misha Brukman2003-10-011-2/+0
* Corrected usage synopsis.John Criswell2003-09-301-1/+9
* Make sure to get the definition of getRegisterAllocatorChris Lattner2003-09-301-0/+1
* New testcase that was not correctly handledChris Lattner2003-09-301-0/+8
* This bug is not fixed, but will be in the future eventuallyChris Lattner2003-09-301-0/+10
* new testcaseChris Lattner2003-09-301-0/+8
* Forward declare a classChris Lattner2003-09-301-0/+1
* This got merged into Passes.hChris Lattner2003-09-301-19/+0
* RegisterAllocation.h is going awayChris Lattner2003-09-301-1/+0
* Include the sparc register in this fileChris Lattner2003-09-301-0/+5
* include passes.h which defines the interface this file exposesChris Lattner2003-09-302-8/+8
* Changed TestRunner test class so that it replaces %llvmgcc and %llvmgxxJohn Criswell2003-09-302-2/+2
* Removed Makefile for CompileFail tests. They are now run by QMTest and areJohn Criswell2003-09-302-35/+28
* Adjusted for the new TestRunner test class. This replaces %gcc and %g++ withJohn Criswell2003-09-302-2/+2
* Added the CXXTest test class.John Criswell2003-09-301-0/+2
* This makefile is completely wrong, don't even bother to keep itChris Lattner2003-09-301-4/+0
* These tests got moved to test/Programs/SingleSource/Regression/C++/EHChris Lattner2003-09-307-220/+0
* Update commentChris Lattner2003-09-301-4/+2
* Standardize header file commentsChris Lattner2003-09-30109-155/+137
* Add a file headerChris Lattner2003-09-303-0/+18
* Remove unused headerChris Lattner2003-09-301-14/+0
* Fix header commentChris Lattner2003-09-301-2/+4
* Doxygen-ified comments.Misha Brukman2003-09-302-374/+294
* Fix header, remove dead declChris Lattner2003-09-301-3/+1
* Fix header file commentChris Lattner2003-09-301-59/+26
* * Ordered includes according to LLVM styleMisha Brukman2003-09-301-70/+18
* make the header comment more usefulChris Lattner2003-09-301-2/+5
* Made code more terse:Misha Brukman2003-09-302-30/+8
* Add statistic for # of emitWord() calls.Brian Gaeke2003-09-301-0/+2
* Doxygen-ified function comments.Misha Brukman2003-09-301-61/+43
* Removed extra space in comments.Misha Brukman2003-09-301-12/+12