index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] Add a checker option to detect nested dead stores
Kristof Umann
2019-09-03
7
-165
/
+262
*
[clangd] Remove redundant semi-colon.
Michael Liao
2019-09-03
1
-1
/
+1
*
[X86] Merge 2 consecutive HasInt256 branches. NFCI.
Simon Pilgrim
2019-09-03
1
-3
/
+2
*
[clang-tidy] Fix a false positive in unused-using-decl check
Haojian Wu
2019-09-03
2
-30
/
+56
*
[clangd] Decouple macro/decl-under-cursor finding. Don't pretend there can be...
Sam McCall
2019-09-03
1
-73
/
+41
*
[clangd] Fix a data race in test code
Ilya Biryukov
2019-09-03
1
-1
/
+3
*
[clangd] Wrong attribute on debug function in r370746
Sam McCall
2019-09-03
1
-1
/
+1
*
compiler-rt: use 64-bit time_t for all FreeBSD archs except i386
Ed Maste
2019-09-03
1
-1
/
+1
*
compiler-rt: use more __sanitizer_time_t on FreeBSD
Ed Maste
2019-09-03
1
-11
/
+11
*
[SystemZ] Recognize INLINEASM_BR in backend.
Jonas Paulsson
2019-09-03
2
-2
/
+17
*
gn build: (manually) merge r370499
Nico Weber
2019-09-03
2
-0
/
+12
*
Fix MSVC "not all control paths return a value" warning. NFCI.
Simon Pilgrim
2019-09-03
1
-0
/
+1
*
gn build: Merge r370746
Nico Weber
2019-09-03
2
-0
/
+2
*
[lldb] Replace std::call_once() with llvm::call_once()
Michal Gorny
2019-09-03
1
-2
/
+2
*
[clangd] Add targetDecl(), which determines what declaration an AST node refe...
Sam McCall
2019-09-03
6
-1
/
+996
*
[ARM] Ignore Implicit CPSR regs when lowering from Machine to MC operands
David Green
2019-09-03
20
-670
/
+682
*
[OpenCL] Drop spurious semicolon in generated file; NFC
Sven van Haastregt
2019-09-03
1
-1
/
+1
*
[SystemZ] Add support for fentry.
Jonas Paulsson
2019-09-03
3
-0
/
+44
*
[ARM] Invert CSEL predicates if the opposite is a simpler constant to materia...
David Green
2019-09-03
5
-34
/
+79
*
Fixit for -Wfinal-dtor-non-final-class
David Bolvansky
2019-09-03
2
-2
/
+0
*
[ARM] Generate 8.1-m CSINC, CSNEG and CSINV instructions.
David Green
2019-09-03
24
-2650
/
+2081
*
[ARM] Add csel tests. NFC
David Green
2019-09-03
1
-0
/
+390
*
Added fixit notes for -Wfinal-dtor-non-final-class
David Bolvansky
2019-09-03
2
-4
/
+11
*
[mips] Switch to the `.text` section after emitting asm file preamble
Simon Atanasyan
2019-09-03
2
-0
/
+5
*
[lldb] Test 'frame select -r' and fix that INT32_MIN breaks the option parser
Raphael Isemann
2019-09-03
4
-16
/
+72
*
[lldb][NFC] Test 'command delete'
Raphael Isemann
2019-09-03
1
-0
/
+17
*
[ARM] Fix MVE ldst offset ranges
David Green
2019-09-03
3
-83
/
+50
*
[ARM][MVE] Decoding of VMSR doesn't diagnose some unpredictable encodings
Oliver Stannard
2019-09-03
2
-25
/
+207
*
Bug fix on function epilog optimization (ARM backend)
Oliver Stannard
2019-09-03
2
-2
/
+16
*
[ARM] More MVE load/store tests for offsets around the negative limit. NFC
David Green
2019-09-03
3
-0
/
+1264
*
[lldb][NFC] Test that enabling all log options doesn't crash anything
Raphael Isemann
2019-09-03
1
-0
/
+11
*
[LV] Fix miscompiles by adding non-header PHI nodes to AllowedExit
Bjorn Pettersson
2019-09-03
3
-93
/
+24
*
[LV] Precommit test case showing miscompile from PR43166. NFC
Bjorn Pettersson
2019-09-03
1
-0
/
+235
*
[lldb][NFC] Remove unnecessary constructors from invalid-args tests
Raphael Isemann
2019-09-03
3
-9
/
+0
*
[lldb][NFC] Simplify script_alias test
Raphael Isemann
2019-09-03
1
-4
/
+1
*
[lldb][NFC] Also test unaliasing in nested_alias test
Raphael Isemann
2019-09-03
1
-0
/
+9
*
[ARM NEON] Avoid duplicated decarations
Diogo N. Sampaio
2019-09-03
1
-3
/
+22
*
[lldb] Test 'command' commands and fix the found crashes
Raphael Isemann
2019-09-03
2
-0
/
+71
*
[LV] Tail-folding, runtime scev checks
Sjoerd Meijer
2019-09-03
1
-2
/
+2
*
[RISCV] Correct Logic around ilp32e macros
Sam Elliott
2019-09-03
1
-2
/
+3
*
[LV] Tail-folding with runtime memory checks
Sjoerd Meijer
2019-09-03
1
-1
/
+4
*
[lldb][NFC] Unify log files in commands/log/basic
Raphael Isemann
2019-09-03
1
-9
/
+7
*
[MachinePipeliner] Add a way to unit-test the schedule emitter
James Molloy
2019-09-03
6
-0
/
+298
*
[ARM] Select vmla
Sam Tebbs
2019-09-03
2
-0
/
+95
*
[lldb][NFC] Remove setup boilerplate from types/ tests
Raphael Isemann
2019-09-03
7
-52
/
+1
*
[X86] Simplify the setOperationAction handling for fp_to_uint by improving th...
Craig Topper
2019-09-03
2
-19
/
+22
*
[X86] Don't use Expand for i32 fp_to_uint on SSE1/2 targets on 32-bit target.
Craig Topper
2019-09-03
2
-139
/
+63
*
[X86] Add an exhaustive test for i32 fptosi/fptoui across different triples a...
Craig Topper
2019-09-03
1
-0
/
+1094
*
[LegalizeDAG] Pass DAG to two calls to SDNode::dump in debug prints so that t...
Craig Topper
2019-09-03
1
-2
/
+2
*
[X86] Custom promote i32->f80 uint_to_fp on AVX512 64-bit targets.
Craig Topper
2019-09-03
2
-24
/
+13
[next]