| Commit message (Expand) | Author | Age | Files | Lines |
* | remove use of deprecated apis | Chris Lattner | 2007-02-19 | 1 | -2/+1 |
* | Add possibility to set memory limit for binaries run via libSystem. This | Anton Korobeynikov | 2007-02-16 | 7 | -25/+46 |
* | eliminate use of vector-related ctors | Chris Lattner | 2007-02-13 | 1 | -4/+7 |
* | push bytecode decompressor out through APIs. Now the bytecode reader | Chris Lattner | 2007-02-07 | 1 | -1/+3 |
* | For PR411: | Reid Spencer | 2007-02-05 | 2 | -3/+3 |
* | For PR411: | Reid Spencer | 2007-02-05 | 3 | -17/+21 |
* | For PR1072: | Reid Spencer | 2007-02-03 | 1 | -1/+1 |
* | For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid | Reid Spencer | 2007-01-30 | 3 | -12/+12 |
* | default to emiting an uncompressed .bc file | Chris Lattner | 2007-01-21 | 1 | -1/+1 |
* | relax type | Chris Lattner | 2007-01-07 | 1 | -1/+1 |
* | For PR411: | Reid Spencer | 2007-01-06 | 1 | -1/+1 |
* | A bit more debugging printf's. | Evan Cheng | 2007-01-03 | 1 | -0/+10 |
* | For PR950: | Reid Spencer | 2006-12-31 | 2 | -4/+4 |
* | For PR950: | Reid Spencer | 2006-12-23 | 1 | -2/+2 |
* | Remove DSA. | John Criswell | 2006-12-13 | 1 | -1/+1 |
* | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling | 2006-12-07 | 1 | -26/+25 |
* | make all llvm tools call llvm_shutdown when they exit, static'ify some stuff. | Chris Lattner | 2006-12-06 | 1 | -0/+2 |
* | Replacing std::iostreams with llvm iostreams. Some of these changes involve | Bill Wendling | 2006-11-29 | 1 | -21/+25 |
* | Add an -append-exit-code option to bugpoint. This will cause bugpoint to | Reid Spencer | 2006-11-28 | 1 | -0/+11 |
* | For PR950: | Reid Spencer | 2006-11-27 | 2 | -4/+4 |
* | Need <iostream> for the time being. | Bill Wendling | 2006-11-17 | 1 | -0/+1 |
* | Minor style fixes from review. | Reid Spencer | 2006-11-11 | 1 | -3/+2 |
* | Add a -disable-loop-extraction option to bugpoint. | Reid Spencer | 2006-11-11 | 1 | -2/+9 |
* | completely revert patrick's enhancement to bugpoint. Though it makes bugpoint | Chris Lattner | 2006-11-09 | 1 | -123/+15 |
* | add a new bugpoint mode -llc-safe. This uses LLC for both halves of a | Chris Lattner | 2006-11-09 | 1 | -3/+9 |
* | Unbreak VC++ build. | Jeff Cohen | 2006-11-05 | 1 | -1/+1 |
* | For PR786: | Reid Spencer | 2006-11-02 | 2 | -2/+1 |
* | Forgot a } | Bill Wendling | 2006-10-27 | 1 | -0/+1 |
* | Re-added the part where it tries to remove all global variables first. | Bill Wendling | 2006-10-27 | 1 | -12/+37 |
* | Fix for PR960. Improves bugpoint so that it removes global variable | Bill Wendling | 2006-10-25 | 3 | -23/+110 |
* | For PR950: | Reid Spencer | 2006-10-20 | 1 | -3/+3 |
* | Make the bugpoint reduction heuristics more effective. Patch submitted by | Chris Lattner | 2006-10-10 | 1 | -2/+58 |
* | Remove a dead var noticed by Yorion | Chris Lattner | 2006-10-09 | 1 | -1/+0 |
* | 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 |
* | 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 |
* | Change DisambiguateGlobalSymbols to not rename asm globals, which breaks | Chris Lattner | 2006-09-07 | 1 | -0/+1 |
* | Use LINK_COMPONENTS to specify *components* to link against instead of | Chris Lattner | 2006-09-04 | 1 | -7/+2 |
* | Code cleanups, no functionality change. | Chris Lattner | 2006-08-29 | 1 | -36/+30 |
* | eliminate RegisterOpt. It does the same thing as RegisterPass. | Chris Lattner | 2006-08-27 | 1 | -1/+1 |
* | analyze no longer exists, don't offer to run it :) | Chris Lattner | 2006-08-27 | 1 | -12/+1 |
* | For PR797: | Reid Spencer | 2006-08-23 | 4 | -15/+75 |
* | For PR797: | Reid Spencer | 2006-08-21 | 2 | -6/+9 |
* | For PR885: | Reid Spencer | 2006-08-21 | 1 | -2/+1 |
* | For PR797: | Reid Spencer | 2006-08-21 | 2 | -1/+3 |
* | For PR797: | Reid Spencer | 2006-08-18 | 1 | -9/+4 |
* | fit in 80 cols | Chris Lattner | 2006-08-17 | 1 | -1/+2 |
* | minor cleanups | Chris Lattner | 2006-08-17 | 1 | -20/+16 |
* | Adding FindBugs.cpp so the -find-bugs option will work. | Patrick Jenkins | 2006-08-15 | 1 | -0/+119 |