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
*
[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
*
Expect Clang diagnostics in std::launder test
Eric Fiselier
2018-12-17
1
-0
/
+2
*
Add missing include file.
Zachary Turner
2018-12-17
1
-0
/
+1
*
[CodeComplete] Fix test failure on different host and target configs
Ilya Biryukov
2018-12-17
1
-6
/
+21
*
[PDB] Add some helper functions for working with scopes.
Zachary Turner
2018-12-17
4
-2
/
+42
*
[Clang AST Context] Add a few helper functions.
Zachary Turner
2018-12-17
4
-14
/
+35
*
[MS Demangler] Add a helper function to print a Node as a string.
Zachary Turner
2018-12-17
2
-0
/
+10
*
[libcxx] Speeding up partition_point/lower_bound/upper_bound
Louis Dionne
2018-12-17
3
-4
/
+210
*
Build ASTImporterTest.cpp with /bigobj on MSVC builds to keep llvm-clang-x86_...
Simon Pilgrim
2018-12-17
1
-0
/
+4
*
[MIPS GlobalISel] Remove switch statement (fix r349346 for MSVC)
Petar Avramovic
2018-12-17
1
-6
/
+1
*
ARM: use acquire/release instruction variants when available.
Tim Northover
2018-12-17
4
-16
/
+162
*
[MCA] Add support for BeginGroup/EndGroup.
Andrea Di Biagio
2018-12-17
4
-10
/
+22
*
Revert "DebugInfo: Assume an absence of ranges or high_pc on a CU means the C...
Eric Liu
2018-12-17
9
-26
/
+75
*
[MCA] Don't assume that createMCInstrAnalysis() always returns a valid pointer.
Andrea Di Biagio
2018-12-17
5
-11
/
+91
*
[ASTImporter] Add importer specific lookup
Gabor Marton
2018-12-17
9
-124
/
+888
*
Regenerate test in prep for SimplifyDemandedBits improvements.
Simon Pilgrim
2018-12-17
1
-6
/
+12
*
[ASTImporter] Fix redecl chain of classes and class templates
Gabor Marton
2018-12-17
8
-261
/
+899
*
[clangd] Change diskbackedstorage to be atomic
Kadir Cetinkaya
2018-12-17
1
-8
/
+33
*
[AggressiveInstCombine] add test for rotate insertion point; NFC
Sanjay Patel
2018-12-17
1
-0
/
+37
*
[MIPS GlobalISel] Lower G_UADDE and narrowScalar G_ADD
Petar Avramovic
2018-12-17
4
-39
/
+179
*
[clangd] Only reduce priority of a thread for indexing.
Kadir Cetinkaya
2018-12-17
4
-39
/
+58
*
Revert rC349281 '[analyzer][MallocChecker][NFC] Document and reorganize some ...
Kristof Umann
2018-12-17
1
-714
/
+422
*
Fix "enumeral mismatch in conditional expression" gcc7 warning. NFCI.
Simon Pilgrim
2018-12-17
1
-3
/
+4
*
Fix "enumeral mismatch in conditional expression" gcc7 warnings. NFCI.
Simon Pilgrim
2018-12-17
2
-20
/
+21
*
Revert rCTE349288 'Fix a lit test failure after MallocChecker changes'
Kristof Umann
2018-12-17
1
-1
/
+1
[next]