summaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
Commit message (Expand)AuthorAge
* Merging r197047:Bill Wendling2013-12-15
* Fix codegen for null different sized pointer.Matt Arsenault2013-11-16
* Add addrspacecast instruction.Matt Arsenault2013-11-15
* Minor extension to llvm.experimental.patchpoint: don't require a call.Andrew Trick2013-11-14
* [Stackmap] Materialize the jump address within the patchpoint noop slide.Juergen Ributzka2013-11-09
* [Stackmap] Add AnyReg calling convention support for patchpoint intrinsic.Juergen Ributzka2013-11-08
* Slightly change the way stackmap and patchpoint intrinsics are lowered.Andrew Trick2013-11-05
* [Stackmap] Remove erroneous assert.Juergen Ributzka2013-11-01
* Commenting out this assert because it is causing the build bots to fail. Thi...Aaron Ballman2013-11-01
* Fixing an order of evaluation error in an assert.Aaron Ballman2013-11-01
* Add support for stack map generation in the X86 backend.Andrew Trick2013-10-31
* Lower stackmap intrinsics directly to their target opcode in the DAG builder.Andrew Trick2013-10-31
* SelectionDAG: Pass along the original argument/element type in ISD::InputArgTom Stellard2013-10-23
* Fix CodeGen for different size address space GEPsMatt Arsenault2013-10-21
* Reuse variableMatt Arsenault2013-10-21
* Revert patches to add case-range support for PR1255.Bob Wilson2013-09-09
* SelectionDAG: Remove unnecessary uses of TargetLowering::getPointerTy()Tom Stellard2013-08-26
* SelectionDAG: Use correct pointer size when lowering function arguments v2Tom Stellard2013-08-26
* [stack protector] Work around an issue with the BMOVPCB_CALL instruction on A...Michael Gottesman2013-08-22
* [SystemZ] Use SRST to optimize memchrRichard Sandiford2013-08-20
* Teach selectiondag how to handle the stackprotectorcheck intrinsic.Michael Gottesman2013-08-20
* Add a llvm.copysign intrinsicHal Finkel2013-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] Fix handling of 64-bit memcmp resultsRichard Sandiford2013-08-16
* Replace getValueType().getSimpleVT() with getSimpleValueType().Craig Topper2013-08-15
* [SystemZ] Use CLC and IPM to implement memcmpRichard Sandiford2013-08-12
* Add ISD::FROUND for libm round()Hal Finkel2013-08-07
* TargetLowering: Add getVectorIdxTy() function v2Tom Stellard2013-08-05
* Fix crashing on invalid inline asm with matching constraints.Eric Christopher2013-07-31
* Reflow this to be easier to read.Eric Christopher2013-07-30
* Document a known limitation of the status quo.Adrian Prantl2013-07-10
* Reapply an improved version of r180816/180817.Adrian Prantl2013-07-09
* AArch64/PowerPC/SystemZ/X86: This patch fixes the interface, usage, and allStephen Lin2013-07-09
* Remove trailing whitespace from SelectionDAG/*.cppStephen Lin2013-07-08
* SelectionDAGBuilder: style fixes (add space between end parentheses and open ...Stephen Lin2013-07-06
* Stop putting operations after a tail call.Tim Northover2013-07-06
* Simplify landing pad lowering.Jakob Stoklund Olesen2013-07-04
* Revert r185595-185596 which broke buildbots.Jakob Stoklund Olesen2013-07-04
* Simplify landing pad lowering.Jakob Stoklund Olesen2013-07-03
* Use SmallVectorImpl instead of SmallVector for iterators and references to av...Craig Topper2013-07-03
* Debug Info: clean up usage of Verify.Manman Ren2013-06-28
* Access the TargetLoweringInfo from the TargetMachine object instead of cachin...Bill Wendling2013-06-19
* During SelectionDAG building explicitly set a node to constant zero when theQuentin Colombet2013-06-18
* Debug Info: Simplify Frame Index handling in DBG_VALUE Machine InstructionsDavid Blaikie2013-06-16
* Cache the TargetLowering info object as a pointer.Bill Wendling2013-06-06
* Convert sqrt functions into sqrt instructions when -ffast-math is in effect.Preston Gurd2013-05-27
* Track IR ordering of SelectionDAG nodes 3/4.Andrew Trick2013-05-25
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-25