aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Match the llvmAsmParser's handling of ICmp and FCmp instructions.Reid Spencer2006-12-034-1730/+1812
* Regenerate.Reid Spencer2006-12-035-385/+388
* Add a needed #include.Reid Spencer2006-12-031-0/+1
* Regenerate.Reid Spencer2006-12-028-3249/+4014
* Implement upgrade of setcc instruction to icmp/fcmp, but don't enable itReid Spencer2006-12-022-1/+74
* Regenerate.Reid Spencer2006-12-027-3607/+3794
* Support several new upgrades:Reid Spencer2006-12-024-169/+215
* Regenerate.Reid Spencer2006-12-024-520/+623
* Implement the GEP upgrade for non-constant unsigned indicesReid Spencer2006-12-023-56/+87
* Keep lists of values so they can be examined.Reid Spencer2006-12-027-442/+594
* Build llvm-update now.Reid Spencer2006-12-021-1/+1
* Add support for global types and type resolution. Fix several minorReid Spencer2006-12-0211-603/+877
* Handle upgrade of fp -> ptr cast with fp -> int -> ptrReid Spencer2006-12-016-386/+522
* Don't convert {} into []!Reid Spencer2006-12-014-8/+8
* Allow the new cast instructions.Reid Spencer2006-12-0110-2706/+3146
* Upgrade shr to ashr and lshrReid Spencer2006-12-0110-2514/+2574
* target constructors are never usedChris Lattner2006-12-012-8/+2
* Don't treat numeric (untyped) constants as a ConstInfo, just pass theReid Spencer2006-12-016-1480/+1380
* First version of llvm-upgrade that can correctly upgrade all ofReid Spencer2006-12-018-1956/+2004
* valgrind clean version of llvm-upgradeReid Spencer2006-12-015-378/+355
* First version of llvm-upgrade that can correctly upgrade a large testReid Spencer2006-12-0113-3715/+4516
* Remove extra header.Nick Lewycky2006-12-011-1/+0
* Fix opt -o option. Don't pass a pointer to an auto variable which is goingNick Lewycky2006-12-011-4/+3
* Allow llvm-upgrade to read from stdin. Configure the lexer for readingReid Spencer2006-11-3011-674/+694
* Ignore generated files.Reid Spencer2006-11-301-0/+4
* Initial, non-functional, version of llvm-upgrade. This version just echosReid Spencer2006-11-3013-0/+15223
* Replacing std::iostreams with llvm iostreams. Some of these changes involveBill Wendling2006-11-2910-116/+134
* Convert to using llvm streams instead of iostreams.Bill Wendling2006-11-282-25/+28
* Add an -append-exit-code option to bugpoint. This will cause bugpoint toReid Spencer2006-11-281-0/+11
* For PR950:Reid Spencer2006-11-273-8/+34
* Update to new predicate simplifier VRP design. Fixes PR966 and PR967.Nick Lewycky2006-11-222-2/+0
* Added the --disable-compression option which controls whether theJohn Criswell2006-11-211-1/+5
* Need <iostream> for the time being.Bill Wendling2006-11-172-0/+2
* Need iostream to be included for the time being.Bill Wendling2006-11-171-0/+1
* Minor style fixes from review.Reid Spencer2006-11-112-6/+5
* Add a -disable-loop-extraction option to bugpoint.Reid Spencer2006-11-111-2/+9
* For PR998:Reid Spencer2006-11-111-12/+18
* completely revert patrick's enhancement to bugpoint. Though it makes bugpointChris Lattner2006-11-091-123/+15
* add a new bugpoint mode -llc-safe. This uses LLC for both halves of aChris Lattner2006-11-091-3/+9
* For PR950:Reid Spencer2006-11-081-3/+6
* Fix a problem in the the last patch that subverts error message printing.Reid Spencer2006-11-051-1/+1
* Unbreak VC++ build.Jeff Cohen2006-11-052-2/+2
* Make llvm2cpp -pedantic clean.Reid Spencer2006-11-031-1/+1
* For PR786:Reid Spencer2006-11-027-16/+4
* For PR950:Reid Spencer2006-11-021-3/+9
* Forgot a }Bill Wendling2006-10-271-0/+1
* Re-added the part where it tries to remove all global variables first.Bill Wendling2006-10-271-12/+37
* Save temp. bc files when saveTemps flag is true. Use final output fileDevang Patel2006-10-261-11/+24
* For PR950:Reid Spencer2006-10-261-3/+9
* Fix for PR960. Improves bugpoint so that it removes global variableBill Wendling2006-10-253-23/+110