aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* Keep track of all modules crated using a name to module map.Devang Patel2006-09-061-1/+18
* Instead of demangling symbol name by hand, use original name, which wasDevang Patel2006-09-061-2/+4
* Extract target triplet from optimized module.Devang Patel2006-09-061-1/+4
* lli uses LinkAllCodegenComponents, so it needs this. Thanks toChris Lattner2006-09-041-1/+2
* Use llvm-config instead of magic JIT thing to link in libsChris Lattner2006-09-041-1/+1
* Use LINK_COMPONENTS to specify *components* to link against instead ofChris Lattner2006-09-0418-64/+21
* Allow things like --libs CBackendChris Lattner2006-09-041-0/+3
* Switch to using llvm-config to buildChris Lattner2006-09-041-1/+1
* Switch to using llvm-config to select components to link in.Chris Lattner2006-09-041-2/+2
* Completely rearchitect the interface between targets and the pass manager.Chris Lattner2006-09-041-79/+110