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
*
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
*
Reject ICMP_NE as index split condition.
Devang Patel
2007-08-24
1
-0
/
+3
*
Tightenup loop filter.
Devang Patel
2007-08-24
1
-2
/
+22
*
Remove incomplete cost analysis.
Devang Patel
2007-08-24
1
-40
/
+3
*
rename APInt::toString -> toStringUnsigned for symmetry with toStringSigned()
Chris Lattner
2007-08-23
1
-1
/
+1
*
Remove dead code.
Devang Patel
2007-08-22
1
-5
/
+0
*
Fix typo.
Devang Patel
2007-08-22
1
-1
/
+1
*
Cosmetic change
Devang Patel
2007-08-22
1
-84
/
+102
*
Refactor loop condition check in a separate function.
Devang Patel
2007-08-22
1
-17
/
+34
*
Fix thinko.
Devang Patel
2007-08-22
1
-3
/
+3
*
Rename bunch of variables.
Devang Patel
2007-08-21
1
-72
/
+79
*
Preserve LCSSA.
Devang Patel
2007-08-21
1
-1
/
+15
*
Use SmallVector instead of std::vector.
Devang Patel
2007-08-21
7
-16
/
+14
*
s/ExitBlock/ExitingBlock/g
Devang Patel
2007-08-20
1
-26
/
+27
*
Replace indunction variable with split value in loop body.
Devang Patel
2007-08-20
1
-1
/
+5
*
Do not split loops rejected by processOneIterationLoop().
Devang Patel
2007-08-20
1
-5
/
+11
*
Oops, remove assert that wasn't meant to be committed.
Nick Lewycky
2007-08-18
1
-2
/
+0
*
Never insert duplicate edges.
Nick Lewycky
2007-08-18
1
-13
/
+17
*
Typo.
Nick Lewycky
2007-08-18
1
-1
/
+1
*
Avoid spliting loops where two split condition branches are not independent.
Devang Patel
2007-08-18
1
-1
/
+11
*
When one branch of condition is eliminated then head of the other
Devang Patel
2007-08-17
2
-22
/
+44
*
Factor out some code into a helper function.
Owen Anderson
2007-08-16
1
-55
/
+34
*
Add some more comments to GVN.
Owen Anderson
2007-08-16
1
-0
/
+14
*
Dominance frontier is now required.
Devang Patel
2007-08-15
1
-1
/
+1
*
Cleanup removeBlocks.
Devang Patel
2007-08-15
1
-56
/
+70
*
Remove unneeded header file.
Reid Spencer
2007-08-15
1
-1
/
+0
*
Avoid triangle loops.
Devang Patel
2007-08-15
1
-4
/
+16
*
Break infinite loop.
Devang Patel
2007-08-14
1
-15
/
+17
*
Avoid nested loops at the moment.
Devang Patel
2007-08-14
1
-0
/
+4
*
Fix dominance frontier update while removing blocks.
Devang Patel
2007-08-14
1
-7
/
+30
[next]