summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
Commit message (Expand)AuthorAgeFilesLines
* Get rid of SETCCEAmaury Sechet2018-06-041-1/+0
* Fast Math Flag mapping into SDNodeMichael Berg2018-05-041-3/+6
* IWYU for llvm-config.h in llvm, additions.Nico Weber2018-04-301-0/+1
* [SelectionDAG] Dump debug locs in SDNodesVedant Kumar2018-04-231-0/+4
* [CodeGen] Allow printing MachineMemOperands with less context in SDAGDumperFrancis Visoiu Mistrih2018-04-121-8/+21
* [IR][CodeGen] Remove dependency on EVT from IR/Function.cpp. Move EVT to Code...Craig Topper2018-03-291-1/+1
* Fix layering by moving ValueTypes.h from CodeGen to IRDavid Blaikie2018-03-231-1/+1
* Fix layering of MachineValueType.h by moving it from CodeGen to SupportDavid Blaikie2018-03-231-1/+1
* [CodeGen] Use MIR syntax for MachineMemOperand printingFrancis Visoiu Mistrih2018-03-141-4/+23
* Pass Divergence Analysis data to Selection DAG to drive divergenceAlexander Timofeev2018-03-051-0/+2
* [AArch64] Improve v8.1-A code-gen for atomic load-andOliver Stannard2018-02-121-0/+1
* Add SelectionDAGDumper support for strict FP nodesAndrew Kaylor2018-02-061-0/+20
* [CodeGen] Rename functions PrintReg* to printReg*Francis Visoiu Mistrih2017-11-281-1/+1
* Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie2017-11-171-3/+3
* Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layeringDavid Blaikie2017-11-081-1/+1
* Reverting r315590; it did not include changes for llvm-tblgen, which is causi...Aaron Ballman2017-10-151-4/+4
* DAG: Add flags to dumpsMatt Arsenault2017-10-131-0/+30
* [dump] Remove NDEBUG from test to enable dump methods [NFC]Don Hinton2017-10-121-4/+4
* [CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko2017-10-101-9/+29
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* Do not legalize large setcc with setcce, introduce setcccarry and do it with ...Amaury Sechet2017-06-011-0/+1
* Introduce experimental generic intrinsics for horizontal vector reductions.Amara Emerson2017-05-091-0/+13
* Do not legalize large add with addc/adde, introduce addcarry and do it with u...Amaury Sechet2017-04-301-0/+2
* Revert "Instrument SDISel C++ patterns"Quentin Colombet2017-04-011-0/+1
* Instrument SDISel C++ patternsQuentin Colombet2017-04-011-1/+0
* [SelectionDAG] Add a signed integer absolute ISD nodeSimon Pilgrim2017-03-141-0/+1
* Cleanup dump() functions.Matthias Braun2017-01-281-5/+14
* Remove unused CONVERT_RNDSAT intrinsicsMatt Arsenault2017-01-101-16/+1
* Replace APFloatBase static fltSemantics data members with getter functionsStephan Bergmann2016-12-141-2/+2
* Create llvm.addressofreturnaddress intrinsicAlbert Gutowski2016-10-121-0/+1
* Add ISD::EH_DWARF_CFA, simplify @llvm.eh.dwarf.cfa on Mips, fix on PowerPCHal Finkel2016-09-011-0/+1
* Fix some more asserts after r279466.Pete Cooper2016-08-231-1/+1
* Indent consistently.Joerg Sonnenberger2016-06-191-1/+1
* AMDGPU: Implement canonicalizeMatt Arsenault2016-04-141-0/+1
* Avoid overly large SmallPtrSet/SmallSetMatthias Braun2016-01-301-1/+1
* Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...Yaron Keren2016-01-291-2/+2
* Revert r248483, r242546, r242545, and r242409 - absdiff intrinsicsHal Finkel2015-12-111-2/+0
* raw_ostream: << operator for callables with raw_ostream argumentMatthias Braun2015-12-041-14/+4
* Revert "raw_ostream: << operator for callables with raw_stream argument"Matthias Braun2015-12-031-3/+14
* raw_ostream: << operator for callables with raw_stream argumentMatthias Braun2015-12-031-14/+3
* [X86] Part 1 to fix x86-64 fp128 calling convention.Chih-Hung Hsieh2015-12-031-1/+4
* Introduce new @llvm.get.dynamic.area.offset.i{32, 64} intrinsics.Yury Gribov2015-12-011-0/+1
* X86: More efficient legalization of wide integer comparesHans Wennborg2015-11-191-0/+1
* [SDAG] Introduce a new BITREVERSE node along with a corresponding LLVM intrinsicJames Molloy2015-11-121-1/+2
* SelectionDAG: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-10-131-1/+1
* SelectionDAGDumper: Print simple operands inline.Matthias Braun2015-09-251-22/+37
* SelectionDAGDumper: Leave out the <multiple use> markersMatthias Braun2015-09-181-3/+0
* SelectionDAGDumper: Avoid unnecessary newlinesMatthias Braun2015-09-181-4/+3
* SelectionDAGDumper: Hide [ID=X], [ORD=X] and source locations by default.Matthias Braun2015-09-181-16/+23
* SelectionDAG: Introduce PersistentID to SDNode for assert builds.Matthias Braun2015-09-181-4/+26
OpenPOWER on IntegriCloud