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
/
Utils
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Clean up the use of static and anonymous namespaces. This turned up
Dan Gohman
2008-05-13
8
-31
/
+29
*
Make several variable declarations static.
Dan Gohman
2008-05-06
1
-1
/
+1
*
Remove uses of llvm/System/IncludeFile.h that are no longer needed.
Dan Gohman
2008-05-06
1
-2
/
+0
*
Handle multiple return values.
Devang Patel
2008-05-03
1
-1
/
+23
*
Fix PR2256, yet another miscompilation in simplifycfg of i
Chris Lattner
2008-04-28
1
-3
/
+4
*
Feedback from chris
Nate Begeman
2008-04-25
1
-2
/
+2
*
Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989
Nick Lewycky
2008-04-25
7
-61
/
+11
*
Teach the PruningFunctionCloner how to look through loads with
Nate Begeman
2008-04-25
1
-4
/
+12
*
Adjust inline cost computation to be less aggressive.
Evan Cheng
2008-04-24
1
-2
/
+2
*
Split some code out of the main SimplifyCFG loop into its own function.
Chris Lattner
2008-04-24
1
-65
/
+103
*
Check type instead of no. of operands.
Devang Patel
2008-04-23
1
-1
/
+1
*
Move SplitBlockPredecessors out of loopsimplify into BasicBlockUtils.h
Chris Lattner
2008-04-21
2
-107
/
+115
*
Move domtree/frontier updating earlier, allowing us to use it to update phi
Chris Lattner
2008-04-21
1
-31
/
+18
*
Factor dominator tree and frontier updating into SplitBlockPredecessors
Chris Lattner
2008-04-21
1
-18
/
+14
*
simplify code, fit in 80 cols.
Chris Lattner
2008-04-21
1
-65
/
+67
*
fit in 80 cols
Chris Lattner
2008-04-21
1
-6
/
+6
*
Remove unused variable
Scott Michel
2008-04-17
1
-1
/
+0
*
Workaround for PR2207, in which pred_iterator assert gets triggered due to a
Scott Michel
2008-04-16
1
-2
/
+9
*
VisualStudio project files updated. #include <algorithm> added to make Visua...
Chuck Rose III
2008-04-15
1
-0
/
+15
*
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
*
Fix insert point handling for multiple return values.
Devang Patel
2008-04-08
1
-4
/
+12
*
The "stacksave is not nounwind problem" no longer
Duncan Sands
2008-04-07
1
-8
/
+3
*
Use Intrinsic::getDeclaration to get hold of
Duncan Sands
2008-04-07
1
-7
/
+8
*
Mark calls to llvm.stacksave, llvm.stackrestore as
Dale Johannesen
2008-04-07
1
-1
/
+4
*
API changes for class Use size reduction, wave 1.
Gabor Greif
2008-04-06
15
-159
/
+159
*
1. Drop default inline threshold back down to 200.
Evan Cheng
2008-04-01
1
-8
/
+13
*
Revert 49006 for the moment.
Dale Johannesen
2008-04-01
1
-9
/
+0
*
Emit exception handling info for functions which are
Dale Johannesen
2008-03-31
1
-0
/
+9
*
Increasing the inline limit from (overly conservative) 200 to 300. Given each...
Evan Cheng
2008-03-24
1
-5
/
+29
*
Preserve calling convention during function cloning
Anton Korobeynikov
2008-03-23
1
-0
/
+3
*
80 col violation.
Evan Cheng
2008-03-20
1
-1
/
+2
*
Update -mem2reg to use succ_iterator instead of iterating across TerminatorInst
Nick Lewycky
2008-03-13
1
-13
/
+10
*
Check to see if a two-entry PHI block can be simplified
Dan Gohman
2008-03-11
1
-6
/
+6
*
Restore optimization that merges blocks when inline function
Devang Patel
2008-03-10
1
-6
/
+24
*
Simplify
Devang Patel
2008-03-10
1
-18
/
+15
*
simplify
Devang Patel
2008-03-10
1
-2
/
+4
*
Turn unwind_to into "unwinds to".
Nick Lewycky
2008-03-10
3
-3
/
+3
*
Firstly, having a BranchInst isn't exclusive with having an unwind_to.
Nick Lewycky
2008-03-09
1
-5
/
+8
*
A BB that unwind_to an "unwind" inst is that same as one that doesn't unwind_to
Nick Lewycky
2008-03-09
1
-1
/
+4
*
Update the block cloner which fixes bugpoint on code using unwind_to (phew!)
Nick Lewycky
2008-03-09
4
-8
/
+29
*
Update the inliner and simplifycfg to handle unwind_to.
Nick Lewycky
2008-03-09
2
-1
/
+22
*
Two things. Preserve the unwind_to when splitting a BB.
Nick Lewycky
2008-03-09
1
-0
/
+1
*
Update inliner to handle functions that return multiple values.
Devang Patel
2008-03-07
1
-43
/
+52
*
Handle 'ret' with multiple values.
Devang Patel
2008-03-05
1
-11
/
+23
*
Skip functions that return multiple values.
Devang Patel
2008-03-05
1
-0
/
+5
*
Use while loop.
Devang Patel
2008-03-04
1
-3
/
+2
*
Use cast instead of dyn_cast.
Devang Patel
2008-03-04
1
-2
/
+1
*
Handle multiple return values.
Devang Patel
2008-03-04
1
-3
/
+15
*
Fix newly-introduced 4.3 warnings
Anton Korobeynikov
2008-02-20
1
-1
/
+1
[prev]
[next]