Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Formatting. | Mikhail Glushenkov | 2010-07-23 | 1 | -1/+1 |
| | | | | llvm-svn: 109216 | ||||
* | Get rid of exceptions in llvmc. | Mikhail Glushenkov | 2010-07-23 | 1 | -4/+9 |
| | | | | | | llvmc can be now compiled with llvm-gcc on Windows. llvm-svn: 109215 | ||||
* | First draft of the OptionPreprocessor. | Mikhail Glushenkov | 2009-10-17 | 1 | -10/+9 |
| | | | | | | More to follow... llvm-svn: 84352 | ||||
* | Have scoped mutexes take referenes instead of pointers. | Owen Anderson | 2009-07-07 | 1 | -4/+4 |
| | | | | llvm-svn: 74931 | ||||
* | Guards for the compiler driver plugin list. | Owen Anderson | 2009-06-26 | 1 | -1/+7 |
| | | | | llvm-svn: 74230 | ||||
* | Reorganize llvmc code. | Mikhail Glushenkov | 2009-03-02 | 1 | -0/+73 |
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 |