index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Transforms
/
Scalar
/
LoopUnswitch.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Get rid of annoying spaces.
David Greene
2007-12-17
1
-1
/
+1
*
Make LoopInfoBase more generic, in preparation for having MachineLoopInfo. T...
Owen Anderson
2007-11-27
1
-3
/
+3
*
Do not walk invalid iterator.
Devang Patel
2007-10-09
1
-2
/
+2
*
Fix bug in updating dominance frontier after loop
Devang Patel
2007-10-05
1
-27
/
+117
*
Fix 80 col violation.
Devang Patel
2007-10-03
1
-3
/
+3
*
Refactor code in a separate method.
Devang Patel
2007-10-03
1
-33
/
+46
*
Update aux. info associated with an instruction before erasing instruction.
Devang Patel
2007-09-20
1
-12
/
+12
*
Use SmallVector instead of std::vector.
Devang Patel
2007-08-21
1
-1
/
+1
*
Fix GLIBCXX_DEBUG error triggered by incrementing erased iterator.
David Greene
2007-08-07
1
-4
/
+4
*
wrap some long lines. Major offenders that are left include
Chris Lattner
2007-08-02
1
-2
/
+4
*
Update dominator info for the middle blocks created while spliting
Devang Patel
2007-08-02
1
-21
/
+77
*
Undo previous check-in.
Devang Patel
2007-08-01
1
-76
/
+21
*
Update dominator info for the middle blocks created while spliting
Devang Patel
2007-08-01
1
-21
/
+76
*
More explicit keywords.
Dan Gohman
2007-08-01
1
-1
/
+1
*
Loop unswitch preserves dom info.
Devang Patel
2007-07-31
1
-18
/
+33
*
If loop can be unswitched again, then do it yourself.
Devang Patel
2007-07-30
1
-5
/
+19
*
Remove dead code.
Devang Patel
2007-07-30
1
-19
/
+13
*
VStudio compiler errors and placing Function*->ExFunc map under ManagedStatic...
Chuck Rose III
2007-07-27
1
-3
/
+3
*
Fix typo.
Devang Patel
2007-07-18
1
-2
/
+2
*
Fix dominator info update to accommodate CFG changes.
Devang Patel
2007-07-18
1
-17
/
+65
*
Disable claims to preserve analysis until open issues are resolved.
Devang Patel
2007-07-13
1
-3
/
+0
*
These rountines are now available as part of basic block utilities.
Devang Patel
2007-07-06
1
-66
/
+5
*
Preserve DominanceFrontier.
Devang Patel
2007-06-29
1
-5
/
+29
*
Do not filter loop if candidate branch is in loop header.
Devang Patel
2007-06-29
1
-2
/
+0
*
- Undo previous check and allow loop switch for condtion that is not inside
Devang Patel
2007-06-28
1
-8
/
+7
*
Update LoopUnswitch pass to preserve DomiantorTree.
Devang Patel
2007-06-28
1
-32
/
+55
*
If a condition is not inside a loop then the condition is suitable
Devang Patel
2007-06-28
1
-0
/
+7
*
Avoid non-trivial loop unswitching while optimizing for size.
Devang Patel
2007-06-06
1
-3
/
+12
*
Fix PR1333
Devang Patel
2007-05-09
1
-5
/
+25
*
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
-0
/
+4
*
Now LoopUnswitch is a LoopPass.
Devang Patel
2007-03-07
1
-86
/
+17
*
Use more efficient test for one value in a ConstantInt.
Reid Spencer
2007-03-02
1
-2
/
+2
*
Use efficient container SmallPtrSet
Devang Patel
2007-02-26
1
-3
/
+4
*
Do not unswitch loop on same value again and again.
Devang Patel
2007-02-26
1
-0
/
+7
*
Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes in
Reid Spencer
2007-02-05
1
-2
/
+3
*
Switch inliner over to use DenseMap instead of std::map for ValueMap. This
Chris Lattner
2007-02-03
1
-5
/
+5
*
Adjust #includes to match movement of constant folding code from transformuti...
Chris Lattner
2007-01-30
1
-0
/
+1
*
For PR1043:
Reid Spencer
2007-01-19
1
-1
/
+2
*
fix a bug in a recent patch
Chris Lattner
2007-01-13
1
-1
/
+1
*
Implement review feedback for the ConstantBool->ConstantInt merge. Chris
Reid Spencer
2007-01-12
1
-6
/
+7
*
Rename BoolTy as Int1Ty. Patch by Sheng Zhou.
Reid Spencer
2007-01-11
1
-6
/
+6
*
For PR1043:
Zhou Sheng
2007-01-11
1
-30
/
+34
*
For PR950:
Reid Spencer
2006-12-23
1
-4
/
+3
*
Switch over Transforms/Scalar to use the STATISTIC macro. For each statistic
Chris Lattner
2006-12-19
1
-7
/
+6
*
Detemplatize the Statistic class. The only type it is instantiated with
Chris Lattner
2006-12-06
1
-5
/
+5
*
Removed #include <iostream> and replaced with llvm_* streams.
Bill Wendling
2006-11-26
1
-18
/
+17
*
For PR786:
Reid Spencer
2006-11-02
1
-5
/
+2
[next]