aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-2/+6
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-23/+22
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-4/+32
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-14/+29
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-2/+2
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-15/+16
* Update to LLVM 3.5a.Stephen Hines2014-04-241-7/+13
* Add addrspacecast instruction.Matt Arsenault2013-11-151-0/+2
* [Stackmap] Add AnyReg calling convention support for patchpoint intrinsic.Juergen Ributzka2013-11-081-1/+2
* Lower stackmap intrinsics directly to their target opcode in the DAG builder.Andrew Trick2013-10-311-0/+7
* whitespaceAndrew Trick2013-10-311-7/+7
* Revert "Give internal classes hidden visibility."Benjamin Kramer2013-09-111-1/+1
* Give internal classes hidden visibility.Benjamin Kramer2013-09-111-1/+1
* Revert patches to add case-range support for PR1255.Bob Wilson2013-09-091-0/+11
* [SystemZ] Use SRST to optimize memchrRichard Sandiford2013-08-201-0/+1
* Teach selectiondag how to handle the stackprotectorcheck intrinsic.Michael Gottesman2013-08-201-0/+201
* [SystemZ] Use SRST to implement strlen and strnlenRichard Sandiford2013-08-161-0/+2
* [SystemZ] Use MVST to implement strcpy and stpcpyRichard Sandiford2013-08-161-0/+1
* [SystemZ] Use CLST to implement strcmpRichard Sandiford2013-08-161-0/+1
* [SystemZ] Fix handling of 64-bit memcmp resultsRichard Sandiford2013-08-161-0/+3
* Fixed SelectionDAGBuilder.h C++ filetype declaration to use the canonical C++...Michael Gottesman2013-08-121-1/+1
* Added c++ mode selector to head of SelectionDAGBuilder.h so editors open it i...Michael Gottesman2013-07-011-1/+1
* Access the TargetLoweringInfo from the TargetMachine object instead of cachin...Bill Wendling2013-06-191-6/+2
* Track IR ordering of SelectionDAG nodes 3/4.Andrew Trick2013-05-251-5/+0
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-251-1/+0
* Track IR ordering of SelectionDAG nodes 1/4.Andrew Trick2013-05-251-4/+12
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-1/+1
* Change RegVT in BitTestBlock and RegsForValue, to contain MVTs,Patrik Hagglund2012-12-191-2/+2
* Revert EVT->MVT changes, r169836-169851, due to buildbot failures.Patrik Hagglund2012-12-111-2/+2
* Change RegVT in BitTestBlock and RegsForValue, to contain MVTs,Patrik Hagglund2012-12-111-2/+2
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-041-2/+2
* Refactor to make helper method static.Craig Topper2012-11-251-2/+0
* Refactor a bit to make some helper methods static.Craig Topper2012-11-241-2/+0
* Refactor a bit to make some helper functions static.Craig Topper2012-11-231-3/+0
* Move TargetData to DataLayout.Micah Villmow2012-10-081-2/+2
* BranchProb: modify the definition of an edge in BranchProbabilityInfo to handleManman Ren2012-08-241-4/+9
* Initialize SelectionDAGBuilder's Context in 'init', not in its constructor. TheRichard Smith2012-08-221-1/+1
* Refactor and check "onlyReadsMemory" before optimizing builtins.Bob Wilson2012-08-031-0/+1
* Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer2012-06-021-1/+1
* Recommited reworked r156804:Stepan Dyatkovskiy2012-05-181-11/+0
* SelectionDAGBuilder: CaseBlock, CaseRanges and CaseCmp changed representation...Stepan Dyatkovskiy2012-05-171-1/+1
* Inline implVisitAluOverflow by introducing a nested switch to convert the int...Craig Topper2012-04-111-2/+0
* [unwind removal] Remove all of the code for the dead 'unwind' instruction. ThereBill Wendling2012-02-061-2/+0
* SwitchInst refactoring.Stepan Dyatkovskiy2012-02-011-3/+3
* Add some constantness to BranchProbabilityInfo and BlockFrequnencyInfo.Jakub Staszak2011-12-201-1/+2
* Enhance both TargetLibraryInfo and SelectionDAGBuilder so that the latter can...Owen Anderson2011-12-081-1/+4
* Remove the old atomic instrinsics. autoupgrade functionality is included wit...Eli Friedman2011-10-061-1/+0
* Modify the mapping from landing pad to call sites to accept more than one callBill Wendling2011-10-051-2/+2
* Create a mapping between the landing pad basic block and the call site index ...Bill Wendling2011-10-041-0/+3
* Basic x86 code generation for atomic load and store instructions.Eli Friedman2011-08-241-1/+3