AArch64/PowerPC/SystemZ/X86: This patch fixes the interface, usage, and all
[oota-llvm.git] / lib / Target / SystemZ / SystemZISelLowering.h
2013-07-09 Stephen LinAArch64/PowerPC/SystemZ/X86: This patch fixes the inter...
2013-07-08 Richard Sandiford[SystemZ] Use MVC for memcpy
2013-07-02 Richard Sandiford[SystemZ] Use DSGFR over DSGR in more cases
2013-06-27 Richard Sandiford[SystemZ] Add conditional store patterns
2013-06-22 Chad RosierThe getRegForInlineAsmConstraint function should only...
2013-05-30 Richard Sandiford[SystemZ] Enable unaligned accesses
2013-05-28 Richard Sandiford[SystemZ] Register compare-and-branch support
2013-05-25 Andrew TrickTrack IR ordering of SelectionDAG nodes 2/4.
2013-05-18 Matt ArsenaultAdd LLVMContext argument to getSetCCResultType
2013-05-06 Ulrich Weigand[SystemZ] Add back end
2011-10-24 Dan GohmanRemove the SystemZ backend.
2011-05-06 Eli FriedmanMake the logic for determining function alignment more...
2011-02-25 Owen AndersonAllow targets to specify a the type of the RHS of a...
2010-07-07 Dan GohmanSplit the SDValue out of OutputArg so that SelectionDAG...
2010-05-01 Dan GohmanGet rid of the EdgeMapping map. Instead, just check...
2010-04-17 Dan GohmanUse const qualifiers with TargetLowering. This eliminat...
2010-02-02 Evan ChengRevert 95130.
2010-02-02 Evan ChengPass callsite return type to TargetLowering::LowerCall...
2010-01-27 Evan ChengEliminate target hook IsEligibleForTailCallOptimization.
2009-10-28 Evan ChengAdd a second ValueType argument to isFPImmLegal.
2009-10-27 Evan ChengDo away with addLegalFPImmediate. Add a target hook...
2009-09-18 Evan ChengEnhance EmitInstrWithCustomInserter() so target can...
2009-09-02 Sandeep PatelRetype from unsigned to CallingConv::ID accordingly...
2009-08-21 Anton KorobeynikovHandle 'r' inline asm constraint
2009-08-05 Dan GohmanMajor calling convention code refactoring.
2009-07-16 Anton KorobeynikovUnbreak
2009-07-16 Anton KorobeynikovAdd constpool lowering / printing
2009-07-16 Anton KorobeynikovAdd jump tables
2009-07-16 Anton KorobeynikovLower addresses of globals
2009-07-16 Anton KorobeynikovSELECT_CC lowering
2009-07-16 Anton KorobeynikovConditional branches and comparisons
2009-07-16 Anton KorobeynikovProvide proper stack offsets for outgoing arguments
2009-07-16 Anton KorobeynikovSome preliminary call lowering
2009-07-16 Anton KorobeynikovMinimal lowering for formal_arguments / ret
2009-07-16 Anton KorobeynikovLet's start another backend :)