summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CompilerDriver/Plugin.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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