summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [lld-link] preserve @llvm.used symbols in LTOBob Haarman2019-02-203-0/+18
* [BPF] make test case reloc-btf.ll tolerable for old compilersYonghong Song2019-02-201-2/+2
* Revert "[InstSimplify] use any-zero matcher for fcmp folds"Sanjay Patel2019-02-202-29/+34
* [GVN] Fix last crasher w/non-integral pointersPhilip Reames2019-02-202-3/+77
* [InstSimplify] use any-zero matcher for fcmp foldsSanjay Patel2019-02-202-34/+29
* Sort enum members so that arch-dependent members are at the right place. NFC.Rui Ueyama2019-02-201-2/+2
* [InstSimplify] add vector tests for fcmp+fabs; NFCSanjay Patel2019-02-191-0/+63
* [GVN] Fix a crash bug w/non-integral pointers and memtransfersPhilip Reames2019-02-192-0/+64
* [msan] Fix name_to_handle_at test on overlayfs.Evgeniy Stepanov2019-02-191-1/+1
* [GVN] Fix a non-integral pointer bug w/vector typesPhilip Reames2019-02-192-2/+33
* [lldb-instr] Don't print REGISTER macro when RECORD is already presentJonas Devlieghere2019-02-192-8/+10
* [GVN] Fix a crash bug around non-integral pointersPhilip Reames2019-02-192-3/+84
* [Test] Autogenerate existing tests before adding morePhilip Reames2019-02-191-10/+28
* [WebAssembly] Update MC for bulk memoryThomas Lively2019-02-1943-119/+263
* [X86] Mark FP32_TO_INT16_IN_MEM/FP32_TO_INT32_IN_MEM/FP32_TO_INT64_IN_MEM as ...Craig Topper2019-02-193-53/+55
* [LangRef] add to description of alloca instructionSanjay Patel2019-02-191-9/+10
* [InstCombine] reduce even more unsigned saturated add with 'not' opSanjay Patel2019-02-192-23/+27
* [libFuzzer] docs: add a FAQ entry about dlcloseKostya Serebryany2019-02-191-0/+7
* Move MinGW-specific code out of LinkerDriver::link. NFC.Rui Ueyama2019-02-194-71/+76
* second test on git-llvm-pushRenato Golin2019-02-191-0/+2
* Fix builds with llvm/runtimes/compiler-rt after r354365Daniel Sanders2019-02-191-0/+1
* [ArgumentPromotion] Add a lit.local.cfg to disable X86 specific tests if the ...Craig Topper2019-02-191-0/+3
* [MinGW] Hook up the --exclude-all-symbols optionMartin Storsjo2019-02-193-0/+7
* [COFF] Add -exclude-all-symbols for MinGWMartin Storsjo2019-02-193-4/+41
* Add Facebook Minidump directory streams and options to dump them.Greg Clayton2019-02-195-2/+267
* [InstCombine] rearrange saturated add folds; NFCSanjay Patel2019-02-192-12/+44
* Testing git-llvm-push scriptRenato Golin2019-02-191-0/+9
* PowerPC: Fix typos in commentsJinsong Ji2019-02-191-2/+2
* [ConstantFold] Fix misfolding fcmp of a ConstantExpr NaN with itself.Andrew Scheidecker2019-02-192-7/+14
* [ConstantFold] Fix misfolding of icmp with a bitcast FP second operand.Andrew Scheidecker2019-02-192-4/+19
* [llvm-cov] Add support for gcov --hash-filenames optionVedant Kumar2019-02-196-4/+39
* Testing commit accessAndrew Scheidecker2019-02-191-1/+0
* [msan] Remove cxa_atexit_race.ccVitaly Buka2019-02-191-35/+0
* [X86] Don't consider functions ABI compatible for ArgumentPromotion pass if t...Craig Topper2019-02-193-0/+203
* Revert "Revert "[llvm-objdump] Allow short options without arguments to be gr...Matthew Voss2019-02-198-25/+55
* Fix builds for older macOS deployment targets after r354365Daniel Sanders2019-02-191-18/+24
* [sanitizers] add a regression test for the bug fixed in r354366Kostya Serebryany2019-02-191-0/+6
* [OpenMP] Remove XFAIL for cancellation tests using gccJonathan Peyton2019-02-192-2/+1
* [OpenMP 5.0] Add omp_get_supported_active_levels()Jonathan Peyton2019-02-198-0/+39
* [OpenMP] Adding GOMP compatible cancellationJonathan Peyton2019-02-195-113/+246
* [sanitizer] fix a memory safety bug (!!!) in sanitizer suppressions code, dis...Kostya Serebryany2019-02-191-1/+1
* Annotate timeline in Instruments with passes and other timed regions.Daniel Sanders2019-02-196-0/+195
* [libObject][NFC] Use sys::path::convert_to_slash.Jordan Rupprecht2019-02-191-5/+1
* [X86][SSE] Generalize X86ISD::BLENDI support to more value typesSimon Pilgrim2019-02-1919-385/+290
* [NFC] Remove unused headers in Optional.hSerge Guelton2019-02-191-2/+0
* Fix stupid assembly comment typoSimon Pilgrim2019-02-191-2/+2
* [X86][SSE] Add pblendw commuted load test caseSimon Pilgrim2019-02-191-3/+15
* [SDAG] Use shift amount type in MULO promotion; NFCNikita Popov2019-02-192-2/+13
* [X86][AVX2] Hide VPBLENDD instructions behind AVX2 predicateSimon Pilgrim2019-02-191-0/+2
* [X86] Bugfix for nullptr check by klocworkCraig Topper2019-02-192-4/+5
OpenPOWER on IntegriCloud