index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Transforms
Age
Commit message (
Expand
)
Author
2007-09-21
Merge into release for PR1690.
Tanya Lattner
2007-09-18
Merge from mainline because Owen said so.
Tanya Lattner
2007-09-14
Merge from mainline.
Tanya Lattner
2007-09-14
Merge from mainline.
Tanya Lattner
2007-09-14
Merge from mainline for PR1639
Tanya Lattner
2007-09-12
Change llvm.gcroot to not init the root to null at runtime, this prevents
Chris Lattner
2007-09-11
Turn calls to trampolines into calls to the underlying
Duncan Sands
2007-09-11
Avoid negative logic.
Devang Patel
2007-09-11
Refactor code into a separate method.
Devang Patel
2007-09-11
Clear split info object.
Devang Patel
2007-09-11
Split condition does not have to be ICmpInst in all cases.
Devang Patel
2007-09-10
Check all terminators inside loop.
Devang Patel
2007-09-10
remove some dead code, this is handled by constant folding.
Chris Lattner
2007-09-10
Swap exit condition operands if it works.
Devang Patel
2007-09-10
Prevent tailcallelim from breaking "recursive" calls to builtins.
Chris Lattner
2007-09-10
Filter exit conditions which are not yet handled.
Devang Patel
2007-09-10
Require SCEV before LCSSA.
Devang Patel
2007-09-07
Don't zap back to back volatile load/stores
Chris Lattner
2007-09-06
Next round of APFloat changes.
Dale Johannesen
2007-09-06
Use isTrueWhenEqual. Thanks Chris!
Nick Lewycky
2007-09-06
When the two operands of an icmp are equal, there are five possible predicates
Nick Lewycky
2007-09-05
Forgot to obey 80 column rule. Fixing that.
Chuck Rose III
2007-09-05
Added default parameters to GetElementPtrInstr constructor call. Visual Stud...
Chuck Rose III
2007-09-04
Insert cloned loop basic blocks before original loop header.
Devang Patel
2007-09-04
Update GEP constructors to use an iterator interface to fix
David Greene
2007-09-02
Silence warning while compiling with gcc 4.2
Anton Korobeynikov
2007-09-01
Fix a gcroot lowering bug.
Evan Cheng
2007-08-28
Cut off crazy computation. This helps PR1622 slightly.
Chris Lattner
2007-08-27
Use simpler test to filter loops.
Devang Patel
2007-08-27
Update InvokeInst to work like CallInst
David Greene
2007-08-27
Change comments to refer to @malloc and @free instead of %malloc and %free.
Dan Gohman
2007-08-26
Don't promote volatile loads/stores. This is needed (for example) to handle s...
Anton Korobeynikov
2007-08-26
Don't DSe volatile stores.
Owen Anderson
2007-08-25
Move exit condition and exit branch from exiting block into loop header and d...
Devang Patel
2007-08-25
Constant split values needs upper bound and lower bound check, just like any ...
Devang Patel
2007-08-25
While calculating upper loop bound for first loop and lower loop bound for se...
Devang Patel
2007-08-24
Fix regression that I caused yesterday night while adding logic to select app...
Devang Patel
2007-08-24
It is not safe to execute split condition's true branch first all the time. I...
Devang Patel
2007-08-24
Reject ICMP_NE as index split condition.
Devang Patel
2007-08-24
Tightenup loop filter.
Devang Patel
2007-08-24
Remove incomplete cost analysis.
Devang Patel
2007-08-23
rename APInt::toString -> toStringUnsigned for symmetry with toStringSigned()
Chris Lattner
2007-08-22
Remove dead code.
Devang Patel
2007-08-22
Fix typo.
Devang Patel
2007-08-22
Cosmetic change
Devang Patel
2007-08-22
Refactor loop condition check in a separate function.
Devang Patel
2007-08-22
Fix thinko.
Devang Patel
2007-08-21
Rename bunch of variables.
Devang Patel
2007-08-21
Preserve LCSSA.
Devang Patel
2007-08-21
Use SmallVector instead of std::vector.
Devang Patel
[next]