summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [InstSimplify] fix folds for (0.0 - X) + X --> 0 (PR27151)Sanjay Patel2018-03-142-32/+22
* [ELF] Add .eh_frame pieces to map fileRui Ueyama2018-03-144-3/+52
* [Tooling] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko2018-03-1414-231/+346
* [X86] Add haswell testing for PR35635 as well.Simon Pilgrim2018-03-141-16/+34
* [COFF] Fix LLD COFF tests as a follow-up to r327563Reid Kleckner2018-03-145-8/+11
* Reduce AST depth for test deep-ast-tree.cpp for atomYaxun Liu2018-03-141-2/+4
* [AArch64] Emit CSR loads in the same order as storesFrancis Visoiu Mistrih2018-03-142-14/+142
* [test] Skip some lldb-mi tests which time out on DarwinVedant Kumar2018-03-142-0/+11
* [test] Fix a temp filename in a test from SVN r327561. NFC.Martin Storsjo2018-03-141-1/+1
* [ORC] Switch from shared_ptr to unique_ptr for addModule methods.Lang Hames2018-03-1417-112/+83
* Implement --cref.Rui Ueyama2018-03-148-3/+84
* [UpdateTestChecks] Handle IR variables with a '-' in the nameAlexander Richardson2018-03-141-1/+2
* [COFF] Enable per-function and data sections in LTOReid Kleckner2018-03-142-0/+32
* [MinGW] Add support for the GNU ld flag --kill-atMartin Storsjo2018-03-143-0/+7
* [COFF] Add support for the GNU ld flag --kill-atMartin Storsjo2018-03-145-1/+67
* [wasm] Fix wasm lld test on Windows, where the executable name ends in .exeReid Kleckner2018-03-141-1/+1
* [COFF] Add integration test for LTO + /guard:cfReid Kleckner2018-03-142-0/+50
* [Parser] (C++) Make -Wextra-semi slightly more usefulRoman Lebedev2018-03-144-2/+37
* [MC] Always emit relocations for same-section function referencesReid Kleckner2018-03-142-13/+24
* [libomptarget][nvptx] Bug fix: Correctly identify the warp master active thread.George Rokos2018-03-141-1/+2
* Separate sentences to clarify a comment.Rui Ueyama2018-03-141-7/+9
* [InstSimplify] add tests to show missing/broken fadd folds (PR27151, PR26958)...Sanjay Patel2018-03-141-27/+77
* [InstSimplify] regenerate checks; NFCSanjay Patel2018-03-141-24/+24
* [test] Delete some xfailed lldb-mi testsVedant Kumar2018-03-147-638/+0
* [LLVM-C] [bindings/go] Add C and Golang bindings for COMDATReid Kleckner2018-03-145-10/+186
* [clangd] Use Contents from inputs in codeComplete and signatureHelpSimon Marchi2018-03-141-13/+10
* Use GetItemAtIndexAsString overload for ConstString and move set rather than ...Tatyana Krasnukha2018-03-141-6/+3
* Reuse IsEmpty for ConstString::operator bool().Tatyana Krasnukha2018-03-141-1/+1
* 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
OpenPOWER on IntegriCloud