summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [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
* [x86] Fix bugs of some intrinsic functions in CLANG : _mm512_stream_ps, _mm51...Pengfei Wang2019-09-032-3/+20
* Rename -Wc++20-designator to -Wc++2a-designator for consistency and addRichard Smith2019-09-022-11/+12
* Split -Wreorder into different warnings for reordering a constructorRichard Smith2019-09-023-7/+9
* [CostModel][X86] Add scalar sext/zext cost testsSimon Pilgrim2019-09-021-0/+158
* [X86] Enable fp128 as a legal type with SSE1 rather than with MMX.Craig Topper2019-09-028-377/+175
* [ARM] MVE predicate bitcast test and VPSEL adjustment. NFCDavid Green2019-09-022-20/+193
* [Wdocumentation] fixes an assertion failure with typedefed function and block...Dmitri Gribenko2019-09-023-0/+47
* [ARM] Use MQPR not QPR for MVE registersDavid Green2019-09-024-96/+211
* [TargetLowering][PS4] Add sincos(f) lib functions when target is PS4Robert Lougher2019-09-022-0/+32
* [SystemZ] Support constrained fpto[su]i intrinsicsUlrich Weigand2019-09-0212-16/+547
* [SVE][Inline-Asm] Support for SVE asm operandsKerry McLaughlin2019-09-028-9/+150
* ThinLTO: Document the option BOOTSTRAP_LLVM_ENABLE_LTOSylvestre Ledru2019-09-021-0/+4
* [X86] getPMOVMSKB - add MVT::v64i8 handling and remove from combineBitcastvxi...Simon Pilgrim2019-09-021-11/+12
OpenPOWER on IntegriCloud