summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [clang][ASTContext] Call setAttached for comments attached to a declarationJan Korous2019-05-131-0/+2
* Revert [X86] Avoid SFB - Fix inconsistent codegen with/without debug info Robert Lougher2019-05-132-252/+2
* [InstCombine] try harder to form rotate (funnel shift) (PR20750)Sanjay Patel2019-05-132-14/+11
* [TargetLowering] Handle multi depth GEPs w/ inline asm constraintsNick Desaulniers2019-05-136-72/+87
* Stop defining negative versions of some lit feature keywords:Paul Robinson2019-05-131-9/+8
* fixed typo made by commit r360595Andrey Churbanov2019-05-131-1/+2
* [InstCombine] add tests for rotates with narrow shift amount (PR20750); NFCSanjay Patel2019-05-131-0/+46
* gn build: Fewer dependencies in llvm/lib/TargetNico Weber2019-05-136-26/+44
* [DataFormatters] FindLibCppStdFunctionCallableInfo() currently uses FindFunct...Shafik Yaghmour2019-05-131-2/+2
* [WebAssembly] Refactor relocation processing. NFC.Sam Clegg2019-05-131-19/+17
* gn build: Merge r360572Nico Weber2019-05-131-0/+3
* [X86][SSE] LowerBuildVectorv4x32 - don't insert MOVQ for undef eltsSimon Pilgrim2019-05-132-27/+14
* Fixed creation of aliases in Windows build.Andrey Churbanov2019-05-131-2/+1
* [X86][SSE] Relax use limits for lowerAddSubToHorizontalOp (PR32433)Simon Pilgrim2019-05-133-53/+76
* [ELF] Full support for -n (--nmagic) and -N (--omagic) via common pagePeter Smith2019-05-1314-22/+515
* [TargetLowering] Add SimplifyDemandedBits support for ZERO_EXTEND_VECTOR_INREGSimon Pilgrim2019-05-133-53/+68
* [X86] Add test case for mask register variant of PR41619 which should be fixe...Craig Topper2019-05-131-1/+32
* [libcxx] teach type_traits test about long uint32_tBrian Cain2019-05-131-1/+8
* Revert "[LSR] Tweak setup cost depth threshold to 10."Amara Emerson2019-05-131-1/+1
* [X86] Add SimplifyDemandedBits support for PEXTRB/PEXTRW (PR39709)Simon Pilgrim2019-05-131-1/+6
* [NativePDB] Fix tests after r360569Aleksandr Urakov2019-05-131-6/+0
* Add a test for LWG#3204 and mark it as complete. Reviewed as https://reviews....Marshall Clow2019-05-132-1/+34
* [DAGCombiner] narrow vector binop with inserts/extractSanjay Patel2019-05-136-121/+116
* [OPENMP][NVPTX]Simplify handling of thread limit, NFC.Alexey Bataev2019-05-136-26/+19
* DWARF/DIERef: remove non-const operator<Pavel Labath2019-05-131-2/+0
* [x86] add test for insert/extract binop; NFCSanjay Patel2019-05-131-0/+53
* Add constrained fptrunc and fpext intrinsics.Kevin P. Neal2019-05-1318-32/+668
* Revert r360559 "[c++20] P1064R0: Allow virtual function calls in constant exp...Hans Wennborg2019-05-1314-414/+52
* TargetLowering::SimplifyDemandedBits - early-out for UNDEF ops. NFCI.Simon Pilgrim2019-05-131-3/+5
* FileCheck [5/12]: Introduce regular numeric variablesThomas Preud'homme2019-05-1311-152/+803
* [ThinLTO] Don't internalize weak writeable variablesEugene Leviant2019-05-132-1/+55
* Add REQUIRES: windows to NativePDB/stack_unwinding01.cppPavel Labath2019-05-131-2/+2
* Simplify llvm-cat helpSerge Guelton2019-05-131-3/+9
* Breakpad: Generate unwind plans from STACK CFI recordsPavel Labath2019-05-135-2/+298
* [AArch64][SVE2] Add SVE2 target features to backend and TargetParserCullen Rhodes2019-05-1319-36/+124
* [ASTImporter] Separate unittest filesGabor Marton2019-05-136-1065/+1189
* Fix flakiness in lldb lit testStefan Granitz2019-05-131-1/+0
* [SystemZ] Model floating-point control registerUlrich Weigand2019-05-1312-296/+402
* [NativePDB] Support member function types in PdbAstBuilderAleksandr Urakov2019-05-134-0/+75
* minidump: Use yaml instead of checked-in binaries for ThreadList testsPavel Labath2019-05-135-30/+41
* [ARM][ParallelDSP] Relax alias checksSam Parker2019-05-1313-334/+733
* [DAGCombiner] Fix invalid alias analysis.Clement Courbet2019-05-132-18/+19
* [DWARF] Use sequential integers for the IDs of the SymbolFileDWOsPavel Labath2019-05-132-3/+17
* @skipIfLinux flaky lldb-mi testsPavel Labath2019-05-134-1/+5
* PR41845: Detect and reject mismatched inner/outer pack expansion sizesRichard Smith2019-05-137-13/+41
* Remove declaratons of deleted structs/classesFangrui Song2019-05-131-11/+0
* [DAGCombiner][NFC] Commit test to show fix in D61846.Clement Courbet2019-05-131-0/+166
* PR41854: Don't assert when constant-evaluating a member function call on an i...Richard Smith2019-05-132-0/+11
* [c++20] P1064R0: Allow virtual function calls in constant expressionRichard Smith2019-05-1314-52/+414
* [WebAssembly] Add dependency on WebAssemblyDesc to fix BUILD_SHARED_LIBS=on b...Fangrui Song2019-05-131-1/+1
OpenPOWER on IntegriCloud