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
/
Scalar
/
LoopRotation.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change create*Pass factory functions to return Pass* instead of
Daniel Dunbar
2008-10-22
1
-1
/
+1
*
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2008-09-04
1
-1
/
+1
*
Enable first-class aggregates support.
Dan Gohman
2008-07-23
1
-29
/
+5
*
Avoid using BasicBlock::getInstList directly in a few places.
Dan Gohman
2008-06-19
1
-9
/
+10
*
Tidy up BasicBlock::getFirstNonPHI, and change a bunch of places to
Dan Gohman
2008-05-23
1
-3
/
+1
*
Fix a bunch of 80col violations that arose from the Create API change. Tweak ...
Gabor Greif
2008-05-15
1
-1
/
+2
*
Clean up the use of static and anonymous namespaces. This turned up
Dan Gohman
2008-05-13
1
-3
/
+3
*
add a FIXME so we remember to eventually remove this code.
Chris Lattner
2008-05-02
1
-5
/
+6
*
Don't try to create PHIs of struct types. Fallout
Dale Johannesen
2008-05-01
1
-8
/
+31
*
Revert r49614. As Dan pointed out, some of these aren't correct.
Owen Anderson
2008-04-14
1
-1
/
+1
*
Replace calls of the form V1->setName(V2->getName()) with V1->takeName(V2),
Owen Anderson
2008-04-13
1
-1
/
+1
*
API changes for class Use size reduction, wave 1.
Gabor Greif
2008-04-06
1
-7
/
+7
*
Fix PR2028
Devang Patel
2008-02-15
1
-2
/
+2
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Make LoopInfoBase more generic, in preparation for having MachineLoopInfo. T...
Owen Anderson
2007-11-27
1
-1
/
+1
*
typo
Nick Lewycky
2007-11-21
1
-1
/
+1
*
Use SmallVector instead of std::vector.
Devang Patel
2007-08-21
1
-1
/
+1
*
Loop Rotation pass preserves dominator tree and frontier.
Devang Patel
2007-07-30
1
-0
/
+2
*
Disable claims to preserve analysis until open issues are resolved.
Devang Patel
2007-07-13
1
-7
/
+0
*
Preserve analysis info.
Devang Patel
2007-07-11
1
-20
/
+136
*
Back out Devang's fix for PR1320 because it causes PR1542.
Nick Lewycky
2007-07-07
1
-93
/
+19
*
Request DominanceFrontiner in advance.
Devang Patel
2007-07-06
1
-0
/
+5
*
Preserve various analysis info.
Devang Patel
2007-07-06
1
-19
/
+88
*
Fix typos.
Dan Gohman
2007-05-11
1
-2
/
+2
*
Drop 'const'
Devang Patel
2007-05-03
1
-2
/
+2
*
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-02
1
-2
/
+2
*
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-05-01
1
-1
/
+4
*
fix long lines
Chris Lattner
2007-04-14
1
-2
/
+2
*
Check _all_ PHINodes.
Devang Patel
2007-04-09
1
-1
/
+1
*
Insert new pre-header before new header. Original pre-header may
Devang Patel
2007-04-09
1
-2
/
+2
*
Preserve canonical loop form.
Devang Patel
2007-04-09
1
-5
/
+55
*
Do not create new pre-header. Reuse original pre-header.
Devang Patel
2007-04-09
1
-73
/
+57
*
Simpler for() loops.
Devang Patel
2007-04-09
1
-23
/
+17
*
Fix future bug. Of course, Chris spotted this.
Devang Patel
2007-04-09
1
-11
/
+12
*
More cosmetic changes.
Devang Patel
2007-04-09
1
-14
/
+18
*
Only cosmetic changes. Zero functionality Change.
Devang Patel
2007-04-09
1
-97
/
+100
*
Add loop rotation pass.
Devang Patel
2007-04-07
1
-0
/
+431