AArch64/PowerPC/SystemZ/X86: This patch fixes the interface, usage, and all
[oota-llvm.git] / lib / Target / SystemZ / SystemZISelLowering.cpp
2013-07-09 Stephen LinAArch64/PowerPC/SystemZ/X86: This patch fixes the inter...
2013-07-09 Richard Sandiford[SystemZ] Use "STC;MVC" for memset
2013-07-08 Richard Sandiford[SystemZ] Remove unwanted part from last commit
2013-07-08 Richard Sandiford[SystemZ] Use MVC for memcpy
2013-07-04 Jakob Stoklund OlesenRemove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR...
2013-07-04 Jakob Stoklund OlesenRevert r185595-185596 which broke buildbots.
2013-07-03 Jakob Stoklund OlesenRemove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR...
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-29 Andrew TrickOrder CALLSEQ_START and CALLSEQ_END nodes.
2013-05-29 Richard Sandiford[SystemZ] Immediate compare-and-branch support
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-22 Richard Sandiford[SystemZ] Rename PSW to CC
2013-05-20 Richard Sandiford[SystemZ] Add long branch pass
2013-05-16 Aaron BallmanFixing a 64-bit conversion warning in MSVC.
2013-05-06 Ulrich Weigand[SystemZ] Add back end
2011-10-24 Dan GohmanRemove the SystemZ backend.
2011-09-06 Duncan SandsAdd codegen support for vector select (in the IR this...
2011-07-08 Cameron ZwarichAdd an intrinsic and codegen support for fused multiply...
2011-06-08 Eric ChristopherAdd a parameter to CCState so that it can access the...
2011-05-06 Eli FriedmanMake the logic for determining function alignment more...
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-02-25 Owen AndersonAllow targets to specify a the type of the RHS of a...
2011-01-10 Anton KorobeynikovRename TargetFrameInfo into TargetFrameLowering. Also...
2010-12-21 Chris Lattnerrename MVT::Flag to MVT::Glue. "Flag" is a terrible...
2010-11-23 Wesley PeckRenaming ISD::BIT_CONVERT to ISD::BITCAST to better...
2010-11-18 Anton KorobeynikovMove hasFP() and few related hooks to TargetFrameInfo.
2010-09-21 Chris Lattnerupdate a bunch of code to use the MachinePointerInfo...
2010-09-21 Chris Lattnerconvert the targets off the non-MachinePointerInfo...
2010-07-07 Dan GohmanSplit the SDValue out of OutputArg so that SelectionDAG...
2010-07-06 Devang PatelPropagate debug loc.
2010-07-06 Dan GohmanReapply r107655 with fixes; insert the pseudo instructi...
2010-07-06 Dan GohmanRevert r107655.
2010-07-06 Dan GohmanFix a bunch of custom-inserter functions to handle...
2010-07-03 Evan ChengRemove isSS argument from CreateFixedObject. Fixed...
2010-05-19 Evan ChengCode refactoring: pull SchedPreference enum from Target...
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-04-15 Dan GohmanAdd const qualifiers to CodeGen's use of LLVM IR constr...
2010-04-07 Chris Lattnerrename llvm::llvm_report_error -> llvm::report_fatal_error
2010-02-15 Anton KorobeynikovMove TLOF implementations to libCodegen to resolve...
2010-02-15 David GreeneRemove an assumption of default arguments. This is...
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-11-12 David GreeneAdd a bool flag to StackObjects telling whether they...
2009-11-07 Chris Lattneradd some missing #includes
2009-10-28 Evan ChengAdd a second ValueType argument to isFPImmLegal.
2009-10-28 Dan GohmanUpdate SystemZ to use PSW following the way x86 uses...
2009-10-27 Evan ChengDo away with addLegalFPImmediate. Add a target hook...
2009-10-17 Evan ChengRevert 84315 for now. Re-thinking the patch.
2009-10-17 Evan ChengRename getFixedStack to getStackObject. The stack objec...
2009-09-19 Evan ChengFix PR4926. When target hook EmitInstrWithCustomInserte...
2009-09-18 Evan ChengEnhance EmitInstrWithCustomInserter() so target can...
2009-09-02 Sandeep PatelRetype from unsigned to CallingConv::ID accordingly...
2009-08-23 Chris Lattnereliminate uses of cerr()
2009-08-21 Anton KorobeynikovExpand few nodes until someone will be crazy enough...
2009-08-21 Anton KorobeynikovHandle 'r' inline asm constraint
2009-08-11 Owen AndersonSplit EVT into MVT and EVT, the former representing...
2009-08-10 Owen AndersonRename MVT to EVT, in preparation for splitting SimpleV...
2009-08-05 Dan GohmanMajor calling convention code refactoring.
2009-07-28 Chris LattnerRip all of the global variable lowering logic out of...
2009-07-22 Owen AndersonGet rid of the Pass+Context magic.
2009-07-21 Eli FriedmanMissed a piece of the commit to remove the shift flavor.
2009-07-18 Anton KorobeynikovExpand frem
2009-07-18 Anton KorobeynikovTurn abort() into unreachable
2009-07-18 Anton KorobeynikovTurn few asserts into errors / unreachable's
2009-07-18 Anton KorobeynikovProvide expansion for ct* intrinsics
2009-07-18 Anton KorobeynikovExpand sext_inreg for i1
2009-07-16 Anton KorobeynikovUnbreak
2009-07-16 Anton KorobeynikovExpand 32-bit bitconverts via memory
2009-07-16 Anton Korobeynikovi32 values are passed extended also on stack. Handle...
2009-07-16 Anton KorobeynikovWe definitely have 1-0 bools
2009-07-16 Anton KorobeynikovOut GR128 regclass is not a 'real' i128 one.
2009-07-16 Anton KorobeynikovHandle bitconverts
2009-07-16 Anton KorobeynikovExpand fp_to_uint too
2009-07-16 Anton KorobeynikovWe don't have FP truncstores
2009-07-16 Anton KorobeynikovExpand uint_to_fp
2009-07-16 Anton KorobeynikovMake FP zero to be legal FP immediate via LOAD ZERO
2009-07-16 Anton KorobeynikovProper FP extloads
2009-07-16 Anton KorobeynikovAdd proper PWS impdef's
2009-07-16 Anton KorobeynikovPropagate FP select_cc to dag inserters
2009-07-16 Anton KorobeynikovWe don't have native sine / cosine instructions
2009-07-16 Anton KorobeynikovWe don't have any FP extloads
2009-07-16 Anton KorobeynikovImplement all comparisons
2009-07-16 Anton KorobeynikovAdd constpool lowering / printing
2009-07-16 Anton KorobeynikovAllow FP arguments pass / return
2009-07-16 Anton KorobeynikovRegister FP regclasses
2009-07-16 Anton KorobeynikovImplement 'large' PIC model
2009-07-16 Anton KorobeynikovImplement shifts properly (hopefilly - finally!)
2009-07-16 Anton KorobeynikovProperly handle divides. As a bonus - implement memory...
2009-07-16 Anton KorobeynikovEmit proper lowering of load from arg stack slot
2009-07-16 Anton KorobeynikovImplement dynamic allocas
2009-07-16 Anton KorobeynikovAdd jump tables
2009-07-16 Anton KorobeynikovExapnd br_jt into indirect branch. Provide pattern...
2009-07-16 Anton KorobeynikovProper lower 'small' results
2009-07-16 Anton KorobeynikovLower addresses of globals
next