summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Redirect DataLayout from TargetMachine to Module in ComputeValueVTs()Mehdi Amini2015-07-091-2/+2
* Switch lowering: add heuristic for filling leaf nodes in the weight-balanced ...Hans Wennborg2015-06-201-0/+5
* [SelectionDAG] Delete SelectionDAGBuilder::removeValue. NFC.Sanjoy Das2015-05-061-6/+0
* [SelectionDAG] Make an argument optional in RFV::getCopyToRegs. NFC.Sanjoy Das2015-05-051-5/+6
* [SelectionDAG] Move RegsForValue into SelectionDAGBuilder.h. NFC.Sanjoy Das2015-05-051-0/+74
* [SelectionDAG] Pass explicit type to lowerCallOperands. NFC.Sanjoy Das2015-05-051-1/+1
* IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith2015-04-291-2/+2
* Masked gather and scatter: Added code for SelectionDAG.Elena Demikhovsky2015-04-281-0/+4
* Switch lowering: use uint32_t for weights everywhereHans Wennborg2015-04-271-1/+1
* Re-commit r235560: Switch lowering: extract jump tables and bit tests before ...Hans Wennborg2015-04-231-70/+110
* Revert r235560; this commit was causing several failed assertions in Debug bu...Aaron Ballman2015-04-231-110/+70
* Switch lowering: extract jump tables and bit tests before building binary tre...Hans Wennborg2015-04-221-70/+110
* Revert the switch lowering change (r235101, r235103, r235106)Hans Wennborg2015-04-161-110/+70
* Switch lowering: extract jump tables and bit tests before building binary tre...Hans Wennborg2015-04-161-70/+110
* Allow memory intrinsics to be tail callsKrzysztof Parzyszek2015-04-131-0/+4
* Remove empty non-virtual destructors or mark them =default when non-publicBenjamin Kramer2015-04-111-1/+0
* CodeGen: Assert that inlined-at locations agreeDuncan P. N. Exon Smith2015-04-031-2/+3
* SelectionDAG: Use specialized metadata nodes in EmitFuncArgumentDbgValue(), NFCDuncan P. N. Exon Smith2015-04-031-3/+3
* Rewrite SelectionDAGBuilder::Clusterify to run in linear time. NFC.Hans Wennborg2015-03-201-9/+3
* Switch lowering: extract NextBlock function. NFC.Hans Wennborg2015-03-191-0/+3
* Switch lowering: remove unnecessary ConstantInt casts. NFC.Hans Wennborg2015-03-191-12/+9
* Teach lowering to correctly handle invoke statepoint and gc results tied to t...Igor Laevsky2015-03-101-1/+7
* Revert change r231366 as it broke clang-native-arm-cortex-a9 Analysis/propert...Igor Laevsky2015-03-051-7/+1
* Teach lowering to correctly handle invoke statepoint and gc results tied to t...Igor Laevsky2015-03-051-1/+7
* Reduce double set lookups.Benjamin Kramer2015-02-271-2/+1
* Generalize statepoint lowering to use ImmutableStatepoint. Move statepoint lo...Igor Laevsky2015-02-201-0/+3
* Factor out a splitSwitchCase() function so that it can be reused.Daniel Jasper2015-01-201-0/+2
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-1/+1
* CodeGen support for x86_64 SEH catch handlers in LLVMReid Kleckner2015-01-141-0/+2
* [StackMaps] Mark in CallLoweringInfo when lowering a patchpointHal Finkel2015-01-131-1/+2
* Masked Load / Store Intrinsics - the CodeGen part.Elena Demikhovsky2014-12-041-0/+2
* [Statepoints 3/4] Statepoint infrastructure for garbage collection: Selection...Philip Reames2014-12-021-0/+17
OpenPOWER on IntegriCloud