summaryrefslogtreecommitdiff
path: root/lib/Target/SystemZ
Commit message (Expand)AuthorAge
* Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling2013-06-18
* Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling2013-06-07
* Make SubRegIndex size mandatory, following r183020.Ahmed Bougacha2013-05-31
* Add a way to define the bit range covered by a SubRegIndex.Ahmed Bougacha2013-05-31
* [SystemZ] Don't use LOAD and STORE REVERSED for volatile accessesRichard Sandiford2013-05-31
* [SystemZ] Enable unaligned accessesRichard Sandiford2013-05-30
* Order CALLSEQ_START and CALLSEQ_END nodes.Andrew Trick2013-05-29
* [SystemZ] Immediate compare-and-branch supportRichard Sandiford2013-05-29
* [SystemZ] Register compare-and-branch supportRichard Sandiford2013-05-28
* [SystemZ] Tweak SystemZInstrInfo::isBranch() interfaceRichard Sandiford2013-05-28
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-25
* [SystemZ] Improve AsmParser handling of invalid instructionsRichard Sandiford2013-05-24
* [SystemZ] Improve AsmParser register parsingRichard Sandiford2013-05-24
* Remove the Copied parameter from MemoryObject::readBytes.Benjamin Kramer2013-05-24
* [SystemZ] Rename PSW to CCRichard Sandiford2013-05-22
* [SystemZ] Fix thinko in long branch passRichard Sandiford2013-05-22
* Fix indentationRichard Sandiford2013-05-21
* [SystemZ] Add long branch passRichard Sandiford2013-05-20
* Add LLVMContext argument to getSetCCResultTypeMatt Arsenault2013-05-18
* Remove addFrameMove.Rafael Espindola2013-05-16
* Fixing a 64-bit conversion warning in MSVC.Aaron Ballman2013-05-16
* [SystemZ] Tweak register array commentRichard Sandiford2013-05-16
* [SystemZ] Make use of SUBTRACT HALFWORDRichard Sandiford2013-05-15
* [SystemZ] Add more future work items to the READMERichard Sandiford2013-05-15
* [SystemZ] Add disassembler supportRichard Sandiford2013-05-14
* [SystemZ] Rework handling of constant PC-relative operandsRichard Sandiford2013-05-14
* [SystemZ] Remove bogus isAsmParserOnlyRichard Sandiford2013-05-14
* [SystemZ] Match operands to fields by name rather than by orderRichard Sandiford2013-05-14
* [SystemZ] Match operands to fields by name rather than by orderRichard Sandiford2013-05-14
* Remove the MachineMove class.Rafael Espindola2013-05-13
* Change getFrameMoves to return a const reference.Rafael Espindola2013-05-11
* Remove unused argument.Rafael Espindola2013-05-10
* [SystemZ] Fix InitMCCodeGenInfo callRichard Sandiford2013-05-07
* [SystemZ] Add back endUlrich Weigand2013-05-06
* Remove the SystemZ backend.Dan Gohman2011-10-24
* Ban rematerializable instructions with side effects.Jakob Stoklund Olesen2011-10-14
* Build system infrastructure for multiple tblgens.Peter Collingbourne2011-10-06
* Add codegen support for vector select (in the IR this means a selectDuncan Sands2011-09-06
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-24
* Some refactoring so TargetRegistry.h no longer has to include any filesEvan Cheng2011-08-23
* Actually finish switching to the new system for Target sublibraryChandler Carruth2011-08-01
* Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-29
* Clean up a pile of hacks in our CMake build relating to TableGen.Chandler Carruth2011-07-26
* createXXXMCCodeGenInfo should be static.Evan Cheng2011-07-23
* Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo,Evan Cheng2011-07-22
* - Move CodeModel from a TargetMachine global option to MCCodeGenInfo.Evan Cheng2011-07-20
* Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng2011-07-19
* Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng2011-07-18
* Move some parts of TargetAsmInfo down to MCAsmInfo. This is not the greatestEvan Cheng2011-07-15
* Major update to CMake build to reflect changes in r135219 in theChandler Carruth2011-07-15