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
/
Scalar.h
Age
Commit message (
Expand
)
Author
2003-10-20
Added LLVM copyright header (for lack of a better term).
John Criswell
2003-10-12
Rename loop preheaders pass to loop simplify
Chris Lattner
2003-10-05
Add new prototype for createLowerInvokePass(). Make simplifycfg be a
Chris Lattner
2003-09-30
Standardize header file comments
Chris Lattner
2003-09-20
Expose the TCE pass
Chris Lattner
2003-09-10
Fix spell-o's
Chris Lattner
2003-09-01
Add RPR prototype here
Chris Lattner
2003-09-01
Change the RaiseAllocations pass from being a BasicBlockPass to being a Pass
Chris Lattner
2003-08-14
Factory methods for function passes now return type FunctionPass *.
Brian Gaeke
2003-08-13
Factory methods for FunctionPasses now return type FunctionPass *.
Brian Gaeke
2003-06-22
Add prototype for tail-dup pass
Chris Lattner
2003-05-27
Expose proto for SRoA pass.
Chris Lattner
2003-05-20
Hopefully, the final fix for `[Pp]ropogate'.
Misha Brukman
2003-04-23
Add stub to create lowerSwitches pass
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-25
Change LowerAllocations pass to 'require' TargetData instead of it being
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-07-23
Merge the contents of ChangeAllocations.h into Scalar.h
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
New header file to replace all of the Scalar/*.h files.
Chris Lattner