summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* 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
* Instead of demangling symbol name by hand, use original name, which wasDevang Patel2006-09-06
* Extract target triplet from optimized module.Devang Patel2006-09-06
* lli uses LinkAllCodegenComponents, so it needs this. Thanks toChris Lattner2006-09-04
* Use llvm-config instead of magic JIT thing to link in libsChris Lattner2006-09-04
* Use LINK_COMPONENTS to specify *components* to link against instead ofChris Lattner2006-09-04
* Allow things like --libs CBackendChris Lattner2006-09-04
* Switch to using llvm-config to buildChris Lattner2006-09-04
* Switch to using llvm-config to select components to link in.Chris Lattner2006-09-04
* Completely rearchitect the interface between targets and the pass manager.Chris Lattner2006-09-04
* rearrange targets to satisfy dependencies. Too bad we aren't using llvm-config.Chris Lattner2006-09-04
* If a cycle exists, don't succeed building the second time around.Chris Lattner2006-09-04