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
/
Utils
Age
Commit message (
Expand
)
Author
2004-05-28
Fix one of the major things that is causing the C Backend to infinite loop
Chris Lattner
2004-05-27
Implement constant folding of fmod, which is used a lot in povray
Chris Lattner
2004-05-27
Restructure call constant folding code a bit to make it simpler
Chris Lattner
2004-05-26
Do not pass a null pointer if this instruction is not prepended or
Alkis Evlogimenos
2004-05-26
Use one destination constructor for the unconditional branch.
Alkis Evlogimenos
2004-05-25
Convert to SymbolTable's new iteration interface.
Reid Spencer
2004-05-25
Convert to SymbolTable's new lookup and iteration interfaces.
Reid Spencer
2004-05-19
Add CloneTraceInto(), which is based on (and has mostly the same
Brian Gaeke
2004-05-19
Move RemapInstruction() to ValueMapper, so that it can be shared with
Brian Gaeke
2004-05-12
Do not pass in the same argument to the extracted function more than once, and
Chris Lattner
2004-05-12
Implement support for code extracting basic blocks that have a return
Chris Lattner
2004-05-12
Implement splitting of PHI nodes, allowing block extraction of BB's that have
Chris Lattner
2004-05-12
* Pull some code out into the definedInRegion/definedInCaller methods
Chris Lattner
2004-05-12
Generate substantially better code when there are a limited number of exits
Chris Lattner
2004-05-12
Two minor improvements:
Chris Lattner
2004-05-02
Do not clone arbitrary condition instructions.
Chris Lattner
2004-05-02
Do not infinitely "unroll" single BB loops.
Chris Lattner
2004-05-02
Dont' merge terminators that are needed to select PHI node values.
Chris Lattner
2004-05-01
Implement SimplifyCFG/branch-cond-merge.ll
Chris Lattner
2004-05-01
Fix my missing parens
Chris Lattner
2004-05-01
Implement SimplifyCFG/branch-cond-prop.ll
Chris Lattner
2004-04-23
* Allow aggregating extracted function arguments (controlled by flag)
Misha Brukman
2004-04-21
Include cerrno (gcc-3.4 fix)
Alkis Evlogimenos
2004-04-18
Correct rewriting of exit blocks after my last patch
Chris Lattner
2004-04-18
Change the ExitBlocks list from being explicitly contained in the Loop
Chris Lattner
2004-04-16
Add support for evaluation of exp/log/log10/pow
Chris Lattner
2004-04-16
Include <cmath> for compatibility with gcc 3.0.x (the system compiler on
Brian Gaeke
2004-04-16
Fix Inline/2004-04-15-InlineDeletesCall.ll
Chris Lattner
2004-04-13
Add a simple call constant propagation interface.
Chris Lattner
2004-04-13
Fix LoopSimplify/2004-04-13-LoopSimplifyUpdateDomFrontier.ll
Chris Lattner
2004-04-13
Refactor code a bit to make it simpler and eliminate the goto
Chris Lattner
2004-04-13
This patch addresses PR35: Loop simplify should reconstruct nested loops.
Chris Lattner
2004-04-09
Fold code like:
Chris Lattner
2004-04-08
Implement ScalarRepl/select_promote.ll
Chris Lattner
2004-04-05
Support getelementptr instructions which use uint's to index into structure
Chris Lattner
2004-04-02
Fix the obvious bug in my previous checkin
Chris Lattner
2004-04-02
Implement Transforms/SimplifyCFG/return-merge.ll
Chris Lattner
2004-04-01
Fix PR310 and TailDup/2004-04-01-DemoteRegToStack.llx
Chris Lattner
2004-04-01
Remove some assertions that are now bogus with the last patch I put in
Chris Lattner
2004-04-01
Fix PR306: Loop simplify incorrectly updates dominator information
Chris Lattner
2004-03-31
Add warning
Chris Lattner
2004-03-31
Fix linking of constant expr casts due to type resolution changes. With
Chris Lattner
2004-03-30
Now that all the code generators support the select instruction, and the inst...
Chris Lattner
2004-03-30
Add a simple select instruction lowering pass
Chris Lattner
2004-03-18
Fix bug: CodeExtractor/2004-03-17-MissedLiveIns.ll
Chris Lattner
2004-03-18
Fix CodeExtractor/2004-03-17-UpdatePHIsOutsideRegion.ll
Chris Lattner
2004-03-18
Seriously simplify and correct the PHI node handling code.
Chris Lattner
2004-03-18
Fix CodeExtractor/2004-03-17-OutputMismatch.ll
Chris Lattner
2004-03-18
Fix several bugs in the extractor:
Chris Lattner
2004-03-18
Prune #includes, moving the module interface to the front. Note that this
Chris Lattner
[next]