summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fix __builtin_setjmp in combination with sjlj exception handling.Matthias Braun2015-07-161-0/+1
* [Codegen] Add intrinsics 'absdiff' and corresponding SDNodes for absolute dif...James Molloy2015-07-161-0/+2
* Rename llvm.frameescape and llvm.framerecover to localescape and localrecoverReid Kleckner2015-07-071-1/+1
* Convert a bunch of loops to foreach. NFC.Pete Cooper2015-06-261-11/+9
* Avoid a Symbol -> Name -> Symbol conversion.Rafael Espindola2015-06-221-0/+1
* Add SDNodes for umin, umax, smin and smax.James Molloy2015-05-151-0/+4
* Extend the statepoint intrinsic to allow statepoints to be marked as transiti...Pat Gavlin2015-05-081-0/+2
* Masked gather and scatter - added DAGCombine visitorsElena Demikhovsky2015-04-301-0/+2
* IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith2015-04-291-1/+1
* DebugInfo: Gut DIScope, DIEnumerator and DISubrangeDuncan P. N. Exon Smith2015-04-161-2/+2
* CodeGen: Use the new DebugLoc API, NFCDuncan P. N. Exon Smith2015-03-301-11/+5
* SelectionDAG: Reflow code to use early returns, NFCDuncan P. N. Exon Smith2015-03-301-15/+19
* X86: Optimize address mode matching for FRAME_ALLOC_RECOVER nodesDavid Majnemer2015-03-051-0/+1
* Add generic fmad DAG node.Matt Arsenault2015-02-201-0/+1
* Masked Load / Store Intrinsics - the CodeGen part.Elena Demikhovsky2014-12-041-0/+2
* Revert "Masked Vector Load and Store Intrinsics."Duncan P. N. Exon Smith2014-11-281-2/+0
* Masked Vector Load and Store Intrinsics.Elena Demikhovsky2014-11-231-0/+2
* Update SetVector to rely on the underlying set's insert to return a pair<iter...David Blaikie2014-11-191-1/+1
* Add minnum / maxnum codegenMatt Arsenault2014-10-211-0/+2
* Have MachineFunction cache a pointer to the subtarget to make lookupsEric Christopher2014-08-051-6/+3
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-2/+7
* CodeGen: extend f16 conversions to permit types > float.Tim Northover2014-07-171-2/+2
* [x86,SDAG] Introduce any- and sign-extend-vector-inreg nodes analogousChandler Carruth2014-07-101-0/+2
* [x86] Add a ZERO_EXTEND_VECTOR_INREG DAG node and use it when wideningChandler Carruth2014-07-091-0/+1
* IR: add "cmpxchg weak" variant to support permitted failure.Tim Northover2014-06-131-0/+1
* Implememting named register intrinsicsRenato Golin2014-05-061-0/+2
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-141-3/+3
* [Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth2014-03-061-1/+1
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-021-1/+1
* Revert "Revert "Add Constant Hoisting Pass" (r200034)"Juergen Ributzka2014-01-251-2/+8
* Revert "Add Constant Hoisting Pass" (r200034)Hans Wennborg2014-01-251-8/+2
* Add Constant Hoisting PassJuergen Ributzka2014-01-241-2/+8
* Revert "Add Constant Hoisting Pass"Juergen Ributzka2014-01-241-8/+2
* Add Constant Hoisting PassJuergen Ributzka2014-01-241-2/+8
* Put the functionality for printing a value to a raw_ostream as anChandler Carruth2014-01-091-4/+3
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-071-1/+1
* 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
OpenPOWER on IntegriCloud