summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
Commit message (Expand)AuthorAgeFilesLines
* [DAG] improve documentation comments; NFCSanjay Patel2017-03-021-43/+34
* Add intrinsics for constrained floating point operationsAndrew Kaylor2017-01-261-0/+1
* [SelectionDAG] Handle inverted conditions when splitting into multiple branches.Geoff Berry2017-01-241-2/+3
* Apply clang-tidy's performance-unnecessary-value-param to LLVM.Benjamin Kramer2017-01-131-2/+2
* Expandload and Compressstore intrinsicsElena Demikhovsky2016-11-031-2/+2
* Delete some dead code in SelectionDAG (NFC)Vedant Kumar2016-10-061-2/+0
* [SelectionDAGBuilder] Add const to relevant placesAditya Kumar2016-09-011-3/+4
* Local variables whose address is taken and passed on to a call are described Wolfgang Pieb2016-08-151-0/+5
* Recommitting r275284: add support to inline __builtin_mempcpyAndrew Kaylor2016-07-291-0/+1
* Reverting r276771 due to MSan failures.Andrew Kaylor2016-07-271-1/+0
* Re-committing r275284: add support to inline __builtin_mempcpyAndrew Kaylor2016-07-261-0/+1
* Reverting r275284 due to platform-specific test failuresAndrew Kaylor2016-07-131-1/+0
* Fix for Bug 26903, adds support to inline __builtin_mempcpyAndrew Kaylor2016-07-131-0/+1
* Delete unused includes. NFC.Rafael Espindola2016-06-301-1/+0
* Pass DebugLoc and SDLoc by const ref.Benjamin Kramer2016-06-121-10/+7
* [stack-protection] Add support for MSVC buffer security checkEtienne Bergeron2016-06-071-4/+18
* Apply clang-tidy's misc-move-constructor-init throughout LLVM.Benjamin Kramer2016-05-271-8/+10
* Fix an assert in SelectionDAGBuilder when processing inline asmRenato Golin2016-05-171-0/+2
* [SSP, 2/2] Create llvm.stackguard() intrinsic and lower it to LOAD_STACK_GUARDTim Shen2016-04-191-9/+1
* Introduce an GCRelocateInst class [NFC]Philip Reames2016-04-121-1/+1
* [SSP] Remove llvm.stackprotectorcheck.Tim Shen2016-04-081-15/+5
* Lower @llvm.experimental.deoptimize as a noreturn callSanjoy Das2016-04-061-1/+3
* Swift Calling Convention: swifterror target-independent change.Manman Ren2016-04-051-0/+2
* [Codegen] Decrease minimum jump table density.Kyle Butt2016-03-291-4/+1
* Reduce code duplication by extracting out a helper function; NFCSanjoy Das2016-03-241-0/+4
* Add lowering support for llvm.experimental.deoptimizeSanjoy Das2016-03-241-0/+2
* Remove stale commentSanjoy Das2016-03-231-2/+1
* [StatepointLowering] Schedule gc relocates before uniqueing themSanjoy Das2016-03-231-3/+3
* Add "first class" lowering for deopt operand bundlesSanjoy Das2016-03-221-1/+5
* [SelectionDAG] Remove visitStatepoint; NFCSanjoy Das2016-03-171-2/+1
* Extract out a SelectionDAGBuilder::LowerAsStatepoint; NFCSanjoy Das2016-03-161-0/+48
* [SelectionDAG] Extract out populateCallLoweringInfo; NFCSanjoy Das2016-03-161-12/+8
* SelectionDAG: Lower some range metadata to AssertZextMatt Arsenault2016-02-081-0/+5
* [Statepoints] Refactor GCRelocateOperands into an intrinsic wrapper. NFC.Manuel Jacob2016-01-051-1/+1
* [IR] Remove terminatepadDavid Majnemer2015-12-141-1/+0
* [IR] Reformulate LLVM's EH funclet IRDavid Majnemer2015-12-121-2/+1
* Let SelectionDAG start to use probability-based interface to add successors.Cong Hou2015-11-241-36/+38
* [SelectionDAG] Remove dead code. NFC.Benjamin Kramer2015-10-151-5/+1
* [PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatibleChandler Carruth2015-09-091-1/+1
* [WinEH] Avoid creating MBBs for LLVM BBs that cannot contain codeReid Kleckner2015-09-081-7/+7
* [WinEH] Add cleanupendpad instructionJoseph Tremoulet2015-09-031-0/+1
* Distribute the weight on the edge from switch to default statement to edges g...Cong Hou2015-09-011-1/+3
* Assign weights to edges to jump table / bit test header when lowering switch ...Cong Hou2015-08-261-6/+7
* SelectionDAGBuilder: Fix SPDescriptor not resetting GuardRegMatthias Braun2015-08-261-0/+1
* Remove the final bit test during lowering switch statement if all cases in bi...Cong Hou2015-08-251-2/+3
* New EH representation for MSVC compatibilityDavid Majnemer2015-07-311-0/+6
* Use enum instead of unsigned. NFC.Pete Cooper2015-07-151-1/+2
* Revert the new EH instructionsDavid Majnemer2015-07-101-6/+0
* New EH representation for MSVC compatibilityDavid Majnemer2015-07-101-0/+6
* Remove dead code from old 64-bit SEH loweringReid Kleckner2015-07-091-2/+0
OpenPOWER on IntegriCloud