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
*
Implement __attribute__((require_constant_initialization)) for safe static in...
Eric Fiselier
2016-09-02
8
-42
/
+408
*
Add comments.
Rui Ueyama
2016-09-02
1
-0
/
+4
*
Check for null
Enrico Granata
2016-09-02
1
-0
/
+7
*
[SE] Remove broken doc ref
Jason Henline
2016-09-02
1
-3
/
+0
*
[SE] Doc tweaks
Jason Henline
2016-09-02
5
-14
/
+41
*
Remove temoprary files.
Rui Ueyama
2016-09-02
1
-36
/
+60
*
[SE] GlobalDeviceMemory owns its handle
Jason Henline
2016-09-02
6
-143
/
+123
*
Fix up comment from r280442, noticed by Justin.
Adam Nemet
2016-09-02
1
-3
/
+2
*
Fix potential test failures.
Rui Ueyama
2016-09-02
5
-9
/
+11
*
[SE] Add "install" actions to cmake build
Jason Henline
2016-09-02
2
-0
/
+4
*
Split the store of a wide value merged from an int-fp pair into multiple stores.
Wei Mi
2016-09-02
4
-0
/
+191
*
[InsttCombine] fold insertelement of constant into shuffle with constant oper...
Sanjay Patel
2016-09-02
2
-7
/
+80
*
[lib/LTO] Simplify. No functional change intended.
Davide Italiano
2016-09-02
1
-11
/
+6
*
Quick fix to make LIT_PRESERVES_TMP work again
Reid Kleckner
2016-09-02
1
-1
/
+2
*
[lit] Clean up temporary files created by tests
Reid Kleckner
2016-09-02
2
-11
/
+28
*
[WebAssembly] Update known test failures
Derek Schuff
2016-09-02
1
-1
/
+0
*
[LV] Ensure reverse interleaved group GEPs remain uniform
Matthew Simpson
2016-09-02
2
-3
/
+19
*
[SE] Don't pack raw device mem args
Jason Henline
2016-09-02
2
-116
/
+40
*
[ELF] - Linkerscript: add support for suffixes in numbers.
George Rimar
2016-09-02
2
-8
/
+101
*
Fix build breakage caused by r280490
Tamas Berghammer
2016-09-02
1
-2
/
+1
*
Simplify code a bit. No functional change intended.
Andrea Di Biagio
2016-09-02
1
-15
/
+16
*
Fix 2 waring in the OCaml AST context
Tamas Berghammer
2016-09-02
2
-3
/
+0
*
fix documentation comments; NFC
Sanjay Patel
2016-09-02
2
-13
/
+11
*
[instsimplify] Fix incorrect folding of an ordered fcmp with a vector of all ...
Andrea Di Biagio
2016-09-02
2
-1
/
+9
*
clang-format: [JS] merge requoting replacements.
Martin Probst
2016-09-02
5
-9
/
+15
*
clang-format: [JS] handle default bindings in imports.
Martin Probst
2016-09-02
2
-8
/
+35
*
clang-format: [JS] Sort all JavaScript imports if any changed.
Martin Probst
2016-09-02
2
-25
/
+12
*
[lit] Replace print with lit_config.note().
Logan Chien
2016-09-02
1
-1
/
+1
*
Allow a C11 generic selection expression to select a function with the overlo...
Aaron Ballman
2016-09-02
3
-2
/
+43
*
[DAGcombiner] Fix incorrect sinking of a truncate into the operand of a shift.
Andrea Di Biagio
2016-09-02
2
-3
/
+142
*
Fixed a typo (LLVM/Support/CFG.h -> LLVM/IR/CFG.h)
Andrey Bokhanko
2016-09-02
1
-1
/
+1
*
Reapply "Make Scalar::GetValue more consistent"
Pavel Labath
2016-09-02
3
-5
/
+41
*
[PM] Try to fix an MSVC2013 failure due to finding a template
Chandler Carruth
2016-09-02
1
-0
/
+14
*
Revert "Make Scalar::GetValue more consistent"
Pavel Labath
2016-09-02
3
-32
/
+6
*
Bump up TestCallWithTimeout timeout
Pavel Labath
2016-09-02
1
-2
/
+2
*
Make Scalar::GetValue more consistent
Pavel Labath
2016-09-02
3
-6
/
+32
*
[ELF] - Fix for: bug 30237 - lld does not implement -f option
George Rimar
2016-09-02
5
-0
/
+23
*
[InstCombine] Add test for insertelementinsts with constants.
Alexey Bataev
2016-09-02
1
-0
/
+77
*
[Support] - Fix possible crash in match() of llvm::Regex.
George Rimar
2016-09-02
3
-5
/
+20
*
[llvm-readobj] - Teach readobj to print DT_AUXILIARY dynamic tag in human rea...
George Rimar
2016-09-02
4
-0
/
+42
*
[SimplifyCFG] Add a workaround to fix PR30188
James Molloy
2016-09-02
2
-0
/
+33
*
[asan] Move scariness_score_test.cc to a common subdirectory
Filipe Cabecinhas
2016-09-02
2
-183
/
+196
*
Drop '@brief' from doxygen comments
Tobias Grosser
2016-09-02
39
-897
/
+900
*
[AVX-512] Move tests for masked floating point logical operations to avx512dq...
Craig Topper
2016-09-02
2
-1248
/
+1251
*
[AVX-512] Remove floating point logical operation instrinsics and replace the...
Craig Topper
2016-09-02
3
-100
/
+37
*
[AVX-512] Add more patterns for masked and broadcasted logical operations whe...
Craig Topper
2016-09-02
3
-231
/
+75
*
[AVX-512] Add execution domain fixing for logical operations with broadcast l...
Craig Topper
2016-09-02
3
-16
/
+146
*
[X86] Strengthen some SDNode type constraints.
Craig Topper
2016-09-02
1
-3
/
+4
*
[AVX-512] Add NoVLX Predicates to some patterns so they don't rely on pattern...
Craig Topper
2016-09-02
1
-0
/
+2
*
[Docs] Fix another typo in the Error/Expected docs.
Lang Hames
2016-09-02
1
-2
/
+2
[next]