summaryrefslogtreecommitdiff
path: root/lib/Target/SystemZ/SystemZISelLowering.h
Commit message (Expand)AuthorAge
* [SystemZ] Handle vectors in getSetCCResultTypeRichard Sandiford2013-11-06
* [SystemZ] Improve handling of SETCCRichard Sandiford2013-10-16
* [SystemZ] Improve handling of PC-relative addressesRichard Sandiford2013-09-27
* [SystemZ] Add TM and TMYRichard Sandiford2013-09-10
* [SystemZ] Tweak integer comparison codeRichard Sandiford2013-09-06
* [SystemZ] Add NC, OC and XCRichard Sandiford2013-09-05
* [SystemZ] Add support for TMHH, TMHL, TMLH and TMLLRichard Sandiford2013-08-28
* [SystemZ] Extend memcpy and memset support to all constant lengthsRichard Sandiford2013-08-27
* [SystemZ] Add basic prefetch supportRichard Sandiford2013-08-23
* [SystemZ] Define remainig *MUL_LOHI patternsRichard Sandiford2013-08-21
* [SystemZ] Add support for sibling callsRichard Sandiford2013-08-19
* [SystemZ] Use SRST to implement strlen and strnlenRichard Sandiford2013-08-16
* [SystemZ] Use MVST to implement strcpy and stpcpyRichard Sandiford2013-08-16
* [SystemZ] Use CLST to implement strcmpRichard Sandiford2013-08-16
* [SystemZ] Use CLC and IPM to implement memcmpRichard Sandiford2013-08-12
* [SystemZ] Add a definition of the CLC instructionRichard Sandiford2013-08-12
* [SystemZ] Implement isLegalAddressingMode()Richard Sandiford2013-07-31
* [SystemZ] Add STOC and STOCGRichard Sandiford2013-07-25
* AArch64/PowerPC/SystemZ/X86: This patch fixes the interface, usage, and allStephen Lin2013-07-09
* [SystemZ] Use MVC for memcpyRichard Sandiford2013-07-08
* [SystemZ] Use DSGFR over DSGR in more casesRichard Sandiford2013-07-02
* [SystemZ] Add conditional store patternsRichard Sandiford2013-06-27
* The getRegForInlineAsmConstraint function should only accept MVT value types.Chad Rosier2013-06-22
* [SystemZ] Enable unaligned accessesRichard Sandiford2013-05-30
* [SystemZ] Register compare-and-branch supportRichard Sandiford2013-05-28
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-25
* Add LLVMContext argument to getSetCCResultTypeMatt Arsenault2013-05-18
* [SystemZ] Add back endUlrich Weigand2013-05-06
* Remove the SystemZ backend.Dan Gohman2011-10-24
* Make the logic for determining function alignment more explicit. No function...Eli Friedman2011-05-06
* Allow targets to specify a the type of the RHS of a shift parameterized on th...Owen Anderson2011-02-25
* Split the SDValue out of OutputArg so that SelectionDAG-independentDan Gohman2010-07-07
* Get rid of the EdgeMapping map. Instead, just check for BasicBlockDan Gohman2010-05-01
* Use const qualifiers with TargetLowering. This eliminates severalDan Gohman2010-04-17
* Revert 95130.Evan Cheng2010-02-02
* Pass callsite return type to TargetLowering::LowerCall and use that to check ...Evan Cheng2010-02-02
* Eliminate target hook IsEligibleForTailCallOptimization.Evan Cheng2010-01-27
* Add a second ValueType argument to isFPImmLegal.Evan Cheng2009-10-28
* Do away with addLegalFPImmediate. Add a target hook isFPImmLegal which return...Evan Cheng2009-10-27
* Enhance EmitInstrWithCustomInserter() so target can specify CFG changes that ...Evan Cheng2009-09-18
* Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson.Sandeep Patel2009-09-02
* Handle 'r' inline asm constraintAnton Korobeynikov2009-08-21
* Major calling convention code refactoring.Dan Gohman2009-08-05
* UnbreakAnton Korobeynikov2009-07-16
* Add constpool lowering / printingAnton Korobeynikov2009-07-16
* Add jump tablesAnton Korobeynikov2009-07-16
* Lower addresses of globalsAnton Korobeynikov2009-07-16
* SELECT_CC loweringAnton Korobeynikov2009-07-16
* Conditional branches and comparisonsAnton Korobeynikov2009-07-16
* Provide proper stack offsets for outgoing argumentsAnton Korobeynikov2009-07-16