aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Rename AbstractModuleProvider -> ModuleProvider, to match the header file name,Chris Lattner2003-10-045-19/+15
* Transform two methods to return pointers directly instead of returning themChris Lattner2003-10-043-66/+42
* Use V for values, not D.Chris Lattner2003-10-041-16/+15
* Do not leak the ModuleProvider if releaseModule() throws.Chris Lattner2003-10-041-11/+6
* Constants are not getting merged together correctly when types are resolvedChris Lattner2003-10-041-0/+6
* Minor random speedup: make Constant::getNullValue only call ConstantFOO::getChris Lattner2003-10-031-13/+45
* Explicit copy ctors are no longer neededChris Lattner2003-10-031-21/+0
* Minor cleanupsChris Lattner2003-10-032-53/+31
* This checkin basically amounts to a complete rewrite of the type-resolutionChris Lattner2003-10-035-346/+188
* Changed all of these tests to be TestRunner tests (or, at least they can beJohn Criswell2003-10-0313-4/+24
* These methods are dead, remove them. Because the bodies will soon beChris Lattner2003-10-031-2/+8
* These methods are dead, remove themChris Lattner2003-10-031-4/+0
* Renamed these tests so that they don't contain extra periods.John Criswell2003-10-034-860/+4
* Added links to the C and C++ frontends.John Criswell2003-10-031-0/+10
* Adding basic documentation for the LLVM C and C++ frontends.John Criswell2003-10-032-0/+221
* Dramatically simplify DerivedType::refineAbstractTypeToInternalChris Lattner2003-10-031-44/+25
* Make the PATypeHolder use a simple union-find implementation to handleChris Lattner2003-10-024-62/+124
* There is no need for BytecodeParser to be an AbstractTypeUser. Instead, itChris Lattner2003-10-022-28/+3
* There is no reason for Value to be an AbstractTypeUser. This just makes thingsChris Lattner2003-10-022-18/+2
* There is no reason for Value to be an AbstractTypeUser. This just makes thingsChris Lattner2003-10-022-13/+16
* There is no reason for the PATypeHolder class to derive from theChris Lattner2003-10-021-12/+19
* Removed the check for purify as we don't support its use at present.John Criswell2003-10-022-45/+2
* Fixed the conditional targets for postscript files and tags.John Criswell2003-10-021-2/+2
* 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