Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 |