summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/SystemZ/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* [SystemZ] Merge the SystemZExpandPseudo pass into SystemZPostRewrite.Jonas Paulsson2019-09-161-1/+0
* [SystemZ] Fix CMakeLists.txt for alphabetical order (NFC).Jonas Paulsson2019-06-081-1/+1
* [SystemZ, RegAlloc] Favor 3-address instructions during instruction selection.Jonas Paulsson2019-06-081-0/+1
* [SystemZ] Move InstPrinter files to MCTargetDesc. NFCRichard Trieu2019-05-111-1/+0
* Consistently sort add_subdirectory calls in lib/Target/*/CMakeLists.txtNico Weber2018-04-231-1/+1
* Sort targetgen calls in lib/Target/*/CMakeLists.Nico Weber2018-04-041-1/+2
* [SystemZ] Improve use of conditional instructionsUlrich Weigand2016-11-281-0/+1
* [SystemZ] Post-RA scheduler implementationJonas Paulsson2016-10-201-0/+2
* [SystemZ] Utilize Test Data Class instructions.Marcin Koscielnicki2016-07-101-0/+1
* [SystemZ] Provide basic TargetTransformInfo implementationUlrich Weigand2015-03-311-0/+1
* [SystemZ] Support all TLS access models - CodeGen partUlrich Weigand2015-02-181-0/+1
* Reinstate "Nuke the old JIT."Eric Christopher2014-09-021-1/+1
* Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher2014-08-071-1/+1
* Nuke the old JIT.Rafael Espindola2014-08-071-1/+1
* [CMake] Let add_public_tablegen_target responsible to provide dependency to C...NAKAMURA Takumi2013-11-281-2/+0
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-191-0/+1
* Revert r194865 and r194874.Alexey Samsonov2013-11-181-1/+0
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-151-0/+1
* [SystemZ] Add instruction-shortening passRichard Sandiford2013-09-251-0/+1
* Target/*/CMakeLists.txt: Add the dependency to CommonTableGen explicitly for ...NAKAMURA Takumi2013-08-061-1/+1
* [SystemZ] Split out comparison elimination into a separate passRichard Sandiford2013-08-051-0/+1
* [SystemZ] Use MVC for memcpyRichard Sandiford2013-07-081-0/+1
* [SystemZ] Add long branch passRichard Sandiford2013-05-201-0/+1
* [SystemZ] Add disassembler supportRichard Sandiford2013-05-141-0/+2
* [SystemZ] Add back endUlrich Weigand2013-05-061-0/+32
* Remove the SystemZ backend.Dan Gohman2011-10-241-36/+0
* Build system infrastructure for multiple tblgens.Peter Collingbourne2011-10-061-6/+6
* Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-291-0/+12
* Clean up a pile of hacks in our CMake build relating to TableGen.Chandler Carruth2011-07-261-0/+1
* Major update to CMake build to reflect changes in r135219 in theChandler Carruth2011-07-151-1/+0
* Next round of MC refactoring. This patch factor MC table instantiations, MCEvan Cheng2011-07-141-0/+1
* Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency.Evan Cheng2011-07-011-1/+1
* Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.incEvan Cheng2011-06-281-2/+1
* Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.incEvan Cheng2011-06-271-3/+0
* Starting to refactor Target to separate out code that's needed to fully describeEvan Cheng2011-06-241-2/+3
* Use explicit add_subdirectory's for LLVM target sublibraries insteadOscar Fuentes2011-02-201-0/+2
* Update CMake stuffAnton Korobeynikov2011-01-101-1/+1
* Attempt to unbreak cmake-based buildsAnton Korobeynikov2010-11-151-0/+1
* move all the target's asmprinters into the main target. The piece Chris Lattner2010-11-141-0/+1
* Removed a bunch of unnecessary target_link_libraries.Oscar Fuentes2010-09-281-2/+0
* Add skeleton target-specific SelectionDAGInfo files.Dan Gohman2010-04-161-0/+1
* Normalize makefile comments and sort cmake file lists.Benjamin Kramer2009-08-311-1/+1
* Forgot to update some CMakeLists.Benjamin Kramer2009-08-221-1/+1
* CMake support for SystemZ.Daniel Dunbar2009-07-201-0/+23
OpenPOWER on IntegriCloud