aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* simplify-cfg is really a function passChris Lattner2003-10-051-1/+1
* Be more careful handling PHI nodes, which might be of potentially high degree.Chris Lattner2003-10-051-93/+80
* The first PHI node may be null, scan for the first non-null oneChris Lattner2003-10-051-1/+4
* The VersionNumbers vector is only used during PHI placement. Turn it into an...Chris Lattner2003-10-051-10/+6
* * Update file header commentChris Lattner2003-10-051-44/+64
* Simplify the loop a bitChris Lattner2003-10-051-10/+9
* There is no need for separate WriteSets and PhiNodeBlocks lists. It is just aChris Lattner2003-10-051-18/+8
* The PhiNodes 2D vector is only used during PHI node placement. It doesn'tChris Lattner2003-10-051-11/+10
* * Document instance vars betterChris Lattner2003-10-051-20/+26
* Two small cleanups/speedups:Chris Lattner2003-10-051-29/+31
* * Minor cleanupsChris Lattner2003-10-051-42/+28
* Output a very high-precision numberChris Lattner2003-10-052-2/+2
* A couple of minor code cleanups.Chris Lattner2003-10-052-42/+32
* Type tables are now AbstractTypeUsers. This allows them to merge togetherChris Lattner2003-10-051-135/+217
* Add some new methods to forward toChris Lattner2003-10-051-2/+23
* 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