index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
Scalar
/
LoopRotation.cpp
Age
Commit message (
Expand
)
Author
2007-08-21
Use SmallVector instead of std::vector.
Devang Patel
2007-07-30
Loop Rotation pass preserves dominator tree and frontier.
Devang Patel
2007-07-13
Disable claims to preserve analysis until open issues are resolved.
Devang Patel
2007-07-11
Preserve analysis info.
Devang Patel
2007-07-07
Back out Devang's fix for PR1320 because it causes PR1542.
Nick Lewycky
2007-07-06
Request DominanceFrontiner in advance.
Devang Patel
2007-07-06
Preserve various analysis info.
Devang Patel
2007-05-11
Fix typos.
Dan Gohman
2007-05-03
Drop 'const'
Devang Patel
2007-05-02
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-01
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-04-14
fix long lines
Chris Lattner
2007-04-09
Check _all_ PHINodes.
Devang Patel
2007-04-09
Insert new pre-header before new header. Original pre-header may
Devang Patel
2007-04-09
Preserve canonical loop form.
Devang Patel
2007-04-09
Do not create new pre-header. Reuse original pre-header.
Devang Patel
2007-04-09
Simpler for() loops.
Devang Patel
2007-04-09
Fix future bug. Of course, Chris spotted this.
Devang Patel
2007-04-09
More cosmetic changes.
Devang Patel
2007-04-09
Only cosmetic changes. Zero functionality Change.
Devang Patel
2007-04-07
Add loop rotation pass.
Devang Patel