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
/
Scalar
/
LoopUnswitch.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989
Nick Lewycky
2008-04-25
1
-7
/
+3
*
fit some more code in 80 cols.
Chris Lattner
2008-04-21
1
-12
/
+14
*
API changes for class Use size reduction, wave 1.
Gabor Greif
2008-04-06
1
-10
/
+10
*
Update the block cloner which fixes bugpoint on code using unwind_to (phew!)
Nick Lewycky
2008-03-09
1
-3
/
+7
*
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
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+1074