summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix nondeterminism introduced in r353954Yi Kong2019-03-263-2/+52
* [OpenCL] Allow variadic macros as Clang feature.Anastasia Stulova2019-03-264-7/+23
* [TableGen] Let list elements have a trailing commaJaved Absar2019-03-262-0/+8
* [TableGen] Give meaningful msg for def use in multiclassJaved Absar2019-03-262-2/+18
* [ARM][Asm] Accept upper case coprocessor number and registersOliver Stannard2019-03-263-2/+58
* update the release notes after the change of 'clang -dumpversion'Sylvestre Ledru2019-03-261-0/+2
* [llvm-dlltool] Set a proper machine type for weak symbol object filesMartin Storsjo2019-03-262-1/+4
* [RISCV] Pass -target-abi to -cc1asRoger Ferrer Ibanez2019-03-264-4/+33
* [ADT] Update SmallVectorTest.EmplaceBack tests after rL356312Fangrui Song2019-03-261-36/+42
* [X86] In matchBitExtract, place all of the new nodes before Node's position i...Craig Topper2019-03-261-10/+9
* [X86] In matchBitExtract, if we need to truncate the BEXTR make sure we put t...Craig Topper2019-03-261-1/+1
* [X86] Remove unneeded FIXME. NFCCraig Topper2019-03-261-2/+0
* Reland "[WebAssembly] Add linker options to control feature checking"Thomas Lively2019-03-268-19/+224
* [clangd][xpc][cmake] Respect explicit value of CLANGD_BUILD_XPCJan Korous2019-03-261-3/+10
* X86Parser: Fix potential reference to deleted objectCraig Topper2019-03-261-9/+9
* X86AsmParser: Do not process a non-existent tokenCraig Topper2019-03-263-2/+11
* [Python] Define empty SWIG wrapper for unit testin"Jonas Devlieghere2019-03-264-28/+193
* [CMake][Fuchsia] Merge static libunwind and libc++abi into libc++ on DarwinPetr Hosek2019-03-261-0/+12
* [CFG] [analyzer] pr41142: C++17: Skip transparent InitListExprs in ExprEngine.Artem Dergachev2019-03-262-6/+20
* [ELF] Change GOT*_FROM_END (relative to end(.got)) to GOTPLT* (start(.got.plt))Fangrui Song2019-03-2524-176/+143
* [Python] Move SWIG wrapper dependency into the pluginJonas Devlieghere2019-03-253-6/+28
* Use a class instead of lambda-based callbacks to organize garbage collector.Rui Ueyama2019-03-251-117/+120
* Moving ManagedMemoryRewritePass when hybrid option is selectedMichael Kruse2019-03-251-4/+7
* [MS] Add frontend support for __declspec(allocator)Reid Kleckner2019-03-255-0/+57
* [ARM] Add missing memory operands to a bunch of instructions.Eli Friedman2019-03-254-30/+64
* [OpenMP] Add LLVM license header to fileJonathan Peyton2019-03-251-0/+12
* [OpenMP] Add Intel 19.0 to list of compilers in kmp_version.cppJonathan Peyton2019-03-251-3/+3
* [lldb] [Process/NetBSD] Use nullptr to fix template arg deductionMichal Gorny2019-03-251-1/+1
* [x86] add tests for vector cmps; NFCSanjay Patel2019-03-252-0/+1420
* Revert "AMDGPU: Scavenge register instead of findUnusedReg"Matt Arsenault2019-03-251-1/+1
* [Sema] Don't check for array bounds when the types in the base expression are...Bruno Ricci2019-03-252-0/+15
* AMDGPU: Remove unnecessary check for isFullCopyMatt Arsenault2019-03-251-1/+1
* AMDGPU: Make collapse-endcf test more usefulMatt Arsenault2019-03-251-6/+20
* [AArch64] Prefer "mov" over "orr" to materialize constants.Eli Friedman2019-03-2562-266/+267
* [WebAssembly] Don't use default GetLinkerPathSam Clegg2019-03-254-9/+31
* AMDGPU: Set hasSideEffects 0 on _term instructionsMatt Arsenault2019-03-251-0/+3
* Revert "[llvm] Prevent duplicate files in debug line header in dwarf 5."Ali Tamur2019-03-2514-70/+26
* [PythonTestSuite] Fix usage of InitializePrivate in PythonTestSuiteJonas Devlieghere2019-03-251-3/+8
* Revert "[lld] Prevent duplicate files in debug line header in dwarf 5."Ali Tamur2019-03-252-7/+9
* [LLVM-C] Add binding to look up intrinsic by nameRobert Widmann2019-03-252-0/+11
* AMDGPU: Add support for cross address space synchronization scopes (clang)Konstantin Zhuravlyov2019-03-254-23/+43
* AMDGPU: Add support for cross address space synchronization scopesKonstantin Zhuravlyov2019-03-2519-490/+2692
* [pstl][NFC] Remove some warningsLouis Dionne2019-03-252-2/+2
* [ScriptInterpreterPython] Make SWIG callback private (NFC)Jonas Devlieghere2019-03-252-172/+208
* [lld] Prevent duplicate files in debug line header in dwarf 5.Ali Tamur2019-03-252-9/+7
* [ScriptInterpreterPython] Move SWIG initialization into the Python plugin (NFC)Jonas Devlieghere2019-03-253-207/+203
* [llvm] Prevent duplicate files in debug line header in dwarf 5.Ali Tamur2019-03-2514-26/+70
* Thread Safety: also look at ObjC methodsJF Bastien2019-03-254-25/+46
* [SLPVectorizer] Merge reorderAltShuffleOperands into reorderInputsAccordingTo...Simon Pilgrim2019-03-252-87/+37
* [SelectionDAG] Add icmp UNDEF handling to SelectionDAG::FoldSetCCSimon Pilgrim2019-03-2510-266/+129
OpenPOWER on IntegriCloud