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 unused variable
David Blaikie
2017-02-27
1
-2
/
+0
*
Remove XFAIL in implicit_deduction_guides tests
Steven Wu
2017-02-27
2
-8
/
+0
*
[Support][Error] Add a 'cantFail' utility function for known-safe calls to
Lang Hames
2017-02-27
3
-4
/
+114
*
Clarify benchmark conditions.
Rui Ueyama
2017-02-27
1
-7
/
+14
*
AMDGPU: Add some of the new gfx9 VOP3 instructions
Matt Arsenault
2017-02-27
2
-0
/
+44
*
[X86][SSE] Attempt to extract vector elements through target shuffles
Simon Pilgrim
2017-02-27
11
-490
/
+526
*
AMDGPU: Support inlineasm for packed instructions
Matt Arsenault
2017-02-27
2
-1
/
+99
*
Add terminator to .eh_frame sections
Rui Ueyama
2017-02-27
9
-10
/
+19
*
De-template ResolvedReloc as it doesn't actually depends on ELFT.
Rui Ueyama
2017-02-27
1
-12
/
+10
*
[SLP] Use different flags in tests for reduction ops and extra args.
Alexey Bataev
2017-02-27
1
-3
/
+3
*
AMDGPU: Don't fold immediate if clamp/omod are set
Matt Arsenault
2017-02-27
3
-8
/
+319
*
[ubsan] Factor out logic to emit a range check. NFC.
Vedant Kumar
2017-02-27
2
-29
/
+50
*
enable -flto=thin in clang-cl
Bob Haarman
2017-02-27
4
-3
/
+17
*
AMDGPU: Fold omod into instructions
Matt Arsenault
2017-02-27
5
-8
/
+723
*
[TailDuplicator] Maintain DebugLoc for branch instructions
Taewook Oh
2017-02-27
2
-1
/
+58
*
AMDGPU: Add f16 to shader calling conventions
Matt Arsenault
2017-02-27
2
-8
/
+33
*
[SLP] Modify test to check IR flags propagation for extra args.
Alexey Bataev
2017-02-27
1
-15
/
+15
*
AMDGPU: Add VOP3P instruction format
Matt Arsenault
2017-02-27
27
-86
/
+1342
*
Refactor xaluo.ll and xmulo.ll tests. NFC
Amaury Sechet
2017-02-27
2
-493
/
+1781
*
[InlineFunction] add nonnull assumptions based on argument attributes
Sanjay Patel
2017-02-27
2
-23
/
+41
*
[Hexagon] Defs and clobbers can overlap
Krzysztof Parzyszek
2017-02-27
1
-5
/
+4
*
Fix a bug when unswitching on partial LIV for SwitchInst
Xin Tong
2017-02-27
2
-32
/
+339
*
Fix comments. NFC.
Rong Xu
2017-02-27
1
-1
/
+1
*
[Cmake] Optionally use a system isl version.
Michael Kruse
2017-02-27
5
-166
/
+216
*
Support NetBSD Thread ID in lldb-server tests
Kamil Rytarowski
2017-02-27
2
-0
/
+10
*
Fix the project name in the license file.
Arnaud A. de Grandmaison
2017-02-27
1
-2
/
+2
*
Add libcxxabi's LICENSE.TXT to libunwind.
Arnaud A. de Grandmaison
2017-02-27
1
-0
/
+76
*
Fix LLVM module build
Steven Wu
2017-02-27
1
-0
/
+1
*
[X86] Use APInt instead of SmallBitVector tracking undef elements from getTar...
Craig Topper
2017-02-27
1
-25
/
+25
*
[X86] Use APInt instead of SmallBitVector for tracking Zeroable elements in s...
Craig Topper
2017-02-27
1
-63
/
+57
*
[X86] Fix SmallVector sizes in constant pool shuffle decoding to avoid heap a...
Craig Topper
2017-02-27
1
-5
/
+5
*
[X86] Use APInt instead of SmallBitVector for tracking undef elements in cons...
Craig Topper
2017-02-27
1
-10
/
+10
*
Fix LIBCXX_HAS_EXTERNAL_THREAD_API builds. NFC.
Asiri Rathnayake
2017-02-27
1
-1
/
+2
*
Remove an empty line in icmp-illegal.ll . NFC
Amaury Sechet
2017-02-27
1
-1
/
+0
*
[SLP] A test for a fix of PR32038.
Alexey Bataev
2017-02-27
1
-0
/
+124
*
[DeLICM] Add nomap regressions tests. NFC.
Michael Kruse
2017-02-27
7
-0
/
+547
*
[DeLICM] Statistics for use in regression tests.
Michael Kruse
2017-02-27
1
-2
/
+42
*
Fix typo in error message. NFC.
Asiri Rathnayake
2017-02-27
1
-1
/
+1
*
Loop predication expand both sides of the widened condition
Artur Pilipenko
2017-02-27
2
-6
/
+83
*
Attempt to fix arm-native libcxxabi tests for the no-exceptions variant
Asiri Rathnayake
2017-02-27
2
-0
/
+2
*
AArch64InstPrinter: rewrite of printSysAlias
Sjoerd Meijer
2017-02-27
3
-316
/
+163
*
[ARM] LSL #0 is an alias of MOV
John Brawn
2017-02-27
4
-12
/
+206
*
[clang-format] Add a NamespaceEndCommentsFixer
Krasimir Georgiev
2017-02-27
10
-3
/
+590
*
Add a test we already get right.
Rafael Espindola
2017-02-27
1
-0
/
+14
*
Fix cmake dependency for the external-thread-library variant. NFC.
Asiri Rathnayake
2017-02-27
1
-1
/
+1
*
[clang-move] Extend clang-move to support moving global variable.
Haojian Wu
2017-02-27
5
-2
/
+92
*
[DAGCombine] Fix for a load combine bug with non-zero offset patterns on BE t...
Artur Pilipenko
2017-02-27
3
-0
/
+56
*
Merge Linux and FreeBSD arm register contexts
Pavel Labath
2017-02-27
8
-195
/
+32
*
Fix MinidumpParserTest on 32-bit arches
Pavel Labath
2017-02-27
1
-2
/
+3
*
Remove the callback-based log channel registration mechanism
Pavel Labath
2017-02-27
3
-88
/
+2
[next]