summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [InstSimplify] remove zero-shift-guard fold for general funnel shiftSanjay Patel2019-02-262-29/+54
* Remove P1272R1, it was not moved in KonaMarshall Clow2019-02-261-1/+0
* [clang-tidy] undo bitfields in ExceptionAnalyzerJonas Toth2019-02-261-4/+2
* [libFuzzer] Remove extra semicolonsJonathan Metzman2019-02-263-5/+5
* Put a 'first implemented' version into the entry for P1357Marshall Clow2019-02-261-1/+1
* [MIPS GlobalISel] Select G_UADDOPetar Avramovic2019-02-264-1/+67
* [X86] AMD znver2 enablementGanesh Gopalasubramanian2019-02-267-2/+111
* Mark several issues (and one paper) as complete. Reviewed as D58099; but I ad...Marshall Clow2019-02-262-8/+8
* [X86] AMD znver2 enablementGanesh Gopalasubramanian2019-02-267-5/+31
* [SystemZ] Wait with selection of legal vector/FP constants until Select().Jonas Paulsson2019-02-269-182/+299
* [scudo][standalone] Introduce platform specific code & mutexesKostya Kortchinsky2019-02-2615-52/+986
* [InstSimplify] add tests for rotate; NFCSanjay Patel2019-02-261-0/+100
* [OpenCL] Fix assertion due to blocksYaxun Liu2019-02-262-0/+8
* Implement P1357: Traits for [Un]bounded Arrays; adopted in KonaMarshall Clow2019-02-263-0/+171
* Fix short options syntax in Minidump testTatyana Krasnukha2019-02-261-20/+20
* [InstCombine] remove duplicate (but not updated) tests; NFCSanjay Patel2019-02-261-134/+0
* [compiler-rt] Disable failing test on darwin during investigation.Clement Courbet2019-02-261-0/+1
* [InstCombine] canonicalize more unsigned saturated add with 'not'Sanjay Patel2019-02-262-24/+35
* [InstCombine] add more tests for saturated add; NFCSanjay Patel2019-02-261-0/+134
* [libclang] Avoid crashing when getting layout info of an undeduced type.Emilio Cobos Alvarez2019-02-264-13/+46
* [DAG] Fix constant store folding to handle non-byte sizes.Nirav Dave2019-02-264-19/+34
* Fix error handling in Options::ParseTatyana Krasnukha2019-02-261-2/+3
* [mips] Emit `.module softfloat` directiveSimon Atanasyan2019-02-263-3/+15
* [InstCombine] add more tests for saturated add; NFCSanjay Patel2019-02-261-0/+134
* [clang-format] SpaceBeforeParens for lambda expressionsAndrew Ng2019-02-262-1/+5
* [clangd] Index UsingDeclsKadir Cetinkaya2019-02-264-8/+35
* [clang][Index] Visit UsingDecls and generate USRs for themKadir Cetinkaya2019-02-265-3/+30
* [MCA] Always check if scheduler resources are unavailable when reporting disp...Andrea Di Biagio2019-02-264-17/+30
* [yaml2obj][obj2yaml] - Add support for the architecture specific dynamic tags.George Rimar2019-02-263-4/+302
* revert r354873 as this breaks lldb builds.Pierre Gousseau2019-02-2611-325/+145
* [Sanitizer] Add interceptor for pthread_sigmaskPavel Labath2019-02-265-0/+31
* [Driver] Allow enum SanitizerOrdinal to represent more than 64 different sani...Pierre Gousseau2019-02-2611-145/+325
* [AArch64] Add arithmetic zext bswap tests.Simon Pilgrim2019-02-261-0/+30
* [llvm-objdump] Add `Version Definitions` dumperXing GUO2019-02-262-3/+85
* [llvm-objdump] Implement -Mreg-names-raw/-std options.Igor Kudrin2019-02-268-11/+86
* [AArch64] Add 'free' zext bswap tests.Simon Pilgrim2019-02-261-0/+28
* [ARM] Add Cortex-M35PLuke Cheeseman2019-02-265-1/+42
* [LegalizeDAG] Use APInt::getSplat helper to create bitreverse masks. NFCI.Simon Pilgrim2019-02-261-10/+6
* [LegalizeDAG] Expand SADDO/SSUBO using SADDSAT/SSUBSAT (PR37763)Simon Pilgrim2019-02-263-322/+143
* [clangd] Update docs to mention YCM integration and new LSP featuresKadir Cetinkaya2019-02-261-14/+14
* [CodeComplete] Propagate preferred type for function arguments in more casesIlya Biryukov2019-02-269-98/+153
* [AMDGPU] Regenerate bswap/bitreverse tests.Simon Pilgrim2019-02-262-96/+1621
* [llvm-exegesis] Teach llvm-exegesis to handle instructions with multiple tied...Clement Courbet2019-02-262-17/+53
* CodeGen: Explicitly initialize structure padding in the -ftrivial-auto-var-in...Alexander Potapenko2019-02-262-25/+232
* [llvm-objcopy] Add --set-start, --change-start and --adjust-startEugene Leviant2019-02-266-1/+105
* [compiler-rt] disable asan bcmp tests on android.Clement Courbet2019-02-261-0/+1
* [compiler-rt] Fix test broken by r354851.Clement Courbet2019-02-262-2/+2
* [compiler-rt] Intercept the bcmp() function.Clement Courbet2019-02-266-26/+87
* [ThinLTO] Use defined node and edge order when dumping DOT fileEugene Leviant2019-02-263-73/+66
* Revert "Improve "llvm-nm -f sysv" output for Elf files"Vlad Tsyrklevich2019-02-267-88/+19
OpenPOWER on IntegriCloud