| Commit message (Expand) | Author | Age | Files | Lines |
* | [FPEnv] Add constrained CEIL/FLOOR/ROUND/TRUNC intrinsics | Cameron McInally | 2018-11-05 | 1 | -0/+4 |
* | [COFF, ARM64] Implement Intrinsic.sponentry for AArch64 | Mandeep Singh Grang | 2018-11-01 | 1 | -0/+1 |
* | Revert "[COFF, ARM64] Implement Intrinsic.sponentry for AArch64" | Mandeep Singh Grang | 2018-11-01 | 1 | -1/+0 |
* | [COFF, ARM64] Implement Intrinsic.sponentry for AArch64 | Mandeep Singh Grang | 2018-10-31 | 1 | -0/+1 |
* | [FPEnv] [FPEnv] Add constrained intrinsics for MAXNUM and MINNUM | Cameron McInally | 2018-10-30 | 1 | -0/+2 |
* | [Intrinsic] Signed and Unsigned Saturation Subtraction Intirnsics | Leonard Chan | 2018-10-29 | 1 | -0/+2 |
* | [NFC] Rename minnan and maxnan to minimum and maximum | Thomas Lively | 2018-10-24 | 1 | -3/+2 |
* | [Intrinsic] Unigned Saturation Addition Intrinsic | Leonard Chan | 2018-10-22 | 1 | -0/+1 |
* | DAG: Change behavior of fminnum/fmaxnum nodes | Matt Arsenault | 2018-10-22 | 1 | -0/+3 |
* | [Intrinsic] Signed Saturation Addition Intrinsic | Leonard Chan | 2018-10-16 | 1 | -0/+2 |
* | [DAGCombiner] try to convert pow(x, 1/3) to cbrt(x) | Sanjay Patel | 2018-09-16 | 1 | -0/+1 |
* | fix noasserts build | Adrian Prantl | 2018-09-14 | 1 | -0/+2 |
* | SelectionDAG: Add compact SDDbgValue representation to -dag-dump-verbose output | Adrian Prantl | 2018-09-14 | 1 | -0/+16 |
* | Get rid of SETCCE | Amaury Sechet | 2018-06-04 | 1 | -1/+0 |
* | Fast Math Flag mapping into SDNode | Michael Berg | 2018-05-04 | 1 | -3/+6 |
* | IWYU for llvm-config.h in llvm, additions. | Nico Weber | 2018-04-30 | 1 | -0/+1 |
* | [SelectionDAG] Dump debug locs in SDNodes | Vedant Kumar | 2018-04-23 | 1 | -0/+4 |
* | [CodeGen] Allow printing MachineMemOperands with less context in SDAGDumper | Francis Visoiu Mistrih | 2018-04-12 | 1 | -8/+21 |
* | [IR][CodeGen] Remove dependency on EVT from IR/Function.cpp. Move EVT to Code... | Craig Topper | 2018-03-29 | 1 | -1/+1 |
* | Fix layering by moving ValueTypes.h from CodeGen to IR | David Blaikie | 2018-03-23 | 1 | -1/+1 |
* | Fix layering of MachineValueType.h by moving it from CodeGen to Support | David Blaikie | 2018-03-23 | 1 | -1/+1 |
* | [CodeGen] Use MIR syntax for MachineMemOperand printing | Francis Visoiu Mistrih | 2018-03-14 | 1 | -4/+23 |
* | Pass Divergence Analysis data to Selection DAG to drive divergence | Alexander Timofeev | 2018-03-05 | 1 | -0/+2 |
* | [AArch64] Improve v8.1-A code-gen for atomic load-and | Oliver Stannard | 2018-02-12 | 1 | -0/+1 |
* | Add SelectionDAGDumper support for strict FP nodes | Andrew Kaylor | 2018-02-06 | 1 | -0/+20 |
* | [CodeGen] Rename functions PrintReg* to printReg* | Francis Visoiu Mistrih | 2017-11-28 | 1 | -1/+1 |
* | Fix a bunch more layering of CodeGen headers that are in Target | David Blaikie | 2017-11-17 | 1 | -3/+3 |
* | Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering | David Blaikie | 2017-11-08 | 1 | -1/+1 |
* | Reverting r315590; it did not include changes for llvm-tblgen, which is causi... | Aaron Ballman | 2017-10-15 | 1 | -4/+4 |
* | DAG: Add flags to dumps | Matt Arsenault | 2017-10-13 | 1 | -0/+30 |
* | [dump] Remove NDEBUG from test to enable dump methods [NFC] | Don Hinton | 2017-10-12 | 1 | -4/+4 |
* | [CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; ot... | Eugene Zelenko | 2017-10-10 | 1 | -9/+29 |
* | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 1 | -1/+1 |
* | Do not legalize large setcc with setcce, introduce setcccarry and do it with ... | Amaury Sechet | 2017-06-01 | 1 | -0/+1 |
* | Introduce experimental generic intrinsics for horizontal vector reductions. | Amara Emerson | 2017-05-09 | 1 | -0/+13 |
* | Do not legalize large add with addc/adde, introduce addcarry and do it with u... | Amaury Sechet | 2017-04-30 | 1 | -0/+2 |
* | Revert "Instrument SDISel C++ patterns" | Quentin Colombet | 2017-04-01 | 1 | -0/+1 |
* | Instrument SDISel C++ patterns | Quentin Colombet | 2017-04-01 | 1 | -1/+0 |
* | [SelectionDAG] Add a signed integer absolute ISD node | Simon Pilgrim | 2017-03-14 | 1 | -0/+1 |
* | Cleanup dump() functions. | Matthias Braun | 2017-01-28 | 1 | -5/+14 |
* | Remove unused CONVERT_RNDSAT intrinsics | Matt Arsenault | 2017-01-10 | 1 | -16/+1 |
* | Replace APFloatBase static fltSemantics data members with getter functions | Stephan Bergmann | 2016-12-14 | 1 | -2/+2 |
* | Create llvm.addressofreturnaddress intrinsic | Albert Gutowski | 2016-10-12 | 1 | -0/+1 |
* | Add ISD::EH_DWARF_CFA, simplify @llvm.eh.dwarf.cfa on Mips, fix on PowerPC | Hal Finkel | 2016-09-01 | 1 | -0/+1 |
* | Fix some more asserts after r279466. | Pete Cooper | 2016-08-23 | 1 | -1/+1 |
* | Indent consistently. | Joerg Sonnenberger | 2016-06-19 | 1 | -1/+1 |
* | AMDGPU: Implement canonicalize | Matt Arsenault | 2016-04-14 | 1 | -0/+1 |
* | Avoid overly large SmallPtrSet/SmallSet | Matthias Braun | 2016-01-30 | 1 | -1/+1 |
* | Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591... | Yaron Keren | 2016-01-29 | 1 | -2/+2 |
* | Revert r248483, r242546, r242545, and r242409 - absdiff intrinsics | Hal Finkel | 2015-12-11 | 1 | -2/+0 |