aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-0/+1
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-0/+3
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-5/+9
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-0/+4
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-3/+5
* Update to LLVM 3.5a.Stephen Hines2014-04-241-8/+13
* Add addrspacecast instruction.Matt Arsenault2013-11-151-0/+8
* Add ISD::FROUND for libm round()Hal Finkel2013-08-071-0/+1
* Remove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR ISD opcodes.Jakob Stoklund Olesen2013-07-041-3/+0
* Revert r185595-185596 which broke buildbots.Jakob Stoklund Olesen2013-07-041-0/+3
* Remove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR ISD opcodes.Jakob Stoklund Olesen2013-07-031-3/+0
* Debug Info: clean up usage of Verify.Manman Ren2013-06-281-1/+3
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-251-2/+1
* Remove unused MEMBARRIER DAG node; it's been replaced by ATOMIC_FENCE.Tim Northover2013-04-201-1/+0
* Teach SDISel to combine fsin / fcos into a fsincos node if the followingEvan Cheng2013-01-291-0/+1
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-2/+2
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-8/+8
* Fix PR11985Michael Liao2012-09-121-0/+5
* Add a new optimization pass: Stack Coloring, that merges disjoint static allo...Nadav Rotem2012-09-061-0/+2
* Stop casting away const qualifier needlessly.Roman Divacky2012-09-051-2/+2
* Add SelectionDAG::getTargetIndex.Jakob Stoklund Olesen2012-08-071-0/+5
* Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling2012-06-281-1/+1
* Rename @llvm.debugger to @llvm.debugtrap.Dan Gohman2012-05-141-1/+1
* Define a new intrinsic, @llvm.debugger. It will be similar to __builtin_trap(),Dan Gohman2012-05-111-0/+1
* Refactor the SelectionDAG's 'dump' methods into their own .cpp file.Bill Wendling2012-03-131-0/+631