| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [SelectionDAGBuilder] Fuse inline asm input operand loops passes. NFCI. | Nirav Dave | 2019-01-24 | 1 | -13/+9 |
* | [X86] Add missing isReg() guards in FixupSetCCs pass. | Nirav Dave | 2019-01-24 | 1 | -2/+2 |
* | [TTI] Add generic SADDO/SSUBO costs | Simon Pilgrim | 2019-01-24 | 1 | -0/+10 |
* | [TTI] Add generic UADDO/USUBO costs | Simon Pilgrim | 2019-01-24 | 1 | -3/+14 |
* | Revert "[HotColdSplitting] Get DT and PDT from the pass manager." | Florian Hahn | 2019-01-24 | 1 | -32/+9 |
* | [MIPS GlobalISel] Select zero extending and sign extending load | Petar Avramovic | 2019-01-24 | 3 | -2/+37 |
* | [MIPS GlobalISel] Combine extending loads | Petar Avramovic | 2019-01-24 | 1 | -0/+11 |
* | [HotColdSplitting] Get DT and PDT from the pass manager. | Florian Hahn | 2019-01-24 | 1 | -9/+32 |
* | Reapply: [mips] Handle MipsMCExpr sub-expression for the MEK_DTPREL tag | Simon Atanasyan | 2019-01-24 | 2 | -8/+11 |
* | [SystemZ] Remember to reset the NoPHIs property on MF in createPHIsForSelects() | Jonas Paulsson | 2019-01-24 | 1 | -0/+2 |
* | [X86] Update SelectionDAGDumper to print the extension type and expanding fla... | Craig Topper | 2019-01-24 | 1 | -0/+30 |
* | [X86] Add test cases for opportunities to fold a truncate and a masked store ... | Craig Topper | 2019-01-24 | 1 | -1/+1 |
* | [LoopSimplifyCFG] Fix inconsistency in live blocks markup | Max Kazantsev | 2019-01-24 | 1 | -2/+3 |
* | DebugInfo: Use assembly label arithmetic for address pool size for easier rea... | David Blaikie | 2019-01-24 | 2 | -9/+17 |
* | Revert "[RISCV] Set isAsCheapAsAMove for ADDI, ORI, XORI, LUI" | Ana Pazos | 2019-01-24 | 3 | -18/+3 |
* | [RISCV] Set isAsCheapAsAMove for ADDI, ORI, XORI, LUI | Ana Pazos | 2019-01-24 | 3 | -3/+18 |
* | [RISCV] Set isReMaterializable for ORI, XORI | Ana Pazos | 2019-01-24 | 1 | -0/+4 |
* | [Sanitizers] UBSan unreachable incompatible with ASan in the presence of `nor... | Julian Lettner | 2019-01-24 | 10 | -3/+19 |
* | Update entry count for cold calls | David Callahan | 2019-01-24 | 2 | -37/+67 |
* | Revert "[mips] Handle MipsMCExpr sub-expression for the MEK_DTPREL tag" | Amara Emerson | 2019-01-24 | 2 | -11/+8 |
* | [llvm] Clarify responsiblity of some of DILocation discriminator APIs | Mircea Trofin | 2019-01-24 | 4 | -5/+5 |
* | [ADT] Notify ilist traits about in-list transfers | Reid Kleckner | 2019-01-23 | 2 | -3/+8 |
* | [LV][VPlan] Change to implement VPlan based predication for | Hideki Saito | 2019-01-23 | 7 | -6/+419 |
* | hwasan: Read shadow address from ifunc if we don't need a frame record. | Peter Collingbourne | 2019-01-23 | 1 | -10/+21 |
* | [mips] Handle MipsMCExpr sub-expression for the MEK_DTPREL tag | Simon Atanasyan | 2019-01-23 | 2 | -8/+11 |
* | Revert r351938 "[ARM] Alter the register allocation order for minsize on Thumb2" | Reid Kleckner | 2019-01-23 | 1 | -27/+4 |
* | [DEBUGINFO, NVPTX] Enable support for the debug info on NVPTX target. | Alexey Bataev | 2019-01-23 | 4 | -13/+19 |
* | Revert "[DEBUGINFO, NVPTX] Enable support for the debug info on NVPTX target." | Alexey Bataev | 2019-01-23 | 4 | -18/+12 |
* | [DEBUGINFO, NVPTX] Enable support for the debug info on NVPTX target. | Alexey Bataev | 2019-01-23 | 4 | -12/+18 |
* | Revert "[DEBUGINFO, NVPTX] Enable support for the debug info on NVPTX target." | Haojian Wu | 2019-01-23 | 3 | -8/+12 |
* | [MC][X86] Correctly model additional operand latency caused by transfer delay... | Andrea Di Biagio | 2019-01-23 | 16 | -8/+68 |
* | Fix indentation. NFCI. | Simon Pilgrim | 2019-01-23 | 1 | -13/+13 |
* | [IR] Match intrinsic parameter by scalar/vectorwidth | Simon Pilgrim | 2019-01-23 | 1 | -11/+14 |
* | [Hexagon] Remove incorrect bit negation | Krzysztof Parzyszek | 2019-01-23 | 1 | -1/+1 |
* | [AArch64] Fix out of bounds strlen | Benjamin Kramer | 2019-01-23 | 1 | -2/+2 |
* | Move saturated arithmetic intrinsics to other integer intrinsics. NFCI. | Simon Pilgrim | 2019-01-23 | 1 | -4/+4 |
* | [AMDGPU] With XNACK, cannot clause a load with result coalesced with operand | Tim Renouf | 2019-01-23 | 1 | -0/+11 |
* | [HotColdSplitting] Remove unused SSAUpdater.h include (NFC). | Florian Hahn | 2019-01-23 | 1 | -1/+0 |
* | [ARM] Alter the register allocation order for minsize on Thumb2 | David Green | 2019-01-23 | 1 | -4/+27 |
* | [ARM][CGP] Check trunc type before replacing | Sam Parker | 2019-01-23 | 1 | -7/+13 |
* | [DAGCombine] Enable more pre-indexed stores | Sam Parker | 2019-01-23 | 1 | -1/+7 |
* | [SLH] AArch64: correctly pick temporary register to mask SP | Kristof Beyls | 2019-01-23 | 1 | -57/+118 |
* | [SystemZ] Handle DBG_VALUE instructions in two places in backend. | Jonas Paulsson | 2019-01-23 | 2 | -6/+10 |
* | [IRCE] Support narrow latch condition for wide range checks | Max Kazantsev | 2019-01-23 | 1 | -11/+44 |
* | [Pipeliner] Add two pragmas to control software pipelining optimization | Brendon Cahoon | 2019-01-23 | 1 | -7/+76 |
* | hwasan: Move memory access checks into small outlined functions on aarch64. | Peter Collingbourne | 2019-01-23 | 5 | -24/+172 |
* | MemoryBlock: Do not automatically extend a given size to a multiple of page s... | Rui Ueyama | 2019-01-23 | 2 | -7/+9 |
* | [CodeView] Allow empty types in member functions | Josh Stone | 2019-01-23 | 1 | -1/+4 |
* | Fixed isReMaterializable setting for LUI instruction. | Ana Pazos | 2019-01-22 | 1 | -1/+2 |
* | [HotColdSplit] Calculate BFI lazily to reduce compile-time, NFC | Vedant Kumar | 2019-01-22 | 1 | -5/+12 |