summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [clang][OpenMP] Fix another test when using libgomp.Jordan Rupprecht2019-03-211-2/+2
* [OPENMP]Simplify the check for the predefined allocators, NFC.Alexey Bataev2019-03-211-39/+7
* [AArch64] Update for ExynosEvandro Menezes2019-03-212-6/+6
* [llvm-objdump] Support arg grouping for -j and -M (e.g. llvm-objdump -sj.foo ...Jordan Rupprecht2019-03-213-6/+42
* [X86] canonicalizeBitSelect - don't attempt to canonicalize mask registersSimon Pilgrim2019-03-212-1/+83
* Python 2/3 compatibility: from __future__ import print_functionSerge Guelton2019-03-2150-666/+725
* Fix lld wasm tests after r356610Reid Kleckner2019-03-213-9/+15
* [NFC][libc++] Reindent #ifdefsLouis Dionne2019-03-211-12/+12
* [llvm-pdbutil] Add -type-ref-stats to help find unused type infoReid Kleckner2019-03-2111-21/+898
* [x86] add tests with movmsk potential (PR39665); NFCSanjay Patel2019-03-211-0/+421
* [InstCombine] Don't transform ((C1 OP zext(X)) & C2) -> zext((C1 OP X) & C2) ...Craig Topper2019-03-215-20/+17
* [X86] Add __popcntd and __popcntq to ia32intrin.h to match gcc and icc. Remov...Craig Topper2019-03-213-40/+65
* [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
OpenPOWER on IntegriCloud