summaryrefslogtreecommitdiff
path: root/lib/Target/SystemZ/CMakeLists.txt
AgeCommit message (Expand)Author
2016-11-28[SystemZ] Improve use of conditional instructionsUlrich Weigand
2016-10-20[SystemZ] Post-RA scheduler implementationJonas Paulsson
2016-07-10[SystemZ] Utilize Test Data Class instructions.Marcin Koscielnicki
2015-03-31[SystemZ] Provide basic TargetTransformInfo implementationUlrich Weigand
2015-02-18[SystemZ] Support all TLS access models - CodeGen partUlrich Weigand
2014-09-02Reinstate "Nuke the old JIT."Eric Christopher
2014-08-07Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher
2014-08-07Nuke the old JIT.Rafael Espindola
2013-11-28[CMake] Let add_public_tablegen_target responsible to provide dependency to C...NAKAMURA Takumi
2013-11-19[weak vtables] Remove a bunch of weak vtablesJuergen Ributzka
2013-11-18Revert r194865 and r194874.Alexey Samsonov
2013-11-15[weak vtables] Remove a bunch of weak vtablesJuergen Ributzka
2013-09-25[SystemZ] Add instruction-shortening passRichard Sandiford
2013-08-06Target/*/CMakeLists.txt: Add the dependency to CommonTableGen explicitly for ...NAKAMURA Takumi
2013-08-05[SystemZ] Split out comparison elimination into a separate passRichard Sandiford
2013-07-08[SystemZ] Use MVC for memcpyRichard Sandiford
2013-05-20[SystemZ] Add long branch passRichard Sandiford
2013-05-14[SystemZ] Add disassembler supportRichard Sandiford
2013-05-06[SystemZ] Add back endUlrich Weigand
2011-10-24Remove the SystemZ backend.Dan Gohman
2011-10-06Build system infrastructure for multiple tblgens.Peter Collingbourne
2011-07-29Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth
2011-07-26Clean up a pile of hacks in our CMake build relating to TableGen.Chandler Carruth
2011-07-15Major update to CMake build to reflect changes in r135219 in theChandler Carruth
2011-07-14Next round of MC refactoring. This patch factor MC table instantiations, MCEvan Cheng
2011-07-01Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency.Evan Cheng
2011-06-28Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.incEvan Cheng
2011-06-27Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.incEvan Cheng
2011-06-24Starting to refactor Target to separate out code that's needed to fully describeEvan Cheng
2011-02-20Use explicit add_subdirectory's for LLVM target sublibraries insteadOscar Fuentes
2011-01-10Update CMake stuffAnton Korobeynikov
2010-11-15Attempt to unbreak cmake-based buildsAnton Korobeynikov
2010-11-14move all the target's asmprinters into the main target. The piece Chris Lattner
2010-09-28Removed a bunch of unnecessary target_link_libraries.Oscar Fuentes
2010-04-16Add skeleton target-specific SelectionDAGInfo files.Dan Gohman
2009-08-31Normalize makefile comments and sort cmake file lists.Benjamin Kramer
2009-08-22Forgot to update some CMakeLists.Benjamin Kramer
2009-07-20CMake support for SystemZ.Daniel Dunbar