summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [x86] add tests with constants for FP scalarization; NFCSanjay Patel2019-04-031-0/+231
* [libc++] (Take 2) Correctly handle Objective-C++ ARC qualifiers in std::is_po...Louis Dionne2019-04-032-1/+73
* Add a new attribute documentation category for declarations.Aaron Ballman2019-04-032-20/+22
* [MIPS GlobalISel] Select floating point arithmetic operationsPetar Avramovic2019-04-036-5/+878
* [AArch64] Update v8.5a MTE LDG/STG instructionsJaved Absar2019-04-034-284/+480
* [clang-tidy] Remove the old ClangTidyCheck::registerPPCallbacks methodAlexander Kornienko2019-04-034-6/+0
* AMDGPU: Fix copy/paste error in intrnsic commentMatt Arsenault2019-04-031-1/+1
* [DAGCombiner] loosen restrictions for moving shuffles after vector binopSanjay Patel2019-04-037-70/+52
* Fixing a typo; NFC.Aaron Ballman2019-04-032-2/+2
* [llvm-readobj] Add GNU style dumper for .gnu.version sectionXing GUO2019-04-034-3/+144
* Fix typos in tests. NFC.Xing GUO2019-04-032-2/+2
* [LibTooling] Add Transformer, a library for source-to-source transformations.Yitzhak Mandelbaum2019-04-035-0/+805
* [llvm-nm]Add support for --no-demangleJames Henderson2019-04-032-3/+17
* gn build: Add build files for clangd xpc framework codeNico Weber2019-04-037-4/+212
* [X86] Regenerate LEA codegen testsSimon Pilgrim2019-04-031-23/+57
* modify-python-lldb.py: clean up __iter__ and __len__ supportPavel Labath2019-04-0320-36/+130
* [DAGCombine] Don't use getZExtValue() until we know the constant is in range.Simon Pilgrim2019-04-031-2/+2
* [mips] Remove unused FGRH32 register class. NFCSimon Atanasyan2019-04-032-32/+0
* Revert "[libc++] Correctly handle Objective-C++ ARC qualifiers in std::is_poi...Hans Wennborg2019-04-032-61/+0
* [X86] Make the post machine scheduler macrofusion-aware.Clement Courbet2019-04-032-22/+51
* [clang-format] Regroup #includes into blocks for Google styleEric Liu2019-04-033-3/+16
* Adding 'CLion integration' to clang-format docSylvestre Ledru2019-04-031-0/+13
* [X86][NFC] Add tests for misched macro-fusion.Clement Courbet2019-04-031-0/+95
* [InstCombine] Simplify ctpop with bitreverse/bswapDavid Bolvansky2019-04-032-8/+12
* Revert r357256 "[DAGCombine] Improve Lifetime node chains."Hans Wennborg2019-04-033-31/+16
* [libclang][test] Suppress annoying 'LIBCLANG TOOLING ERROR' outputFangrui Song2019-04-031-0/+9
* [clangd] Return clangd::TextEdit in ClangdServer::rename. NFCIlya Biryukov2019-04-035-22/+17
* [PowerPC]add testcase for ppcctrloops pass shortloop checkChen Zheng2019-04-031-2/+51
* Fix TargetLibraryInfoTest.ValidProto after rL357552Sam Clegg2019-04-031-0/+5
* AMDGPU: Assume ECC is enabled by default if supportedMatt Arsenault2019-04-037-7/+127
* [analyzer] When failing to evaluate a __builtin_constant_p, presume it's false.Artem Dergachev2019-04-032-5/+14
* [CMake] Differentiate between static and shared libc++abiPetr Hosek2019-04-032-22/+25
* [lit] Use 10 minute timeout by default.Jonas Devlieghere2019-04-031-0/+1
* [lldb-dotest] Print dotest.py invocation.Jonas Devlieghere2019-04-031-0/+1
* Avoid macro redefinition error if HAVE_LIBCOMPRESSIONJason Molenda2019-04-031-0/+2
* [WebAssembly] Add Emscripten OS definition + small_printfAlon Zakai2019-04-037-3/+98
* [libc++abi] Add LIBCXXABI_ENABLE_PIC cmake optionSam Clegg2019-04-032-1/+5
* [libc++abi] Actually set POSITION_INDEPENDENT_CODE when building shared librarySam Clegg2019-04-031-1/+3
* InstSimplify: Fold round intrinsics from sitofp/uitofpMatt Arsenault2019-04-032-24/+28
* [WebAssembly] Remove unneeded target operand flagsSam Clegg2019-04-037-50/+32
* [libcxx] [test] Add missing <stdexcept> to name std::out_of_range to string.c...Billy Robert O'Neal III2019-04-031-2/+3
* [libcxx] [test] Use ptrdiff_t rather than int in splice_after_range.pass.cpp ...Billy Robert O'Neal III2019-04-031-23/+24
* [libcxx] [test] Fix test bugs in string.cons/copy_alloc.pass.cpp.Billy Robert O'Neal III2019-04-031-6/+7
* [X86] Update the test case for v4i1 bitselect in combine-bitselect.ll to not ...Craig Topper2019-04-031-62/+48
* [X86] Autogenerate complete checks. NFCCraig Topper2019-04-031-74/+81
* AMDGPU: Remove unnecessary subtarget getMatt Arsenault2019-04-031-1/+0
* AMDGPU: Fix names for generation featuresMatt Arsenault2019-04-034-10/+17
* Fix backwards test that I committed yesterday. SighMarshall Clow2019-04-031-2/+2
* AMDGPU: Don't use the default cpu in a few testsMatt Arsenault2019-04-0311-1274/+1112
* [GlobalISel] Add IRTranslator support for llvm.stacksave and llvm.stackrestoreJessica Paquette2019-04-022-0/+40
OpenPOWER on IntegriCloud