|  | Commit message (Collapse) | Author | Age | Files | Lines | 
|---|
| | 
| 
| 
| | llvm-svn: 96927 | 
| | 
| 
| 
| 
| 
| | For now, just enough support to make -filelist work.
llvm-svn: 96918 | 
| | 
| 
| 
| | llvm-svn: 94544 | 
| | 
| 
| 
| | llvm-svn: 91620 | 
| | 
| 
| 
| | llvm-svn: 90136 | 
| | 
| 
| 
| | llvm-svn: 90135 | 
| | 
| 
| 
| | llvm-svn: 79836 | 
| | 
| 
| 
| | llvm-svn: 74507 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| | 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 | 
| | 
| 
| 
| 
| 
| 
| 
| | through the GraphViz rendering code.
Update other uses in the codebase for this change.
llvm-svn: 74084 | 
| | 
| 
| 
| 
| 
| | Makes it possible to set the output file name.
llvm-svn: 67835 | 
| | 
| 
| 
| 
| 
| 
| | Detailed bug report:
http://llvm.org/bugs/show_bug.cgi?id=3873
llvm-svn: 67768 | 
|  | 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 |