summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvmc/driver/CompilationGraph.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize llvmc code.Mikhail Glushenkov2009-03-021-534/+0
| | | | | | | | | | 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
* Add some comments.Mikhail Glushenkov2009-01-301-1/+5
| | | | llvm-svn: 63364
* Add a --check-graph option to llvmc.Mikhail Glushenkov2009-01-091-0/+131
| | | | llvm-svn: 61989
* Join tools couldn't be used in the middle of the toolchain.Mikhail Glushenkov2008-12-071-5/+4
| | | | llvm-svn: 60665
* Use (actions) instead of option properties, support external options.Mikhail Glushenkov2008-12-071-67/+15
| | | | | | | Also includes a major refactoring. See documentation for more information. llvm-svn: 60656
* Disallow multiple edges.Mikhail Glushenkov2008-11-261-0/+14
| | | | llvm-svn: 60127
* Since the old llvmc was removed, rename llvmc2 to llvmc.Mikhail Glushenkov2008-11-251-0/+438
llvm-svn: 60048
OpenPOWER on IntegriCloud