summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvmc/plugins/Base
Commit message (Collapse)AuthorAgeFilesLines
* Support --with-llvmgccdir and friends in llvmc, take 2.Mikhail Glushenkov2009-04-211-7/+7
| | | | | | | | | Should now work when building with objdir != srcdir and when llvm-gcc is not available. Thanks to Duncan Sands for testing and advice! llvm-svn: 69700
* Revert 69474 and 69475. They are causing failures during a bootstrap on Darwin.Bill Wendling2009-04-181-7/+7
| | | | llvm-svn: 69478
* Add a configure check for llvm-gcc (reapply).Mikhail Glushenkov2009-04-181-7/+7
| | | | llvm-svn: 69474
* Temporarily revert r69438 and r69439. These were causing failures during aBill Wendling2009-04-181-7/+7
| | | | | | release build of llvm. llvm-svn: 69440
* Add a configure check for llvm-gcc.Mikhail Glushenkov2009-04-181-7/+7
| | | | llvm-svn: 69438
* Do not pass '-relocation-model=pic' to llc.Mikhail Glushenkov2009-03-311-2/+6
| | | | | | | | Does not work well on 32 bit targets. Bug reported by Albert Graef. This patch also adds new "-Wllc,option" syntax to pass options to llc. llvm-svn: 68127
* Move the rules for building plugins to Makefile.rules.Mikhail Glushenkov2009-03-021-2/+2
| | | | llvm-svn: 65827
* Fix build with objdir != srcdir.Mikhail Glushenkov2009-03-021-1/+1
| | | | llvm-svn: 65826
* Reorganize llvmc code.Mikhail Glushenkov2009-03-021-1/+3
| | | | | | | | | | 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 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
* Since the old llvmc was removed, rename llvmc2 to llvmc.Mikhail Glushenkov2008-11-253-0/+73
llvm-svn: 60048
OpenPOWER on IntegriCloud