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
*
Reverts r221772 which fails tests
Jingyue Wu
2014-11-12
1
-30
/
+10
*
Disable indvar widening if arithmetics on the wider type are more expensive
Jingyue Wu
2014-11-12
1
-10
/
+30
*
[PowerPC] Add vec_vsx_ld and vec_vsx_st intrinsics
Bill Schmidt
2014-11-12
1
-0
/
+14
*
[Reassociate] Canonicalize negative constants out of expressions.
Chad Rosier
2014-11-11
1
-1
/
+2
*
Canonicalize an assume(load != null) into !nonnull metadata
Philip Reames
2014-11-11
1
-0
/
+20
*
[asan] adding ShadowOffset64 for mips64, patch by Kumar Sukhani
Kostya Serebryany
2014-11-11
1
-0
/
+5
*
[Reassociate] Canonicalize negative constants out of expressions.
Chad Rosier
2014-11-11
1
-42
/
+91
*
Move asan-coverage into a separate phase.
Kostya Serebryany
2014-11-11
4
-148
/
+263
*
Revert "IR: MDNode => Value"
Duncan P. N. Exon Smith
2014-11-11
15
-45
/
+50
*
[SwitchLowering] Fix the "fixPhis" function.
Juergen Ributzka
2014-11-10
1
-8
/
+15
*
Fix extra semicolon warning. NFC.
Vasileios Kalintiris
2014-11-10
1
-1
/
+1
*
Transforms: address some late comments
Saleem Abdulrasool
2014-11-08
1
-30
/
+13
*
Transforms: sort source files in build
Saleem Abdulrasool
2014-11-08
1
-4
/
+4
*
[Reassociate] Better preserve NSW/NUW flags.
Chad Rosier
2014-11-07
1
-0
/
+11
*
Transforms: use typedef rather than using aliases
Saleem Abdulrasool
2014-11-07
1
-26
/
+25
*
Transform: add SymbolRewriter pass
Saleem Abdulrasool
2014-11-07
2
-0
/
+544
*
SCCP: overdefined calls cannot become constant
David Majnemer
2014-11-07
1
-0
/
+3
*
LoopVectorize: Don't assume pointees are sized
David Majnemer
2014-11-07
1
-1
/
+7
*
InstCombine: Rely on cmpxchg's return code when it's strong
David Majnemer
2014-11-06
1
-0
/
+16
*
Base check on the section name, not the variable name.
Rafael Espindola
2014-11-06
1
-10
/
+5
*
[Reassociate] Don't reassociate when mixing regular and fast-math FP
Chad Rosier
2014-11-06
1
-3
/
+9
*
GCOV: Make sure that function idents in the .gcda and .gcno match
Justin Bogner
2014-11-06
1
-2
/
+3
*
Fix heap-use-after-free bug in expandSDiv when the operands are
Michael Ilseman
2014-11-05
1
-6
/
+10
*
IR: MDNode => Value: NamedMDNode::getOperator()
Duncan P. N. Exon Smith
2014-11-05
4
-7
/
+9
*
[dfsan] Abort at runtime on indirect calls to uninstrumented vararg functions.
Peter Collingbourne
2014-11-05
1
-10
/
+33
*
Revert "[Reassociate] Canonicalize negative constants out of expressions."
Reid Kleckner
2014-11-04
1
-101
/
+42
*
Revert earlier change removing setPreservesCFG from instcombine (r221223) and
Mark Heffernan
2014-11-04
2
-4
/
+3
*
[asan] [mips] changed ShadowOffset32 for systems having 16kb PageSize; patch ...
Kostya Serebryany
2014-11-04
1
-1
/
+1
*
Revert "Transforms: reapply SVN r219899"
Reid Kleckner
2014-11-04
2
-18
/
+11
*
Remove setPreservesCFG from instcombine. The pass, in particular, does not
Mark Heffernan
2014-11-04
1
-1
/
+2
*
Use AA in LoadCombine
Hal Finkel
2014-11-03
1
-4
/
+19
*
InstCombine: Remove infinite loop caused by FoldOpIntoPhi
David Majnemer
2014-11-03
1
-2
/
+5
*
EarlyCSE should ignore calls to @llvm.assume
Hal Finkel
2014-11-03
1
-0
/
+12
*
[Reassociate] Canonicalize negative constants out of expressions.
Chad Rosier
2014-11-03
1
-42
/
+101
*
IR: MDNode => Value: Instruction::getAllMetadataOtherThanDebugLoc()
Duncan P. N. Exon Smith
2014-11-03
4
-8
/
+7
*
InstCombine: Combine (X | Y) - X to (~X & Y)
David Majnemer
2014-11-03
1
-6
/
+15
*
Use ErrorOr for the ::create factory on instrumented and sample profilers.
Diego Novillo
2014-11-03
1
-2
/
+3
*
Use Alias Analysis to hoist 2 loads from diamond to the common predecessor ba...
Elena Demikhovsky
2014-11-02
1
-47
/
+25
*
InstCombine: Don't assume that m_ZExt matches an Instruction
David Majnemer
2014-11-01
1
-2
/
+2
*
InstCombine: Combine (X+cst) < 0 --> X < -cst
David Majnemer
2014-11-01
1
-0
/
+6
*
IR: MDNode => Value: Instruction::getAllMetadata()
Duncan P. N. Exon Smith
2014-11-01
2
-7
/
+6
*
IR: MDNode => Value: Instruction::getMetadata()
Duncan P. N. Exon Smith
2014-11-01
7
-29
/
+29
*
Correctly update dom-tree after loop vectorizer.
Michael Zolotukhin
2014-10-31
1
-1
/
+1
*
[asan] do not treat inline asm calls as indirect calls
Kostya Serebryany
2014-10-31
1
-1
/
+3
*
[asan] fix caller-calee instrumentation to emit new cache for every call site
Kostya Serebryany
2014-10-31
1
-4
/
+4
*
Fix Twine corruption problem with diagnostics.
Diego Novillo
2014-10-30
1
-2
/
+1
*
Add profile writing capabilities for sampling profiles.
Diego Novillo
2014-10-30
1
-2
/
+8
*
[dfsan] New calling convention for custom functions with variadic arguments.
Peter Collingbourne
2014-10-30
1
-9
/
+22
*
Do not simplifyLatch for loops where hoisting increments couldresult in extra...
Yi Jiang
2014-10-29
1
-3
/
+30
*
Transforms: reapply SVN r219899
Saleem Abdulrasool
2014-10-28
2
-11
/
+18
[next]