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
/
include
/
llvm
/
Transforms
/
IPO
Commit message (
Expand
)
Author
Age
Files
Lines
*
introduce a new CallGraphSCC class, and pass it around
Chris Lattner
2010-04-16
1
-2
/
+2
*
Try to keep the cached inliner costs around for a bit longer for big functions.
Jakob Stoklund Olesen
2010-03-09
1
-0
/
+4
*
Revert r98089, it was breaking a clang test.
Jakob Stoklund Olesen
2010-03-09
1
-4
/
+0
*
Try to keep the cached inliner costs around for a bit longer for big functions.
Jakob Stoklund Olesen
2010-03-09
1
-0
/
+4
*
Reintroduce the InlineHint function attribute.
Jakob Stoklund Olesen
2010-02-06
1
-3
/
+4
*
Move per-function inline threshold calculation to a method.
Jakob Stoklund Olesen
2010-01-20
1
-0
/
+6
*
Fix some nasty callgraph dangling pointer problems in
Chris Lattner
2009-08-31
1
-1
/
+1
*
Implement a new optimization in the inliner: if inlining multiple
Chris Lattner
2009-08-27
1
-4
/
+0
*
reduce header #include'age
Chris Lattner
2009-08-27
1
-9
/
+9
*
Convert several more passes to use getAnalysisIfAvailable<TargetData>()
Dan Gohman
2009-07-24
1
-2
/
+2
*
Use a SmallPtrSet instead of std::set.
Dale Johannesen
2009-03-23
1
-2
/
+1
*
Clear the cached cost when removing a function in
Dale Johannesen
2009-03-19
1
-0
/
+7
*
Adjustments to last patch based on review.
Dale Johannesen
2009-01-09
1
-0
/
+5
*
Do now allow InlineAlways pass to remove dead functions.
Devang Patel
2008-11-05
1
-0
/
+4
*
Add InlineCost class for represent the estimated cost of inlining a
Daniel Dunbar
2008-10-30
1
-1
/
+2
*
Factor shouldInline method out of Inliner.
Daniel Dunbar
2008-10-29
1
-1
/
+5
*
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2008-09-04
1
-2
/
+2
*
Revert 51775.
Evan Cheng
2008-05-30
1
-2
/
+2
*
Patches for building llvm on Solaris x86. Contributed by Nathan Keynes.
Evan Cheng
2008-05-30
1
-2
/
+2
*
Increasing the inline limit from (overly conservative) 200 to 300. Given each...
Evan Cheng
2008-03-24
1
-0
/
+5
*
Allow clients to specify the inline threshold when creating
Chris Lattner
2008-01-12
1
-0
/
+1
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
More explicit keywords.
Dan Gohman
2007-08-01
1
-1
/
+1
*
Move inliner pass header file.
Tanya Lattner
2007-06-19
1
-0
/
+64
*
Move contents of these files into IPO.h
Chris Lattner
2002-07-24
4
-59
/
+0
*
Incorporate into IPO.h
Chris Lattner
2002-07-23
1
-19
/
+0
*
*** empty log message ***
Chris Lattner
2002-07-23
1
-2
/
+3
*
*** empty log message ***
Chris Lattner
2002-06-25
1
-5
/
+0
*
Initial checkin of new "Internalize" pass for GCCLD
Chris Lattner
2002-04-28
1
-0
/
+15
*
New file for new pass
Chris Lattner
2002-03-28
1
-0
/
+15
*
Change over to use new style pass mechanism, now passes only expose small
Chris Lattner
2002-02-26
3
-84
/
+8
*
Convert xforms over to use new pass structure
Chris Lattner
2002-01-30
3
-2
/
+16
*
Moved header
Chris Lattner
2002-01-21
1
-1
/
+1
*
Implement a more powerful, simpler, pass system. This pass system can figure
Chris Lattner
2002-01-21
3
-18
/
+28
*
Changes to build successfully with GCC 3.02
Chris Lattner
2002-01-20
1
-1
/
+1
*
Rename ConstPoolVal -> Constant
Chris Lattner
2001-12-03
1
-2
/
+2
*
Implement DCE of global values
Chris Lattner
2001-11-26
1
-0
/
+21
*
Rearrange code
Chris Lattner
2001-11-26
1
-18
/
+8
*
Initail checking of structure swapper
Chris Lattner
2001-11-10
1
-0
/
+35
*
move llvm/Transforms/Pass.h to the top level llvm/Pass.h file
Chris Lattner
2001-10-18
1
-1
/
+1
*
Initial Checkin
Chris Lattner
2001-10-18
1
-0
/
+58