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
*
Improve some const-correctness to remove a -Wcast-qual warning. No functional...
Aaron Ballman
2014-08-01
3
-4
/
+5
*
[ARM] Make the assembler reject unpredictable pre/post-indexed ARM LDRB/LDRSB...
Tilmann Scheller
2014-08-01
1
-1
/
+7
*
[ARM] Make the assembler reject unpredictable pre/post-indexed ARM LDRH/LDRSH...
Tilmann Scheller
2014-08-01
1
-1
/
+5
*
[ARM] Make the assembler reject unpredictable pre/post-indexed ARM LDR instru...
Tilmann Scheller
2014-08-01
1
-0
/
+13
*
SLPVectorizer: fix build problem in Release configuration
Erik Eckstein
2014-08-01
1
-1
/
+5
*
SLPVectorizer: improved scheduling algorithm.
Erik Eckstein
2014-08-01
1
-249
/
+693
*
[mips][PR19612] Fix va_arg for big-endian mode.
Daniel Sanders
2014-08-01
2
-2
/
+68
*
SLP Vectorizer: added statistics counter
Erik Eckstein
2014-08-01
1
-0
/
+12
*
SLP Vectorizer: improve canonicalize tree operands of commutitive binary oper...
Erik Eckstein
2014-08-01
1
-28
/
+41
*
[PowerPC] Generate unaligned vector loads using intrinsics instead of regular...
Hal Finkel
2014-08-01
2
-52
/
+33
*
This patch implements transform for pattern "(A & ~B) ^ (~A) -> ~(A & B)".
Suyog Sarda
2014-08-01
1
-0
/
+5
*
This patch implements transform for pattern "(A | B) & ((~A) ^ B) -> (A & B)".
Suyog Sarda
2014-08-01
1
-0
/
+10
*
This patch implements transform for pattern "( A & (~B)) | (A ^ B) -> (A ^ B)"
Suyog Sarda
2014-08-01
1
-0
/
+10
*
This patch implements transform for pattern "(A & B) | ((~A) ^ B) -> (~A ^ B)".
Suyog Sarda
2014-08-01
1
-0
/
+10
*
R600/SI: Fix build warning
Tom Stellard
2014-08-01
1
-1
/
+1
*
[FastISel][AArch64] Fix the immediate versions of the {s|u}{add|sub}.with.ove...
Juergen Ributzka
2014-08-01
1
-48
/
+49
*
[PowerPC] Recognize consecutive memory accesses from intrinsics
Hal Finkel
2014-08-01
1
-9
/
+63
*
MS inline asm: Fix null SMLoc when 'ptr' is missing after dword & co
Reid Kleckner
2014-08-01
1
-1
/
+1
*
R600/SI: Do abs/neg folding with ComplexPatterns
Tom Stellard
2014-08-01
11
-658
/
+1034
*
R600/SI: Simplify and fix handling of VOP2 in SIInstrInfo::legalizeOperands
Tom Stellard
2014-08-01
2
-28
/
+53
*
R600/SI: Fold immediates when shrinking instructions
Tom Stellard
2014-08-01
3
-12
/
+79
*
R600/SI: Fix incorrect commute operation in shrink instructions pass
Tom Stellard
2014-08-01
3
-3
/
+16
*
Add support for the X86 secure guard extensions instructions in assembler (SGX).
Kevin Enderby
2014-07-31
9
-68
/
+110
*
X86 MC: Don't crash on empty memory operand parens
Reid Kleckner
2014-07-31
1
-2
/
+4
*
X86 MC: Reject invalid segment registers before a memory operand colon
Reid Kleckner
2014-07-31
1
-0
/
+3
*
White space fix.
Louis Gerbarg
2014-07-31
1
-1
/
+1
*
Make sure no loads resulting from load->switch DAGCombine are marked invariant
Louis Gerbarg
2014-07-31
18
-63
/
+81
*
Improve the remark generated for -Rpass-missed.
Tyler Nowicki
2014-07-31
1
-17
/
+13
*
Revert "Remove MCObjectDisassembler.cpp as it is untested and unused." as it ...
Eric Christopher
2014-07-31
2
-0
/
+575
*
Improve the remark generated when a variable that is used outside the loop is...
Tyler Nowicki
2014-07-31
1
-3
/
+4
*
Fixing CMake problems with MCObjectDisassembler.cpp not existing.
Aaron Ballman
2014-07-31
1
-1
/
+0
*
Remove MCObjectDisassembler.cpp as it is untested and unused.
Eric Christopher
2014-07-31
1
-574
/
+0
*
DWOHolder takes ownership of the argument constructor, use std::unique_ptr.
Rafael Espindola
2014-07-31
2
-5
/
+6
*
Use a reference instead of a pointer.
Rafael Espindola
2014-07-31
4
-10
/
+10
*
Disable IsSub subregister assert. pr18663.
Will Schmidt
2014-07-31
1
-1
/
+3
*
Move MCObjectSymbolizer.h to MC/MCAnalysis.
Rafael Espindola
2014-07-31
2
-2
/
+2
*
Fix ScalarEvolutionExpander when creating a PHI in a block with duplicate pre...
Hal Finkel
2014-07-31
1
-1
/
+5
*
UseListOrder: Handle self-users
Duncan P. N. Exon Smith
2014-07-31
1
-3
/
+3
*
Fix loop end condition.
Eric Christopher
2014-07-31
1
-1
/
+1
*
Fixing an -Woverloaded-virtual warnings by exposing the hidden virtual functi...
Aaron Ballman
2014-07-31
1
-0
/
+1
*
Fixing a -Wcast-qual warning in GCC. No functional changes.
Aaron Ballman
2014-07-31
1
-2
/
+2
*
[msan] Fix handling of array types.
Evgeniy Stepanov
2014-07-31
1
-5
/
+16
*
[asan] Support x86 REP MOVS asm instrumentation.
Evgeniy Stepanov
2014-07-31
3
-20
/
+153
*
MergeFunctions, tiny refactoring:
Stepan Dyatkovskiy
2014-07-31
1
-4
/
+4
*
[FastISel][AArch64] Add basic bitcast support for conversion between float an...
Juergen Ributzka
2014-07-31
1
-0
/
+37
*
[FastISel][AArch64] Add sqrt intrinsic support.
Juergen Ributzka
2014-07-31
1
-0
/
+19
*
InstCombine: Correctly propagate NSW/NUW for x-(-A) -> x+A
David Majnemer
2014-07-31
1
-3
/
+9
*
InstSimplify: Simplify (X - (0 - Y)) if the second sub is NUW
David Majnemer
2014-07-31
1
-0
/
+12
*
[FastISel][AArch64] Add MachO large code model support for function calls.
Juergen Ributzka
2014-07-31
1
-10
/
+105
*
A std::unique_ptr case I missed in the previous patch.
Rafael Espindola
2014-07-31
2
-4
/
+6
[next]