2017-10-04 |
Hans Wennborg | Revert r314886 "[X86] Improvement in CodeGen instructio... |
commit | commitdiff | tree | snapshot |
2017-10-04 |
Jake Ehrlich | [llvm-objcopy] Fix major layout bugs in llvm-objcopy |
commit | commitdiff | tree | snapshot |
2017-10-04 |
Jakub Kuderski | [Dominators] Take fast path when applying <=1 updates |
commit | commitdiff | tree | snapshot |
2017-10-04 |
Simon Pilgrim | [X86][SSE] Add support for lowering v8i16 binary shuffl... |
commit | commitdiff | tree | snapshot |
2017-10-04 |
Francis Ricci | [test] Fix append_path in the empty case |
commit | commitdiff | tree | snapshot |
2017-10-04 |
Craig Topper | [X86] Redefine MOVSS/MOVSD instructions to take VR128... |
commit | commitdiff | tree | snapshot |
2017-10-04 |
Balaram Makam | "[ARM] Mark flaky test MachineBranchProb.ll unsupported... |
commit | commitdiff | tree | snapshot |
2017-10-04 |
Yonghong Song | bpf: fix an insn encoding issue for neg insn |
commit | commitdiff | tree | snapshot |
2017-10-04 |
Adam Nemet | [OptRemark] Move YAML writing to IR |
commit | commitdiff | tree | snapshot |
2017-10-04 |
Adam Nemet | Also update MachineORE after r314874. |
commit | commitdiff | tree | snapshot |
2017-10-04 |
Sanjay Patel | [InstCombine] add 'exact' variants of all tests; NFC |
commit | commitdiff | tree | snapshot |
2017-10-04 |
Clement Courbet | [NFC] clang-format lib/Transforms/Scalar/MergeICmps.cpp |
commit | commitdiff | tree | snapshot |
2017-10-04 |
Simon Pilgrim | [X86][SSE] Early out from ComputeNumSignBitsForTargetNo... |
commit | commitdiff | tree | snapshot |
2017-10-04 |
Simon Pilgrim | [X86][SSE] Add support for lowering unary shuffles... |
commit | commitdiff | tree | snapshot |
2017-10-04 |
George Rimar | [gold-plugin] - Fix compilation after LLVM update ... |
commit | commitdiff | tree | snapshot |
2017-10-04 |
Dylan McKay | [AVR] Implement LPMWRdZ pseudo-instruction's expansion. |
commit | commitdiff | tree | snapshot |
2017-10-04 |
Dylan McKay | [AVR] Factor out mayLoad in tablegen patterns |
commit | commitdiff | tree | snapshot |
2017-10-04 |
Dylan McKay | [AVR] Elaborate LDWRdPtr into `ld r, X++; ld r+1, X` |
commit | commitdiff | tree | snapshot |
2017-10-04 |
Dylan McKay | [AVR] Insert JMP for long branches |
commit | commitdiff | tree | snapshot |
2017-10-04 |
Dylan McKay | [AVR] Fix displacement overflow for LDDW/STDW |
commit | commitdiff | tree | snapshot |
2017-10-04 |
Oliver Stannard | [ARM] Add diag string for movw/movt immediates in assembly |
commit | commitdiff | tree | snapshot |
2017-10-04 |
Oliver Stannard | [ARM, Asm] Change grammar of immediate operand diagnostics |
commit | commitdiff | tree | snapshot |
2017-10-04 |
Jatin Bhateja | [X86] Improvement in CodeGen instruction selection... |
commit | commitdiff | tree | snapshot |
2017-10-04 |
Sean Eveson | [llvm-cov] Fix showing title when filtering and not... |
commit | commitdiff | tree | snapshot |
2017-10-04 |
George Rimar | [MC] - Don't assert when non-english characters are... |
commit | commitdiff | tree | snapshot |
2017-10-04 |
Mikael Holmen | Recommit [UnreachableBlockElim] Use COPY if PHI input... |
commit | commitdiff | tree | snapshot |
2017-10-04 |
Max Kazantsev | [IRCE] Temporarily disable unsigned latch conditions... |
commit | commitdiff | tree | snapshot |
2017-10-04 |
Mikael Holmen | Revert r314879 "[UnreachableBlockElim] Use COPY if... |
commit | commitdiff | tree | snapshot |
2017-10-04 |
Mikael Holmen | [UnreachableBlockElim] Use COPY if PHI input is undef |
commit | commitdiff | tree | snapshot |
2017-10-04 |
Martin Storsjo | [X86] Fix using the SJLJ jump table on x86_64 |
commit | commitdiff | tree | snapshot |
2017-10-04 |
Adam Nemet | Move verbosity check for remarks to the diag handler |
commit | commitdiff | tree | snapshot |
2017-10-04 |
Tim Shen | [FuzzerUtil] Partially revert D38481 on FuzzerUtil |
commit | commitdiff | tree | snapshot |
2017-10-03 |
Adrian Prantl | Add a manpage for llvm-dwarfdump. |
commit | commitdiff | tree | snapshot |
2017-10-03 |
Rui Ueyama | Simplify multikey_qsort function. |
commit | commitdiff | tree | snapshot |
2017-10-03 |
Balaram Makam | [AArch64] Use LateSimplifyCFG after expanding atomic... |
commit | commitdiff | tree | snapshot |
2017-10-03 |
Adrian Prantl | llvm-dwarfdump: implement the --regex option in combina... |
commit | commitdiff | tree | snapshot |
2017-10-03 |
Konstantin... | AMDGPU: Expand setcc for v2f32 and v4f32 |
commit | commitdiff | tree | snapshot |
2017-10-03 |
Konstantin... | AMDGPU: Expand setcc for v2i32 and v4i32 |
commit | commitdiff | tree | snapshot |
2017-10-03 |
Konstantin... | AMDGPU/Docs: Follow up on review feedback in https... |
commit | commitdiff | tree | snapshot |
2017-10-03 |
Jakub Kuderski | [Dominators] Make eraseNode invalidate DFS numbers |
commit | commitdiff | tree | snapshot |
2017-10-03 |
Konstantin... | AMDGPU: Add ELFOSABI_AMDGPU_MESA3D |
commit | commitdiff | tree | snapshot |
2017-10-03 |
Reid Kleckner | [X86] Remove dead declaration convertArgMovsToPushes... |
commit | commitdiff | tree | snapshot |
2017-10-03 |
Rafael Espindola | Pre-compute the tail of the archive |
commit | commitdiff | tree | snapshot |
2017-10-03 |
Konstantin... | AMDGPU: Add ELFOSABI_AMDGPU_PAL |
commit | commitdiff | tree | snapshot |
2017-10-03 |
Reid Kleckner | Refactor DIBuilder dbg intrinsic insertion, NFC |
commit | commitdiff | tree | snapshot |
2017-10-03 |
Sanjay Patel | [InstCombine] add tests for icmp gt/lt (shr X, C1)... |
commit | commitdiff | tree | snapshot |
2017-10-03 |
Jessica Paquette | [MachineOutliner] Fix off-by-one in cost model |
commit | commitdiff | tree | snapshot |
2017-10-03 |
Stefan Pintilie | [PowerPC] Revert P9 scheduling model to incomplete |
commit | commitdiff | tree | snapshot |
2017-10-03 |
Craig Topper | [InstCombine] Use isSignBitCheck to simplify an if... |
commit | commitdiff | tree | snapshot |
2017-10-03 |
Tim Renouf | [AMDGPU] implemented pal metadata |
commit | commitdiff | tree | snapshot |
2017-10-03 |
Alexander Timofeev | [AMDGPU] Avoid predicated execution of the basic blocks... |
commit | commitdiff | tree | snapshot |
2017-10-03 |
Hans Wennborg | Fix -Wcovered-switch-default warnings from r314821 |
commit | commitdiff | tree | snapshot |
2017-10-03 |
Hans Wennborg | Revert r314817 "[dwarfdump] Add -lookup option" |
commit | commitdiff | tree | snapshot |
2017-10-03 |
Hans Wennborg | Revert r314806 "[SLP] Vectorize jumbled memory loads." |
commit | commitdiff | tree | snapshot |
2017-10-03 |
Reid Kleckner | Fix expectations in MC wasm init-fini-array test |
commit | commitdiff | tree | snapshot |
2017-10-03 |
Reid Kleckner | Implement David Blaikie's suggestion for comparison... |
commit | commitdiff | tree | snapshot |
2017-10-03 |
Hans Wennborg | CodeView: Provide a .def file with the register ids |
commit | commitdiff | tree | snapshot |
2017-10-03 |
Reid Kleckner | [DebugInfo] Correctly coalesce DBG_VALUEs that mix... |
commit | commitdiff | tree | snapshot |
2017-10-03 |
Jonas Devlieghere | [test] Fix llvm-dwarfdump/cmdline.test |
commit | commitdiff | tree | snapshot |
2017-10-03 |
Jonas Devlieghere | [dwarfdump] Add -lookup option |
commit | commitdiff | tree | snapshot |
2017-10-03 |
Simon Pilgrim | [X86] Add non-SSE tests for PR15215 as well |
commit | commitdiff | tree | snapshot |
2017-10-03 |
Geoff Berry | Revert "Re-enable "[MachineCopyPropagation] Extend... |
commit | commitdiff | tree | snapshot |
2017-10-03 |
Simon Pilgrim | [X86][SSE] Add bool vector extraction test cases from... |
commit | commitdiff | tree | snapshot |
2017-10-03 |
Rafael Espindola | Use sched_getaffinity instead of std::thread::hardware_... |
commit | commitdiff | tree | snapshot |
2017-10-03 |
Dehao Chen | Revert the change that accidentally went in r314806. |
commit | commitdiff | tree | snapshot |
2017-10-03 |
Mohammad Shahid | [SLP] Vectorize jumbled memory loads. |
commit | commitdiff | tree | snapshot |
2017-10-03 |
Jakub Kuderski | [Dominators] Don't use default parameter in lambda |
commit | commitdiff | tree | snapshot |
2017-10-03 |
Oliver Stannard | [ARM] Use table-gen'd assembly operand diags in ARM... |
commit | commitdiff | tree | snapshot |
2017-10-03 |
Oliver Stannard | [AsmParser] Add DiagnosticString to AsmOperands in... |
commit | commitdiff | tree | snapshot |
2017-10-03 |
Jakub Kuderski | [Dominators] Add DFS number verification |
commit | commitdiff | tree | snapshot |
2017-10-03 |
Oliver Stannard | [ARM, Asm] Use correct source location for register... |
commit | commitdiff | tree | snapshot |
2017-10-03 |
Simon Dardis | [mips] Enable spilling and reloading of the dsp registe... |
commit | commitdiff | tree | snapshot |
2017-10-03 |
John Brawn | [CGP] Make optimizeMemoryInst capable of handling multi... |
commit | commitdiff | tree | snapshot |
2017-10-03 |
John Brawn | [CGP] In optimizeMemoryInst handle select similarly... |
commit | commitdiff | tree | snapshot |
2017-10-03 |
Oliver Stannard | [ARM, Asm] Fix ubsan failure caused by out-of-range... |
commit | commitdiff | tree | snapshot |
2017-10-03 |
Simon Pilgrim | [X86][SSE] Add support for decoding PACKSS/PACKUS shuff... |
commit | commitdiff | tree | snapshot |
2017-10-03 |
Oliver Stannard | [ARM, Asm] Remove dead code causing MSan failure. |
commit | commitdiff | tree | snapshot |
2017-10-03 |
Simon Pilgrim | [X86][SSE] Add support for lowering shuffles to PACKSS... |
commit | commitdiff | tree | snapshot |
2017-10-03 |
Evgeny Astigeevich | [InlineCost, NFC] Extract code dealing with inbounds... |
commit | commitdiff | tree | snapshot |
2017-10-03 |
Sam Clegg | [WebAssembly] MC: Support for init_array and fini_array |
commit | commitdiff | tree | snapshot |
2017-10-03 |
Sean Eveson | [llvm-cov] Hide files with no coverage from the index... |
commit | commitdiff | tree | snapshot |
2017-10-03 |
Bjorn Pettersson | [DebugInfo] Handle endianness when moving debug info... |
commit | commitdiff | tree | snapshot |
2017-10-03 |
Oliver Stannard | [ARM] Use new assembler diags for ARM |
commit | commitdiff | tree | snapshot |
2017-10-03 |
Simon Pilgrim | Remove unused variable. NFCI. |
commit | commitdiff | tree | snapshot |
2017-10-03 |
Simon Pilgrim | [X86][SSE] Add support for shuffle combining from PACKS... |
commit | commitdiff | tree | snapshot |
2017-10-03 |
Simon Pilgrim | [X86][SSE] Add support for PACKSS/PACKUS constant folding |
commit | commitdiff | tree | snapshot |
2017-10-03 |
Javed Absar | [MiSched] - Simplify ProcResEntry access |
commit | commitdiff | tree | snapshot |
2017-10-03 |
Oliver Stannard | [Assembler] Report multiple near misses for invalid... |
commit | commitdiff | tree | snapshot |
2017-10-03 |
Sjoerd Meijer | ISel type legalization: add debug messages. NFCI. |
commit | commitdiff | tree | snapshot |
2017-10-03 |
Alex Bradbury | [llvm-readobj][RISCV] Pretty-print RISCV e_flags |
commit | commitdiff | tree | snapshot |
2017-10-03 |
Alex Bradbury | [RISCV] Add missed test case for r314770 |
commit | commitdiff | tree | snapshot |
2017-10-03 |
Alex Bradbury | [RISCV] Parse RISC-V eflags in ObjectYAML |
commit | commitdiff | tree | snapshot |
2017-10-03 |
Hiroshi Inoue | [trivial] fix format, NFC |
commit | commitdiff | tree | snapshot |
2017-10-03 |
Shoaib Meenai | [ObjectYAML] Handle SHF_COMPRESSED |
commit | commitdiff | tree | snapshot |
2017-10-03 |
Martin Storsjo | [X86] Provide the LSDA pointer with RIP relative addres... |
commit | commitdiff | tree | snapshot |
2017-10-03 |
Mikael Holmen | [Lint] Avoid failed assertion by fetching the proper... |
commit | commitdiff | tree | snapshot |
2017-10-03 |
Craig Topper | [InstCombine] Change a bunch of methods to take APInts... |
commit | commitdiff | tree | snapshot |
2017-10-03 |
Craig Topper | [InstCombine] Replace an equality compare of two APInt... |
commit | commitdiff | tree | snapshot |
2017-10-03 |
Quentin Colombet | [Legalizer] Add support for G_OR NarrowScalar. |
commit | commitdiff | tree | snapshot |
2017-10-03 |
Craig Topper | [X86] Add AVX512 check lines to the cost model truncate... |
commit | commitdiff | tree | snapshot |
next |