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
*
clang-format: [JS] whitespace required between ! and as.
Martin Probst
2016-09-06
2
-0
/
+3
*
clang-format: [JS] ignore comments when wrapping returns.
Martin Probst
2016-09-06
2
-1
/
+8
*
[ELF] Add support for -no-gc-sections flag
Petr Hosek
2016-09-06
2
-1
/
+4
*
Modules: Fix an assertion in DeclContext::buildLookup.
Manman Ren
2016-09-06
6
-4
/
+28
*
fix formatting; NFC
Sanjay Patel
2016-09-06
1
-19
/
+14
*
[MCTargetDesc] Delete dead code. Found by GCC7 -Wunused-function.
Davide Italiano
2016-09-06
1
-17
/
+0
*
[Release notes] Fix links.
Eugene Zelenko
2016-09-06
1
-6
/
+6
*
Add a comment.
Rui Ueyama
2016-09-06
1
-0
/
+4
*
Fix comment formatting for DebugInfoFlags.def
Victor Leschuk
2016-09-06
1
-1
/
+2
*
Updated .clang-format rules so bring LLDB in line with LLVM standards.
Kate Stone
2016-09-06
2
-8
/
+4
*
bugpoint: Return Errors instead of passing around strings
Justin Bogner
2016-09-06
10
-543
/
+558
*
[SE] Remove Platform*Handle classes
Jason Henline
2016-09-06
10
-95
/
+142
*
Formatting with clang-format patch r280701
Leny Kholodov
2016-09-06
1
-23
/
+24
*
[RDF] Ignore undef use operands
Krzysztof Parzyszek
2016-09-06
2
-1
/
+56
*
Formatting with clang-format patch r280700
Leny Kholodov
2016-09-06
11
-160
/
+147
*
[SelectionDAG] Simplify extract_subvector( insert_subvector ( Vec, In, Idx ),...
Simon Pilgrim
2016-09-06
2
-9
/
+10
*
Add #include <cstdio> to unbreak build (missing definition of stderr)
Krzysztof Parzyszek
2016-09-06
1
-0
/
+1
*
[JumpThreading] Only write back branch-weight MDs for blocks that originally ...
Adam Nemet
2016-09-06
3
-1
/
+173
*
Fix for Bindings/Go/go.test after patch r280700
Leny Kholodov
2016-09-06
1
-6
/
+10
*
[Sparc][Leon] Corrected supported atomics size for processors supporting Leon...
Chris Dewhurst
2016-09-06
1
-1
/
+1
*
Mark R_GOTREL_FROM_END as a relative expression.
Rafael Espindola
2016-09-06
2
-2
/
+26
*
[ELF] - Linkerscript: implemented FILL command as alias for =fillexpr
George Rimar
2016-09-06
3
-9
/
+47
*
Fixing an MSVC error from rL280692
Dimitar Vlahovski
2016-09-06
1
-1
/
+1
*
[mips] Tighten FastISel restrictions
Simon Dardis
2016-09-06
2
-1
/
+31
*
[PPC] Claim stack frame before storing into it, if no red zone is present
Krzysztof Parzyszek
2016-09-06
6
-46
/
+120
*
Second round of fixups for r280692
Pavel Labath
2016-09-06
2
-4
/
+5
*
Revert "Intel(R) Memory Protection Extensions (Intel(R) MPX) support."
Dimitar Vlahovski
2016-09-06
17
-501
/
+26
*
[clang-cl] Check that we are in clang cl mode before enabling support for the...
Pierre Gousseau
2016-09-06
2
-1
/
+3
*
DebugInfo: use llvm::DINode::DIFlags type for debug info flags
Leny Kholodov
2016-09-06
2
-34
/
+40
*
DebugInfo: use strongly typed enum for debug info flags
Leny Kholodov
2016-09-06
13
-205
/
+233
*
[OpenCL] Remove access qualifiers on images in arg info metadata.
Alexey Bader
2016-09-06
2
-12
/
+41
*
[RegisterScavenger] Remove aliasing registers of operands from the candidate set
Silviu Baranga
2016-09-06
1
-1
/
+2
*
Fix build breakage in r280692
Pavel Labath
2016-09-06
3
-3
/
+3
*
[AVX-512] Fix masked VPERMI2PS isel when the index comes from a bitcast.
Craig Topper
2016-09-06
4
-61
/
+41
*
[AVX-512] Add a test case to show that we don't select masked vpermi2ps when ...
Craig Topper
2016-09-06
1
-4
/
+17
*
[X86] Remove unused encoding from IntrinsicType enum.
Craig Topper
2016-09-06
2
-4
/
+1
*
[X86] Fix indentation. NFC
Craig Topper
2016-09-06
1
-2
/
+2
*
Added the "frame diagnose" command and use its output to make crash info better.
Sean Callanan
2016-09-06
43
-4
/
+2154
*
Revert "bugpoint: Stop threading errors through APIs that never fail"
Justin Bogner
2016-09-06
7
-90
/
+112
*
bugpoint: Stop threading errors through APIs that never fail
Justin Bogner
2016-09-06
7
-112
/
+90
*
ARM: workaround bundled operation predication
Saleem Abdulrasool
2016-09-06
2
-0
/
+27
*
Revert "DebugInfo: use strongly typed enum for debug info flags"
Mehdi Amini
2016-09-06
13
-309
/
+292
*
[LTO] Constify (NFC)
Mehdi Amini
2016-09-06
1
-16
/
+20
*
DebugInfo: use strongly typed enum for debug info flags
Mehdi Amini
2016-09-06
13
-292
/
+309
*
Fix DensetSet::insert_as() for MSVC2015 (NFC)
Mehdi Amini
2016-09-06
1
-3
/
+2
*
[AVX-512] Fix v8i64 shift by immediate lowering on 32-bit targets.
Craig Topper
2016-09-06
4
-18
/
+18
*
CodeGen: ensure that libcalls are always AAPCS CC
Saleem Abdulrasool
2016-09-06
6
-178
/
+182
*
[AVX-512] Teach fastisel load/store handling to use EVEX encoded instructions...
Craig Topper
2016-09-05
3
-132
/
+395
*
[X86] Update fast-isel store test to have more 256 and 512-bit test cases. Ad...
Craig Topper
2016-09-05
1
-18
/
+719
*
[X86] Update fast-isel vector load test to have more 256 and 512-bit test cas...
Craig Topper
2016-09-05
1
-82
/
+651
[next]