summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CompilerDriver
Commit message (Collapse)AuthorAgeFilesLines
...
* Guards for the compiler driver plugin list.Owen Anderson2009-06-261-1/+7
| | | | llvm-svn: 74230
* Make -save-temps behave like in GCC 4.5.Mikhail Glushenkov2009-06-253-14/+6
| | | | | | | | | | The -save-temps option now behaves like described in GCC 4.5 release notes (you can specify output directory for temporary files with -save-temps=obj -o $DIRNAME). I do not have GCC 4.5 installed, so if there are any inconsistencies between llvmc and GCC in the implementation of this feature, please let me know. llvm-svn: 74190
* Get rid of the global CFGOnly flag by threading a ShortNames parameters ↵Owen Anderson2009-06-241-1/+2
| | | | | | | | through the GraphViz rendering code. Update other uses in the codebase for this change. llvm-svn: 74084
* -write-graph now can be used with -o.Mikhail Glushenkov2009-03-271-8/+5
| | | | | | Makes it possible to set the output file name. llvm-svn: 67835
* Fix misc. small issues with debug visualization.Mikhail Glushenkov2009-03-261-1/+6
| | | | | | | Detailed bug report: http://llvm.org/bugs/show_bug.cgi?id=3873 llvm-svn: 67768
* Reorganize llvmc code.Mikhail Glushenkov2009-03-026-0/+788
Move the code from 'llvmc/driver' into a new CompilerDriver library, and change the build system accordingly. Makes it easier for projects using LLVM to build their own llvmc-based drivers. Tested with objdir != srcdir. llvm-svn: 65821
OpenPOWER on IntegriCloud