summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [CMake] Add an lld-test-depends targetMartin Storsjo2018-08-291-0/+3
* [MinGW] [X86] Add stubs for references to data variables that might end up im...Martin Storsjo2018-08-2913-22/+204
* [MinGW] Don't mark external variables as DSO localMartin Storsjo2018-08-297-6/+44
* [COFF] Merge the .ctors, .dtors and .CRT sections into .rdata for MinGWMartin Storsjo2018-08-292-10/+20
* [InstCombine] Replace two calls to getNumUses() with !hasNUsesOrMoreCraig Topper2018-08-291-1/+1
* Update Visual Studio Integration version number.Zachary Turner2018-08-291-1/+1
* [Tooling] Do not restore working dir in ClangToolIlya Biryukov2018-08-292-19/+26
* [AMDGPU] Match udot4 pattern.Farhana Aleen2018-08-292-0/+663
* [DebugCounters] Fix DebugCounterTest when running all SupportTestsAlexandre Ganea2018-08-291-3/+2
* [OPENMP] Create non-const ident_t objects.Mike Rice2018-08-2944-67/+68
* [InstCombine] add test for vector demanded elements + shrinking; NFCSanjay Patel2018-08-291-0/+15
* [mips] Fix microMIPS unconditional branch offset handlingSimon Atanasyan2018-08-292-2/+105
* [mips] Involves microMIPS's jump in the analyzable branch setSimon Atanasyan2018-08-292-6/+3
* [InstCombine] move declarations closer to uses; NFCSanjay Patel2018-08-291-5/+3
* [Preamble] Fix incorrect usage of std::error_categoryAlexandre Ganea2018-08-291-1/+3
* [clang-tidy] Add abseil-no-internal-dependencies checkJonas Toth2018-08-2910-2/+196
* [mips] Prevent shrink-wrap for BuildPairF64, ExtractElementF64 when they use $spVladimir Stefanovic2018-08-294-5/+206
* [InstCombine] remove unnecessary shuffle undef foldingSanjay Patel2018-08-292-7/+8
* Revert r340922 "[GVNHoist] Re-enable GVNHoist by default"Alexandros Lamprineas2018-08-297-30/+26
* Revert r340884 "Add a RingBuffer class to sanitizer_common"Hans Wennborg2018-08-294-166/+0
* Revert r340921 "[NFC] Unify guards detection"Hans Wennborg2018-08-299-24/+19
* [GVNHoist] Re-enable GVNHoist by defaultAlexandros Lamprineas2018-08-297-26/+30
* [NFC] Unify guards detectionMax Kazantsev2018-08-299-19/+24
* [mips] Add missing instructionsAleksandar Beserminji2018-08-2922-38/+124
* [DAGCombiner] Add X / X -> 1 & X % X -> 0 foldsSimon Pilgrim2018-08-295-260/+60
* Introduce the abseil-redundant-strcat-calls check.Aaron Ballman2018-08-298-0/+404
* [DAGCombiner] Add X / X -> 1 & X % X -> 0 folds (test tweaks)Simon Pilgrim2018-08-291-37/+37
* [DAGCombiner] Add X / X -> 1 & X % X -> 0 folds (test tweaks)Simon Pilgrim2018-08-293-50/+63
* Introduce the abseil-str-cat-append check.Aaron Ballman2018-08-298-0/+295
* [NFC] Factor out guard utility methods into a separate fileMax Kazantsev2018-08-294-48/+97
* [X86][AVX] Prefer VPBLENDW+VPBLENDD to VPBLENDVB for v16i16 blend shufflesSimon Pilgrim2018-08-296-87/+67
* [MC] fix a clang-tidy warning, NFCKrasimir Georgiev2018-08-291-2/+2
* [ARM] Set __ARM_FEATURE_SIMD32 for +dsp coresSam Parker2018-08-292-5/+9
* Remove debug code accidently committed in rL340837. NFCI.Simon Pilgrim2018-08-291-3/+0
* Introduce new type for inteceptors UINTMAX_TKamil Rytarowski2018-08-292-2/+3
* Revert r340904 "[llvm-mc] - Allow to set custom flags for debug sections."George Rimar2018-08-293-27/+4
* [benchmark] NFC: Turn benchmark ON on all non-Windows buildbotsKirill Bobyrev2018-08-292-2/+8
* [llvm-mc] - Allow to set custom flags for debug sections.George Rimar2018-08-293-4/+27
* AMDGPU: Fix getInstSizeInBytesNicolai Haehnle2018-08-295-35/+46
* Always add a .note.GNU-stack section if -r.Rui Ueyama2018-08-298-16/+47
* [PDB] Resolve a symbol context block info correctlyAleksandr Urakov2018-08-293-6/+63
* LoopSink: Don't sink into blocks without an insertion point (PR38462)Hans Wennborg2018-08-292-0/+73
* [SelectionDAG] Remove masked_gather/scatter from TargetSelectionDAG.td.Craig Topper2018-08-291-14/+0
* [SelectionDAG] Add some comments to ISDOpcodes.h about the operands of MLOAD,...Craig Topper2018-08-291-0/+9
* Add support for various C++14 demanglings.Zachary Turner2018-08-294-24/+91
* [MS Demangler] Add output flags to all function calls.Zachary Turner2018-08-293-138/+138
* NFC. fixing time-passes test failure on Windows.Fedor Sergeev2018-08-291-1/+1
* [GISel]: Add legalization support for Widening UADDO/USUBOAditya Nandakumar2018-08-292-0/+101
* [X86] Support v2i32 gather/scatter indices with -x86-experimental-vector-wide...Craig Topper2018-08-294-21/+528
* [ELF] Change llvm-objdump -D to -d for check lines that only inspect text sec...Fangrui Song2018-08-299-17/+17
OpenPOWER on IntegriCloud