aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Target/TargetLowering.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM with patches for fp16Pirama Arumuga Nainar2015-05-261-1/+2
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-6/+95
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-184/+128
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-60/+212
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-18/+52
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-45/+202
* Update to LLVM 3.5a.Stephen Hines2014-04-241-27/+130
* Add target hook to prevent folding some bitcasted loads.Matt Arsenault2013-11-151-0/+11
* Add addrspacecast instruction.Matt Arsenault2013-11-151-0/+5
* [Stackmap] Materialize the jump address within the patchpoint noop slide.Juergen Ributzka2013-11-091-0/+6
* Convert comments to documentation comments (// -> ///)Dmitri Gribenko2013-11-051-9/+10
* Lower stackmap intrinsics directly to their target opcode in the DAG builder.Andrew Trick2013-10-311-0/+2
* Update commentMatt Arsenault2013-10-291-2/+2
* Workaround MSVC 32-bit miscompile of getCondCodeAction.Matt Arsenault2013-10-291-15/+13
* Remove unused TargetLowering field.Matt Arsenault2013-10-211-4/+0
* Fix CodeGen for vectors of pointers with address spaces.Matt Arsenault2013-10-211-3/+7
* [projects/test-suite] White space and long line fixes.Jack Carter2013-10-171-10/+14
* [DAGCombiner] Reapply load slicing (192471) with a test that explicitly set s...Quentin Colombet2013-10-111-0/+29
* [DAGCombiner] Revert load slicing (r192471), until I figure out why it fails ...Quentin Colombet2013-10-111-29/+0
* [DAGCombiner] Slice a big load in two loads when the element are next to eachQuentin Colombet2013-10-111-0/+29
* test commitSriram Murali2013-10-101-2/+4
* SelectionDAG: Use correct pointer size when lowering function arguments v2Tom Stellard2013-08-261-2/+4
* Update makeLibCall to return both the call and the chain associated with the ...Michael Gottesman2013-08-131-3/+6
* Refactor isInTailCallPosition handlingTim Northover2013-08-061-0/+9
* TargetLowering: Add getVectorIdxTy() function v2Tom Stellard2013-08-051-0/+7
* Fix a comment cut-&-pasto.Richard Sandiford2013-07-251-1/+1
* DAGCombiner: Pass the correct type to TargetLowering::isF(Abs|Neg)FreeTom Stellard2013-07-231-2/+4
* Fixed up comments in TargetLowering.h to conform to the LLVM Style Guide.Michael Gottesman2013-07-111-682/+613
* AArch64/PowerPC/SystemZ/X86: This patch fixes the interface, usage, and allStephen Lin2013-07-091-5/+10
* The getRegForInlineAsmConstraint function should only accept MVT value types.Chad Rosier2013-06-221-1/+1
* Avoid warnings about unused parameters that tend to come up a lot whenDuncan Sands2013-06-101-11/+11
* Loop Strength Reduce: Scaling factor cost.Quentin Colombet2013-05-311-0/+12
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-251-11/+10
* Add LLVMContext argument to getSetCCResultTypeMatt Arsenault2013-05-181-1/+1
* Remove unused ShouldFoldAtomicFences flag.Tim Northover2013-04-201-18/+0
* Add CodeGen support for functions that always return arguments via a new para...Stephen Lin2013-04-201-7/+9
* TargetLowering: Fix getTypeConversion handling of extended vector typesArnold Schwaighofer2013-04-071-0/+5
* Use the target options specified on a function to reset the back-end.Bill Wendling2013-04-051-3/+15
* Remove the old CodePlacementOpt pass.Benjamin Kramer2013-03-291-11/+0
* Add a new method which enables one to change register classes.Reed Kotler2013-03-141-0/+7
* Fix PR10475Michael Liao2013-03-011-1/+3
* Update TargetLowering ivars for name policy.Jim Grosbach2013-02-201-14/+14
* Split TargetLowering into a CodeGen and a SelectionDAG part.Benjamin Kramer2013-01-111-613/+625
* Refactor to expose RTLIB calls to targets.Tim Northover2013-01-091-0/+11
* Sink AddrMode back into TargetLowering, removing one of the mostChandler Carruth2013-01-071-1/+16
* Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth2013-01-071-0/+12
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-3/+3
* Remove the Function::getRetAttributes method in favor of using the AttributeS...Bill Wendling2012-12-301-1/+1
* DAGCombinerInformation: add a getter that exposes the dagcombine level.Nadav Rotem2012-12-271-0/+1
* Refactor DAGCombinerInfo. Change the different booleans that indicate if we a...Nadav Rotem2012-12-271-7/+9