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
...
*
Convert files added in d157a9bc8ba1 to unix line endings.
Nico Weber
2019-10-28
11
-1121
/
+1121
*
[ConstantFold] Fold extractelement of getelementptr
Jay Foad
2019-10-28
4
-9
/
+32
*
Lexer::ReadToEndOfLine - fix Token uninitialised value warnings. NFCI.
Simon Pilgrim
2019-10-28
1
-0
/
+1
*
[X86] Add a DAG combine to turn (and (bitcast (vXi1 (concat_vectors (vYi1 set...
Craig Topper
2019-10-28
6
-48
/
+88
*
gn build: (manually) merge d157a9bc
Nico Weber
2019-10-28
5
-0
/
+16
*
[Docs] Update source code link to Github
Jonas Devlieghere
2019-10-28
1
-1
/
+1
*
[lit] Remove redundant comments from main function
Julian Lettner
2019-10-28
1
-19
/
+9
*
[IR] Use UnaryOperator::CreateFNeg in NoFolder::createFNeg
Craig Topper
2019-10-28
1
-1
/
+1
*
Reland [AArch64][DebugInfo] Do not recompute CalleeSavedStackSize (Take 2)
Sander de Smalen
2019-10-28
11
-10
/
+183
*
[LV] Interleaving should not exceed estimated loop trip count.
Craig Topper
2019-10-28
2
-13
/
+13
*
Add missing lld checks in sanitizer tests.
Evgenii Stepanov
2019-10-28
3
-3
/
+3
*
[OPENMP]Fix PR43771: Do not capture contexprs variables.
Alexey Bataev
2019-10-28
2
-1
/
+26
*
[utils] InlineFunction: fix for debug info affecting optimizations
Bjorn Pettersson
2019-10-28
2
-0
/
+72
*
AMDGPU: Avoid overwriting saved PC
Austin Kerbow
2019-10-28
2
-6
/
+73
*
[lit] Make main.py a pure Python module
Julian Lettner
2019-10-28
2
-9
/
+3
*
[Docs] Disable Python docs when LLDB_DISABLE_PYTHON is set
Jonas Devlieghere
2019-10-28
1
-34
/
+36
*
[AIX] Refactor AIX Call Lowering to use CCState. NFCI.
Sean Fertile
2019-10-28
5
-94
/
+176
*
[scudo][standalone] Consolidate lists
Kostya Kortchinsky
2019-10-28
10
-186
/
+243
*
Remove extra ';'. NFCI.
Simon Pilgrim
2019-10-28
1
-1
/
+1
*
[clang] Add no_builtin attribute
Guillaume Chatelet
2019-10-28
10
-4
/
+269
*
[NFC] Comment endif to test commit access
--global
2019-10-28
1
-1
/
+1
*
[LiveIntervalUnion] Expose extraction of last index in map for external users
Marcello Maggioni
2019-10-28
1
-0
/
+1
*
[InstCombine] Extra combine for uadd_sat
David Green
2019-10-28
2
-8
/
+11
*
Add Windows Control Flow Guard checks (/guard:cf).
Andrew Paverd
2019-10-28
77
-62
/
+1514
*
[AArch64] Fix unannotated fall-through between switch labels
Jinsong Ji
2019-10-28
1
-0
/
+1
*
Precommit AArch64 test for -consider-local-interval-cost
Sanne Wouda
2019-10-28
1
-0
/
+393
*
[LIBOMPTARGET]Fix build, NFC.
Alexey Bataev
2019-10-28
1
-1
/
+1
*
lld/COFF: Simplify getOutputPath() using sys::path functions.
Nico Weber
2019-10-28
2
-5
/
+4
*
[DebugInfo] MachineSink: find more DBG_VALUEs to sink
Jeremy Morse
2019-10-28
2
-15
/
+191
*
[DAGCombiner] widen any_ext of popcount based on target support
Sanjay Patel
2019-10-28
3
-19
/
+36
*
[AArch64][Builtins] Avoid unnecessary cache cleaning
Bryan Chan
2019-10-28
1
-13
/
+23
*
[InstCombine][NFC] Tests for uadd.sat and sadd.sat canonicalisation.
David Green
2019-10-28
2
-0
/
+778
*
[clangd] Do not report anonymous entities in findExplicitReferences
Ilya Biryukov
2019-10-28
2
-9
/
+24
*
[CVP] prevent propagating poison when substituting edge values into a phi (PR...
Sanjay Patel
2019-10-28
2
-3
/
+9
*
[DebugInfo] MachineSink: Insert undef DBG_VALUEs when sinking instructions
Jeremy Morse
2019-10-28
3
-3
/
+158
*
[AMDGPU][MC][GFX10] Added v_interp_[p1/p2/mov]_f32_e64
Dmitry Preobrazhensky
2019-10-28
3
-2
/
+270
*
[Codegen][ARM] Add float softening for cbrt
David Green
2019-10-28
4
-0
/
+60
*
minor doc typo fix / testing github commit
Rafael Stahl
2019-10-28
1
-1
/
+1
*
[ARM][AArch64] Implement __cls, __clsl and __clsll intrinsics from ACLE
vhscampos
2019-10-28
13
-0
/
+193
*
[clangd] Flush streams when printing HoverInfo Name and Definition
Kadir Cetinkaya
2019-10-28
1
-0
/
+2
*
[clangd] Do not highlight keywords in semantic highlighting
Ilya Biryukov
2019-10-28
4
-91
/
+88
*
[ARM][AArch64] Implement __arm_rsrf, __arm_rsrf64, __arm_wsrf & __arm_wsrf64
vhscampos
2019-10-28
2
-0
/
+53
*
[AArch64][SVE] Implement masked load intrinsics
Kerry McLaughlin
2019-10-28
14
-11
/
+389
*
[RISCV] Lower llvm.trap and llvm.debugtrap
Sam Elliott
2019-10-28
3
-0
/
+51
*
Fix https://bugs.llvm.org/show_bug.cgi?id=43791
Guillaume Chatelet
2019-10-28
1
-1
/
+1
*
[clangd] Do not insert parentheses when completing a using declaration
Ilya Biryukov
2019-10-28
8
-37
/
+98
*
[llvm-objcopy][MachO] Implement --only-section
Seiya Nuta
2019-10-28
6
-5
/
+186
*
[clangd] Reland Store Index in Tweak::Selection
Kadir Cetinkaya
2019-10-28
5
-9
/
+20
*
[clangd] Reland DefineInline action apply logic with fully qualified names
Kadir Cetinkaya
2019-10-28
4
-15
/
+759
*
[X86] Fix 48/96 byte memcmp code gen
David Zarzycki
2019-10-28
2
-704
/
+64
[prev]
[next]