index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Transforms
/
IPO
Age
Commit message (
Expand
)
Author
2009-03-19
Clear the cached cost when removing a function in
Dale Johannesen
2009-01-09
Adjustments to last patch based on review.
Dale Johannesen
2008-11-05
Do now allow InlineAlways pass to remove dead functions.
Devang Patel
2008-10-30
Add InlineCost class for represent the estimated cost of inlining a
Daniel Dunbar
2008-10-29
Factor shouldInline method out of Inliner.
Daniel Dunbar
2008-09-04
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2008-05-30
Revert 51775.
Evan Cheng
2008-05-30
Patches for building llvm on Solaris x86. Contributed by Nathan Keynes.
Evan Cheng
2008-03-24
Increasing the inline limit from (overly conservative) 200 to 300. Given each...
Evan Cheng
2008-01-12
Allow clients to specify the inline threshold when creating
Chris Lattner
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-08-01
More explicit keywords.
Dan Gohman
2007-06-19
Move inliner pass header file.
Tanya Lattner
2002-07-24
Move contents of these files into IPO.h
Chris Lattner
2002-07-23
Incorporate into IPO.h
Chris Lattner
2002-07-23
*** empty log message ***
Chris Lattner
2002-06-25
*** empty log message ***
Chris Lattner
2002-04-28
Initial checkin of new "Internalize" pass for GCCLD
Chris Lattner
2002-03-28
New file for new pass
Chris Lattner
2002-02-26
Change over to use new style pass mechanism, now passes only expose small
Chris Lattner
2002-01-30
Convert xforms over to use new pass structure
Chris Lattner
2002-01-21
Moved header
Chris Lattner
2002-01-21
Implement a more powerful, simpler, pass system. This pass system can figure
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2001-12-03
Rename ConstPoolVal -> Constant
Chris Lattner
2001-11-26
Implement DCE of global values
Chris Lattner
2001-11-26
Rearrange code
Chris Lattner
2001-11-10
Initail checking of structure swapper
Chris Lattner
2001-10-18
move llvm/Transforms/Pass.h to the top level llvm/Pass.h file
Chris Lattner
2001-10-18
Initial Checkin
Chris Lattner