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: Fix alignment of trailing multiline columns.
Daniel Jasper
2016-02-01
2
-10
/
+22
*
clang-format: [JS] Treat "in" as a proper operator.
Daniel Jasper
2016-02-01
2
-0
/
+21
*
WebAssembly NFC: simplify control flow
JF Bastien
2016-02-01
1
-43
/
+63
*
DWARF RenderScript vendor extension
Ewan Crawford
2016-02-01
1
-0
/
+1
*
ScopInfo: Drop dead code in schedule description
Tobias Grosser
2016-02-01
1
-9
/
+0
*
AVX512: fix mask handling for gather/scatter/prefetch intrinsics.
Igor Breger
2016-02-01
2
-43
/
+77
*
[analyzer] Use a wider integer type for an array index.
Artem Dergachev
2016-02-01
2
-1
/
+40
*
Set correct ThreadStopInfo in case of trace event
Abhishek Aggarwal
2016-02-01
4
-15
/
+58
*
[X86][SSE] Find source of the inserted element of INSERTPS
Simon Pilgrim
2016-02-01
2
-19
/
+33
*
AVX512 : Fix SETCCE lowering for KNL 32 bit.
Igor Breger
2016-02-01
2
-19
/
+68
*
[dsymutil] Skip mach-o paired relocations
Frederic Riss
2016-02-01
1
-0
/
+34
*
[X86] Cleanup the WinEHState pass
David Majnemer
2016-02-01
1
-25
/
+14
*
[dsymutil] Support scattered relocs.
Frederic Riss
2016-02-01
5
-2
/
+228
*
Revert r258580 and r258581.
David Majnemer
2016-02-01
5
-213
/
+4
*
ScopInfo: use std::distance to shorten code [NFC]
Tobias Grosser
2016-02-01
1
-6
/
+1
*
[TableGen] Store result of getInstructionsByEnumValue in an ArrayRef instead ...
Craig Topper
2016-02-01
5
-15
/
+11
*
Mark DR1250 as implemented
David Majnemer
2016-02-01
3
-13
/
+19
*
[MCDwarf] Fix encoding of line tables with weird custom parameters
Frederic Riss
2016-01-31
3
-2
/
+185
*
Replace utostr_32 use with utostr to match removal from llvm.
Craig Topper
2016-01-31
1
-1
/
+1
*
cmake: Add additional libraries to fix the darwin shared library build
Tobias Grosser
2016-01-31
1
-0
/
+7
*
Remove utostr_32 as it has no uses anymore.
Craig Topper
2016-01-31
1
-16
/
+0
*
Replace usages of llvm::utostr_32 with just llvm::utostr. While this is less ...
Craig Topper
2016-01-31
1
-20
/
+20
*
Merge utohex_buffer into utohexstr, it's only caller. Also change utohexstr t...
Craig Topper
2016-01-31
1
-21
/
+6
*
add helper function for minnum/maxnum ; NFC
Sanjay Patel
2016-01-31
1
-74
/
+80
*
use range-based for loop; NFC
Sanjay Patel
2016-01-31
1
-3
/
+3
*
fix formatting; NFC
Sanjay Patel
2016-01-31
1
-13
/
+13
*
simplify; NFC
Sanjay Patel
2016-01-31
1
-8
/
+5
*
clean up; NFC
Sanjay Patel
2016-01-31
1
-57
/
+60
*
WebAssembly: more failures are gone
JF Bastien
2016-01-31
1
-24
/
+0
*
WebAssembly: update expected failures
JF Bastien
2016-01-31
1
-16
/
+0
*
[dsymutil] Fix FileCheck command.
Frederic Riss
2016-01-31
1
-1
/
+1
*
[dsymutil] Fix handling of common symbols.
Frederic Riss
2016-01-31
9
-16
/
+43
*
[dsymutil] Allow debug map mappings with no object file address. NFC
Frederic Riss
2016-01-31
4
-21
/
+31
*
Replace usage of llvm::utostr_32 with just llvm::utostr. While this is less e...
Craig Topper
2016-01-31
1
-1
/
+1
*
[SelectionDAG] Eliminate exponential behavior in WalkChainUsers
Tim Shen
2016-01-31
1
-5
/
+20
*
No need to use utostr/utohexstr when writing into a raw_ostream. NFC
Craig Topper
2016-01-31
1
-24
/
+30
*
Shrink character buffer size in raw_ostream::write_hex to 16 characters intea...
Craig Topper
2016-01-31
1
-1
/
+1
*
Use std::end instead of repeating buffer sizes.
Craig Topper
2016-01-31
2
-7
/
+7
*
[Parser] Update CachedTokens while parsing ObjectiveC template argument list
Bruno Cardoso Lopes
2016-01-31
4
-0
/
+57
*
No need to use utostr when putting integers into a raw_ostream. NFC
Craig Topper
2016-01-31
1
-5
/
+5
*
Convert an unsigned to Twine instead of using utostr since we're already buil...
Craig Topper
2016-01-31
1
-1
/
+1
*
Convert int to Twine instead of using utostr since it was already being added...
Craig Topper
2016-01-31
1
-1
/
+1
*
[doc] improve the doc for CUDA
Jingyue Wu
2016-01-30
1
-17
/
+21
*
[WebAssembly] Fix uses of FrameIndex as store values
Derek Schuff
2016-01-30
3
-6
/
+17
*
WebAssembly: don't optimize frameindex store
JF Bastien
2016-01-30
3
-6
/
+24
*
[AST] Pull simple method inline.
Benjamin Kramer
2016-01-30
2
-5
/
+3
*
WebAssembly NFC: fix build warning
JF Bastien
2016-01-30
1
-3
/
+3
*
assert(false) -> llvm_unreachable().
Davide Italiano
2016-01-30
3
-3
/
+3
*
Fix build with VS2015
Ismail Donmez
2016-01-30
1
-0
/
+2
*
[BasicAA] NFC - revised comment for function adjustToPointerSize()
Gerolf Hoflehner
2016-01-30
1
-1
/
+1
[next]