index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Transforms
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Just roll back the previous change to -mem2reg.
Zhou Sheng
2009-02-20
1
-26
/
+0
*
patch to update the line number information in pass -mem2reg.
Zhou Sheng
2009-02-20
1
-0
/
+26
*
Implement "superhero" strength reduction, or full strength
Dan Gohman
2009-02-20
1
-109
/
+344
*
Use DEBUG() instead of passing *DOUT to WriteAsOperand,
Dan Gohman
2009-02-19
1
-17
/
+7
*
Make the debug output of LSR less cryptic and more informative.
Dan Gohman
2009-02-19
1
-29
/
+46
*
In theory the aliasee may have dead constant users
Duncan Sands
2009-02-18
1
-0
/
+1
*
Use a sign-extend instead of a zero-extend when promoting a
Dan Gohman
2009-02-18
1
-15
/
+39
*
Simplify by using dyn_cast instead of isa and cast.
Dan Gohman
2009-02-18
1
-6
/
+5
*
Add explicit keywords.
Dan Gohman
2009-02-18
1
-2
/
+2
*
Eliminate several more unnecessary intptr_t casts.
Dan Gohman
2009-02-18
1
-1
/
+1
*
Fix a corner case in the new indvars promotion logic: if there
Dan Gohman
2009-02-18
1
-19
/
+25
*
Fix a typo in a comment.
Dan Gohman
2009-02-18
1
-1
/
+1
*
If an alias is dead and so is its aliasee, then globaldce would
Duncan Sands
2009-02-17
1
-8
/
+16
*
LoopIndexSplit doesn't actually use ScalarEvolution.
Dan Gohman
2009-02-17
1
-4
/
+1
*
Add a method to ScalarEvolution for telling it when a loop has been
Dan Gohman
2009-02-17
1
-9
/
+16
*
commit a tweaked version of Daniel's patch for PR3599. We now
Chris Lattner
2009-02-17
1
-26
/
+29
*
Delete trailing whitespace.
Dan Gohman
2009-02-17
1
-34
/
+34
*
This transform also applies to private linkage.
Duncan Sands
2009-02-17
1
-2
/
+2
*
Fix 80-column violation.
Dan Gohman
2009-02-17
1
-1
/
+2
*
Strengthen the "non-constant stride must dominate loop preheader" check.
Evan Cheng
2009-02-17
1
-9
/
+4
*
Simplify; fix some 80-column violations.
Dan Gohman
2009-02-17
1
-6
/
+7
*
Fix EnforceKnownAlignment so that it doesn't ever reduce the alignment
Dan Gohman
2009-02-16
1
-4
/
+12
*
Fix typo caused by too much surfing, dudes...
Nick Lewycky
2009-02-16
1
-1
/
+1
*
Delete this long-commented-out code. The situation it seems to have
Dan Gohman
2009-02-16
1
-26
/
+0
*
Change these tests to use regular loads instead of llvm.x86.sse2.loadu.dq.
Dan Gohman
2009-02-16
1
-3
/
+5
*
Update the list of function annotations for nocapture. All of these came up
Nick Lewycky
2009-02-15
1
-47
/
+186
[next]