summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [DWARF5] Added support for deleted C++ special member functions.Adrian Prantl2019-10-299-1/+226
* [globalisel][docs] Fix warning treated as errorDaniel Sanders2019-10-291-1/+1
* [globalisel][docs] Rewrite the IRTranslator documentationDaniel Sanders2019-10-291-27/+65
* Fix argument numbering confusion when diagnosing a non-viable operator().Richard Smith2019-10-292-2/+11
* [ValueObjectDisplay] Generalize the description of an option.Davide Italiano2019-10-291-1/+1
* [SelectionDAG] Enable lowering unordered atomics loads w/LoadSDNode (and stor...Philip Reames2019-10-297-172/+78
* [Docs] Reflect the slow migration from guard to widenable condition which is ...Philip Reames2019-10-291-0/+4
* [lit] Extend internal diff to support `-` argumentJoel E. Denny2019-10-297-5/+146
* [lit] Make internal diff work in pipelinesJoel E. Denny2019-10-299-271/+313
* [X86] Narrow i64 compares with constant to i32 when the upper 32-bits are kno...Craig Topper2019-10-295-14/+26
* [LLDB] Fix for windows bots broken by unsupported testsshafik2019-10-292-0/+4
* [globalisel][docs] Rewrite the pipeline overviewDaniel Sanders2019-10-296-51/+106
* [X86][VBMI2] Add vector funnel shift testsSimon Pilgrim2019-10-292-0/+307
* [libc++] Force the ABI namespace to be a reserved identifierLouis Dionne2019-10-292-2/+2
* Revert "[clang-format] Remove the dependency on frontend"Vlad Tsyrklevich2019-10-292-26/+15
* [SVE][AArch64] Adding pattern matching for some SVE instructions.Ehsan Amiri2019-10-293-4/+114
* [ELF] Delete redundant comment after D56554. NFCFangrui Song2019-10-291-1/+0
* [lld] [ELF] Add '-z nognustack' opt to suppress emitting PT_GNU_STACKMichał Górny2019-10-295-8/+40
* [LLDB][Python] fix another fflush issue on NetBSDLawrence D'Anna2019-10-294-16/+26
* [SLP] Fix -Wunused-variable. NFCFangrui Song2019-10-291-2/+1
* isBuiltinFunc() uses StringRef instead of const char*Guillaume Chatelet2019-10-293-4/+3
* Reland [AArch64][DebugInfo] Do not recompute CalleeSavedStackSize (Take 2)Sander de Smalen2019-10-2911-89/+287
* [SLP] Generalization of stores vectorization.Alexey Bataev2019-10-2920-480/+842
* Fix missing memcpy builtin on ppc64beGuillaume Chatelet2019-10-292-0/+2
* [X86] Pull out combineOrShiftToFunnelShift helper. NFCI.Simon Pilgrim2019-10-291-51/+64
* build: make standalone builds work againSaleem Abdulrasool2019-10-291-0/+4
* build: workaround stale caches (NFC)Saleem Abdulrasool2019-10-291-1/+1
* [InstCombine] make icmp vector canonicalization safe for constant with undef ...Sanjay Patel2019-10-298-9/+21
* [clang] Add no_builtin attributeGuillaume Chatelet2019-10-2910-4/+269
* [lldb][NFC] Make LLVMUserExpression::DoExecute return earlyRaphael Isemann2019-10-291-144/+142
* [OPENMP]Fix PR43772: No warning in non-combined target regions.Alexey Bataev2019-10-295-7/+38
* [bugpoint] Try to reduce passes after reducing everything.Florian Hahn2019-10-291-1/+15
* [InstCombine] add tests for icmp predicate canonicalization with vector types...Sanjay Patel2019-10-291-5/+14
* [Hexagon] Handle remaining registers in getRegisterByName()Krzysztof Parzyszek2019-10-293-3/+848
* [BitVector] Define BitWord as uintptr_tSimon Pilgrim2019-10-291-1/+1
* [IR] move/change null-check to assertSanjay Patel2019-10-291-1/+2
* [BitVector] Cast integer literals to BitWord [NFC]Simon Pilgrim2019-10-291-15/+15
* [IR] move helper function to replace undef constant (elements) with fixed con...Sanjay Patel2019-10-293-24/+31
* [LLDB] [PECOFF] Use FindSectionByID to associate symbols to sectionsMartin Storsjö2019-10-292-1/+117
* Fix some spelling mistakes in comments. NFCGreg Bedwell2019-10-291-4/+4
* Fix a spelling mistake in a comment. NFCGreg Bedwell2019-10-291-1/+1
* Fix a spelling mistake in a comment. NFCGreg Bedwell2019-10-291-1/+1
* Revert "[NFC] Replace a linked list in LiveDebugVariables pass with a DenseMap"Andrea Di Biagio2019-10-291-97/+82
* Fix unused variable warning. NFCI.Simon Pilgrim2019-10-291-1/+1
* [clangd] Add a hidden tweak to dump symbol under the cursor.Haojian Wu2019-10-292-0/+36
* [LCSSA] Forget values we create LCSSA phis forFlorian Hahn2019-10-293-3/+81
* Revert rG70f5aecedef9a6e347e425eb5b843bf797b95319 - "Reland [AArch64][DebugIn...Simon Pilgrim2019-10-2911-183/+10
* [BranchFolding] skip debug instr to avoid code changeJeremy Morse2019-10-292-2/+112
* [ConstantFold] Push extractelement into getelementptr's operandsJay Foad2019-10-291-1/+1
* [clangd] NFC, use URI::resolve to simplify the code.Haojian Wu2019-10-291-9/+5
OpenPOWER on IntegriCloud