summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "PR17164: Change clang's default behavior from -flax-vector-conversion...Mitch Phillips2020-01-2310-40/+23
* [Sema] Avoid Wrange-loop-analysis false positivesMark de Wever2020-01-232-0/+78
* [test] Fix lld/test/ELF/riscv-pcrel-hilo-error.s after D73211James Clarke2020-01-231-0/+6
* [RISCV] Fix evaluating %pcrel_lo against global and weak symbolsJames Clarke2020-01-2312-126/+179
* [LLD][COFF] Enable linking of __declspec(selectany) symbols from Clang and GCCMarkus Böck2020-01-232-0/+24
* Clang] Fix expansion of response files in -Wp after integrated-cc1 changeAlexandre Ganea2020-01-233-10/+24
* Revert "[cmake] Fix clang builds with BUILD_SHARED=ON and CLANG_LINK_CLANG_DY...Tom Stellard2020-01-231-9/+1
* [cmake] Fix clang builds with BUILD_SHARED=ON and CLANG_LINK_CLANG_DYLIB=ONTom Stellard2020-01-231-1/+9
* [mlir] Fix compilation with VS2019.Alexandre Ganea2020-01-231-3/+4
* [SLP] Don't allow Div/Rem as alternate opcodesAndrei Elovikov2020-01-232-35/+49
* [SLP] Add a test showing miscompilation in AltOpcode supportAndrei Elovikov2020-01-231-0/+131
* [clang-tidy] Disable Checks on If constexpr statements in template Instantiat...Nathan2020-01-234-2/+112
* [PGO][PGSO] Update BFI in CodeGenPrepare::optimizeSelectInst.Hiroshi Yamauchi2020-01-232-0/+26
* [InstCombine] Fix worklist management in DSE (PR44552)Nikita Popov2020-01-232-2/+64
* [AArch64] Don't rename registers with pseudo defs in Ld/St opt.Florian Hahn2020-01-222-0/+46
* [PATCH] Reland [Clang] Un-break scan-build after integrated-cc1 changeAlexandre Ganea2020-01-226-9/+10
* [HIP] use GetProgramPath for executable discoveryHolger Wünsche2020-01-221-15/+8
* [StackColoring] Remap FixedStackPseudoSourceValue frame index referenced by M...Fangrui Song2020-01-212-0/+190
* [clang-format] Expand the SpacesAroundConditions option to include catch stat...mydeveloperday2020-01-212-1/+2
* nop change to test the buildkite triggerHans Wennborg2020-01-201-0/+2
* [ELF] Allow R_PLT_PC (R_PC) to a hidden undefined weak symbolFangrui Song2020-01-172-0/+13
* Revert 9007f06af0e "Revert "Allow system header to provide their own implemen...Hans Wennborg2020-01-176-1/+58
* Revert "Allow system header to provide their own implementation of some builtin"Amy Huang2020-01-176-58/+1
* Revert "[OPENMP]Do not use RTTI by default for NVPTX devices."Alexey Bataev2020-01-172-22/+1
* [OpenMP][Tool] Fix memory leak and double-allocationJoachim Protze2020-01-171-6/+3
* [ELF] Avoid false-positive assert in getErrPlace()Alex Richardson2020-01-172-2/+7
* [libcxx] Use mtx_plain | mtx_recursive following C11 APIPetr Hosek2020-01-171-1/+1
* Add __warn_memset_zero_len builtin as a workaround for glibc issueserge-sans-paille2020-01-173-0/+12
* Add extra test file forgotten in 45d7080.Richard Smith2020-01-171-0/+62
* PR42694 Support explicit(bool) in older language modes as an extension.Richard Smith2020-01-176-16/+91
* Fix pack deduction to only deduce the arity of packs that are actuallyRichard Smith2020-01-172-20/+48
* PR17164: Change clang's default behavior from -flax-vector-conversions=all to...Richard Smith2020-01-1711-23/+64
* Work around PR43337: don't try to use the vec_sel overloads for vector long l...Richard Smith2020-01-171-2/+2
* [Transforms][RISCV] Remove a "using namespace llvm" from an include file. Fix...Craig Topper2020-01-172-11/+9
* [ELF] -r: don't create .interpFangrui Song2020-01-162-4/+9
* Revert "[mlir] Create a gpu.module operation for the GPU Dialect."Benjamin Kramer2020-01-1624-235/+140
* Replace CLANG_SPAWN_CC1 env var with a driver mode flagNico Weber2020-01-165-28/+62
* First commit on the branchHans Wennborg2020-01-151-0/+2
* Revert rG6078f2fedcac5797ac39ee5ef3fd7a35ef1202d5 - "[AArch64][GlobalISel]: S...Simon Pilgrim2020-01-153-80/+1
* [RISCV] Support ABI checking with per function target-featuresZakk Chen2020-01-154-13/+35
* Revert "[RISCV] Support ABI checking with per function target-features"Zakk Chen2020-01-154-35/+13
* Fix Wdocumentation warning. NFC.Simon Pilgrim2020-01-151-2/+0
* RegisterClassInfo::computePSetLimit - assert that we actually find a register.Simon Pilgrim2020-01-151-0/+1
* Fix "pointer is null" static analyzer warning. NFCI.Simon Pilgrim2020-01-151-2/+1
* [yaml2obj/obj2yaml] - Add support for SHT_RELR sections.Georgii Rymar2020-01-154-7/+95
* [lldb] Add expect_expr function for testing expression evaluation in dotests.Raphael Isemann2020-01-153-5/+45
* [AArch64][SVE] Fold variable into assert to silence unused variable warnings ...Benjamin Kramer2020-01-151-2/+2
* [NFC] Adjust test cases numbering, test commit.Arkady Shlykov2020-01-151-8/+8
* [llvm-locstats] Fix the docsDjordje Todorovic2020-01-151-0/+0
* [Lexer] Allow UCN for dollar symbol '\u0024' in identifiers when using -fdoll...Scott Egerton2020-01-152-2/+3
OpenPOWER on IntegriCloud