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
Age
Commit message (
Expand
)
Author
2007-02-18
fix comment
Chris Lattner
2007-02-18
simplify pass, delete dead gvar protos as well.
Chris Lattner
2007-02-15
For PR1195:
Reid Spencer
2007-02-13
eliminate a bunch of vector-related heap traffic
Chris Lattner
2007-02-13
Eliminate use of ctors that take vectors.
Chris Lattner
2007-02-12
stop using methods that take vectors.
Chris Lattner
2007-02-12
Switch ValueSymbolTable to use StringMap<Value*> instead of std::map<std::str...
Chris Lattner
2007-02-11
simplify name juggling through the use of Value::takeName.
Chris Lattner
2007-02-07
Fix Transforms/DeadArgElim/2007-02-07-FuncRename.ll, fallout from PR411.
Chris Lattner
2007-02-07
shrink vmcore by moving symbol table stripping support out of VMCore into
Chris Lattner
2007-02-05
Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes in
Reid Spencer
2007-02-05
Add missing and needed #include.
Reid Spencer
2007-02-05
Make the class VISIBILITY_HIDDEN.
Reid Spencer
2007-02-05
For PR411:
Reid Spencer
2007-02-05
For PR411:
Reid Spencer
2007-02-05
For PR411:
Reid Spencer
2007-02-05
Create a pass to strip dead function declarations (prototypes). This is
Reid Spencer
2007-02-02
Changes to support making the shift instructions be true BinaryOperators.
Reid Spencer
2007-01-31
eliminate temporary vectors
Chris Lattner
2007-01-31
eliminate temporary vectors
Chris Lattner
2007-01-30
Adjust #includes to match movement of constant folding code from transformuti...
Chris Lattner
2007-01-30
the inliner pass now passes targetdata down through the inliner api's
Chris Lattner
2007-01-30
adjust to api change
Chris Lattner
2007-01-30
For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid
Reid Spencer
2007-01-28
Propagate changes from my local tree. This patch includes:
Anton Korobeynikov
2007-01-26
Change the MachineDebugInfo to MachineModuleInfo to better reflect usage
Jim Laskey
2007-01-26
Inherit CallGraphSCCPass directly from Pass.
Devang Patel
2007-01-25
Make llvm-extract preserve the callingconv of prototypes in the extracted
Chris Lattner
2007-01-21
For PR970:
Reid Spencer
2007-01-20
Correct a comment.
Owen Anderson
2007-01-19
For PR1043:
Reid Spencer
2007-01-15
rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger.
Chris Lattner
2007-01-15
Eliminate calls to isInteger, generalizing code and tightening checks as needed.
Chris Lattner
2007-01-12
Remove over-general comparisons
Chris Lattner
2007-01-12
Branch conditions must be i1
Chris Lattner
2007-01-12
For PR1064:
Reid Spencer
2007-01-12
Implement review feedback for the ConstantBool->ConstantInt merge. Chris
Reid Spencer
2007-01-11
Rename BoolTy as Int1Ty. Patch by Sheng Zhou.
Reid Spencer
2007-01-11
For PR1043:
Zhou Sheng
2007-01-09
Fix a bug in heap-sra that caused compilation failure of office-ispell.
Chris Lattner
2007-01-07
Types should be const.
Reid Spencer
2007-01-07
Change the interface to Module::getOrInsertFunction to be easier to use,to re...
Chris Lattner
2007-01-07
relax types
Chris Lattner
2007-01-06
For PR411:
Reid Spencer
2006-12-31
For PR950:
Reid Spencer
2006-12-23
For PR950:
Reid Spencer
2006-12-21
Get rid of a useless if statement whose then and else blocks were identical.
Reid Spencer
2006-12-19
switch statistics over to not use static ctors.
Chris Lattner
2006-12-19
Eliminate static ctors due to Statistic objects
Chris Lattner
2006-12-16
when inserting a dummy argument to work-around the CBE not supporting
Chris Lattner
[next]