summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [Hexagon] Fix the order of operands when selecting QCATKrzysztof Parzyszek2018-05-161-2/+2
* [Hexagon] Mark HVX vector predicate bitwise ops as legal, add patternsKrzysztof Parzyszek2018-05-164-35/+277
* [X86][SSE] Reduce instruction/register usages for v4i32 vector shifts (PR37441)Simon Pilgrim2018-05-168-401/+356
* AMDGPU : Recalculate SGPRs when trap handler is supportedKonstantin Zhuravlyov2018-05-163-6/+81
* Fix small grammar-o.Eric Christopher2018-05-161-1/+1
* Fix up a misleading format warning.Eric Christopher2018-05-161-1/+1
* Second attempt to fix buildbot failure caused by r332363Eric Liu2018-05-161-2/+3
* Add a new check, readability-simplify-subscript-expr, that diagnoses array su...Aaron Ballman2018-05-168-0/+255
* [clang-move] Fix a potential bug where realpath doesn't work on VFS.Eric Liu2018-05-161-5/+9
* [WebAssembly] MC: Ensure that FUNCTION_OFFSET relocations are always against ...Sam Clegg2018-05-162-4/+27
* [clang-tidy/google-readability-casting] Disable check for Objective-C++Ben Hamilton2018-05-162-1/+181
* Attempt to fix buildbot failure caused by r332363Eric Liu2018-05-161-3/+2
* [MachineOutliner] Don't save/restore LR for tail calls.Eli Friedman2018-05-162-3/+26
* [OR1K] Add the EPCR special-purpose register to register state.whitequark2018-05-164-1/+14
* [OR1K] Add a dedicated PC register to register state.whitequark2018-05-163-7/+12
* Fix FileSpecTest after LLVM changes to remove_dots (https://reviews.llvm.org/...Greg Clayton2018-05-161-4/+4
* [X86] Fix typo in instregex for CVTSI642SDrrSimon Pilgrim2018-05-163-5/+5
* [Sema] Fix assertion when constructor is disabled with partially specialized ...Volodymyr Sapsai2018-05-162-102/+155
* Fix llvm::sys::path::remove_dots() to return "." instead of an empty path.Greg Clayton2018-05-162-2/+7
* [libFuzzer] add a symbolic execution puzzle (difficult for today's libFuzzer).Max Moroz2018-05-161-0/+4129
* [Timers] TimerGroup: add constructor from StringMap<TimeRecord>Roman Lebedev2018-05-162-0/+14
* [Timers] TimerGroup: make printJSONValues() method publicRoman Lebedev2018-05-162-1/+4
* [Timers] TimerGroup::printJSONValue(): print doubles with no precision lossRoman Lebedev2018-05-161-3/+7
* [Timers] TimerGroup::printJSONValues(): print mem timer with .mem suffixRoman Lebedev2018-05-161-1/+1
* [scudo] Quarantine optimizationKostya Kortchinsky2018-05-161-1/+2
* [x86] preserve test intent by removing undefSanjay Patel2018-05-161-29/+32
* [x86] preserve test intent by removing undefSanjay Patel2018-05-161-11/+11
* [x86] preserve test intent by removing undefSanjay Patel2018-05-161-2/+2
* [X86][AVX512DQ] Use packed instructions for scalar FP<->i64 conversions on 32...Craig Topper2018-05-164-238/+555
* [Debugify] Tighten up the test for -debugify-each, NFCVedant Kumar2018-05-161-12/+17
* Signal handling should be signal-safeJF Bastien2018-05-164-85/+212
* [libomptarget-nvptx-bc] Pass found CUDA installationsJonas Hahnfeld2018-05-161-1/+1
* [libomptarget-nvptx] Test bitcode compiler flags and enable by defaultJonas Hahnfeld2018-05-163-105/+184
* [llvm-mca] Move the RegisterFile class into its own translation unit. NFCMatt Davis2018-05-165-371/+428
* Add lit tests forgotten for R332470Erich Keane2018-05-166-0/+593
* [Modules] Do not diagnose missing import in recovery mode if there isn't a de...Bruno Cardoso Lopes2018-05-161-1/+1
* [DAG] Prune cycle check in store merge.Nirav Dave2018-05-161-18/+54
* [DAG] Defer merge store cycle checking to just before merge. NFCI.Nirav Dave2018-05-161-8/+20
* [DeLICM] Avoid assertion on out-of-quota.Michael Kruse2018-05-162-0/+135
* Give shared modules in unittests the platform-native extension, make PipSquea...Nico Weber2018-05-164-14/+10
* [x86] add run with unsafe global param; NFCSanjay Patel2018-05-161-207/+356
* [AMDGPU] Change llvm.debugtrap to be a debug breakpoint that can resume execu...Tony Tye2018-05-164-54/+83
* [x86] add tests for DAG FP undef operands; NFCSanjay Patel2018-05-161-0/+497
* [AArch64][SVE] Improve diagnostics for vectors with incorrect element-size.Sander de Smalen2018-05-1649-164/+185
* [AArch64] Gangup loads and stores for pairing.Sirish Pande2018-05-1610-27/+122
* [Attr] Don't print fake MSInheritance argumentJoel E. Denny2018-05-162-2/+12
* Revert r332474: [Attr] Don't print fake MSInheritance argumentJoel E. Denny2018-05-162-12/+2
* [InstCombine] allow more binop (shuffle X), C transformsSanjay Patel2018-05-162-8/+23
* [sanitizer] Minor 32-bit primary improvementsKostya Kortchinsky2018-05-162-16/+13
* [OPENMP] DO not crash on combined constructs in declare targetAlexey Bataev2018-05-162-2/+2
OpenPOWER on IntegriCloud