summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [X86] Don't avoid folding multiple use sign extended 8-bit immediate into ins...Craig Topper2019-03-215-25/+10
* [ScalarizeMaskedMemIntrin] Add support for scalarizing expandload and compres...Craig Topper2019-03-2110-5/+470
* [X86] Use the CPUKind enum from PROC_ALIAS to directly get the CPUKind in fil...Craig Topper2019-03-211-3/+2
* [ValueTracking] Use ConstantRange based overflow check for signed subNikita Popov2019-03-212-12/+7
* [ELF][ARM] Revert Redesign of .ARM.exidx handling to use a SyntheticSectionPeter Smith2019-03-2111-391/+175
* Add more rotate tests, including ORs of rotatesKrzysztof Parzyszek2019-03-213-0/+244
* Move the rest of the sections over to DWARFContext.Zachary Turner2019-03-2117-270/+327
* [libc++] Re-document how to use <filesystem> with various versions of libc++Louis Dionne2019-03-211-0/+10
* Add relational benchmark against a string constant.Samuel Benzaquen2019-03-211-4/+44
* [AST] OMPStructuredBlockTest: two matchers were promoted into ASTMatchers.hRoman Lebedev2019-03-211-6/+1
* [libc++] Mark bad_any_cast tests as unsupported when the dylib doesn't suppor...Louis Dionne2019-03-213-12/+3
* [ASTMatcher] Add clang-query disclaimer to two more matchers that take enumRoman Lebedev2019-03-212-0/+12
* [ASTMatchers][OpenMP] OpenMP Structured-block-related matchersRoman Lebedev2019-03-214-0/+165
* [ASTTypeTraits][ASTMatchers][OpenMP] OMPClause handlingRoman Lebedev2019-03-219-0/+424
* [ASTMatchers][OpenMP] Add base ompExecutableDirective() matcher.Roman Lebedev2019-03-217-4/+78
* Workaround items/iteritems difference between Python2 and Python3Serge Guelton2019-03-211-1/+1
* Workaround Python's map difference between Python2/3Serge Guelton2019-03-211-2/+4
* Portable int/long conversion across Python 2 / Python 3Serge Guelton2019-03-211-1/+1
* Portable exception value access across Python 2 / Python 3Serge Guelton2019-03-211-1/+1
* Fixup opt-remarks.ll gold plugin test. NFCDavid Green2019-03-211-1/+1
* [DAGCombiner] Use getTokenFactor in a few more cases.Florian Hahn2019-03-211-4/+4
* [DAGCombine] SimplifySelectCC - call FoldSetCC with the setcc result typeSimon Pilgrim2019-03-212-2/+19
* [ELF][ARM] Redesign of .ARM.exidx handling to use a SyntheticSectionPeter Smith2019-03-2111-175/+391
* [CodeGenPrepare] limit formation of overflow intrinsics (PR41129)Sanjay Patel2019-03-214-36/+41
* [llvm-readobj] Format codes. NFC.Xing GUO2019-03-211-8/+8
* Permit redeclarations of a builtin to specify calling convention.Erich Keane2019-03-2115-72/+92
* [clang-format] Add basic support for formatting C# filesPaul Hoad2019-03-2115-19/+559
* [Thumb] Fix infinite loop in ABS expansion (PR41160)Simon Pilgrim2019-03-212-1/+24
* [AMDGPU] Support for v3i32/v3f32Tim Renouf2019-03-2131-163/+663
* Fix -Wmisleading-indentation gcc7 warning. NFCI.Simon Pilgrim2019-03-211-6/+6
* [AArch64] Allow -mattr=tpidr-el[1|2|3]Oliver Stannard2019-03-214-0/+30
* [SelectionDAG] Add scalarization of ABS node (PR41149)Simon Pilgrim2019-03-212-0/+28
* Fix two more issues with r356652Pavel Labath2019-03-212-134/+130
* [RISCV][NFC] Remove old CHECK lines from linker-relaxation.s testAlex Bradbury2019-03-211-6/+0
* Attempt to fix modules build for r356652Pavel Labath2019-03-211-0/+1
* [Object] Add basic minidump supportPavel Labath2019-03-2115-2/+741
* [BasicAA] Use DenseMap::try_emplace after D59151. NFCFangrui Song2019-03-211-5/+5
* Reland r356547 after fixing the YAML module missing issue.Zinovy Nis2019-03-211-29/+153
* Silence warning about unused variable in builds without asserts [NFC]Mikael Holmen2019-03-211-0/+1
* Use list comprehension instead of map/filter to prepare Python2/3 compatSerge Guelton2019-03-215-18/+15
* [ScalarizeMaskedMemIntrinsics] Reverse some if conditions to reduce indentati...Craig Topper2019-03-211-20/+16
* [InstCombine] Add test case for PR41164. NFCCraig Topper2019-03-211-0/+37
* [BasicAA] Reduce no of map seaches [NFCI].Alina Sbirlea2019-03-211-14/+32
* [Reproducers] Properly handle QEnvironment packetsJonas Devlieghere2019-03-212-1/+16
* [instcombine] Add some todos, and arrange code for readibilityPhilip Reames2019-03-212-32/+38
* [MSSA] Delete move ctor; remove dynamic never-moved verificationGeorge Burgess IV2019-03-212-16/+5
* Add dylib-has-no-filesystem when filesystem is disabledEric Fiselier2019-03-211-0/+2
* Mark debug death tests as unsupported on WindowsEric Fiselier2019-03-2111-2/+11
* [Reproducers] Log inconsistencies during replay (NFC)Jonas Devlieghere2019-03-212-5/+41
* Remove type visibility specifiers from new chrono types.Eric Fiselier2019-03-211-18/+18
OpenPOWER on IntegriCloud