aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/SystemZ/TargetInfo
Commit message (Expand)AuthorAgeFilesLines
* Update to LLVM 3.5a.Stephen Hines2014-04-242-5/+1
* [SystemZ] Add back endUlrich Weigand2013-05-064-0/+65
* Remove the SystemZ backend.Dan Gohman2011-10-243-47/+0
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-241-1/+1
* Actually finish switching to the new system for Target sublibraryChandler Carruth2011-08-011-1/+1
* Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-291-0/+6
* make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner2010-01-241-1/+0
* Stop building RTTI information for *most* llvm libraries. NotableChris Lattner2010-01-221-0/+1
* Factor commonality in triple match routines into helper template for registeringDaniel Dunbar2009-07-261-12/+1
* Kill Target specific ModuleMatchQuality stuff.Daniel Dunbar2009-07-261-11/+1
* Simplify JIT target selection.Daniel Dunbar2009-07-251-7/+2
* SystemZ *does* have a CodeGen/AsmPrinter split.Daniel Dunbar2009-07-191-1/+1
* Tweak cmake files for the four targets that don't split CodeGen out.Daniel Dunbar2009-07-191-1/+1
* Add dependencies from TargetInfo onto .td generation.Daniel Dunbar2009-07-191-0/+1
* Put Target definitions inside Target specific header, and llvm namespace.Daniel Dunbar2009-07-181-1/+2
* UnbreakAnton Korobeynikov2009-07-163-0/+65