summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-01Remove a path-length limitation for the xray logfile.Douglas Yung
2018-10-01Switch syscall(2)/__syscall(2) calls to libc calls on NetBSDKamil Rytarowski
2018-10-01Temporarily revert "[GVNHoist] Re-enable GVNHoist by default"Eric Christopher
2018-10-01[globalisel] Add a combiner helpers for extending loads and use them in a pre...Daniel Sanders
2018-10-01X86, AArch64, ARM: Do not attach debug location to spill/reload instructionsMatthias Braun
2018-10-01[X86] Add more test shrinking with truncate and sign bit usage tests. NFCCraig Topper
2018-10-01Distinguish `__block` variables that are captured by escaping blocksAkira Hatanaka
2018-10-01[clang-format] Update comment, NFCIKrasimir Georgiev
2018-10-01Revert r343499 and r343498. X86 test improvementsCraig Topper
2018-10-01[ELF] [HEXAGON] Add support for PLT_B22_PCREL and HEX_32_PCRELSid Manning
2018-10-01[Hexagon] Remove incorrect pattern for swizKrzysztof Parzyszek
2018-10-01[clang-format] Fix typo in comment, NFCIKrasimir Georgiev
2018-10-01Unbreak linux cfi buildDavid Carlier
2018-10-01[analyzer][NFC] Refactor functions in PlistDiagnostics to take Preproc as par...Kristof Umann
2018-10-01[Cfi] Compiling cfi library on FreeBSD and NetBSDDavid Carlier
2018-10-01[AMDGPU] Fixed SIInstrInfo::getOpSize to handle subregsStanislav Mekhanoshin
2018-10-01[PDB] Add support for dumping Typedef records.Zachary Turner
2018-10-01[PDB] Add support for parsing VFTable Shape records.Zachary Turner
2018-10-01MIRParser: Check that instructions only reference DILocation metadataMatthias Braun
2018-10-01Remove redundant null pointer check in operator deleteFangrui Song
2018-10-01Fix tests affected by printing change.Jonas Devlieghere
2018-10-01[WebAssembly] Fixed AsmParser not allowing instructions with /Wouter van Oortmerssen
2018-10-01Fix build with GCC < 5.0 (PR39131)Tatyana Krasnukha
2018-10-01[X86] Enable load folding in the test shrinking codeCraig Topper
2018-10-01[X86] Improve test instruction shrinking when the sign flag is used and the o...Craig Topper
2018-10-01[lldb] Start a new line for the next output if there are no symbols in the cu...Aaron Smith
2018-10-01[NFC] Fix `-Wcast-qual` warnings in Darwin `internal_sysctl(...)` implementat...Dan Liew
2018-10-01Add an explanation about cross linking.Rui Ueyama
2018-10-01[X86][Btver2] Fix BT(C|R|S)mr & BT(C|R|S)mi schedule latency + uop countsSimon Pilgrim
2018-10-01DAGCombiner: StoreMerging: Fix bad index calculating when adjusting mismatchi...Matthias Braun
2018-10-01[OPENMP][NVPTX] Handle `requires datasharing` flag correctly withAlexey Bataev
2018-10-01[x86] add tests for 256- and 512-bit vector types for scalar-to-vector transf...Sanjay Patel
2018-10-01[X86] Create schedule classes for BT(C|R|S)mi and BT(C|R|S)mr instructionsSimon Pilgrim
2018-10-01[AArch64] Refactor cheap cost modelEvandro Menezes
2018-10-01[Basic] Update clang tests (really testing sys::fs) that broke with r343460Sam McCall
2018-10-01[X86] Remove unnecessary BTmi/BTmr scheduler overridesSimon Pilgrim
2018-10-01[InstCombine] Handle vector compares in foldGEPIcmp(), take 2Jesper Antonsson
2018-10-01[mips] Generate tests expectations using update_llc_test_checks. NFCSimon Atanasyan
2018-10-01[X86][Btver2] Fix BTmr schedule uop countsSimon Pilgrim
2018-10-01[OPENMP] Simplify code, NFC.Alexey Bataev
2018-10-01[InstCombine] try to convert vector insert+extract to trunc; 2nd trySanjay Patel
2018-10-01[Preprocessor] Fix a crash when handling non-alpha include header.Haojian Wu
2018-10-01[InstCombine] add more insert-extract tests for D52439; NFCSanjay Patel
2018-10-01[OPENMP] Fix enum identifier, NFC.Alexey Bataev
2018-10-01[X86] Create schedule classes for BTmi and BTmr instructionsSimon Pilgrim
2018-10-01[libomptarget-nvptx] Enable asserts in bclibJonas Hahnfeld
2018-10-01[libomptarget-nvptx] reduction: Determine if runtime uninitializedJonas Hahnfeld
2018-10-01Fixed workaround made in https://reviews.llvm.org/D51694.Andrey Churbanov
2018-10-01[clangd] Add "check-clangd" targetHaojian Wu
2018-10-01Move llvm util dependencies from clang-tools-extra to add_lit_target.Haojian Wu