summaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
Commit message (Expand)AuthorAge
...
* Add Constant Hoisting PassJuergen Ributzka2014-01-24
* Fix non-deterministic SDNodeOrder-dependent codegenNico Rieck2014-01-12
* [stackprotector] Use analysis from the StackProtector pass for stack layout i...Josh Magee2013-12-19
* [Stackmap] Liveness Analysis PassJuergen Ributzka2013-12-14
* Revert "Liveness Analysis Pass"Andrew Trick2013-12-13
* Grow the stackmap/patchpoint format to hold 64-bit IDs.Andrew Trick2013-12-13
* Liveness Analysis PassAndrew Trick2013-12-13
* SelectionDAG: Fix a typo.Benjamin Kramer2013-12-11
* Reland "Fix miscompile of MS inline assembly with stack realignment"Reid Kleckner2013-12-10
* Add TargetLowering::prepareVolatileOrAtomicLoadRichard Sandiford2013-12-10
* Revert "Fix miscompile of MS inline assembly with stack realignment"Reid Kleckner2013-12-10
* Fix miscompile of MS inline assembly with stack realignmentReid Kleckner2013-12-10
* Try harder to get a consistent floating point results.Rafael Espindola2013-12-05
* StackMap: Implement support for DirectMemRefOp.Andrew Trick2013-11-26
* patchpoint: factor SD builder code for live vars. Plain stackmap also optimiz...Andrew Trick2013-11-22
* patchpoint: eliminate hard coded operand indices.Andrew Trick2013-11-22
* 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