[Statepoints] Refactor GCRelocateOperands into an intrinsic wrapper. NFC.
[oota-llvm.git] / lib / CodeGen / SelectionDAG / SelectionDAGBuilder.h
2016-01-05 Manuel Jacob[Statepoints] Refactor GCRelocateOperands into an intri...
2015-12-14 David Majnemer[IR] Remove terminatepad
2015-12-12 David Majnemer[IR] Reformulate LLVM's EH funclet IR
2015-11-24 Cong HouLet SelectionDAG start to use probability-based interfa...
2015-10-15 Benjamin Kramer[SelectionDAG] Remove dead code. NFC.
2015-09-09 Chandler Carruth[PM/AA] Rebuild LLVM's alias analysis infrastructure...
2015-09-08 Reid Kleckner[WinEH] Avoid creating MBBs for LLVM BBs that cannot...
2015-09-03 Joseph Tremoulet[WinEH] Add cleanupendpad instruction
2015-09-01 Cong HouDistribute the weight on the edge from switch to defaul...
2015-08-26 Cong HouAssign weights to edges to jump table / bit test header...
2015-08-26 Matthias BraunSelectionDAGBuilder: Fix SPDescriptor not resetting...
2015-08-25 Cong HouRemove the final bit test during lowering switch statem...
2015-07-31 David MajnemerNew EH representation for MSVC compatibility
2015-07-15 Pete CooperUse enum instead of unsigned. NFC.
2015-07-10 David MajnemerRevert the new EH instructions
2015-07-10 David MajnemerNew EH representation for MSVC compatibility
2015-07-09 Reid KlecknerRemove dead code from old 64-bit SEH lowering
2015-07-09 Mehdi AminiRedirect DataLayout from TargetMachine to Module in...
2015-06-20 Hans WennborgSwitch lowering: add heuristic for filling leaf nodes...
2015-05-06 Sanjoy Das[SelectionDAG] Delete SelectionDAGBuilder::removeValue...
2015-05-05 Sanjoy Das[SelectionDAG] Make an argument optional in RFV::getCop...
2015-05-05 Sanjoy Das[SelectionDAG] Move RegsForValue into SelectionDAGBuild...
2015-05-05 Sanjoy Das[SelectionDAG] Pass explicit type to lowerCallOperands...
2015-04-29 Duncan P. N. Exon... IR: Give 'DI' prefix to debug info metadata
2015-04-28 Elena DemikhovskyMasked gather and scatter: Added code for SelectionDAG.
2015-04-27 Hans WennborgSwitch lowering: use uint32_t for weights everywhere
2015-04-23 Hans WennborgRe-commit r235560: Switch lowering: extract jump tables...
2015-04-23 Aaron BallmanRevert r235560; this commit was causing several failed...
2015-04-22 Hans WennborgSwitch lowering: extract jump tables and bit tests...
2015-04-16 Hans WennborgRevert the switch lowering change (r235101, r235103...
2015-04-16 Hans WennborgSwitch lowering: extract jump tables and bit tests...
2015-04-13 Krzysztof ParzyszekAllow memory intrinsics to be tail calls
2015-04-11 Benjamin KramerRemove empty non-virtual destructors or mark them ...
2015-04-03 Duncan P. N. Exon... CodeGen: Assert that inlined-at locations agree
2015-04-03 Duncan P. N. Exon... SelectionDAG: Use specialized metadata nodes in EmitFun...
2015-03-20 Hans WennborgRewrite SelectionDAGBuilder::Clusterify to run in linea...
2015-03-19 Hans WennborgSwitch lowering: extract NextBlock function. NFC.
2015-03-19 Hans WennborgSwitch lowering: remove unnecessary ConstantInt casts...
2015-03-10 Igor LaevskyTeach lowering to correctly handle invoke statepoint...
2015-03-05 Igor LaevskyRevert change r231366 as it broke clang-native-arm...
2015-03-05 Igor LaevskyTeach lowering to correctly handle invoke statepoint...
2015-02-27 Benjamin KramerReduce double set lookups.
2015-02-20 Igor LaevskyGeneralize statepoint lowering to use ImmutableStatepoi...
2015-01-20 Daniel JasperFactor out a splitSwitchCase() function so that it...
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2015-01-14 Reid KlecknerCodeGen support for x86_64 SEH catch handlers in LLVM
2015-01-13 Hal Finkel[StackMaps] Mark in CallLoweringInfo when lowering...
2014-12-04 Elena DemikhovskyMasked Load / Store Intrinsics - the CodeGen part.
2014-12-02 Philip Reames[Statepoints 3/4] Statepoint infrastructure for garbage...
2014-12-01 Akira Hatanaka[stack protector] Set edge weights for newly created...
2014-11-28 Duncan P. N. Exon... Revert "Masked Vector Load and Store Intrinsics."
2014-11-23 Elena DemikhovskyMasked Vector Load and Store Intrinsics.
2014-10-21 Matt ArsenaultAdd minnum / maxnum codegen
2014-10-17 Juergen Ributzka[Stackmaps] Enable invoking the patchpoint intrinsic.
2014-10-16 Juergen RibutzkaReduce code duplication between patchpoint and non...
2014-10-13 Chad RosierRefactor debug statement and remove dead argument....
2014-10-04 Benjamin KramerRemove unnecessary copying or replace it with moves...
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-10-01 Adrian PrantlRevert r218778 while investigating buldbot breakage.
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-07-25 Akira Hatanaka[stack protector] Fix a potential security bug in stack...
2014-06-30 Alp TokerFix 'platform-specific' hyphenations
2014-04-25 Adrian PrantlThis reapplies r207235 with an additional bugfixes...
2014-04-25 Adrian PrantlRevert "This reapplies r207130 with an additional testc...
2014-04-25 Adrian PrantlThis reapplies r207130 with an additional testcase...
2014-04-25 Adrian PrantlRevert "This reapplies r207130 with an additional testc...
2014-04-25 Adrian PrantlThis reapplies r207130 with an additional testcase...
2014-04-19 Yaron KerenPatch by Vadim Chugunov
2014-04-16 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-12 Patrik HagglundReplace '#include ValueTypes.h' with forward declarations.
2014-03-04 Chandler Carruth[Modules] Move CallSite into the IR library where it...
2014-02-21 Rafael EspindolaRename a few more DataLayout variables from TD to DL.
2014-01-31 Manman RenPGO branch weight: update edge weights in SelectionDAGB...
2014-01-30 Manman RenRevert r200431 due to bot failures.
2014-01-30 Manman RenPGO branch weight: update edge weights in SelectionDAGB...
2014-01-12 Nico RieckFix non-deterministic SDNodeOrder-dependent codegen
2014-01-11 Alp TokerFix 'ned' typo in doc comment
2013-11-15 Matt ArsenaultAdd addrspacecast instruction.
2013-11-08 Juergen Ributzka[Stackmap] Add AnyReg calling convention support for...
2013-10-31 Andrew TrickLower stackmap intrinsics directly to their target...
2013-10-31 Andrew Trickwhitespace
2013-09-11 Benjamin KramerRevert "Give internal classes hidden visibility."
2013-09-11 Benjamin KramerGive internal classes hidden visibility.
2013-09-09 Bob WilsonRevert patches to add case-range support for PR1255.
2013-08-20 Richard Sandiford[SystemZ] Use SRST to optimize memchr
2013-08-20 Michael GottesmanTeach selectiondag how to handle the stackprotectorchec...
2013-08-16 Richard Sandiford[SystemZ] Use SRST to implement strlen and strnlen
2013-08-16 Richard Sandiford[SystemZ] Use MVST to implement strcpy and stpcpy
2013-08-16 Richard Sandiford[SystemZ] Use CLST to implement strcmp
2013-08-16 Richard Sandiford[SystemZ] Fix handling of 64-bit memcmp results
2013-08-12 Michael GottesmanFixed SelectionDAGBuilder.h C++ filetype declaration...
2013-07-01 Michael GottesmanAdded c++ mode selector to head of SelectionDAGBuilder...
2013-06-19 Bill WendlingAccess the TargetLoweringInfo from the TargetMachine...
2013-05-25 Andrew TrickTrack IR ordering of SelectionDAG nodes 3/4.
2013-05-25 Andrew TrickTrack IR ordering of SelectionDAG nodes 2/4.
2013-05-25 Andrew TrickTrack IR ordering of SelectionDAG nodes 1/4.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-19 Patrik HagglundChange RegVT in BitTestBlock and RegsForValue, to conta...
2012-12-11 Patrik HagglundRevert EVT->MVT changes, r169836-169851, due to buildbo...
next