2017-01-18 |
Stanislav Mekhanoshin | [AMDGPU] Do not allow register coalescer to create... |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Justin Bogner | GlobalISel: Implement narrowing for G_STORE |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Justin Bogner | GlobalISel: Correct copy-pasted comment. NFC |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Teresa Johnson | Don't create a comdat group for a dropped def with... |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Kirill Bobyrev | Revert 292404 due to buildbot failures. |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Kirill Bobyrev | [X86] Minor code cleanup to fix several clang-tidy... |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Sam Parker | [ARM] Create SubtargetFeatures from build attrs |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Pavel Labath | raw_fd_ostream: Make file handles non-inheritable by... |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Chad Rosier | [Assembler] Fix crash when assembling .quad for AArch32. |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Florian Hahn | [thumb,framelowering] Reset NoVRegs in Thumb1FrameLower... |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Simon Pilgrim | [InstCombine][AVX2] Add DemandedElts support for VPERMD... |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Daniel Sanders | Re-revert: [globalisel] Tablegen-erate current Register... |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Simon Pilgrim | [InstCombine][AVX2] Tests showing missed opportunities... |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Daniel Sanders | Re-commit: [globalisel] Tablegen-erate current Register... |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Sam Parker | [ARM] Create objdump subtarget from build attrs |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Simon Pilgrim | [InstCombine] Remove unnecessary intrinsics demanded... |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Simon Pilgrim | Fixed parser error on windows shell evaluation of RUN... |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Simon Pilgrim | [X86][SSE] Simplify umax knownbits test |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Michael Zuckerman | [X86] Improve mul combine for negative multiplayer... |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Renato Golin | Revert "[XRay][Arm] Repair XRay table emission on Arm32... |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Jonas Paulsson | [SystemZ] Proper handling of undef flag while expanding... |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Marina Yatsina | [X86] Fix for bugzilla 31576 - add support for "data32... |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Chandler Carruth | [LoopDeletion] (cleanup, NFC) Fix one more local variab... |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Chandler Carruth | [PM] Teach LoopDeletion to correctly update the LPM... |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Chandler Carruth | [LoopDeletion] (cleanup, NFC) Make this test actually... |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Matt Arsenault | DAG: Consider nnan in isKnownNeverNaN |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Wei Mi | Revert rL292292 since it causes a SEGV on sanitizer... |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Kostya Serebryany | [libFuzzer] remove stale code |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Pengxuan Zheng | [test-release.sh] Add Polly to the list of projects |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Dan Gohman | [WebAssembly] Update grow_memory's return type. |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Matthias Braun | MIRParser: Allow regclass specification on operand |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Eugene Zelenko | [Target, Transforms] Fix some Clang-tidy modernize... |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Kostya Serebryany | [libFuzzer] exit(1) on failed merge |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Kostya Serebryany | [libFuzzer] better link for trophies |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Justin Lebar | [NVPTX] Support global variables of integer type larger... |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Xin Tong | 2 returns next to each other =). NFC |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Xin Tong | Skip loop header while we can when computing loop safet... |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Eric Fiselier | [LIT] Make util.executeCommand python3 friendly |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Justin Lebar | [NVPTX] Standardize asm printer on "foo \tbar". |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Justin Lebar | [NVPTX] Clean up nested !strconcat calls. |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Justin Lebar | [NVPTX] Implement min/max in tablegen, rather than... |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Justin Lebar | [NVPTX] Lower integer absolute value idiom to abs instr... |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Justin Lebar | [NVPTX] Improve lowering of llvm.ctpop. |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Justin Lebar | [NVPTX] Add lowering for llvm.bitreverse. |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Justin Lebar | [NVPTX] Fix function names in ctlz.ll test. Test-only... |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Justin Lebar | [NVPTX] Improve lowering of llvm.ctlz. |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Justin Lebar | [IR] Grammar police: "intact" is one word. NFC |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Sanjay Patel | [InstCombine] add tests to show missed shrinkage; NFC |
commit | commitdiff | tree | snapshot |
2017-01-17 |
Kostya Serebryany | [libFuzzer] add ATTRIBUTE_NO_SANITIZE_MEMORY to sanitiz... |
commit | commitdiff | tree | snapshot |
2017-01-17 |
Dehao Chen | Introduce -unroll-partial-threshold to separate Partial... |
commit | commitdiff | tree | snapshot |
2017-01-17 |
Wei Mi | [RegisterCoalescing] Remove partial redundent copy. |
commit | commitdiff | tree | snapshot |
2017-01-17 |
Mehdi Amini | Fix GettingStarted doc so that the example build comman... |
commit | commitdiff | tree | snapshot |
2017-01-17 |
Mike Aizatsky | [libfuzzer] fixing collected pc addresses for coverage |
commit | commitdiff | tree | snapshot |
2017-01-17 |
Zachary Turner | [ADT] Add SparseBitVector::find_last(). |
commit | commitdiff | tree | snapshot |
2017-01-17 |
Kostya Serebryany | [libFuzzer] use table of recent compares for memcmp... |
commit | commitdiff | tree | snapshot |
2017-01-17 |
Kostya Serebryany | [libFuzzer] copy the options inside MutationDispatcher... |
commit | commitdiff | tree | snapshot |
2017-01-17 |
Tim Northover | GlobalISel: fix comparison order for G_FCMP |
commit | commitdiff | tree | snapshot |
2017-01-17 |
Tim Northover | GlobalISel: add callseq instructions to record stack... |
commit | commitdiff | tree | snapshot |
2017-01-17 |
Tim Northover | GlobalISel: correctly handle varargs |
commit | commitdiff | tree | snapshot |
2017-01-17 |
Chandler Carruth | [LoopDeletion] (cleanup, NFC) Use the dedicated helper... |
commit | commitdiff | tree | snapshot |
2017-01-17 |
Matthew Simpson | [LV] Add requires asserts to test case |
commit | commitdiff | tree | snapshot |
2017-01-17 |
Chandler Carruth | [LoopDeletion] (cleanup, NFC) Fix another variable... |
commit | commitdiff | tree | snapshot |
2017-01-17 |
Tim Northover | [GlobalISel] track predecessor mapping during switch... |
commit | commitdiff | tree | snapshot |
2017-01-17 |
Simon Pilgrim | [X86][SSE] Split UMIN and UMAX known bits tests |
commit | commitdiff | tree | snapshot |
2017-01-17 |
Chandler Carruth | [LoopDeletion] (cleanup, NFC) Remove a pointless comment. |
commit | commitdiff | tree | snapshot |
2017-01-17 |
Chandler Carruth | [LoopDeletion] (cleanup, NFC) Make simple helper functi... |
commit | commitdiff | tree | snapshot |
2017-01-17 |
Chandler Carruth | [LoopDeletion] (cleanup, NFC) Stop passing around refer... |
commit | commitdiff | tree | snapshot |
2017-01-17 |
Chandler Carruth | [PM] Clean up variable and parameter names to match... |
commit | commitdiff | tree | snapshot |
2017-01-17 |
Aaron Ballman | Silence some Sphinx diagnostics in an attempt to get... |
commit | commitdiff | tree | snapshot |
2017-01-17 |
Xin Tong | Add a test case for LICM when promoting locals that... |
commit | commitdiff | tree | snapshot |
2017-01-17 |
Sanjay Patel | [InstCombine] refactor foldICmpShlConstant(); NFCI |
commit | commitdiff | tree | snapshot |
2017-01-17 |
Alexei Starovoitov | [bpf] fix stack-use-after-scope |
commit | commitdiff | tree | snapshot |
2017-01-17 |
Vitaly Buka | Enabled -fsanitize-address-use-after-scope for -DLLVM_U... |
commit | commitdiff | tree | snapshot |
2017-01-17 |
Michal Gorny | [cmake] Update SOVERSION for the new versioning scheme |
commit | commitdiff | tree | snapshot |
2017-01-17 |
Matthew Simpson | [LV] Mark non-consecutive-like pointers non-uniform |
commit | commitdiff | tree | snapshot |
2017-01-17 |
Dan Gohman | [WebAssembly] Add triple support for the new wasm objec... |
commit | commitdiff | tree | snapshot |
2017-01-17 |
Xin Tong | Rename scalar_promote.ll to scalar-promote.ll and scala... |
commit | commitdiff | tree | snapshot |
2017-01-17 |
Xin Tong | Refactor out LoopInfo computation so that it can be... |
commit | commitdiff | tree | snapshot |
2017-01-17 |
Sanjoy Das | [EarlyCSE] Don't DSE across readnone functions that... |
commit | commitdiff | tree | snapshot |
2017-01-17 |
Sanjay Patel | [InstCombine] add tests for shl nsw + icmp sle; NFC |
commit | commitdiff | tree | snapshot |
2017-01-17 |
Ahmed Bougacha | [TLI] Appease spurious MSVC warning using llvm_unreacha... |
commit | commitdiff | tree | snapshot |
2017-01-17 |
Joerg Sonnenberger | Remove an overeager assert from r288844. |
commit | commitdiff | tree | snapshot |
2017-01-17 |
Bob Wilson | Revert r291640 change to fold X86 comparison with atomi... |
commit | commitdiff | tree | snapshot |
2017-01-17 |
Chandler Carruth | [PM] Teach the LoopPassManager to automatically canonic... |
commit | commitdiff | tree | snapshot |
2017-01-17 |
Sanjay Patel | [ValueTracking] recognize a 'not' of an assumed conditi... |
commit | commitdiff | tree | snapshot |
2017-01-17 |
David Majnemer | [InstCombine] Fold ((C1 OP zext(X)) & C2) -> zext(... |
commit | commitdiff | tree | snapshot |
2017-01-17 |
Kuba Mracek | Revert r292231. |
commit | commitdiff | tree | snapshot |
2017-01-17 |
Simon Pilgrim | [X86][AVX512] Add all_of/any_of avx512vl tests |
commit | commitdiff | tree | snapshot |
2017-01-17 |
Chad Rosier | [ValueTracking] Extend known bits to understand @llvm... |
commit | commitdiff | tree | snapshot |
2017-01-17 |
Kuba Mracek | [lit] Limit parallelism of sanitizer tests on Darwin... |
commit | commitdiff | tree | snapshot |
2017-01-17 |
Sanjay Patel | [InstCombine] reduce indent; NFCI |
commit | commitdiff | tree | snapshot |
2017-01-17 |
George Rimar | Recommit r292214 "[Support/Compression] - Change zlib... |
commit | commitdiff | tree | snapshot |
2017-01-17 |
Sam Kolton | [AMDGPU] Assembler: fix v_mac_f16 immediates |
commit | commitdiff | tree | snapshot |
2017-01-17 |
Simon Pilgrim | [X86][SSE] Tests showing horizontal all_of/any_of of... |
commit | commitdiff | tree | snapshot |
2017-01-17 |
Krasimir Georgiev | [llvm-objdump tests] Copy the inputs of tests closer... |
commit | commitdiff | tree | snapshot |
2017-01-17 |
George Rimar | Revert r292214 "[Support/Compression] - Change zlib... |
commit | commitdiff | tree | snapshot |
2017-01-17 |
Boris Ulasevich | BrainF example: fixing output buffering issue |
commit | commitdiff | tree | snapshot |
2017-01-17 |
George Rimar | [Support/Compression] - Change zlib API to return Error... |
commit | commitdiff | tree | snapshot |
2017-01-17 |
Serge Rogatch | [XRay][Arm] Repair XRay table emission on Arm32 and... |
commit | commitdiff | tree | snapshot |
2017-01-17 |
Simon Pilgrim | [InstCombine][X86][AVX] Add DemandedElts support for... |
commit | commitdiff | tree | snapshot |
next |