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
*
Revert unintended commmit.
Dale Johannesen
2009-03-04
1
-5
/
+2
*
Skip ptr-to-ptr bitcasts when counting in another case.
Dale Johannesen
2009-03-04
1
-4
/
+4
*
Always skip ptr-to-ptr bitcasts when counting,
Dale Johannesen
2009-03-04
2
-7
/
+10
*
If a global constant is dead then global's debug info should not prevent the ...
Devang Patel
2009-03-04
1
-6
/
+20
*
Make my earlier patch to skip debug intrinsics
Dale Johannesen
2009-03-04
1
-2
/
+1
*
Marking debug info intrinsics as not touching memory
Dale Johannesen
2009-03-03
1
-0
/
+3
*
Instruction counters must skip the bitcasts that
Dale Johannesen
2009-03-03
2
-1
/
+11
*
Recursively remove dead argument while removing llvm.dbg.declare intrinsic.
Devang Patel
2009-03-03
1
-2
/
+3
*
When removing a store to an alloca that has only one
Dale Johannesen
2009-03-03
2
-12
/
+49
*
Remove accidental check-ins in r65960. :-(
Bill Wendling
2009-03-03
1
-5
/
+1
*
Use > instead of >=. We want to promote aggregates of 128-bytes.
Bill Wendling
2009-03-03
2
-2
/
+6
*
Reapply r65755, but reversing "<" to ">=".
Bill Wendling
2009-03-03
1
-2
/
+3
*
Fix a bunch of Doxygen syntax issues. Escape special characters,
Dan Gohman
2009-03-03
2
-4
/
+4
*
Don't count DebugInfo instructions in another limit
Dale Johannesen
2009-03-03
1
-1
/
+7
*
When sinking an insn in InstCombine bring its debug
Dale Johannesen
2009-03-03
2
-2
/
+26
*
Ignore debug info intrinsics.
Devang Patel
2009-03-03
1
-1
/
+5
*
If branch conditions' one successor is dominating another non-latch successor...
Devang Patel
2009-03-02
1
-0
/
+15
*
Remove all dbg symobls, including those with circular references.
Devang Patel
2009-03-02
1
-3
/
+15
*
Fix PR3694: add an instcombine micro-optimization that helps
Duncan Sands
2009-03-02
1
-5
/
+17
*
Temporarily revert r65755. It was causing failures in the self-hosting
Bill Wendling
2009-03-01
1
-5
/
+3
*
hoist the check for alloca size up so that it controls CanConvertToScalar
Chris Lattner
2009-03-01
1
-3
/
+5
*
Silence compiler warning about use of uninitialized variables (in reality these
Nick Lewycky
2009-02-27
1
-1
/
+1
*
Fix compiler warning about uninitialized variables. No functional change.
Nick Lewycky
2009-02-27
1
-1
/
+1
*
Ignore dbg info intrinsics when folding conditional branch to
Zhou Sheng
2009-02-26
1
-1
/
+5
*
Fix PR3667
Chris Lattner
2009-02-25
1
-1
/
+1
*
Don't block basic block with only SwitchInst to fold into predecessors.
Zhou Sheng
2009-02-25
1
-1
/
+5
*
Rename ScalarEvolution's getIterationCount to getBackedgeTakenCount,
Dan Gohman
2009-02-24
3
-45
/
+44
*
Fix a ValueTracking rule: RHS means operand 1, not 0. Add a simple
Dan Gohman
2009-02-24
1
-1
/
+6
*
Generalize the ChangeCompareStride code, in preparation for
Dan Gohman
2009-02-24
1
-94
/
+96
*
Preserve the DominanceFrontier analysis in the LoopDeletion pass.
Dan Gohman
2009-02-24
1
-2
/
+7
*
While folding unconditional return move DbgRegionEndInst into the predecessor...
Devang Patel
2009-02-24
2
-23
/
+10
*
Back out the change in 64918 that used sign-extensions when promoting
Dan Gohman
2009-02-23
1
-34
/
+12
*
LoopDeletion needs to inform ScalarEvolution when a loop is deleted,
Dan Gohman
2009-02-23
1
-1
/
+4
*
IndVarSimplify preserves ScalarEvolution. In the
Dan Gohman
2009-02-23
1
-0
/
+1
*
Should reset DBI_Prev if DBI_Next == 0.
Zhou Sheng
2009-02-23
1
-0
/
+2
*
Changed option name from inline-threshold to basic-inline-threshold because
Mon P Wang
2009-02-23
1
-1
/
+1
*
fix some typos that Duncan noticed
Chris Lattner
2009-02-23
1
-3
/
+3
*
Revert the part of 64623 that attempted to align the source in a
Dan Gohman
2009-02-22
1
-1
/
+1
*
Properly parenthesize this expression, fixing a real bug in the new
Dan Gohman
2009-02-22
1
-1
/
+1
*
Only try to sink immediate when TLI is not null. It needs to check if immedia...
Evan Cheng
2009-02-22
1
-1
/
+1
*
Don't sign extend the char when expanding char -> int during
Nick Lewycky
2009-02-21
1
-2
/
+2
*
Add AddrModeMatcher.cpp
Evan Cheng
2009-02-21
1
-0
/
+1
*
Teach LSR sink to sink the immediate portion of the common expression back in...
Evan Cheng
2009-02-21
1
-17
/
+82
*
rename a function to indicate that it checks for profitability as well
Chris Lattner
2009-02-21
1
-9
/
+36
*
Fix strange logic in CollectIVUsers used to determine whether all uses are
Evan Cheng
2009-02-20
1
-1
/
+8
*
Simplify code and reduce indentation. No functionality change.
Dan Gohman
2009-02-20
1
-80
/
+70
*
Fix 80-column violations.
Dan Gohman
2009-02-20
1
-4
/
+5
*
It's not necessary to check if Base is null here.
Dan Gohman
2009-02-20
1
-2
/
+1
*
Add a comment about how Imm can be used for loop-variant values.
Dan Gohman
2009-02-20
1
-1
/
+2
*
Factor address mode matcher out of codegen prepare to make it available to ot...
Evan Cheng
2009-02-20
2
-643
/
+594
[next]