Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CMake: Fix MSVS build. Although I don't know why this didn't break other buil... | Michael J. Spencer | 2010-09-12 | 1 | -1/+1 |
* | make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. | Chris Lattner | 2010-01-24 | 1 | -1/+0 |
* | Stop building RTTI information for *most* llvm libraries. Notable | Chris Lattner | 2010-01-22 | 1 | -0/+1 |
* | Factor commonality in triple match routines into helper template for registering | Daniel Dunbar | 2009-07-26 | 1 | -12/+2 |
* | Kill Target specific ModuleMatchQuality stuff. | Daniel Dunbar | 2009-07-26 | 1 | -13/+1 |
* | Simplify JIT target selection. | Daniel Dunbar | 2009-07-25 | 1 | -6/+1 |
* | Tweak cmake files for the four targets that don't split CodeGen out. | Daniel Dunbar | 2009-07-19 | 1 | -1/+1 |
* | Add dependencies from TargetInfo onto .td generation. | Daniel Dunbar | 2009-07-19 | 1 | -0/+1 |
* | Put Target definitions inside Target specific header, and llvm namespace. | Daniel Dunbar | 2009-07-18 | 1 | -1/+2 |
* | Add TargetInfo libraries for all targets. | Daniel Dunbar | 2009-07-15 | 3 | -0/+67 |