summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvmc/plugins
Commit message (Collapse)AuthorAgeFilesLines
...
* Reorganize llvmc code.Mikhail Glushenkov2009-03-025-45/+16
| | | | | | | | | | 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
* Fix 'llvm-config --libs' output.Mikhail Glushenkov2009-01-211-1/+1
| | | | | | | Change the naming scheme for llvmc plugins so that they do not appear in 'llvm-config --libs' output. llvm-svn: 62687
* Add a '-Wo,' option that passes options to opt.Mikhail Glushenkov2008-12-111-1/+4
| | | | llvm-svn: 60902
* Merge Base.td and Tools.td.Mikhail Glushenkov2008-12-111-2/+138
| | | | | | | | This stuff is not used outside Base.td, and with the conversion of the compilation graph to string-based format became much less (if at all) useful. llvm-svn: 60873
* Support -emit-llvm properly (with -S and -c).Mikhail Glushenkov2008-12-091-5/+14
| | | | llvm-svn: 60764
* Make 'extern' an option property.Mikhail Glushenkov2008-12-071-11/+11
| | | | | | Makes (forward) work better. llvm-svn: 60667
* Plugin updates: support more options.Mikhail Glushenkov2008-12-071-22/+57
| | | | llvm-svn: 60666
* Update plugins to use (actions).Mikhail Glushenkov2008-12-072-9/+16
| | | | llvm-svn: 60660
* Scrap some boilerplate.Mikhail Glushenkov2008-11-281-35/+15
| | | | llvm-svn: 60200
* Since the old llvmc was removed, rename llvmc2 to llvmc.Mikhail Glushenkov2008-11-2512-0/+313
llvm-svn: 60048
OpenPOWER on IntegriCloud