Masked Vector Load and Store Intrinsics.
[oota-llvm.git] / lib / CodeGen / SelectionDAG / SelectionDAGBuilder.h
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...
2012-12-11 Patrik HagglundChange RegVT in BitTestBlock and RegsForValue, to conta...
2012-12-04 Chandler CarruthSort includes for all of the .h files under the 'lib...
2012-11-25 Craig TopperRefactor to make helper method static.
2012-11-24 Craig TopperRefactor a bit to make some helper methods static.
2012-11-23 Craig TopperRefactor a bit to make some helper functions static.
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-08-24 Manman RenBranchProb: modify the definition of an edge in BranchP...
2012-08-22 Richard SmithInitialize SelectionDAGBuilder's Context in 'init'...
2012-08-03 Bob WilsonRefactor and check "onlyReadsMemory" before optimizing...
2012-06-02 Benjamin KramerFix typos found by github.com/lyda/misspell-check
2012-05-18 Stepan DyatkovskiyRecommited reworked r156804:
2012-05-17 Stepan DyatkovskiySelectionDAGBuilder: CaseBlock, CaseRanges and CaseCmp...
2012-04-11 Craig TopperInline implVisitAluOverflow by introducing a nested...
2012-02-06 Bill Wendling[unwind removal] Remove all of the code for the dead...
2012-02-01 Stepan DyatkovskiySwitchInst refactoring.
2011-12-20 Jakub StaszakAdd some constantness to BranchProbabilityInfo and...
2011-12-08 Owen AndersonEnhance both TargetLibraryInfo and SelectionDAGBuilder...
2011-10-06 Eli FriedmanRemove the old atomic instrinsics. autoupgrade functio...
2011-10-05 Bill WendlingModify the mapping from landing pad to call sites to...
2011-10-04 Bill WendlingCreate a mapping between the landing pad basic block...
2011-08-24 Eli FriedmanBasic x86 code generation for atomic load and store...
2011-08-12 Bill WendlingInitial commit of the 'landingpad' instruction.
2011-07-31 Bill WendlingAdd the 'resume' instruction for the new EH rewrite.
2011-07-30 Bill WendlingRevert r136253, r136263, r136269, r136313, r136325...
2011-07-29 Jakub StaszakDo not lose branch weights when lowering SwitchInst.
2011-07-28 Eli FriedmanLangRef and basic memory-representation/reading/writing...
2011-07-27 Bill WendlingMerge the contents from exception-handling-rewrite...
2011-07-25 Eli FriedmanInitial implementation of 'fence' instruction, the...
2011-07-08 Benjamin KramerEmit a more efficient magic number multiplication for...
2011-06-16 Jakub StaszakIntroduce MachineBranchProbabilityInfo class, which...
2011-05-23 Devang PatelPreserve debug info during iSel by keeping DanglingDebu...
2011-04-23 Jay FoadRemove unused STL header includes.
2011-03-26 Benjamin KramerTurn SelectionDAGBuilder::GetRegistersForValue into...
2011-02-21 Devang PatelRevert r124611 - "Keep track of incoming argument's...
2011-01-31 Devang PatelKeep track of incoming argument's location while emitti...
2011-01-06 Evan ChengAvoid zero extend bit test operands to pointer type...
2010-09-30 Jakob Stoklund OlesenWhen isel is emitting instructions for an x86 target...
2010-08-31 Devang PatelOffset is not always unsigned number.
2010-08-28 Dan GohmanTrim a #include.
2010-08-26 Devang PatelRevert r112213. It is not needed.
2010-08-26 Devang PatelUpdate DanglingDebugInfo so that it can be used to...
2010-08-25 Devang PatelFix comment.
2010-08-25 Devang PatelRemove dead argument.
2010-07-16 Dale JohannesenThe SelectionDAGBuilder's handling of debug info, on...
2010-07-15 Bill WendlingRevert. This isn't the correct way to go.
2010-07-15 Bill WendlingHandle code gen for the unreachable instruction if...
2010-07-01 Dan GohmanReapply r106422, splitting the code for materializing...
2010-06-21 Dan GohmanRevert r106422, which is breaking the non-fast-isel...
2010-06-21 Dan GohmanMore changes for non-top-down fast-isel.
2010-06-01 Devang PatelKeep track of incoming debug value of unused argument.
2010-05-01 Dan GohmanDon't pass SDValues by non-const reference unless they...
next