summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Attempt to fix failure of deep-ast-tree.cpp on atom and s390Yaxun Liu2018-03-141-1/+1
* Update DR script to mark Clang 6 as 'done' not 'svn'.Richard Smith2018-03-141-3/+0
* [www] Update C++ DR status to match latest issues list.Richard Smith2018-03-141-309/+783
* Set dso_local for NSConcreteStackBlock.Rafael Espindola2018-03-142-5/+5
* Set dso_local on external rtti GVs.Rafael Espindola2018-03-143-7/+6
* Error instead of producing broken binary.Rafael Espindola2018-03-143-0/+27
* [InstSimplify] [NFC] cast-unsigned-icmp-cmp-0.ll - don't run instcombineRoman Lebedev2018-03-141-4/+1
* [X86] Add back fast-isel code for handling i8 shifts.Craig Topper2018-03-142-7/+26
* [clangd] Fix indentation in the comment. NFCIlya Biryukov2018-03-141-2/+3
* Fix LLVM IR check lines in utils/update_cc_test_checks.pyFangrui Song2018-03-143-9/+11
* [clangd] Don't expose vfs in TUScheduler::runWithPreamble.Ilya Biryukov2018-03-144-21/+27
* Reduce code duplication a bit.Rafael Espindola2018-03-145-14/+18
* [InstSimplify] [NFC] Add tests for peeking through unsigned FP casts for sign...Roman Lebedev2018-03-141-0/+247
* [InstCombine] [NFC] Add tests for peeking through unsigned FP casts for zero-...Roman Lebedev2018-03-141-0/+243
* [AArch64] Keep track of MIFlags in the LoadStoreOptimizerFrancis Visoiu Mistrih2018-03-144-7/+124
* [clangd] Remove forceReparse, add a flag to addDocument insteadIlya Biryukov2018-03-145-90/+65
* [CMake] Properly quote string arguments to quiet errors from r327528 when builtFrederich Munch2018-03-141-7/+7
* [X86] Teach X86TargetLowering::targetShrinkDemandedConstant to set non-demand...Craig Topper2018-03-145-16/+37
* Attempt to fix failure of deep-ast-tree.cpp on ppc64 and atomYaxun Liu2018-03-141-0/+3
* Expand clang-interpreter with example of throwing in and from the JIT for Win...Frederich Munch2018-03-148-49/+621
* [WebAssembly] Use DenseMapInfo traits from LLVM repo. NFCNicholas Wilson2018-03-142-47/+3
* [WebAssembly] Add DenseMap traits and operator== for Wasm type structsNicholas Wilson2018-03-142-0/+80
* [scudo] Add Chunk::getSize, rework Chunk::getUsableSizeKostya Kortchinsky2018-03-142-25/+28
* [X86][AVX] Use WriteFShuffleLd for broadcast reg-mem instructionsSimon Pilgrim2018-03-143-14/+15
* [WebAssembly] Avoid COMDAT hashmap lookup for each symbol. NFCNicholas Wilson2018-03-147-15/+29
* [WebAssembly] Identify COMDATs by index rather than string. NFCNicholas Wilson2018-03-144-20/+20
* SjLjEHPrepare: Don't reg-to-mem swifterror valuesArnold Schwaighofer2018-03-142-24/+38
* [GlobalIsel][X86] Support for G_SDIV instructionAlexander Ivchenko2018-03-147-4/+695
* [dotest] Rename llvm-dotest -> lldb-dotest and make it a custom targetJonas Devlieghere2018-03-142-4/+7
* [CodeGen] allow printing of zero latency in sched commentsSanjay Patel2018-03-141-5/+3
* [llvm-mca] Remove unused variable from InstrBuilder.cpp. NFCAndrea Di Biagio2018-03-141-1/+0
* Add deep AST tree test for r327515Yaxun Liu2018-03-141-0/+262
* CodeGen: Reduce LValue and CallArgList memory footprint before recommitting r...Yaxun Liu2018-03-142-6/+9
* [llvm-mca] Move the logic that updates the register files from InstrBuilder t...Andrea Di Biagio2018-03-146-58/+65
* [OpenMP] Add OpenMP data sharing infrastructure using global memoryGheorghe-Teodor Bercea2018-03-149-272/+981
* [test] Disable TestMachCore everywhere except on DarwinJonas Devlieghere2018-03-141-0/+1
* [mips] Add support for CRC ASEPetar Jovanovic2018-03-1427-4/+426
* [X86][Btver2] Fix YMM shuffle, permute and permutevar scheduler costsSimon Pilgrim2018-03-143-15/+72
* [LTO/gold] Fix workaround for old plugin-api.h in --wrap supportTeresa Johnson2018-03-141-1/+1
* [WebAssembly] Add missing implementation for --initial/max-memory argsNicholas Wilson2018-03-143-2/+62
* [WebAssembly] Replace varargs debugPrint with standard log callNicholas Wilson2018-03-141-19/+9
* [LTO/gold] Support --wrapTeresa Johnson2018-03-145-0/+187
* [X86][SSE] Use WriteFShuffleLd for MOVDDUP/MOVSHDUP/MOVSLDUP reg-mem instruct...Simon Pilgrim2018-03-143-19/+23
* [Sema] Pop function scope when instantiating a func with skipped bodyIlya Biryukov2018-03-141-6/+6
* [AArch64] Don't produce R_AARCH64_TLSLE_LDST32_TPREL_LO12_NCMartin Storsjo2018-03-142-4/+10
* Fix 'not all control paths return a value' MSVC warning. NFCI.Simon Pilgrim2018-03-141-0/+1
* Update selected thread after loading mach coreJonas Devlieghere2018-03-144-3/+969
* Fix msvc compiler error in r327498Pavel Labath2018-03-141-1/+1
* [GlobalISel][X86] Support G_LSHR/G_ASHR/G_SHLAlexander Ivchenko2018-03-1416-13/+2430
* Explicitly initialize dwarf::FormParams in DIEInteger::SizeOfPavel Labath2018-03-141-1/+1
OpenPOWER on IntegriCloud