summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CompilerDriver/Plugin.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Formatting.Mikhail Glushenkov2010-07-231-1/+1
| | | | llvm-svn: 109216
* 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
* First draft of the OptionPreprocessor.Mikhail Glushenkov2009-10-171-10/+9
| | | | | | More to follow... llvm-svn: 84352
* Have scoped mutexes take referenes instead of pointers.Owen Anderson2009-07-071-4/+4
| | | | llvm-svn: 74931
* Guards for the compiler driver plugin list.Owen Anderson2009-06-261-1/+7
| | | | llvm-svn: 74230
* Reorganize llvmc code.Mikhail Glushenkov2009-03-021-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
OpenPOWER on IntegriCloud