summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [Fuzzer] Use private libc++ even for FuchsiaPetr Hosek2018-06-061-7/+2
* [CUDA] Check initializers of instantiated template variables.Artem Belevich2018-06-065-52/+85
* [AMDGPU] Improve reciprocal handlingStanislav Mekhanoshin2018-06-062-7/+472
* [ThinLTO/lld] Document constant bool ModuleSummaryIndex parameter (NFC)Teresa Johnson2018-06-061-1/+1
* [ThinLTO] Rename index IsAnalysis flag to HaveGVs (NFC)Teresa Johnson2018-06-069-41/+42
* [CMake] Passthrough additional flags to custom libcxx CMake buildPetr Hosek2018-06-062-11/+28
* [sanitizer] Replace deprecated mktemp with mkstempVitaly Buka2018-06-061-1/+1
* [InstCombine] fold another shifty abs pattern to cmp+sel (PR36036)Sanjay Patel2018-06-063-13/+32
* [CMake] Pass additional CMake tools to external projectsPetr Hosek2018-06-062-4/+24
* Correct aligment computation for shared object symbols.Han Shen2018-06-067-7/+93
* [OpTree] Introduce shortcut for computing the def->target mapping. NFCI.Michael Kruse2018-06-063-0/+55
* [InstCombine] add tests for another abs() pattern (PR36036); NFCSanjay Patel2018-06-061-0/+56
* AMDGPU: Custom lower v2f16 fneg/fabs with illegal f16Matt Arsenault2018-06-065-38/+97
* [llvm-strip] Expose --discard-all optionAlexander Shaposhnikov2018-06-063-3/+26
* [sanitizer] Cleanup ReadFileToVector and ReadFileToBufferVitaly Buka2018-06-065-45/+109
* Remove an unrelated file accidentally submitted as part of r334095.Rui Ueyama2018-06-061-5797/+0
* [HIP] Fix unbundlingYaxun Liu2018-06-062-4/+28
* [InstCombine] PR37603: low bit mask canonicalizationRoman Lebedev2018-06-063-42/+69
* [InstCombine][NFC] PR37603: low bit mask canonicalization testsRoman Lebedev2018-06-061-0/+316
* [X86] Emit BZHI when mask is ~(-1 << nbits))Roman Lebedev2018-06-062-113/+77
* [NFC][X86][AArch64] Reorganize/cleanup BZHI test patternsRoman Lebedev2018-06-063-653/+3135
* [Hexagon] Implement vector-pair zero as V6_vsubw_dvKrzysztof Parzyszek2018-06-064-4/+58
* Fix MSVC 'not all control paths return a value' warning. NFCI.Simon Pilgrim2018-06-061-0/+1
* [X86] Properly disassemble gather/scatter instructions where xmm4/ymm4/zmm4 a...Craig Topper2018-06-062-1/+4
* [X86] Rename vy512mem->vy512xmem and vz256xmem->vz256mem.Craig Topper2018-06-063-18/+18
* [X86][BtVer2] Add support for all vector instructions that should match the d...Simon Pilgrim2018-06-062-292/+332
* [Debugify] Move debug value intrinsics closer to their operand defsVedant Kumar2018-06-064-26/+32
* [Debugify] Add a quiet mode to suppress warningsVedant Kumar2018-06-062-15/+19
* [PATCH 2/2] [test] Add support for Samsung Exynos M4 (NFC)Evandro Menezes2018-06-065-12/+69
* [AArch64, ARM] Add support for Samsung Exynos M4Evandro Menezes2018-06-0612-8/+63
* Fix the test case that places intermediate in source directory.Han Shen2018-06-061-1/+1
* guard fsqrt with fmf sub flagsMichael Berg2018-06-064-24/+64
* [MS][ARM64]: Promote _setjmp to_setjmpex as there is no _setjmp in the ARM64 ...Reid Kleckner2018-06-062-49/+67
* [ThinLTO] Make ValueInfo operator!= consistent with operator== (NFC)Teresa Johnson2018-06-061-3/+3
* [llvm-mca][x86] Fix all resources-x86_64.s tests to use different registers i...Simon Pilgrim2018-06-069-1755/+1755
* [Hexagon] Split CTPOP of vector pairsKrzysztof Parzyszek2018-06-062-0/+27
* [CUDA] Replace 'nv_weak' attributes in CUDA headers with 'weak'.Artem Belevich2018-06-061-0/+6
* [ConstProp] move tests for fp <--> int; NFCSanjay Patel2018-06-062-37/+40
* PR37680: fix faulty assertion condition.Richard Smith2018-06-062-0/+13
* Change TII isCopyInstr way of returning arguments(NFC)Petar Jovanovic2018-06-069-31/+36
* [X86][BtVer2] Add tests for all vector instructions that should match the dep...Simon Pilgrim2018-06-061-66/+348
* [clang-doc] Implement a YAML generatorJulie Hockett2018-06-069-16/+909
* [asan] Fix Myraid RTEMS port broken by r333985Walter Lee2018-06-061-0/+1
* [clang-tidy] Store checks profiling info as JSON filesRoman Lebedev2018-06-0612-158/+373
* Relax shtest-run-at-line.pyHans Wennborg2018-06-062-18/+7
* [GlobalMerge] Set the alignment on merged global structsDavid Green2018-06-0611-16/+45
* Avoid UnicodeEncodeError on non-ascii reviewer namesKristof Beyls2018-06-061-13/+13
* [Driver] Add flag "--dependent-lib=..." when enabling asan or ubsan on PS4.Pierre Gousseau2018-06-065-2/+22
* [lld] Add REQUIRES: x86 where needed to testsJoel Jones2018-06-06118-3/+5914
* [mips] Add testcase for i64, i128 addition for the DSP ASESimon Dardis2018-06-061-0/+74
OpenPOWER on IntegriCloud