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
*
Do not consider subreg defs as reads when computing subrange liveness
Krzysztof Parzyszek
2016-09-02
8
-11
/
+320
*
[InstCombine] auto-generate assertions for tighter checking
Sanjay Patel
2016-09-02
1
-60
/
+95
*
Replace a bad instance of __kmp_free() with KMP_CPU_FREE_ARRAY() macro.
Jonathan Peyton
2016-09-02
1
-1
/
+1
*
Rename UnresolvedPolicy::Error -> UnresolvedPolicy::ReportError.
Rui Ueyama
2016-09-02
2
-3
/
+3
*
Add -nostdlib.
Rui Ueyama
2016-09-02
5
-1
/
+12
*
[SLP] Don't pass a global CL option as an argument. NFC.
Chad Rosier
2016-09-02
2
-12
/
+10
*
AMDGPU/R600: Expand unaligned writes to local and global AS
Jan Vesely
2016-09-02
3
-8
/
+189
*
Implement __attribute__((require_constant_initialization)) for safe static in...
Eric Fiselier
2016-09-02
8
-27
/
+393
*
Dispatch without hash table lookup.
Rui Ueyama
2016-09-02
1
-19
/
+25
*
AMDGPU: Reorganize store tests
Jan Vesely
2016-09-02
4
-188
/
+177
*
[codeview] Use the correct max CV record length of 0xFF00
Reid Kleckner
2016-09-02
3
-12
/
+17
*
Revert r280516 since it contained accidental changes.
Eric Fiselier
2016-09-02
8
-408
/
+42
*
Based on post-commit feedback over IRC with dblaikie, ideally, we should have...
Aaron Ballman
2016-09-02
1
-2
/
+2
*
Use 'critical' reduction method when 'atomic' is not available but requested.
Jonathan Peyton
2016-09-02
2
-8
/
+16
*
IfConversion: Add assertions that both sides of a diamond don't pred-clobber.
Kyle Butt
2016-09-02
1
-2
/
+3
*
IfConversion: Fix bug introduced by rescanning diamonds.
Kyle Butt
2016-09-02
2
-1
/
+67
*
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
[next]