summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [NewGVN] Remove dead SwitchEdges variable; NFCNikita Popov2019-06-221-4/+0
* [LFTR] Add tests for PR41998; NFCNikita Popov2019-06-221-0/+73
* [X86] Don't use _MM_FROUND_CUR_DIRECTION in the intrinsics tests.Craig Topper2019-06-224-390/+390
* AArch64: Add support for reading pc using llvm.read_register.Peter Collingbourne2019-06-222-0/+19
* [CMake] Delete redundant DEPENDS/LINK_LIBS from LineEditor/XRayFangrui Song2019-06-222-9/+0
* Make GlobalISel depend on SelectionDAG after D63169Fangrui Song2019-06-221-1/+1
* AMDGPU: Fix target builtins for gfx10Matt Arsenault2019-06-228-3/+14
* Fix UNSUPPORTED attribute from windows to system-windows.Douglas Yung2019-06-221-1/+1
* [llvm-objdump] Allow --disassemble-functions to take demangled namesYuanfang Chen2019-06-223-36/+71
* [NFC] Marking test added in r363975 as unsupported on Windows.Douglas Yung2019-06-221-0/+2
* [ODRHash] Skip some typedef types.Richard Trieu2019-06-222-1/+107
* [llvm-objdump] Move --start-address >= --stop-address check out of theYuanfang Chen2019-06-222-5/+5
* AArch64: Prefer FP-relative debug locations in HWASANified functions.Peter Collingbourne2019-06-224-11/+59
* gn build: Merge r364046.Peter Collingbourne2019-06-221-0/+1
* [COFF, ARM64] Fix encoding of debugtrap for WindowsTom Tan2019-06-215-0/+30
* Add new style meta-programming primatives.Eric Fiselier2019-06-213-28/+245
* [lit] Deduplicate logic in toolchain.pyJonas Devlieghere2019-06-211-6/+4
* [lit] Make lit-lldb-init configurable by CMakeJonas Devlieghere2019-06-213-2/+6
* Revert [SLP] Look-ahead operand reordering heuristic.Reid Kleckner2019-06-212-276/+93
* Remove binary finally accidentially committed in r364109Erich Keane2019-06-211-0/+0
* Ensure Target Features always_inline error happens in C++ cases.Erich Keane2019-06-216-13/+37
* Fix has_attribute.cpp test on Windows after r364102Reid Kleckner2019-06-211-2/+2
* [llvm-lipo] Implement -thinShoaib Meenai2019-06-218-5/+489
* [clang-tidy] misc-unused-parameters: don't comment out parameter name for C codeMatthias Gehre2019-06-212-5/+10
* [ASan] Use dynamic shadow on 32-bit iOS and simulatorsJulian Lettner2019-06-214-41/+53
* clang-format a block; NFCGeorge Burgess IV2019-06-211-6/+7
* PR42301: Abort cleanly if we encounter a huge source file rather thanRichard Smith2019-06-212-0/+27
* Fix __has_cpp_attribute expansion to produce trailing L and (whereRichard Smith2019-06-212-87/+77
* [X86] Add test cases for incorrect shrinking of volatile vector loads from 12...Craig Topper2019-06-211-0/+34
* Devirtualize destructor of final class.Hiroshi Yamauchi2019-06-212-3/+50
* AMDGPU: Fix not using s33 for scratch wave offset in kernelsMatt Arsenault2019-06-214-16/+22
* [Target] Decouple ObjCLanguageRuntime from LanguageRuntimeAlex Langford2019-06-2116-65/+135
* [X86] Add DAG combine to turn (vzmovl (insert_subvector undef, X, 0)) into (i...Craig Topper2019-06-216-70/+25
* Implement P0340R3: Make 'underlying_type' SFINAE-friendly. Reviewed as https:...Marshall Clow2019-06-213-21/+115
* [X86] Don't mark v64i8/v32i16 ISD::SELECT as custom unless they are legal types.Craig Topper2019-06-212-7/+108
* [X86] Add avx512bw command lines to avx512-select.llCraig Topper2019-06-211-89/+192
* [X86] Add a debug print of the node in the default case for unhandled opcodes...Craig Topper2019-06-211-0/+4
* [X86][AVX] Combine INSERT_SUBVECTOR(SRC0, EXTRACT_SUBVECTOR(SRC1)) as shuffleSimon Pilgrim2019-06-216-86/+148
* Revert [test][Driver] Fix Clang :: Driver/cl-response-file.cReid Kleckner2019-06-211-1/+1
* [clang-scan-deps] print the dependencies to stdoutAlex Lorenz2019-06-215-21/+88
* Quote path to Python executable in case it has spacesReid Kleckner2019-06-211-3/+13
* [AArch64][GlobalISel] Implement selection support for the new G_JUMP_TABLE an...Amara Emerson2019-06-214-1/+178
* [GlobalISel][IRTranslator] Change switch table translation to generate jump t...Amara Emerson2019-06-216-181/+816
* [SLP] Look-ahead operand reordering heuristic.Simon Pilgrim2019-06-212-93/+276
* [NFC] Update shl-sub testsDavid Bolvansky2019-06-211-15/+14
* [InstCombine] add tests for ctpop folds; NFCSanjay Patel2019-06-211-0/+117
* Fix ARM buildbot.Richard Smith2019-06-211-4/+4
* [OPENMP]Fix PR42068: Vla type is not captured.Alexey Bataev2019-06-212-9/+40
* [X86] Use vmovq for v4i64/v4f64/v8i64/v8f64 vzmovl.Craig Topper2019-06-217-90/+60
* Ensure that top-level QualType objects also have a "kind" field when dumping ...Aaron Ballman2019-06-212-0/+73
OpenPOWER on IntegriCloud