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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix simplifycfg crash in handing block merge.
Devang Patel
2008-09-09
1
-1
/
+11
*
s/RemoveUnreachableBlocks/RemoveUnreachableBlocksFromFn/g
Devang Patel
2008-09-08
1
-8
/
+9
*
Remove unused counter.
Devang Patel
2008-09-08
1
-1
/
+0
*
Remove OptimizeIVType()
Devang Patel
2008-09-08
1
-206
/
+0
*
Update the callgraph correctly.
Duncan Sands
2008-09-08
1
-1
/
+4
*
Update the callgraph correctly in ArgumentPromotion.
Duncan Sands
2008-09-08
1
-0
/
+7
*
Reapply 55859. This doesn't change anything as
Duncan Sands
2008-09-08
2
-13
/
+11
*
Correct a comment and strip trailing whitespace.
Duncan Sands
2008-09-07
1
-25
/
+25
*
fix crash when the malloc/free function is defined or is a declaration with 0...
Nuno Lopes
2008-09-06
1
-4
/
+2
*
When PruneEH turned an invoke into an ordinary
Duncan Sands
2008-09-06
1
-0
/
+6
*
Revert r55859. This is breaking the build in the abscence of its companion c...
Owen Anderson
2008-09-05
2
-11
/
+13
*
Remove unused map.
Devang Patel
2008-09-05
1
-1
/
+0
*
Delete the removeCallEdgeTo callgraph method,
Duncan Sands
2008-09-05
2
-13
/
+11
*
Use removeAllCalledFunctions rather than removing
Duncan Sands
2008-09-05
1
-5
/
+3
*
Remove trailing whitespace.
Duncan Sands
2008-09-05
1
-36
/
+36
*
Make this pass return that it made a change if
Duncan Sands
2008-09-05
1
-1
/
+5
*
A loop may be unswitched multiple times. Reconstruct dom info. at the end.
Devang Patel
2008-09-04
1
-5
/
+8
*
Initialize loop data first.
Devang Patel
2008-09-04
1
-2
/
+1
*
Do not unswitch if the function notes say we're optimizing this function for ...
Devang Patel
2008-09-04
1
-1
/
+7
*
try to seperate the mechanism into something others can use
Andrew Lenharth
2008-09-04
1
-20
/
+70
*
Add intrinsic forms of pow and exp2. The non-intrinsic
Dale Johannesen
2008-09-04
1
-0
/
+10
*
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2008-09-04
59
-67
/
+67
*
cleanup as per Duncan's review
Andrew Lenharth
2008-09-04
1
-33
/
+42
*
Update inline threshold for current function if the notes say, optimize for s...
Devang Patel
2008-09-03
1
-2
/
+9
*
Fix a bug that prevented PRE from applying in some cases.
Owen Anderson
2008-09-03
1
-3
/
+5
*
Initial version of a Partial Specialization IPO pass. It triggers a couple h...
Andrew Lenharth
2008-09-03
1
-0
/
+127
*
Fix typo in a comment.
Devang Patel
2008-09-03
1
-1
/
+1
*
Add parentheses to make code more readable.
Devang Patel
2008-09-03
1
-1
/
+1
*
Fix comments.
Devang Patel
2008-09-03
1
-2
/
+3
*
Add custom inliner that handles only functions that are marked as always_inline.
Devang Patel
2008-09-03
1
-0
/
+70
*
Handle "always inline" note during inline cost analysis.
Devang Patel
2008-09-03
2
-6
/
+4
*
Check noinline note and ignore other notes.
Devang Patel
2008-09-03
1
-1
/
+1
*
Handle "noinline" note inside the simple inliner.
Devang Patel
2008-09-03
2
-4
/
+7
*
Don't apply this transform to vectors. Fixes PR2756.
Nick Lewycky
2008-09-03
1
-3
/
+4
*
Add additional check to ensure that iv is canonicalized.
Devang Patel
2008-09-03
1
-0
/
+1
*
Check iteration count.
Devang Patel
2008-09-03
1
-0
/
+4
*
While removing PHI, use basicblock to identify incoming value.
Devang Patel
2008-09-03
1
-2
/
+3
*
s/FP_AlwaysInline/FN_NOTE_AlwaysInline/g
Devang Patel
2008-09-02
1
-2
/
+2
*
If all IV uses are extending integer IV then change the type of IV itself, if...
Devang Patel
2008-09-02
1
-0
/
+201
*
respect inline=never and inline=always notes.
Devang Patel
2008-09-02
1
-1
/
+8
*
Add a small pass that sets the readnone/readonly
Duncan Sands
2008-09-01
1
-0
/
+69
*
Do not apply the transformation if the target does not support DestTy natively.
Devang Patel
2008-08-27
1
-2
/
+9
*
Fix typos and whitespaces. Other cosmetic changes based on feedback.
Devang Patel
2008-08-27
1
-12
/
+9
*
Put a heuristic in place to prevent GVN from falling into bad cases with mass...
Owen Anderson
2008-08-26
1
-0
/
+6
*
If IV is used in a int-to-float cast inside the loop then try to eliminate th...
Devang Patel
2008-08-26
1
-2
/
+118
*
improve encapsulation of the BBExecutable set.
Chris Lattner
2008-08-23
1
-8
/
+4
*
Switch an assortment of maps, sets and vectors to more efficient versions,
Chris Lattner
2008-08-23
1
-28
/
+25
*
Switch the asmprinter (.ll) and all the stuff it requires over to
Chris Lattner
2008-08-23
2
-4
/
+6
*
Add a new trivial -inst-namer pass which makes it possible to diff the
Chris Lattner
2008-08-23
1
-0
/
+49
*
Fix PR2423 by checking all indices for out of range access, not only
Chris Lattner
2008-08-23
1
-35
/
+31
[next]