summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* Need iostream to be included for the time being.Bill Wendling2006-11-17
* Minor style fixes from review.Reid Spencer2006-11-11
* Add a -disable-loop-extraction option to bugpoint.Reid Spencer2006-11-11
* For PR998:Reid Spencer2006-11-11
* completely revert patrick's enhancement to bugpoint. Though it makes bugpointChris Lattner2006-11-09
* add a new bugpoint mode -llc-safe. This uses LLC for both halves of aChris Lattner2006-11-09
* For PR950:Reid Spencer2006-11-08
* Fix a problem in the the last patch that subverts error message printing.Reid Spencer2006-11-05
* Unbreak VC++ build.Jeff Cohen2006-11-05
* Make llvm2cpp -pedantic clean.Reid Spencer2006-11-03
* For PR786:Reid Spencer2006-11-02
* For PR950:Reid Spencer2006-11-02
* Forgot a }Bill Wendling2006-10-27
* Re-added the part where it tries to remove all global variables first.Bill Wendling2006-10-27
* Save temp. bc files when saveTemps flag is true. Use final output fileDevang Patel2006-10-26
* For PR950:Reid Spencer2006-10-26
* Fix for PR960. Improves bugpoint so that it removes global variableBill Wendling2006-10-25
* Supply alignment info to linker through LLVMSymbol.Devang Patel2006-10-25
* Instead of hard coding global prefix, use TargetAsmInfo.Devang Patel2006-10-24
* Fix typo. Add more comment. Avoid extra hash_map search.Devang Patel2006-10-23
* Add removeModule().Devang Patel2006-10-23
* For PR950:Reid Spencer2006-10-20
* Make the bugpoint reduction heuristics more effective. Patch submitted byChris Lattner2006-10-10
* Use FindProgramByName instead of FindExecutable.Devang Patel2006-10-09
* Do error checking.Devang Patel2006-10-09
* Remove a dead var noticed by YorionChris Lattner2006-10-09
* Use GetTemporaryDirectory. Fix http://llvm.org/bugs/show_bug.cgi?id=894Devang Patel2006-10-09
* simplify codeChris Lattner2006-09-28
* Enable 'predsimplify' optimization.Nick Lewycky2006-09-24
* Use abstract class to facilitate dlopen() interface.Devang Patel2006-09-21
* comment out debug codeChris Lattner2006-09-15
* Add a new -cbe-bug mode, which works just like -run-llc, except that it usesChris Lattner2006-09-15
* Adding dllimport, dllexport and external weak linkage types.Anton Korobeynikov2006-09-14
* add a new (hidden) -disable-core-files optionChris Lattner2006-09-14
* Add comment.Devang Patel2006-09-14
* Fix --enable-valgrind. Add room for the new arguments, and don't keepNick Lewycky2006-09-14
* Add --enable-valgrind option to run optimizations through valgrind toNick Lewycky2006-09-14
* GlobalValue with InternalLinkage may have operands with ExternalLinkageDevang Patel2006-09-14
* Move ipsccp pass earlier to clean up obvious bogositiesChris Lattner2006-09-09
* ok this really works :)Chris Lattner2006-09-08
* Remove redundant include.Devang Patel2006-09-08
* Need to include Makefile.config to get the value of $(OS). Add a comment.Chris Lattner2006-09-08
* Enabling LTO building on Darwin only right now. This probably should beAnton Korobeynikov2006-09-08
* Using addPassesToEmitWholeFile is not a good idea here.Devang Patel2006-09-07
* Add linker into list of LINK_COMPONENTS.Devang Patel2006-09-07
* Add lto into the list of PARALLEL_DIRSDevang Patel2006-09-07
* Use addPassesToEmitWholeFile() instead of addPassesToEmitFile()Devang Patel2006-09-07
* Change DisambiguateGlobalSymbols to not rename asm globals, which breaksChris Lattner2006-09-07
* Add getTargetTriple() that linker can use to query target architecture.Devang Patel2006-09-06
* Keep track of all modules crated using a name to module map.Devang Patel2006-09-06