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
/
Transforms
Commit message (
Expand
)
Author
Age
Files
Lines
*
[GC] Lower vectors-of-pointers directly by default
Philip Reames
2016-01-19
1
-1
/
+1
*
Add a change accidentally left out from r258100
Tobias Edler von Koch
2016-01-18
1
-0
/
+0
*
Add to the split module utility an SCC based method which allows not to g...
Sergei Larin
2016-01-18
1
-19
/
+188
*
combine clauses with same output ; NFCI
Sanjay Patel
2016-01-18
1
-8
/
+3
*
use m_OneUse ; NFCI
Sanjay Patel
2016-01-18
1
-4
/
+2
*
fix variable names, typos ; NFC
Sanjay Patel
2016-01-18
1
-36
/
+36
*
fix typo; NFC
Sanjay Patel
2016-01-18
1
-1
/
+1
*
Revert assert added in rL258028 as the alloca and OtherPtr types may differ i...
Eduard Burtescu
2016-01-18
1
-1
/
+0
*
[opaque pointer types] Alloca: use getAllocatedType() instead of getType()->g...
Eduard Burtescu
2016-01-18
3
-14
/
+11
*
[opaque pointer types] [breaking-change] [NFC] SimplifyGEPInst: take the sour...
Manuel Jacob
2016-01-17
1
-1
/
+1
*
[IndVars] Fix PR25576
Sanjoy Das
2016-01-17
1
-23
/
+6
*
[IndVars] Use emplace_back; NFC
Sanjoy Das
2016-01-17
1
-4
/
+3
*
Fix buildbot failure introduced by 258010. Remove local variables became unused.
Artur Pilipenko
2016-01-17
2
-7
/
+0
*
Push isDereferenceableAndAlignedPointer down into isSafeToLoadUnconditionally
Artur Pilipenko
2016-01-17
2
-16
/
+6
*
GlobalValue: use getValueType() instead of getType()->getPointerElementType().
Manuel Jacob
2016-01-16
11
-26
/
+23
*
Introduce sanstats tool and llvm::CreateSanitizerStatReport function.
Peter Collingbourne
2016-01-16
2
-0
/
+109
*
PM: Fix an inverted condition in simplifyFunctionCFG
Justin Bogner
2016-01-15
1
-2
/
+1
*
Reapply r257800 with fix
Matthew Simpson
2016-01-15
1
-42
/
+228
*
Stop increasing alignment of externally-visible globals on ELF
James Y Knight
2016-01-15
1
-13
/
+20
*
Re-commit r257064, after it was reverted in r257340.
Silviu Baranga
2016-01-15
1
-3
/
+320
*
Change isSafeToLoadUnconditionally arguments order. Separated from http://rev...
Artur Pilipenko
2016-01-15
4
-12
/
+12
*
Revert "[SLP] Vectorize the index computations of getelementptr instructions."
Matthew Simpson
2016-01-15
1
-217
/
+41
*
[InstCombine] Rewrite bswap/bitreverse handling completely.
James Molloy
2016-01-15
2
-179
/
+210
*
Refactor threshold computation for inline cost analysis
Easwaran Raman
2016-01-14
3
-107
/
+15
*
Update to use new name alignTo().
Rui Ueyama
2016-01-14
5
-13
/
+12
*
[SLP] Vectorize the index computations of getelementptr instructions.
Matthew Simpson
2016-01-14
1
-41
/
+217
*
[SROA] Also insert a bit piece expression if only one piece is needed
Keno Fischer
2016-01-14
1
-2
/
+5
*
[Utils] Fix incorrect dbg.declare store conversion
Keno Fischer
2016-01-14
1
-5
/
+8
*
Revert "Stop increasing alignment of externally-visible globals on ELF platfo...
James Y Knight
2016-01-14
1
-7
/
+13
*
[LTO] Add a run of LoopUnroll
James Molloy
2016-01-14
1
-0
/
+5
*
[OperandBundles] Copy DebugLoc with calls/invokes
Joseph Tremoulet
2016-01-14
1
-1
/
+0
*
Stop increasing alignment of externally-visible globals on ELF
James Y Knight
2016-01-13
1
-13
/
+7
*
move return variable declarations down to where they are actually used; NFCI
Sanjay Patel
2016-01-13
1
-11
/
+10
*
hasNUses(0) == use_empty() ; NFCI
Sanjay Patel
2016-01-13
1
-4
/
+3
*
rangify; NFCI
Sanjay Patel
2016-01-13
1
-6
/
+5
*
Remove extra whitespace. NFC.
Junmo Park
2016-01-13
1
-10
/
+10
*
[Utils] Insert DW_OP_bit_piece when only describing part of the variable
Keno Fischer
2016-01-12
1
-2
/
+24
*
[LibCallSimplifier] use instruction-level fast-math-flags to transform pow(x,...
Sanjay Patel
2016-01-12
1
-1
/
+4
*
rangify; NFCI
Sanjay Patel
2016-01-12
1
-12
/
+10
*
function names start with a lower case letter ; NFC
Sanjay Patel
2016-01-12
5
-14
/
+14
*
[ThinLTO] Handle an external call from an import to an alias in dest
Teresa Johnson
2016-01-12
1
-0
/
+2
*
[LibCallSimplifier] use instruction-level fast-math-flags to transform pow(ex...
Sanjay Patel
2016-01-12
1
-17
/
+14
*
LoopUnroll: Move the actual unrolling logic to a standalone function. NFC
Justin Bogner
2016-01-12
1
-86
/
+95
*
LoopUnroll: Make canUnrollCompletely static - it doesn't use any state. NFC
Justin Bogner
2016-01-12
1
-11
/
+5
*
LoopUnroll: Clean up the maze of initialization for unroll parameters. NFC
Justin Bogner
2016-01-12
1
-199
/
+141
*
[LibCallSimplifier] use instruction-level fast-math-flags to transform log calls
Sanjay Patel
2016-01-11
1
-2
/
+4
*
[LibCallSimplifier] don't allow sqrt transform unless all ops are unsafe
Sanjay Patel
2016-01-11
1
-2
/
+2
*
LoopUnroll: Use the optsize threshold for minsize as well
Justin Bogner
2016-01-11
1
-4
/
+1
*
more space; NFC
Sanjay Patel
2016-01-11
1
-0
/
+1
*
[LibCallSimplifier] use instruction-level fast-math-flags to transform sqrt c...
Sanjay Patel
2016-01-11
1
-4
/
+4
[next]