| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Support --with-llvmgccdir and friends in llvmc, take 2. | Mikhail Glushenkov | 2009-04-21 | 1 | -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 Wendling | 2009-04-18 | 1 | -7/+7 |
| | | | | | llvm-svn: 69478 | ||||
| * | Add a configure check for llvm-gcc (reapply). | Mikhail Glushenkov | 2009-04-18 | 1 | -7/+7 |
| | | | | | llvm-svn: 69474 | ||||
| * | Temporarily revert r69438 and r69439. These were causing failures during a | Bill Wendling | 2009-04-18 | 1 | -7/+7 |
| | | | | | | | release build of llvm. llvm-svn: 69440 | ||||
| * | Add a configure check for llvm-gcc. | Mikhail Glushenkov | 2009-04-18 | 1 | -7/+7 |
| | | | | | llvm-svn: 69438 | ||||
| * | Do not pass '-relocation-model=pic' to llc. | Mikhail Glushenkov | 2009-03-31 | 1 | -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 example plugins to the example/ directory. | Mikhail Glushenkov | 2009-03-03 | 5 | -90/+0 |
| | | | | | llvm-svn: 65939 | ||||
| * | Move the rules for building plugins to Makefile.rules. | Mikhail Glushenkov | 2009-03-02 | 4 | -8/+8 |
| | | | | | llvm-svn: 65827 | ||||
| * | Fix build with objdir != srcdir. | Mikhail Glushenkov | 2009-03-02 | 4 | -4/+4 |
| | | | | | llvm-svn: 65826 | ||||
| * | Reorganize llvmc code. | Mikhail Glushenkov | 2009-03-02 | 5 | -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 Glushenkov | 2009-01-21 | 1 | -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 Glushenkov | 2008-12-11 | 1 | -1/+4 |
| | | | | | llvm-svn: 60902 | ||||
| * | Merge Base.td and Tools.td. | Mikhail Glushenkov | 2008-12-11 | 1 | -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 Glushenkov | 2008-12-09 | 1 | -5/+14 |
| | | | | | llvm-svn: 60764 | ||||
| * | Make 'extern' an option property. | Mikhail Glushenkov | 2008-12-07 | 1 | -11/+11 |
| | | | | | | | Makes (forward) work better. llvm-svn: 60667 | ||||
| * | Plugin updates: support more options. | Mikhail Glushenkov | 2008-12-07 | 1 | -22/+57 |
| | | | | | llvm-svn: 60666 | ||||
| * | Update plugins to use (actions). | Mikhail Glushenkov | 2008-12-07 | 2 | -9/+16 |
| | | | | | llvm-svn: 60660 | ||||
| * | Scrap some boilerplate. | Mikhail Glushenkov | 2008-11-28 | 1 | -35/+15 |
| | | | | | llvm-svn: 60200 | ||||
| * | Since the old llvmc was removed, rename llvmc2 to llvmc. | Mikhail Glushenkov | 2008-11-25 | 12 | -0/+313 |
| llvm-svn: 60048 | |||||

