summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CompilerDriver/Action.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of exceptions in llvmc.Mikhail Glushenkov2010-07-231-4/+9
| | | | | | llvmc can be now compiled with llvm-gcc on Windows. llvm-svn: 109215
* Print a space after the colon.Mikhail Glushenkov2010-05-201-2/+2
| | | | llvm-svn: 104279
* llvmc: Make segfault detection work on Win32.Mikhail Glushenkov2010-05-201-21/+28
| | | | llvm-svn: 104261
* llvmc: report an error if a child process segfaults.Mikhail Glushenkov2010-05-191-1/+14
| | | | llvm-svn: 104145
* Use FindExecutable as a fall-back search method.Mikhail Glushenkov2010-03-051-2/+13
| | | | | | Allows us to find executables that are in the same directory. llvm-svn: 97786
* llvmc: Add a '-time' option.Mikhail Glushenkov2009-11-071-4/+25
| | | | llvm-svn: 86348
* #include <iostream> is forbidden. Remove it in favor of raw_ostream.Bill Wendling2009-06-301-6/+4
| | | | llvm-svn: 74507
* Make -save-temps behave like in GCC 4.5.Mikhail Glushenkov2009-06-251-4/+1
| | | | | | | | | | 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
* Reorganize llvmc code.Mikhail Glushenkov2009-03-021-0/+78
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