| Commit message (Expand) | Author | Age | Files | Lines |
* | convert LoopInfo.h and GraphWriter.h to use raw_ostream | Chris Lattner | 2009-08-23 | 1 | -3/+3 |
* | Delete the temp dir even when '--temp-dir' is specified. | Mikhail Glushenkov | 2009-07-11 | 1 | -2/+1 |
* | Remove some duplication. | Mikhail Glushenkov | 2009-07-09 | 1 | -17/+17 |
* | Rename -t to --temp-dir. | Mikhail Glushenkov | 2009-07-09 | 1 | -2/+2 |
* | Fixed handling of -t. It gets the prirority for temp dir name. | Sanjiv Gupta | 2009-07-09 | 1 | -0/+1 |
* | Missing ) | Bill Wendling | 2009-07-09 | 1 | -1/+1 |
* | Add a -t="dir" option to the driver. This can be used to specify the director... | Sanjiv Gupta | 2009-07-09 | 2 | -0/+11 |
* | Have scoped mutexes take referenes instead of pointers. | Owen Anderson | 2009-07-07 | 1 | -4/+4 |
* | Reverting back the changes checked-in accidently. | Sanjiv Gupta | 2009-07-06 | 2 | -13/+1 |
* | Implement _CONFIG macro to allow users to se to configuration settings on the... | Sanjiv Gupta | 2009-07-06 | 2 | -1/+13 |
* | Make -save-temps=obj play better with -o. | Mikhail Glushenkov | 2009-07-04 | 2 | -1/+2 |
* | LLVMC can be now compiled w/o dynamic plugin support. | Mikhail Glushenkov | 2009-07-04 | 2 | -0/+7 |
* | Add --enable-llvmc-dynamic configure option. | Mikhail Glushenkov | 2009-07-03 | 1 | -4/+13 |
* | #include <iostream> is forbidden. Remove it in favor of raw_ostream. | Bill Wendling | 2009-06-30 | 3 | -27/+24 |
* | Add a way to access argv[0] in hooks. | Mikhail Glushenkov | 2009-06-30 | 1 | -0/+5 |
* | Move the driver entry point out of Main.inc. | Mikhail Glushenkov | 2009-06-30 | 1 | -0/+125 |
* | Fix install of libCompilerDriver dynamic library to not copy on every build. | Daniel Dunbar | 2009-06-29 | 1 | -4/+5 |
* | Make dynamic LLVMC plugins work on Windows (finally!). | Mikhail Glushenkov | 2009-06-29 | 3 | -2/+74 |
* | Guards for the compiler driver plugin list. | Owen Anderson | 2009-06-26 | 1 | -1/+7 |
* | Make -save-temps behave like in GCC 4.5. | Mikhail Glushenkov | 2009-06-25 | 3 | -14/+6 |
* | Get rid of the global CFGOnly flag by threading a ShortNames parameters throu... | Owen Anderson | 2009-06-24 | 1 | -1/+2 |
* | -write-graph now can be used with -o. | Mikhail Glushenkov | 2009-03-27 | 1 | -8/+5 |
* | Fix misc. small issues with debug visualization. | Mikhail Glushenkov | 2009-03-26 | 1 | -1/+6 |
* | Reorganize llvmc code. | Mikhail Glushenkov | 2009-03-02 | 6 | -0/+788 |