summaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
Commit message (Expand)AuthorAge
* This reapplies r207235 with an additional bugfixes caught by the msanAdrian Prantl2014-04-25
* Revert "This reapplies r207130 with an additional testcase+and a missing chec...Adrian Prantl2014-04-25
* This reapplies r207130 with an additional testcase+and a missing check forAdrian Prantl2014-04-25
* Revert "This reapplies r207130 with an additional testcase+and a missing chec...Adrian Prantl2014-04-25
* This reapplies r207130 with an additional testcase+and a missing check forAdrian Prantl2014-04-25
* Patch by Vadim ChugunovYaron Keren2014-04-19
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-16
* Replace '#include ValueTypes.h' with forward declarations.Patrik Hagglund2014-03-12
* [Modules] Move CallSite into the IR library where it belogs. It isChandler Carruth2014-03-04
* Rename a few more DataLayout variables from TD to DL.Rafael Espindola2014-02-21
* PGO branch weight: update edge weights in SelectionDAGBuilder.Manman Ren2014-01-31
* Revert r200431 due to bot failures.Manman Ren2014-01-30
* PGO branch weight: update edge weights in SelectionDAGBuilder.Manman Ren2014-01-30
* Fix non-deterministic SDNodeOrder-dependent codegenNico Rieck2014-01-12
* Fix 'ned' typo in doc commentAlp Toker2014-01-11
* Add addrspacecast instruction.Matt Arsenault2013-11-15
* [Stackmap] Add AnyReg calling convention support for patchpoint intrinsic.Juergen Ributzka2013-11-08
* Lower stackmap intrinsics directly to their target opcode in the DAG builder.Andrew Trick2013-10-31
* whitespaceAndrew Trick2013-10-31
* Revert "Give internal classes hidden visibility."Benjamin Kramer2013-09-11
* Give internal classes hidden visibility.Benjamin Kramer2013-09-11
* Revert patches to add case-range support for PR1255.Bob Wilson2013-09-09
* [SystemZ] Use SRST to optimize memchrRichard Sandiford2013-08-20
* Teach selectiondag how to handle the stackprotectorcheck intrinsic.Michael Gottesman2013-08-20
* [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
* Fixed SelectionDAGBuilder.h C++ filetype declaration to use the canonical C++...Michael Gottesman2013-08-12
* Added c++ mode selector to head of SelectionDAGBuilder.h so editors open it i...Michael Gottesman2013-07-01
* Access the TargetLoweringInfo from the TargetMachine object instead of cachin...Bill Wendling2013-06-19
* Track IR ordering of SelectionDAG nodes 3/4.Andrew Trick2013-05-25
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-25
* Track IR ordering of SelectionDAG nodes 1/4.Andrew Trick2013-05-25
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Change RegVT in BitTestBlock and RegsForValue, to contain MVTs,Patrik Hagglund2012-12-19
* Revert EVT->MVT changes, r169836-169851, due to buildbot failures.Patrik Hagglund2012-12-11
* Change RegVT in BitTestBlock and RegsForValue, to contain MVTs,Patrik Hagglund2012-12-11
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-04
* Refactor to make helper method static.Craig Topper2012-11-25
* Refactor a bit to make some helper methods static.Craig Topper2012-11-24
* Refactor a bit to make some helper functions static.Craig Topper2012-11-23
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* BranchProb: modify the definition of an edge in BranchProbabilityInfo to handleManman Ren2012-08-24
* Initialize SelectionDAGBuilder's Context in 'init', not in its constructor. TheRichard Smith2012-08-22
* Refactor and check "onlyReadsMemory" before optimizing builtins.Bob Wilson2012-08-03
* Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer2012-06-02
* Recommited reworked r156804:Stepan Dyatkovskiy2012-05-18
* SelectionDAGBuilder: CaseBlock, CaseRanges and CaseCmp changed representation...Stepan Dyatkovskiy2012-05-17
* Inline implVisitAluOverflow by introducing a nested switch to convert the int...Craig Topper2012-04-11