2016-10-07 |
Arnold Schwaighofer | swifterror: Don't compute swifterror vregs during instr... |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Mehdi Amini | Rename variable to not use C++ reserved name (leading... |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Mehdi Amini | Fix MSVC build: requires namespace in front of StringRe... |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Sanjay Patel | [DAG] clean up foldSelectOfConstants(); NFCI |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Davide Italiano | [InstCombine] Don't unpack arrays that are too large... |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Mehdi Amini | Driver: use StringRef instead of raw pointer in lookupT... |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Zachary Turner | Add missing include. |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Zachary Turner | Refactor Symbol visitor code. |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Hongbin Zheng | [cmake] Treat polly as "in tree" if LLVM_EXTERNAL_POLLY... |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Zachary Turner | Fix a few warnings caught by clang. |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Eric Fiselier | Fix various issues in std::any and the related tests. |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Mehdi Amini | Turn ArchName/BoundArch in Driver from raw pointer... |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Sean Callanan | Remove a stray dump(). |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Zachary Turner | Remove unused variable. |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Douglas Katzman | Visually align table def with respective enum. NFC |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Hongbin Zheng | Define PATH_MAX on windows |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Davide Italiano | [InstCombine] Don't unpack arrays that are too large |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Qin Zhao | [esan] Fix ESan test failure on Debian Sid bot |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Sanjay Patel | [DAG] move fold (select C, 0, 1 -> xor C, 1) to a helpe... |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Tom Stellard | AMDGPU/SI: Add support for 8-byte relocations |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Anna Thomas | [RS4GC] Strengthen coverage: add more tests |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Michal Gorny | Revert r283572 - [Driver] Make -print-libgcc-file-name... |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Rui Ueyama | Improve comments. |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Artem Dergachev | [analyzer] Re-apply r283092, attempt no.4, chunk no... |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Nirav Dave | Silence Warning. NFC. |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Colin LeMahieu | [Hexagon][NFC] Using documented instruction type name... |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Mehdi Amini | Recommit "Use StringRef in LTOModule implementation... |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Eric Fiselier | Remove MSVC workarounds. Patch from STL@microsoft.com |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Davide Italiano | [LoopIdiomRecognize] Merge two if conditions into one... |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Jim Ingham | The PR that caused this test ot fail was fixed in July... |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Jonathan Peyton | Code cleanup for the runtime without monitor thread |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Jonathan Peyton | Enable omp_get_schedule() to return static steal type. |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Sanjay Patel | [InstCombine] fold select X, (ext X), C |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Artem Dergachev | [analyzer] Re-apply r283092, attempt no.4, chunk no... |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Artem Dergachev | [analyzer] Re-apply r283092, attempt no.4, chunk no.3. |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Michal Gorny | [Driver] Make -print-libgcc-file-name print compiler... |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Adam Nemet | New utility to visualize optimization records |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Tom Stellard | AMDGPU/SI: Emit fixups for long branches |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Simon Pilgrim | [X86][SSE] Reapplied: Add vector fcopysign combine... |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Artem Dergachev | [analyzer] Re-apply r283092, attempt no.4, chunk no.2. |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Artem Tamazov | [AMDGPU][mc] Add support for buffer_load_dwordx3, buffe... |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Artem Dergachev | [analyzer] Re-apply r283092, attempt no.4, a small... |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Dehao Chen | Invoke add-discriminator at -g0 -fsample-profile |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Dehao Chen | Update clang test to accomendate discriminator change... |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Matthew Simpson | [LV] Don't mark multi-use branch conditions uniform |
commit | commitdiff | tree | snapshot |
2016-10-07 |
George Rimar | [ELF] - Fixed assert fail when symbol table has zero... |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Krzysztof Parzyszek | Only track physical registers in LivePhysRegs |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Sam Kolton | [AMDGPU] Assembler: support v_mac_f32 DPP and SDWA... |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Simon Pilgrim | [X86][SSE] Tidied up tests - use standard check prefixes |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Konstantin... | [AMDGPU] AMDGPUCodeGenPrepare: remove extra ';' |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Tom Stellard | [ValueTracking] Fix crash in GetPointerBaseWithConstant... |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Rafael Espindola | Add () for clarity. NFC. |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Konstantin... | [AMDGPU] Promote uniform (i1, i16] operations to i32 |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Daniel Marjamaki | [analyzer] Don't merge different return nodes in Explod... |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Renato Golin | Revert "[clang-move] Support moving multiple classes... |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Benjamin Kramer | Remove spurious non-printable character from source... |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Javed Absar | [ARM]: add missing switch case for cortex-r52 |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Martin Storsjo | [ARM] Reapply: Use __rt_div functions for divrem on... |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Simon Pilgrim | Wdocumentation fix |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Valentina Giusti | Fix build failure on lldb-amd64-ninja-freebsd11 error... |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Michael Kruse | [cmake] Unify disabling upstream project warnings. |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Michael Kruse | [cmake] Move isl_test artifacts to Polly folder. |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Haojian Wu | [clang-move] Simplify lint tests |
commit | commitdiff | tree | snapshot |
2016-10-07 |
George Rimar | [ELF] - Check that section alignment is a power of 2. |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Javed Absar | [ARM]: Add Cortex-R52 target |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Javed Absar | [ARM]: Add Cortex-R52 target to LLVM |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Artem Dergachev | Revert "[analyzer] Re-apply r283092, attempt no.3,... |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Artem Dergachev | [analyzer] Re-apply r283092, attempt no.3, in small... |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Simon Pilgrim | [X86][SSE] Update register class during MOVSD/MOVSS... |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Haojian Wu | Revert "fix buildbot error" since it is not right fix. |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Artem Dergachev | Revert "[analyzer] Try to re-apply r283092 "Extend... |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Artem Dergachev | [analyzer] Try to re-apply r283092 "Extend bug reports... |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Alexey Bataev | [SLPVectorizer] Fix for PR25748: reduction vectorizatio... |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Haojian Wu | Fix buildbot error. |
commit | commitdiff | tree | snapshot |
2016-10-07 |
George Rimar | [ELF] - Do not crash on invalid size of dynamic section. |
commit | commitdiff | tree | snapshot |
2016-10-07 |
George Rimar | [ELF] - Do not crash when unable to parse ELF object... |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Igor Kudrin | Recommit r282692: [libc++abi] Use fallback_malloc to... |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Oliver Stannard | [ARM] Don't convert switches to lookup tables of pointe... |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Mehdi Amini | Use StringRef in ARMELFStreamer (NFC) |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Nicolai Haehnle | AMDGPU: Fix use-after-free in SIOptimizeExecMasking |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Mehdi Amini | Use StringReg in TargetParser APIs (NFC) |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Haojian Wu | [clang-move] Support moving multiple classes in one... |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Mehdi Amini | Revert "Revert "Add a static_assert to enforce that... |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Craig Topper | [X86] Fix patterns for VPMULLD and VPCMPEQQ to not... |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Craig Topper | [X86] Remove unused PatFrags. NFC |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Dylan McKay | [AVR] Add the AVRMCInstLower class |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Matt Arsenault | AMDGPU: Change check prefix in test |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Hal Finkel | [lit] Don't assume you'll find debugserver |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Hal Finkel | [llvm-opt-report] Left justify unrolling counts, etc. |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Hal Finkel | [llvm-opt-report] Left justify unrolling counts, etc. |
commit | commitdiff | tree | snapshot |
2016-10-07 |
David Majnemer | [SimplifyCFG] Correctly test for unconditional branches... |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Hal Finkel | [llvm-opt-report] Use -no-demangle to disable demangling |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Peter Collingbourne | Target: Remove unused patterns and transforms. NFC. |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Colin LeMahieu | [Hexagon] NFC Removing 'V4_' prefix from duplex instruc... |
commit | commitdiff | tree | snapshot |
2016-10-06 |
Michael Kuperstein | [LV] Remove triples from target-independent vectorizer... |
commit | commitdiff | tree | snapshot |
2016-10-06 |
Vedant Kumar | [ubsan] More 0 -> nullptr conversions (NFC) |
commit | commitdiff | tree | snapshot |
2016-10-06 |
Mehdi Amini | Revert "Add a static_assert to enforce that parameters... |
commit | commitdiff | tree | snapshot |
2016-10-06 |
Mehdi Amini | Add a static_assert to enforce that parameters to llvm... |
commit | commitdiff | tree | snapshot |
2016-10-06 |
Richard Smith | PR25890: Fix incoherent error handling in PerformImplic... |
commit | commitdiff | tree | snapshot |
2016-10-06 |
Colin LeMahieu | [Hexagon] NFC. Canonicalizing absolute address instruct... |
commit | commitdiff | tree | snapshot |
next |