index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Transforms
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do not eliminate loop when it is invalid to do so. For example,
Devang Patel
2007-09-17
1
-14
/
+35
*
Skeleton for transformations to truncate loop's iteration space.
Devang Patel
2007-09-17
1
-2
/
+198
*
Fix comment.
Devang Patel
2007-09-17
1
-1
/
+1
*
Merge DenseMapKeyInfo & DenseMapValueInfo into DenseMapInfo
Chris Lattner
2007-09-17
3
-9
/
+19
*
Instcombine x-((x/y)*y) into a remainder operator.
Dan Gohman
2007-09-17
1
-1
/
+12
*
Factor the trampoline transformation into a subroutine.
Duncan Sands
2007-09-17
1
-137
/
+148
*
Be more careful when constant-folding PHI nodes.
Owen Anderson
2007-09-16
1
-1
/
+16
*
Remove RLE. It is subsumed by GVN.
Owen Anderson
2007-09-14
1
-135
/
+0
*
Remove the assumption that FP's are either float or
Dale Johannesen
2007-09-14
1
-3
/
+6
*
Fix a logic error in ValueIsOnlyUsedLocallyOrStoredToOneGlobal that caused
Chris Lattner
2007-09-14
1
-4
/
+4
*
silence a bogus gcc warning.
Chris Lattner
2007-09-14
1
-1
/
+1
*
Temporary reverting r41817
Bill Wendling
2007-09-14
1
-15
/
+5
*
Teach GlobalLoadUsesSimpleEnoughForHeapSRA and the SROA rewriter how to handle
Chris Lattner
2007-09-13
1
-14
/
+62
*
be tolerant of PHI nodes when rewriting heap SROA code. This is a step
Chris Lattner
2007-09-13
1
-26
/
+50
*
refactor some code, no functionality change. On the path to PR1639
Chris Lattner
2007-09-13
1
-50
/
+56
*
Make ValueIsOnlyUsedLocallyOrStoredToOneGlobal smart enough to see through
Chris Lattner
2007-09-13
1
-5
/
+16
*
Make AllUsesOfLoadedValueWillTrapIfNull strong enough to see through PHI
Chris Lattner
2007-09-13
1
-6
/
+15
*
Change llvm.gcroot to not init the root to null at runtime, this prevents
Chris Lattner
2007-09-12
1
-4
/
+1
*
Turn calls to trampolines into calls to the underlying
Duncan Sands
2007-09-11
1
-0
/
+138
*
Avoid negative logic.
Devang Patel
2007-09-11
1
-4
/
+4
*
Refactor code into a separate method.
Devang Patel
2007-09-11
1
-28
/
+47
*
Clear split info object.
Devang Patel
2007-09-11
1
-0
/
+1
*
Split condition does not have to be ICmpInst in all cases.
Devang Patel
2007-09-11
1
-5
/
+8
*
Check all terminators inside loop.
Devang Patel
2007-09-10
1
-4
/
+3
*
remove some dead code, this is handled by constant folding.
Chris Lattner
2007-09-10
1
-8
/
+1
*
Swap exit condition operands if it works.
Devang Patel
2007-09-10
1
-5
/
+15
*
Prevent tailcallelim from breaking "recursive" calls to builtins.
Chris Lattner
2007-09-10
1
-0
/
+9
*
Filter exit conditions which are not yet handled.
Devang Patel
2007-09-10
1
-1
/
+3
*
Require SCEV before LCSSA.
Devang Patel
2007-09-10
1
-1
/
+1
*
Don't zap back to back volatile load/stores
Chris Lattner
2007-09-07
1
-1
/
+1
*
Next round of APFloat changes.
Dale Johannesen
2007-09-06
2
-12
/
+17
*
Use isTrueWhenEqual. Thanks Chris!
Nick Lewycky
2007-09-06
1
-8
/
+13
*
When the two operands of an icmp are equal, there are five possible predicates
Nick Lewycky
2007-09-06
1
-1
/
+3
*
Forgot to obey 80 column rule. Fixing that.
Chuck Rose III
2007-09-05
1
-1
/
+2
*
Added default parameters to GetElementPtrInstr constructor call. Visual Stud...
Chuck Rose III
2007-09-05
1
-1
/
+1
*
Insert cloned loop basic blocks before original loop header.
Devang Patel
2007-09-04
1
-1
/
+3
*
Update GEP constructors to use an iterator interface to fix
David Greene
2007-09-04
10
-47
/
+74
*
Silence warning while compiling with gcc 4.2
Anton Korobeynikov
2007-09-02
1
-1
/
+2
*
Fix a gcroot lowering bug.
Evan Cheng
2007-09-01
1
-2
/
+5
*
Cut off crazy computation. This helps PR1622 slightly.
Chris Lattner
2007-08-28
1
-0
/
+4
*
Use simpler test to filter loops.
Devang Patel
2007-08-27
1
-14
/
+3
*
Update InvokeInst to work like CallInst
David Greene
2007-08-27
6
-7
/
+7
*
Change comments to refer to @malloc and @free instead of %malloc and %free.
Dan Gohman
2007-08-27
1
-3
/
+3
*
Don't promote volatile loads/stores. This is needed (for example) to handle s...
Anton Korobeynikov
2007-08-26
1
-3
/
+6
*
Don't DSe volatile stores.
Owen Anderson
2007-08-26
1
-18
/
+25
*
Move exit condition and exit branch from exiting block into loop header and d...
Devang Patel
2007-08-25
1
-0
/
+155
*
Constant split values needs upper bound and lower bound check, just like any ...
Devang Patel
2007-08-25
1
-6
/
+0
*
While calculating upper loop bound for first loop and lower loop bound for se...
Devang Patel
2007-08-25
1
-36
/
+231
*
Fix regression that I caused yesterday night while adding logic to select app...
Devang Patel
2007-08-24
1
-2
/
+2
*
It is not safe to execute split condition's true branch first all the time. I...
Devang Patel
2007-08-24
1
-5
/
+35
[next]