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
*
Update Microsoft name mangling scheme for exception specifiers in the type sy...
Reid Kleckner
2018-12-17
4
-17
/
+32
*
hwasan: Move ctor into a comdat.
Peter Collingbourne
2018-12-17
3
-14
/
+25
*
[OpenMP] version the affinity format tests and fix one test
Jonathan Peyton
2018-12-17
2
-1
/
+15
*
[OpenMP] Add affinity format tests
Jonathan Peyton
2018-12-17
15
-0
/
+940
*
[VFS] Add isLocal to ProxyFileSystem and add unit tests.
Michael J. Spencer
2018-12-17
2
-0
/
+40
*
Document the DBGSourcePathRemapping dictionary that may be
Jason Molenda
2018-12-17
1
-0
/
+27
*
[libcxx][NFC] Properly indent nested #ifdefs and #defines
Louis Dionne
2018-12-17
1
-7
/
+7
*
[X86][SSE] Improve immediate vector shift known bits handling.
Simon Pilgrim
2018-12-17
5
-98
/
+99
*
Add PdbAstBuilder.cpp.
Jason Molenda
2018-12-17
1
-0
/
+6
*
[WebAssembly] Fix assembler parsing of br_table.
Wouter van Oortmerssen
2018-12-17
8
-62
/
+105
*
[X86] Add T1MSKC and TZMSK to isDefConvertible used by optimizeCompareInstr.
Craig Topper
2018-12-17
2
-4
/
+4
*
[codeview] Flush labels before S_DEFRANGE* fragments
Reid Kleckner
2018-12-17
4
-4
/
+169
*
Don't trigger sanitizer initialization from `sysctlbyname` and `sysctl` inte...
Dan Liew
2018-12-17
1
-0
/
+4
*
[lit] Detect unexpected passes in lldbtest.
Jonas Devlieghere
2018-12-17
1
-0
/
+4
*
[X86][SSE] Split SimplifyDemandedBitsForTargetNode X86ISD::VSRLI/VSRAI handling.
Simon Pilgrim
2018-12-17
1
-3
/
+16
*
Fix case of source file in CMakeLists.txt
Zachary Turner
2018-12-17
1
-1
/
+1
*
Reflow readme
Adrian Prantl
2018-12-17
1
-46
/
+55
*
Remove sleep() synchronisation from teststcase and
Adrian Prantl
2018-12-17
1
-9
/
+3
*
[AggressiveInstCombine] convert rotate with guard branch into funnel shift (P...
Sanjay Patel
2018-12-17
3
-47
/
+381
*
DebugInfo: Update gold plugin tests due to CU attribute reordering in r349207
David Blaikie
2018-12-17
1
-2
/
+2
*
[analyzer] MoveChecker: Squash the bit field because it causes a GCC warning.
Artem Dergachev
2018-12-17
1
-5
/
+3
*
Make test/Driver/darwin-sdk-version.c pass on hosts < macOS10.14
Alex Lorenz
2018-12-17
1
-2
/
+2
*
[Sanitizer] capsicum variadic api subset
David Carlier
2018-12-17
2
-0
/
+78
*
[SDAG] Clarify the origin of chain in REG_SEQUENCE in comment, NFC
Krzysztof Parzyszek
2018-12-17
1
-1
/
+3
*
[SelectionDAG] Fix noop detection for vectors in AssertZext/AssertSext in get...
Craig Topper
2018-12-17
1
-2
/
+2
*
[InstCombine] don't widen an arbitrary sequence of vector ops (PR40032)
Sanjay Patel
2018-12-17
5
-49
/
+48
*
Fix build after r349380
Alex Lorenz
2018-12-17
1
-1
/
+1
*
Fix FP comparisons when SSE isn't available
Eric Fiselier
2018-12-17
5
-30
/
+66
*
ELF: AArch64: Fix errata patch address calculation.
Peter Collingbourne
2018-12-17
2
-1
/
+21
*
Convert (CMP (srl/shl X, C), 0) to (CMP (and X, C'), 0) when only the zero fl...
Craig Topper
2018-12-17
2
-24
/
+51
*
[NFC] Test commit: tweak whitespace in comment
Tan S. B.
2018-12-17
1
-2
/
+2
*
[NativePDB] Decouple AST reconstruction from lldb Symbol creation.
Zachary Turner
2018-12-17
10
-814
/
+1374
*
[darwin][arm64] use the "cyclone" CPU for Darwin even when `-arch`
Alex Lorenz
2018-12-17
5
-14
/
+28
*
[Driver] Don't override '-march' when using '-arch x86_64h'
Francis Visoiu Mistrih
2018-12-17
3
-10
/
+7
*
[darwin] parse the SDK settings from SDKSettings.json if it exists and
Alex Lorenz
2018-12-17
16
-37
/
+256
*
[test] Add target_info for NetBSD, and XFAIL some of locale tests
Michal Gorny
2018-12-17
31
-0
/
+103
*
[test] [re.traits] Remove asserts failing due to invalid UTF-8
Michal Gorny
2018-12-17
1
-5
/
+0
*
NFC: remove unused variable
JF Bastien
2018-12-17
1
-1
/
+0
*
AsmParser: test .double NaN and .double inf
JF Bastien
2018-12-17
1
-0
/
+9
*
[AMDGPU][MC][DOC] A fix for build failure in r349370
Dmitry Preobrazhensky
2018-12-17
22
-61
/
+61
*
[TargetLowering] Add DemandedElts mask to SimplifyDemandedBits (PR40000)
Simon Pilgrim
2018-12-17
5
-64
/
+145
*
Unbreak green dragon bots w/o __builtin_launder
Eric Fiselier
2018-12-17
1
-2
/
+2
*
Fix lldb's macosx/heap.py cstr command.
Davide Italiano
2018-12-17
3
-1
/
+28
*
[Driver] Fix --repl argument.
Jonas Devlieghere
2018-12-17
2
-8
/
+19
*
[AMDGPU][MC][DOC] A fix for build failure in r349368
Dmitry Preobrazhensky
2018-12-17
1
-2
/
+0
*
[InstSimplify] Simplify saturating add/sub + icmp
Nikita Popov
2018-12-17
2
-42
/
+80
*
[AMDGPU][MC][DOC] Updated AMD GPU assembler description
Dmitry Preobrazhensky
2018-12-17
279
-5600
/
+12955
*
Make crashlog.py work or binaries with spaces in their names
Adrian Prantl
2018-12-17
2
-21
/
+109
*
Make crashlog.py work when a .dSYM is present, but a binary is missing
Adrian Prantl
2018-12-17
1
-15
/
+37
*
FastIsel: take care to update iterators when removing instructions.
Tim Northover
2018-12-17
6
-7
/
+47
[next]