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
*
Remove superfluous ';' to fix Wpedantic. NFC.
Simon Pilgrim
2019-11-11
1
-1
/
+1
*
docs: fix warning in LangRef parsing
Nuno Lopes
2019-11-11
1
-1
/
+1
*
[InstCombine] Simplify binary op when only one operand is a select
Jay Foad
2019-11-11
3
-9
/
+14
*
[lldb] [test] Fix typo in TestSendSignal
Michał Górny
2019-11-11
1
-1
/
+1
*
Revert cdcf58e5af0 "[RISCV] enable LTO support, pass some options to linker."
Hans Wennborg
2019-11-11
6
-154
/
+89
*
[lldb] [test] Mark TestSendSignal XFAIL on NetBSD
Michał Górny
2019-11-11
1
-0
/
+1
*
[RISCV][NFC] Add nounwind to LKK test functions
Luís Marques
2019-11-11
4
-653
/
+30
*
[clangd] Fix a regression of not showing documentation from forward declarati...
Haojian Wu
2019-11-11
2
-8
/
+21
*
[NFC] Add one test to verify the sign_extend of vector type.
QingShan Zhang
2019-11-11
1
-0
/
+17
*
[TargetLowering][DAGCombine][MSP430] Shift Amount Threshold in DAGCombine (3)
joanlluch
2019-11-11
2
-37
/
+17
*
[FixBB] - Fix one more std::min -> std::min<uint64_t> to make BB happy.
Georgii Rymar
2019-11-11
1
-1
/
+1
*
Use MCRegister in copyPhysReg
Matt Arsenault
2019-11-11
45
-99
/
+99
*
[FixBB] - An attemp to fix clang-armv7-linux-build-cache builder.
Georgii Rymar
2019-11-11
1
-1
/
+2
*
[AArch64][SVE] Spilling/filling of SVE callee-saves.
Sander de Smalen
2019-11-11
11
-39
/
+489
*
[yaml2obj] - Add a way to describe the custom data that is not part of an out...
Georgii Rymar
2019-11-11
9
-153
/
+584
*
[clangd] Fixes colon escaping on Windows
Ilya Biryukov
2019-11-11
3
-22
/
+24
*
libc++ status page: New papers and issues adopted in Belfast
marshall
2019-11-11
1
-1
/
+62
*
[NFC] Add one test to verify the dependency brings by Macro-Fusion.
QingShan Zhang
2019-11-11
1
-0
/
+23
*
[DirectedGraph]: Add setTargetNode member function
Tsang Whitney W.H
2019-11-11
1
-0
/
+3
*
Revert "Fixed a profdata file size detection on Windows system."
Vladimir Vereschaka
2019-11-10
1
-1
/
+1
*
[InstCombine] Turn (extractelement <1 x i64/double> (bitcast (x86_mmx))) into...
Craig Topper
2019-11-10
2
-2
/
+8
*
[InstCombine] Add a test case for suboptimal handling of (double (bitcast (<1...
Craig Topper
2019-11-10
1
-1
/
+14
*
Revert "[InstCombine] avoid crash from deleting an instruction that still has...
Sanjay Patel
2019-11-10
2
-59
/
+4
*
[InstCombine] avoid crash from deleting an instruction that still has uses (P...
Sanjay Patel
2019-11-10
2
-4
/
+59
*
getArgOperandNo helper function.
Stefan Stipanovic
2019-11-10
2
-2
/
+15
*
clang/Modules: Remove unused parameter from ModuleManager::removeModules
Duncan P. N. Exon Smith
2019-11-10
3
-12
/
+3
*
[NFC][Codegen] Add `x u% C1 == C2` with C1 u> C2 non-tautological tests
Roman Lebedev
2019-11-10
4
-0
/
+1233
*
Docs: Updates Sphinx Quickstart template for new contributors
drichards-87
2019-11-10
1
-48
/
+55
*
Revert "[InstCombine] avoid crash from deleting an instruction that still has...
Sanjay Patel
2019-11-10
2
-52
/
+4
*
[RISCV] Fix CFA when doing split sp adjustment with fp
Luís Marques
2019-11-10
3
-27
/
+29
*
[RISCV][NFC] Add CFI-related tests
Luís Marques
2019-11-10
3
-8
/
+503
*
[InstCombine] avoid crash from deleting an instruction that still has uses (P...
Sanjay Patel
2019-11-10
2
-4
/
+52
*
Remove unused variable (which allows us to remove vector include). NFC.
Simon Pilgrim
2019-11-10
1
-3
/
+0
*
[Driver] Remove unused variable. NFC.
Benjamin Kramer
2019-11-10
1
-1
/
+0
*
[NFC][Codegen] Add `x u% C1 == C2` with C1 u<= C2 tautological tests
Roman Lebedev
2019-11-10
2
-0
/
+474
*
Twine - fix uninitialized variable warnings. NFCI.
Simon Pilgrim
2019-11-10
1
-2
/
+2
*
TableGen - fix uninitialized variable warnings. NFCI.
Simon Pilgrim
2019-11-10
2
-6
/
+6
*
PODSmallVector - fix MSVC uninitialized variable warnings. NFCI.
Simon Pilgrim
2019-11-10
1
-1
/
+1
*
Path - fix uninitialized variable warnings. NFCI.
Simon Pilgrim
2019-11-10
1
-8
/
+8
*
CodeGenRegBank - make functions const to fix cppcheck warnings.
Simon Pilgrim
2019-11-10
1
-3
/
+5
*
[MC] Clean up MacroInstantiation. NFC
Fangrui Song
2019-11-09
1
-13
/
+5
*
[NFC]: Fix PVS Studio warning in LoopNestAnalysis
Tsang Whitney W.H
2019-11-10
1
-3
/
+3
*
[X86] Handle MO_ConstantPoolIndex in X86AsmPrinter::PrintOperand
Craig Topper
2019-11-09
2
-0
/
+17
*
Try to fix sphinx "Could not lex literal_block as "llvm"" warning.
Simon Pilgrim
2019-11-09
1
-2
/
+2
*
YAMLParser - fix SimpleKey uninitialized variable warnings. NFCI.
Simon Pilgrim
2019-11-09
1
-4
/
+4
*
Reduce scope of variable to silence cppcheck warning. NFC
Simon Pilgrim
2019-11-09
1
-2
/
+1
*
RegisterCoalescer - remove duplicate variable to fix Wshadow warning. NFCI.
Simon Pilgrim
2019-11-09
1
-3
/
+2
*
RegisterCoalescer - fix uninitialized variables. NFCI.
Simon Pilgrim
2019-11-09
1
-10
/
+10
*
[LV] Apply sink-after & interleave-groups as VPlan transformations (NFCI)
Gil Rapaport
2019-11-09
9
-134
/
+263
*
[lldb] [test] Un-XFAIL tests that work on NetBSD 9
Michał Górny
2019-11-09
4
-6
/
+0
[next]