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
/
lib
/
Transforms
/
IPO
/
InlineSimple.cpp
Age
Commit message (
Expand
)
Author
2002-11-19
Minor changes to cloning interface
Chris Lattner
2002-11-19
Rework inline pass to use cloning infrastructure to do the dirty work
Chris Lattner
2002-11-19
Start using the new function cloning header
Chris Lattner
2002-10-01
Updates to work with recent Statistic's changes:
Chris Lattner
2002-09-22
Don't insert a PHI node to merge "returns" from an inlined function if there
Chris Lattner
2002-09-16
Fix FunctionInlining pass assertion failure:
Chris Lattner
2002-09-10
Clean up code due to auto-insert constructors
Chris Lattner
2002-07-26
* Add support for different "PassType's"
Chris Lattner
2002-07-23
* Remove getPassName implementation
Chris Lattner
2002-06-25
MEGAPATCH checkin.
Chris Lattner
2002-05-10
Add support for printing out statistics information when -stats is added to
Chris Lattner
2002-04-29
Eliminate duplicate or unneccesary #include's
Chris Lattner
2002-04-29
Add new optional getPassName() virtual function that a Pass can override
Chris Lattner
2002-04-27
s/Method/Function
Chris Lattner
2002-04-27
* Rename MethodPass class to FunctionPass
Chris Lattner
2002-04-18
Add a fixme so that we don't forget this is broken.
Chris Lattner
2002-04-09
Move FunctionArgument out of iOther.h into Argument.h and rename class to
Chris Lattner
2002-04-08
s/Method/Function
Chris Lattner
2002-04-07
Change references to the Method class to be references to the Function
Chris Lattner
2002-03-29
s/Method/Function
Chris Lattner
2002-02-26
Change over to use new style pass mechanism, now passes only expose small
Chris Lattner
2002-02-25
When inlining basic blocks and instructions, give them a name!
Chris Lattner
2002-01-21
Move stuff out of the Optimizations directories into the appropriate Transforms
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2001-12-03
Rename ConstPoolVal -> Constant
Chris Lattner
2001-12-03
Split the PHINode class out from the iOther.h file into the iPHINode.h file
Chris Lattner
2001-10-31
Fix bug when inlining a method that refers to a global variable
Chris Lattner
2001-10-18
Convert optimizations to the pass infrastructure
Chris Lattner
2001-10-14
Minor cleanup
Chris Lattner
2001-10-13
Support indirect calls
Chris Lattner
2001-10-02
Commit more code over to new cast style
Chris Lattner
2001-10-01
Convert more code to use new style casts
Chris Lattner
2001-09-07
Constant pool is dead
Chris Lattner
2001-07-15
Support external methods
Chris Lattner
2001-07-07
Broad superficial changes:
Chris Lattner
2001-07-07
Changed the fundemental architecture of Operands for Instructions. Now
Chris Lattner
2001-06-30
Optimizations got their own header files
Chris Lattner
2001-06-27
Miscellaneous cleanups:
Chris Lattner
2001-06-11
Updates to support
Chris Lattner
2001-06-06
Initial revision
Chris Lattner