| Commit message (Expand) | Author | Age | Files | Lines |
* | Save temp. bc files when saveTemps flag is true. Use final output file | Devang Patel | 2006-10-26 | 1 | -11/+24 |
* | For PR950: | Reid Spencer | 2006-10-26 | 1 | -3/+9 |
* | Fix for PR960. Improves bugpoint so that it removes global variable | Bill Wendling | 2006-10-25 | 3 | -23/+110 |
* | Supply alignment info to linker through LLVMSymbol. | Devang Patel | 2006-10-25 | 1 | -6/+12 |
* | Instead of hard coding global prefix, use TargetAsmInfo. | Devang Patel | 2006-10-24 | 1 | -31/+55 |
* | Fix typo. Add more comment. Avoid extra hash_map search. | Devang Patel | 2006-10-23 | 1 | -6/+8 |
* | Add removeModule(). | Devang Patel | 2006-10-23 | 1 | -0/+12 |
* | For PR950: | Reid Spencer | 2006-10-20 | 2 | -9/+8 |
* | Make the bugpoint reduction heuristics more effective. Patch submitted by | Chris Lattner | 2006-10-10 | 1 | -2/+58 |
* | Use FindProgramByName instead of FindExecutable. | Devang Patel | 2006-10-09 | 1 | -1/+1 |
* | Do error checking. | Devang Patel | 2006-10-09 | 1 | -1/+8 |
* | Remove a dead var noticed by Yorion | Chris Lattner | 2006-10-09 | 1 | -1/+0 |
* | Use GetTemporaryDirectory. Fix http://llvm.org/bugs/show_bug.cgi?id=894 | Devang Patel | 2006-10-09 | 1 | -2/+15 |
* | simplify code | Chris Lattner | 2006-09-28 | 1 | -2/+1 |
* | Enable 'predsimplify' optimization. | Nick Lewycky | 2006-09-24 | 2 | -0/+2 |
* | Use abstract class to facilitate dlopen() interface. | Devang Patel | 2006-09-21 | 1 | -5/+5 |
* | comment out debug code | Chris Lattner | 2006-09-15 | 1 | -6/+6 |
* | Add a new -cbe-bug mode, which works just like -run-llc, except that it uses | Chris Lattner | 2006-09-15 | 4 | -41/+61 |
* | Adding dllimport, dllexport and external weak linkage types. | Anton Korobeynikov | 2006-09-14 | 1 | -0/+6 |
* | add a new (hidden) -disable-core-files option | Chris Lattner | 2006-09-14 | 1 | -0/+9 |
* | Add comment. | Devang Patel | 2006-09-14 | 1 | -0/+3 |
* | Fix --enable-valgrind. Add room for the new arguments, and don't keep | Nick Lewycky | 2006-09-14 | 1 | -3/+4 |
* | Add --enable-valgrind option to run optimizations through valgrind to | Nick Lewycky | 2006-09-14 | 1 | -3/+16 |
* | GlobalValue with InternalLinkage may have operands with ExternalLinkage | Devang Patel | 2006-09-14 | 1 | -1/+1 |
* | Move ipsccp pass earlier to clean up obvious bogosities | Chris Lattner | 2006-09-09 | 1 | -3/+5 |
* | ok this really works :) | Chris Lattner | 2006-09-08 | 1 | -1/+2 |
* | Remove redundant include. | Devang Patel | 2006-09-08 | 1 | -1/+0 |
* | Need to include Makefile.config to get the value of $(OS). Add a comment. | Chris Lattner | 2006-09-08 | 1 | -0/+4 |
* | Enabling LTO building on Darwin only right now. This probably should be | Anton Korobeynikov | 2006-09-08 | 1 | -2/+4 |
* | Using addPassesToEmitWholeFile is not a good idea here. | Devang Patel | 2006-09-07 | 1 | -1/+14 |
* | Add linker into list of LINK_COMPONENTS. | Devang Patel | 2006-09-07 | 1 | -1/+1 |
* | Add lto into the list of PARALLEL_DIRS | Devang Patel | 2006-09-07 | 1 | -1/+2 |
* | Use addPassesToEmitWholeFile() instead of addPassesToEmitFile() | Devang Patel | 2006-09-07 | 1 | -1/+1 |
* | Change DisambiguateGlobalSymbols to not rename asm globals, which breaks | Chris Lattner | 2006-09-07 | 1 | -0/+1 |
* | Add getTargetTriple() that linker can use to query target architecture. | Devang Patel | 2006-09-06 | 1 | -0/+11 |
* | Keep track of all modules crated using a name to module map. | Devang Patel | 2006-09-06 | 1 | -1/+18 |
* | Instead of demangling symbol name by hand, use original name, which was | Devang Patel | 2006-09-06 | 1 | -2/+4 |
* | Extract target triplet from optimized module. | Devang Patel | 2006-09-06 | 1 | -1/+4 |
* | lli uses LinkAllCodegenComponents, so it needs this. Thanks to | Chris Lattner | 2006-09-04 | 1 | -1/+2 |
* | Use llvm-config instead of magic JIT thing to link in libs | Chris Lattner | 2006-09-04 | 1 | -1/+1 |
* | Use LINK_COMPONENTS to specify *components* to link against instead of | Chris Lattner | 2006-09-04 | 18 | -64/+21 |
* | Allow things like --libs CBackend | Chris Lattner | 2006-09-04 | 1 | -0/+3 |
* | Switch to using llvm-config to build | Chris Lattner | 2006-09-04 | 1 | -1/+1 |
* | Switch to using llvm-config to select components to link in. | Chris Lattner | 2006-09-04 | 1 | -2/+2 |
* | Completely rearchitect the interface between targets and the pass manager. | Chris Lattner | 2006-09-04 | 1 | -79/+110 |
* | rearrange targets to satisfy dependencies. Too bad we aren't using llvm-config. | Chris Lattner | 2006-09-04 | 1 | -1/+1 |
* | If a cycle exists, don't succeed building the second time around. | Chris Lattner | 2006-09-04 | 1 | -1/+1 |
* | remove message | Chris Lattner | 2006-09-04 | 1 | -1/+0 |
* | Remove use of target::getName() | Chris Lattner | 2006-09-03 | 1 | -2/+2 |
* | - Fixed broken Win32 build | Anton Korobeynikov | 2006-09-01 | 2 | -6/+17 |