| 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 the rules for building plugins to Makefile.rules. | Mikhail Glushenkov | 2009-03-02 | 1 | -2/+2 | 
| | | | | | llvm-svn: 65827 | ||||
| * | Fix build with objdir != srcdir. | Mikhail Glushenkov | 2009-03-02 | 1 | -1/+1 | 
| | | | | | llvm-svn: 65826 | ||||
| * | Reorganize llvmc code. | Mikhail Glushenkov | 2009-03-02 | 1 | -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 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 | ||||
| * | Since the old llvmc was removed, rename llvmc2 to llvmc. | Mikhail Glushenkov | 2008-11-25 | 3 | -0/+73 | 
| llvm-svn: 60048 | |||||

