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
Age
Commit message (
Expand
)
Author
2002-11-20
Cloning stuff doesn't modify the source module
Chris Lattner
2002-11-19
Minor changes to cloning interface
Chris Lattner
2002-11-19
Extend function cloning interface to support inlining
Chris Lattner
2002-11-19
This file is supersumed by Utils/Cloning.h
Chris Lattner
2002-11-19
Merge cloning and inlining utilities
Chris Lattner
2002-11-19
Move inlining pass to IPO.h
Chris Lattner
2002-11-19
Move the function extractor pass from tools/extract into lib/Xform/IPO
Chris Lattner
2002-10-08
Expose isCriticalEdge & SplitCriticalEdge methods from crit-edges pass
Chris Lattner
2002-09-26
Checkin new loop-preheader insertion pass.
Chris Lattner
2002-09-26
Converted SimpleStructMutation to take TargetData as a required pass.
Chris Lattner
2002-09-25
Change LowerAllocations pass to 'require' TargetData instead of it being
Chris Lattner
2002-09-24
- Do not expose Critical Edge breaking mechanics outside the BCE pass, thus
Chris Lattner
2002-09-24
Expose passinfo from BreakCriticalEdges pass so that it may be "Required" by
Chris Lattner
2002-09-24
Add new BreakCriticalEdges pass
Chris Lattner
2002-09-16
Allow transformation DecomposeArrayRef(GetElementPtrInst* GEP) to
Vikram S. Adve
2002-09-06
Include stub for correlated expression elimination pass
Chris Lattner
2002-09-06
- Rename BreakCriticalEdge to the slightly more standard SplitCriticalEdge
Chris Lattner
2002-09-06
* Doxygenize API
Chris Lattner
2002-09-02
Remove duplicate #include
Chris Lattner
2002-08-21
- Do not expose ::ID from any of the analyses anymore.
Chris Lattner
2002-07-29
Implement a new RemoveSuccessor function
Chris Lattner
2002-07-29
* Eliminate the Provided set. All Passes now finally just automatically
Chris Lattner
2002-07-26
* Add support for different "PassType's"
Chris Lattner
2002-07-24
Move many files into IPO.h
Chris Lattner
2002-07-24
Move contents of these files into IPO.h
Chris Lattner
2002-07-23
* Rename to IPO.h
Chris Lattner
2002-07-23
Incorporate into IPO.h
Chris Lattner
2002-07-23
Prepare the file to become IPO.h
Chris Lattner
2002-07-23
Merge the contents of ChangeAllocations.h into Scalar.h
Chris Lattner
2002-07-23
*** empty log message ***
Chris Lattner
2002-07-23
Pass creator requires a TargetData member
Chris Lattner
2002-07-12
initial version: for emitfuncs pass
Anand Shukla
2002-06-25
MEGAPATCH checkin.
Chris Lattner
2002-06-25
*** empty log message ***
Chris Lattner
2002-05-26
Simplify the interface to local dce and constprop
Chris Lattner
2002-05-21
Simplify interface to ConstantFoldTerminator
Chris Lattner
2002-05-21
Expose CFG simplification pass
Chris Lattner
2002-05-10
Add prototype for LICM pass
Chris Lattner
2002-05-10
Add prototype for the PiNodeInserter pass
Chris Lattner
2002-05-08
Add expr reassociation pass prototype
Chris Lattner
2002-05-07
Spell aggressive right
Chris Lattner
2002-05-07
These files are supersumed by include/llvm/Transforms/Scalar.h
Chris Lattner
2002-05-07
New header file to replace all of the Scalar/*.h files.
Chris Lattner
2002-05-07
Checkin headers for Utils library
Chris Lattner
2002-05-07
Cleanup implementation a bit + comments
Chris Lattner
2002-05-07
Update header after moving file
Chris Lattner
2002-05-07
Remove long dead file
Chris Lattner
2002-05-07
Factor code out to the Transform Utils library
Chris Lattner
2002-04-29
Remove unused files: This is the old induction varaible cannonicalization
Chris Lattner
2002-04-29
Add new optional getPassName() virtual function that a Pass can override
Chris Lattner
[next]