summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvmc/driver/llvmc.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize llvmc code.Mikhail Glushenkov2009-03-021-127/+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
* Make -o a prefix option.Mikhail Glushenkov2009-01-141-1/+1
| | | | | | Both 'llvmc -o file' and 'llvmc -ofile' should work. llvm-svn: 62211
* Add a --check-graph option to llvmc.Mikhail Glushenkov2009-01-091-4/+12
| | | | llvm-svn: 61989
* Since the old llvmc was removed, rename llvmc2 to llvmc.Mikhail Glushenkov2008-11-251-0/+119
llvm-svn: 60048
OpenPOWER on IntegriCloud