aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* Supply alignment info to linker through LLVMSymbol.Devang Patel2006-10-251-6/+12
* Instead of hard coding global prefix, use TargetAsmInfo.Devang Patel2006-10-241-31/+55
* Fix typo. Add more comment. Avoid extra hash_map search.Devang Patel2006-10-231-6/+8
* Add removeModule().Devang Patel2006-10-231-0/+12
* For PR950:Reid Spencer2006-10-202-9/+8
* Make the bugpoint reduction heuristics more effective. Patch submitted byChris Lattner2006-10-101-2/+58
* Use FindProgramByName instead of FindExecutable.Devang Patel2006-10-091-1/+1
* Do error checking.Devang Patel2006-10-091-1/+8
* Remove a dead var noticed by YorionChris Lattner2006-10-091-1/+0
* Use GetTemporaryDirectory. Fix http://llvm.org/bugs/show_bug.cgi?id=894Devang Patel2006-10-091-2/+15
* simplify codeChris Lattner2006-09-281-2/+1
* Enable 'predsimplify' optimization.Nick Lewycky2006-09-242-0/+2
* Use abstract class to facilitate dlopen() interface.Devang Patel2006-09-211-5/+5
* comment out debug codeChris Lattner2006-09-151-6/+6
* Add a new -cbe-bug mode, which works just like -run-llc, except that it usesChris Lattner2006-09-154-41/+61
* Adding dllimport, dllexport and external weak linkage types.Anton Korobeynikov2006-09-141-0/+6
* add a new (hidden) -disable-core-files optionChris Lattner2006-09-141-0/+9
* Add comment.Devang Patel2006-09-141-0/+3
* Fix --enable-valgrind. Add room for the new arguments, and don't keepNick Lewycky2006-09-141-3/+4
* Add --enable-valgrind option to run optimizations through valgrind toNick Lewycky2006-09-141-3/+16
* GlobalValue with InternalLinkage may have operands with ExternalLinkageDevang Patel2006-09-141-1/+1
* Move ipsccp pass earlier to clean up obvious bogositiesChris Lattner2006-09-091-3/+5
* ok this really works :)Chris Lattner2006-09-081-1/+2
* Remove redundant include.Devang Patel2006-09-081-1/+0
* Need to include Makefile.config to get the value of $(OS). Add a comment.Chris Lattner2006-09-081-0/+4
* Enabling LTO building on Darwin only right now. This probably should beAnton Korobeynikov2006-09-081-2/+4
* Using addPassesToEmitWholeFile is not a good idea here.Devang Patel2006-09-071-1/+14
* Add linker into list of LINK_COMPONENTS.Devang Patel2006-09-071-1/+1
* Add lto into the list of PARALLEL_DIRSDevang Patel2006-09-071-1/+2
* Use addPassesToEmitWholeFile() instead of addPassesToEmitFile()Devang Patel2006-09-071-1/+1
* Change DisambiguateGlobalSymbols to not rename asm globals, which breaksChris Lattner2006-09-071-0/+1
* Add getTargetTriple() that linker can use to query target architecture.Devang Patel2006-09-061-0/+11