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
Age
Commit message (
Expand
)
Author
2002-12-03
Fix big bug introduced with symbol table changes
Chris Lattner
2002-11-20
Initial checkin of Module cloning support stuff
Chris Lattner
2002-11-20
Fix symbol table problem
Chris Lattner
2002-11-20
- Eliminated the deferred symbol table stuff in Module & Function, it really
Chris Lattner
2002-11-20
Fix minor bugs
Chris Lattner
2002-11-19
Remove unneccesary #include
Chris Lattner
2002-11-19
Implement the CloneFunction function
Chris Lattner
2002-11-19
Minor changes to cloning interface
Chris Lattner
2002-11-19
Fix two fixmes: integrate with inlining, and document
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-11-19
Move MutatStructTypes.h out of IPO
Chris Lattner
2002-11-19
Rename CloneFunction.h to Cloning.h
Chris Lattner
2002-11-19
Move the function extractor pass from tools/extract into lib/Xform/IPO
Chris Lattner
2002-11-13
Fix bug: 2002-11-13-PointerFunction.ll
Chris Lattner
2002-11-10
Fix testcase: FunctionResolve/2002-11-09-ExternFn.ll
Chris Lattner
2002-11-09
Fix warning
Chris Lattner
2002-11-08
Fix spelling error
Chris Lattner
2002-11-08
Use the new getMainFunction() method to efficiently locate main
Chris Lattner
2002-11-08
Fix bug: FunctionResolve/2002-11-07-RetMismatch.ll
Chris Lattner
2002-11-04
Instcombine this away:
Chris Lattner
2002-11-04
Add a transformation to turn:
Chris Lattner
2002-11-04
Ack: Fix bug in previous checkin.
Chris Lattner
2002-11-04
Be more generous about level raising constant expressions don't force each
Chris Lattner
2002-11-04
Make sure to _delete_ memory allocated by worklists
Chris Lattner
2002-11-03
code to lightly instrument at branches
Anand Shukla
2002-11-01
Make sure to include name information if we have it
Chris Lattner
2002-10-31
Fixes to the reassociate pass to make it respect dominance properties
Chris Lattner
2002-10-31
BreakCriticalEdges should update dominance frontier information as well as
Chris Lattner
2002-10-29
Fix spelling of `propagate'.
Misha Brukman
2002-10-22
Ensure definate initialization
Chris Lattner
2002-10-21
- Rename AnalysisUsage::preservesAll to getPreservesAll & preservesCFG to
Chris Lattner
2002-10-17
* Apparently string::find doesn't work right on our sun boxes. Work around t...
Chris Lattner
2002-10-17
Really disable pool allocator
Chris Lattner
2002-10-13
- Change Function's so that their argument list is populated when they are
Chris Lattner
2002-10-13
- Rename Instruction::First*Op to *OpsBegin, and Num*Ops to *OpsEnd to
Chris Lattner
2002-10-13
Account for global variables resolved more accurately.
Chris Lattner
2002-10-13
Use methods that are more explanatory
Chris Lattner
2002-10-12
Changed to external global var
Anand Shukla
2002-10-10
Stop using DataStructureGraph.h
Chris Lattner
2002-10-09
- Dramatically simplify the ConstantMerge code now that
Chris Lattner
2002-10-09
Almost a complete rewrite of FunctionResolution to now resolve functions
Chris Lattner
2002-10-09
- Rename MTy to FTy (no methods exist anymore)
Chris Lattner
2002-10-08
- Fix bug: LevelRaise/2002-10-08-VarArgCall.ll
Chris Lattner
2002-10-08
- Fix bug: cee/2002-10-07-NoImmediateDominator.ll
Chris Lattner
2002-10-08
Changes to support PHINode::removeIncoming changes
Chris Lattner
2002-10-08
Changes to support PHINode::removeIncoming changes
Chris Lattner
2002-10-08
- Checkin LARGE number of Changes to CEE pass that will make it much more
Chris Lattner
2002-10-08
Expose isCriticalEdge & SplitCriticalEdge methods from crit-edges pass
Chris Lattner
2002-10-08
It is illegal for PHI nodes to have zero values, delete the code to handle them
Chris Lattner
[next]