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
*
Avoid using alignas and constexpr.
Rafael Espindola
2016-09-06
1
-136
/
+5
*
[AMDGPU] Wave and register controls
Konstantin Zhuravlyov
2016-09-06
1
-0
/
+190
*
[CMake] Cleanup LLVM_OPTIMIZED_TABLEGEN
Chris Bieneman
2016-09-06
2
-14
/
+21
*
[AMDGPU] Wave and register controls
Konstantin Zhuravlyov
2016-09-06
32
-258
/
+854
*
Try to fix a circular dependency in the modules build.
Rafael Espindola
2016-09-06
2
-2
/
+3
*
Add missing <cstdlib> include. Sorry about the bot breakage
Eric Fiselier
2016-09-06
1
-0
/
+1
*
AMDGPU/SI: Teach SIInstrInfo::FoldImmediate() to fold immediates into copies
Tom Stellard
2016-09-06
2
-3
/
+29
*
Remove unneeded includes in <exception> after removing __libcpp_throw
Eric Fiselier
2016-09-06
1
-4
/
+0
*
AMDGPU : Add XNACK feature to GPUs that support it.
Wei Ding
2016-09-06
2
-3
/
+4
*
[include-fixer] Fix some Clang-tidy modernize-use-override and Include What Y...
Eugene Zelenko
2016-09-06
2
-3
/
+9
*
Fix ItaniumDemangle.cpp build with MSVC 2013
Reid Kleckner
2016-09-06
1
-18
/
+19
*
[llvm-cov] Add the "Go to first unexecuted line" feature.
Ying Yi
2016-09-06
8
-10
/
+56
*
[SE] Rename PlatformInterfaces to PlatformDevice
Jason Henline
2016-09-06
11
-27
/
+20
*
[AArch64] Adjust the scheduling model for Exynos M1.
Evandro Menezes
2016-09-06
1
-18
/
+16
*
[AArch64] Adjust the scheduling model for Exynos M1.
Evandro Menezes
2016-09-06
1
-2
/
+7
*
[AArch64] Adjust the scheduling model for Exynos M1.
Evandro Menezes
2016-09-06
1
-11
/
+11
*
Use the demangler in llvm.
Rafael Espindola
2016-09-06
2
-17
/
+4
*
Add an c++ itanium demangler to llvm.
Rafael Espindola
2016-09-06
20
-39
/
+4539
*
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
[next]