summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Add a checker option to detect nested dead storesKristof Umann2019-09-037-165/+262
* [clangd] Remove redundant semi-colon.Michael Liao2019-09-031-1/+1
* [X86] Merge 2 consecutive HasInt256 branches. NFCI.Simon Pilgrim2019-09-031-3/+2
* [clang-tidy] Fix a false positive in unused-using-decl checkHaojian Wu2019-09-032-30/+56
* [clangd] Decouple macro/decl-under-cursor finding. Don't pretend there can be...Sam McCall2019-09-031-73/+41
* [clangd] Fix a data race in test codeIlya Biryukov2019-09-031-1/+3
* [clangd] Wrong attribute on debug function in r370746Sam McCall2019-09-031-1/+1
* compiler-rt: use 64-bit time_t for all FreeBSD archs except i386Ed Maste2019-09-031-1/+1
* compiler-rt: use more __sanitizer_time_t on FreeBSDEd Maste2019-09-031-11/+11
* [SystemZ] Recognize INLINEASM_BR in backend.Jonas Paulsson2019-09-032-2/+17
* gn build: (manually) merge r370499Nico Weber2019-09-032-0/+12
* Fix MSVC "not all control paths return a value" warning. NFCI.Simon Pilgrim2019-09-031-0/+1
* gn build: Merge r370746Nico Weber2019-09-032-0/+2
* [lldb] Replace std::call_once() with llvm::call_once()Michal Gorny2019-09-031-2/+2
* [clangd] Add targetDecl(), which determines what declaration an AST node refe...Sam McCall2019-09-036-1/+996
* [ARM] Ignore Implicit CPSR regs when lowering from Machine to MC operandsDavid Green2019-09-0320-670/+682
* [OpenCL] Drop spurious semicolon in generated file; NFCSven van Haastregt2019-09-031-1/+1
* [SystemZ] Add support for fentry.Jonas Paulsson2019-09-033-0/+44
* [ARM] Invert CSEL predicates if the opposite is a simpler constant to materia...David Green2019-09-035-34/+79
* Fixit for -Wfinal-dtor-non-final-classDavid Bolvansky2019-09-032-2/+0
* [ARM] Generate 8.1-m CSINC, CSNEG and CSINV instructions.David Green2019-09-0324-2650/+2081
* [ARM] Add csel tests. NFCDavid Green2019-09-031-0/+390
* Added fixit notes for -Wfinal-dtor-non-final-classDavid Bolvansky2019-09-032-4/+11
* [mips] Switch to the `.text` section after emitting asm file preambleSimon Atanasyan2019-09-032-0/+5
* [lldb] Test 'frame select -r' and fix that INT32_MIN breaks the option parserRaphael Isemann2019-09-034-16/+72
* [lldb][NFC] Test 'command delete'Raphael Isemann2019-09-031-0/+17
* [ARM] Fix MVE ldst offset rangesDavid Green2019-09-033-83/+50
* [ARM][MVE] Decoding of VMSR doesn't diagnose some unpredictable encodingsOliver Stannard2019-09-032-25/+207
* Bug fix on function epilog optimization (ARM backend)Oliver Stannard2019-09-032-2/+16
* [ARM] More MVE load/store tests for offsets around the negative limit. NFCDavid Green2019-09-033-0/+1264
* [lldb][NFC] Test that enabling all log options doesn't crash anythingRaphael Isemann2019-09-031-0/+11
* [LV] Fix miscompiles by adding non-header PHI nodes to AllowedExitBjorn Pettersson2019-09-033-93/+24
* [LV] Precommit test case showing miscompile from PR43166. NFCBjorn Pettersson2019-09-031-0/+235
* [lldb][NFC] Remove unnecessary constructors from invalid-args testsRaphael Isemann2019-09-033-9/+0
* [lldb][NFC] Simplify script_alias testRaphael Isemann2019-09-031-4/+1
* [lldb][NFC] Also test unaliasing in nested_alias testRaphael Isemann2019-09-031-0/+9
* [ARM NEON] Avoid duplicated decarationsDiogo N. Sampaio2019-09-031-3/+22
* [lldb] Test 'command' commands and fix the found crashesRaphael Isemann2019-09-032-0/+71
* [LV] Tail-folding, runtime scev checksSjoerd Meijer2019-09-031-2/+2
* [RISCV] Correct Logic around ilp32e macrosSam Elliott2019-09-031-2/+3
* [LV] Tail-folding with runtime memory checksSjoerd Meijer2019-09-031-1/+4
* [lldb][NFC] Unify log files in commands/log/basicRaphael Isemann2019-09-031-9/+7
* [MachinePipeliner] Add a way to unit-test the schedule emitterJames Molloy2019-09-036-0/+298
* [ARM] Select vmlaSam Tebbs2019-09-032-0/+95
* [lldb][NFC] Remove setup boilerplate from types/ testsRaphael Isemann2019-09-037-52/+1
* [X86] Simplify the setOperationAction handling for fp_to_uint by improving th...Craig Topper2019-09-032-19/+22
* [X86] Don't use Expand for i32 fp_to_uint on SSE1/2 targets on 32-bit target.Craig Topper2019-09-032-139/+63
* [X86] Add an exhaustive test for i32 fptosi/fptoui across different triples a...Craig Topper2019-09-031-0/+1094
* [LegalizeDAG] Pass DAG to two calls to SDNode::dump in debug prints so that t...Craig Topper2019-09-031-2/+2
* [X86] Custom promote i32->f80 uint_to_fp on AVX512 64-bit targets.Craig Topper2019-09-032-24/+13
OpenPOWER on IntegriCloud