Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-12-17 | Support/Path: Deprecate PathV1::isAbsolute. | Michael J. Spencer | 1 | -1/+1 | |
llvm-svn: 122086 | |||||
2010-11-29 | I swear I did a make clean and make before committing all this... | Michael J. Spencer | 1 | -2/+2 | |
llvm-svn: 120304 | |||||
2010-11-03 | Rename FindExecutable to PrependMainExecutablePath. | Mikhail Glushenkov | 1 | -1/+2 | |
Makes it more clear that it is just a path manipulation function. llvm-svn: 118174 | |||||
2010-11-02 | llvmc: Fix tool finding logic. | Mikhail Glushenkov | 1 | -8/+8 | |
llvm-svn: 118056 | |||||
2010-10-28 | llvmc: Make ExecuteProgram() look in the driver directory first. | Mikhail Glushenkov | 1 | -3/+6 | |
llvm-svn: 117584 | |||||
2010-07-23 | Get rid of exceptions in llvmc. | Mikhail Glushenkov | 1 | -4/+9 | |
llvmc can be now compiled with llvm-gcc on Windows. llvm-svn: 109215 | |||||
2010-05-20 | Print a space after the colon. | Mikhail Glushenkov | 1 | -2/+2 | |
llvm-svn: 104279 | |||||
2010-05-20 | llvmc: Make segfault detection work on Win32. | Mikhail Glushenkov | 1 | -21/+28 | |
llvm-svn: 104261 | |||||
2010-05-19 | llvmc: report an error if a child process segfaults. | Mikhail Glushenkov | 1 | -1/+14 | |
llvm-svn: 104145 | |||||
2010-03-05 | Use FindExecutable as a fall-back search method. | Mikhail Glushenkov | 1 | -2/+13 | |
Allows us to find executables that are in the same directory. llvm-svn: 97786 | |||||
2009-11-07 | llvmc: Add a '-time' option. | Mikhail Glushenkov | 1 | -4/+25 | |
llvm-svn: 86348 | |||||
2009-06-30 | #include <iostream> is forbidden. Remove it in favor of raw_ostream. | Bill Wendling | 1 | -6/+4 | |
llvm-svn: 74507 | |||||
2009-06-25 | Make -save-temps behave like in GCC 4.5. | Mikhail Glushenkov | 1 | -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 | |||||
2009-03-02 | Reorganize llvmc code. | Mikhail Glushenkov | 1 | -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 |