aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/SystemZ/SystemZISelLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
* AArch64/PowerPC/SystemZ/X86: This patch fixes the interface, usage, and allStephen Lin2013-07-091-0/+20
* [SystemZ] Use "STC;MVC" for memsetRichard Sandiford2013-07-091-0/+8
* [SystemZ] Remove unwanted part from last commitRichard Sandiford2013-07-081-2/+0
* [SystemZ] Use MVC for memcpyRichard Sandiford2013-07-081-0/+29
* Remove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR ISD opcodes.Jakob Stoklund Olesen2013-07-041-5/+0
* Revert r185595-185596 which broke buildbots.Jakob Stoklund Olesen2013-07-041-0/+5
* Remove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR ISD opcodes.Jakob Stoklund Olesen2013-07-031-5/+0
* [SystemZ] Use DSGFR over DSGR in more casesRichard Sandiford2013-07-021-3/+8
* [SystemZ] Add conditional store patternsRichard Sandiford2013-06-271-0/+90
* The getRegForInlineAsmConstraint function should only accept MVT value types.Chad Rosier2013-06-221-1/+1
* [SystemZ] Enable unaligned accessesRichard Sandiford2013-05-301-0/+10
* Order CALLSEQ_START and CALLSEQ_END nodes.Andrew Trick2013-05-291-2/+3
* [SystemZ] Immediate compare-and-branch supportRichard Sandiford2013-05-291-1/+2
* [SystemZ] Register compare-and-branch supportRichard Sandiford2013-05-281-14/+61
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-251-27/+27
* [SystemZ] Rename PSW to CCRichard Sandiford2013-05-221-1/+1
* [SystemZ] Add long branch passRichard Sandiford2013-05-201-7/+7
* Fixing a 64-bit conversion warning in MSVC.Aaron Ballman2013-05-161-1/+1
* [SystemZ] Add back endUlrich Weigand2013-05-061-0/+2233
* Remove the SystemZ backend.Dan Gohman2011-10-241-868/+0
* Add codegen support for vector select (in the IR this means a selectDuncan Sands2011-09-061-0/+1
* Add an intrinsic and codegen support for fused multiply-accumulate. The intentCameron Zwarich2011-07-081-0/+2
* Add a parameter to CCState so that it can access the MachineFunction.Eric Christopher2011-06-081-8/+8
* Make the logic for determining function alignment more explicit. No function...Eli Friedman2011-05-061-0/+2
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* Allow targets to specify a the type of the RHS of a shift parameterized on th...Owen Anderson2011-02-251-3/+0
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-101-1/+1
* rename MVT::Flag to MVT::Glue. "Flag" is a terrible name forChris Lattner2010-12-211-2/+2
* Renaming ISD::BIT_CONVERT to ISD::BITCAST to better reflect the LLVM IR concept.Wesley Peck2010-11-231-2/+2
* Move hasFP() and few related hooks to TargetFrameInfo.Anton Korobeynikov2010-11-181-2/+2
* update a bunch of code to use the MachinePointerInfo version of getStore.Chris Lattner2010-09-211-1/+1
* convert the targets off the non-MachinePointerInfo of getLoad.Chris Lattner2010-09-211-2/+2
* Split the SDValue out of OutputArg so that SelectionDAG-independentDan Gohman2010-07-071-3/+6
* Propagate debug loc.Devang Patel2010-07-061-3/+3
* Reapply r107655 with fixes; insert the pseudo instruction intoDan Gohman2010-07-061-4/+8
* Revert r107655.Dan Gohman2010-07-061-8/+4
* Fix a bunch of custom-inserter functions to handle the case whereDan Gohman2010-07-061-4/+8
* Remove isSS argument from CreateFixedObject. Fixed objects cannot be spill sl...Evan Cheng2010-07-031-1/+1
* Code refactoring: pull SchedPreference enum from TargetLowering.h to TargetMa...Evan Cheng2010-05-191-1/+1
* Get rid of the EdgeMapping map. Instead, just check for BasicBlockDan Gohman2010-05-011-6/+1
* Use const qualifiers with TargetLowering. This eliminates severalDan Gohman2010-04-171-13/+17
* Add const qualifiers to CodeGen's use of LLVM IR constructs.Dan Gohman2010-04-151-1/+1
* rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner2010-04-071-1/+1
* Move TLOF implementations to libCodegen to resolve layering violation.Anton Korobeynikov2010-02-151-1/+1
* Remove an assumption of default arguments. This is in anticipation of aDavid Greene2010-02-151-3/+5
* Revert 95130.Evan Cheng2010-02-021-1/+0
* Pass callsite return type to TargetLowering::LowerCall and use that to check ...Evan Cheng2010-02-021-0/+1
* Eliminate target hook IsEligibleForTailCallOptimization.Evan Cheng2010-01-271-1/+3
* Add a bool flag to StackObjects telling whether they reference spillDavid Greene2009-11-121-1/+1
* add some missing #includesChris Lattner2009-11-071-0/+1