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
path:
root
/
llvm
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Object: BSS/virtual sections don't have contents
David Majnemer
2014-09-26
2
-0
/
+13
*
clang-format of ChangeStdinToBinary & ChangeStdoutToBinary.
Yaron Keren
2014-09-26
1
-4
/
+4
*
[x86] Fix a moderately terrifying bug in the new 128-bit shuffle logic
Chandler Carruth
2014-09-26
1
-5
/
+10
*
[IndVar] Don't widen loop compare unless IV user is sign extended.
Chad Rosier
2014-09-26
1
-2
/
+6
*
R600/SI: Use break instead of continue
Matt Arsenault
2014-09-26
1
-1
/
+1
*
R600/SI: Add a note about the order of the operands to div_scale
Matt Arsenault
2014-09-26
1
-0
/
+6
*
R600/SI: Move finding SGPR operand to move to separate function
Matt Arsenault
2014-09-26
2
-63
/
+71
*
R600/SI Allow same SGPR to be used for multiple operands
Matt Arsenault
2014-09-26
1
-5
/
+32
*
R600/SI: Partially move operand legalization to post-isel hook.
Matt Arsenault
2014-09-26
4
-70
/
+41
*
R600/SI: Implement findCommutedOpIndices
Matt Arsenault
2014-09-26
2
-1
/
+36
*
R600/SI: Don't move operands that are required to be SGPRs
Matt Arsenault
2014-09-26
1
-1
/
+20
*
R600/SI: Don't assert on exotic operand types
Matt Arsenault
2014-09-26
1
-1
/
+1
*
R600/SI: Fix using wrong operand indices when commuting
Matt Arsenault
2014-09-26
1
-11
/
+20
*
R600/SI: Remove apparently dead code in legalizeOperands
Matt Arsenault
2014-09-26
1
-8
/
+0
*
Ignore annotation function calls in cost computation
David Peixotto
2014-09-26
1
-0
/
+1
*
[x86] The mnemonic is SHUFPS not SHUPFS. =[ I'm very bad at spelling
Chandler Carruth
2014-09-26
1
-3
/
+3
*
[x86] In the new vector shuffle lowering, when trying to do another
Chandler Carruth
2014-09-26
1
-10
/
+11
*
[x86] Fix a large collection of bugs that crept in as I fleshed out the
Chandler Carruth
2014-09-26
1
-13
/
+27
*
Elide repeated register operand in Thumb1 instructions
Renato Golin
2014-09-26
1
-1
/
+43
*
[X86][SchedModel] SSE reciprocal square root instruction latencies.
Andrea Di Biagio
2014-09-26
7
-15
/
+39
*
Revert "Store TypeUnits in a SmallVector<DWARFUnitSection> instead of a singl...
Frederic Riss
2014-09-26
2
-23
/
+16
*
Store TypeUnits in a SmallVector<DWARFUnitSection> instead of a single DWARFU...
Frederic Riss
2014-09-26
2
-16
/
+23
*
Fix unused variable warning added in r218509
Daniel Sanders
2014-09-26
1
-1
/
+0
*
[mips] Generalize the handling of f128 return values to support f128 arguments.
Daniel Sanders
2014-09-26
3
-50
/
+112
*
[AVX512] Added load/store from BW/VL subsets to Register2Memory opcode tables.
Robert Khasanov
2014-09-26
2
-6
/
+61
*
Fix build breakage on MSVC 2013
David Majnemer
2014-09-26
1
-1
/
+1
*
Target: Fix build breakage.
David Majnemer
2014-09-26
1
-2
/
+2
*
Support: Remove undefined behavior from &raw_ostream::operator<<
David Majnemer
2014-09-26
1
-1
/
+1
*
Revert patch ofr218493
David Xu
2014-09-26
1
-14
/
+0
*
Redundant store instructions should be removed as dead code
David Xu
2014-09-26
1
-0
/
+14
*
Add the first backend support for on demand subtarget creation
Eric Christopher
2014-09-26
2
-13
/
+46
*
Move resetTargetOptions from taking a MachineFunction to a Function
Eric Christopher
2014-09-26
2
-13
/
+9
*
R600/SI: Fix emitting trailing whitespace after s_waitcnt
Matt Arsenault
2014-09-26
1
-5
/
+19
*
[AVX512] Simplify use of !con()
Adam Nemet
2014-09-26
1
-4
/
+2
*
[AVX512] Pull pattern for subvector extract into the instruction definition
Adam Nemet
2014-09-25
1
-9
/
+6
*
[AVX512] Refactor subvector extracts
Adam Nemet
2014-09-25
1
-98
/
+69
*
[AVX512] Fix typo
Adam Nemet
2014-09-25
1
-1
/
+1
*
[MachineSink+PGO] Teach MachineSink to use BlockFrequencyInfo
Bruno Cardoso Lopes
2014-09-25
1
-6
/
+23
*
[Support] Add type-safe alternative to llvm::format()
Nick Kledzik
2014-09-25
1
-0
/
+57
*
Refactoring: raw pointer -> unique_ptr
Anton Yartsev
2014-09-25
1
-5
/
+3
*
ARM: Remove unneeded check for MI->hasPostISelHook()
Tom Stellard
2014-09-25
1
-6
/
+0
*
SelectionDAG: Remove #if NDEBUG from check for a post-isel hook
Tom Stellard
2014-09-25
1
-2
/
+0
*
R600/SI: Add support for global atomic add
Tom Stellard
2014-09-25
4
-3
/
+111
*
Lower idempotent RMWs to fence+load
Robin Morisset
2014-09-25
3
-6
/
+115
*
Add missing attributes !cmp.[eq,gt,gtu] instructions.
Sid Manning
2014-09-25
3
-30
/
+46
*
Add llvm_unreachables() for [ASZ]ExtUpper to X86FastISel.cpp to appease the b...
Daniel Sanders
2014-09-25
1
-0
/
+3
*
[mips] Add CCValAssign::[ASZ]ExtUpper and CCPromoteToUpperBitsInType and hand...
Daniel Sanders
2014-09-25
2
-4
/
+82
*
Add aliases for VAND imm to VBIC ~imm
Renato Golin
2014-09-25
3
-19
/
+111
*
[x86] Teach the new vector shuffle lowering to use AVX2 instructions for
Chandler Carruth
2014-09-25
1
-16
/
+31
*
[x86] Teach the new vector shuffle lowering a fancier way to lower
Chandler Carruth
2014-09-25
1
-33
/
+65
[next]