aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* rearrange targets to satisfy dependencies. Too bad we aren't using llvm-config.Chris Lattner2006-09-041-1/+1
* If a cycle exists, don't succeed building the second time around.Chris Lattner2006-09-041-1/+1
* remove messageChris Lattner2006-09-041-1/+0
* Remove use of target::getName()Chris Lattner2006-09-031-2/+2
* - Fixed broken Win32 buildAnton Korobeynikov2006-09-012-6/+17
* Code cleanups, no functionality change.Chris Lattner2006-08-291-36/+30
* Delete a no-longer-supported configuration item.Reid Spencer2006-08-291-1/+0
* Add a --disable-compression option like llvm-link/llvm-as etc haveChris Lattner2006-08-281-1/+3
* For PR387:Reid Spencer2006-08-281-0/+1
* eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner2006-08-271-1/+1
* -analyze mode shouldn't output a .bc file.Chris Lattner2006-08-271-2/+1
* Eliminate RegisterAnalysis. RegisterPass now does all that is necessary.Chris Lattner2006-08-273-6/+6
* analyze no longer exists, don't offer to run it :)Chris Lattner2006-08-271-12/+1
* eliminate only use of FilteredPassNameParserChris Lattner2006-08-271-2/+1
* Merge the 'analyze' mode code with the 'opt' mode code. Eliminate theChris Lattner2006-08-272-76/+26
* For PR797:Reid Spencer2006-08-252-6/+6
* Fix a bug introduced by a change in the Archive::writeToDisk interface.Reid Spencer2006-08-251-1/+1
* Fix a bug caused by change in the interface of Archive::writeToDisk.Reid Spencer2006-08-251-4/+4
* For PR797:Reid Spencer2006-08-241-5/+9
* Make sure that both non-asm file types are marked as experimentalNate Begeman2006-08-231-1/+2