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
2006-05-09
Patch to make some xforms preserve each other. Patch contributed by
Chris Lattner
2006-05-02
Add pass ID's for various passes, so they can be AddRequiredID. Patch by
Chris Lattner
2006-04-27
Fix some nondeterminstic behavior in the mem2reg pass that (in addition to
Chris Lattner
2006-04-08
Add supprot for shufflevector
Chris Lattner
2006-04-07
Fix inlining of insert/extract element constantexprs
Chris Lattner
2006-04-02
Adjust to change in Intrinsics.gen interface.
Chris Lattner
2006-04-01
add valuemapper support for inline asm
Chris Lattner
2006-03-27
teach the inliner to work with packed constants
Chris Lattner
2006-03-09
use autogenerated side-effect information
Chris Lattner
2006-02-18
Fix Transforms/SimplifyCFG/2006-02-17-InfiniteUnroll.ll
Chris Lattner
2006-02-14
Canonicalize inner loops before outer loops. Inner loop canonicalization
Chris Lattner
2006-02-14
When splitting exit edges to canonicalize loops, make sure to put the new
Chris Lattner
2006-02-12
Revert my last patch. It too breaks stuff
Chris Lattner
2006-02-11
Fix for my previously reverted patch
Chris Lattner
2006-02-11
revert my previous change, it exposed other problems.
Chris Lattner
2006-02-11
Make this check stricter. Disallow loop exit blocks from being shared by
Chris Lattner
2006-02-11
remove dead expr
Chris Lattner
2006-01-26
teach the cloner to handle inline asms
Chris Lattner
2006-01-24
rename method
Chris Lattner
2006-01-23
When cloning a module, clone the inline asm.
Chris Lattner
2006-01-22
Make iostream #inclusion explicit
Chris Lattner
2006-01-22
Add explicit #includes of <iostream>
Chris Lattner
2006-01-19
ConstantFoldLoadThroughGEPConstantExpr wasn't handling pointers to
Robert Bocchino
2006-01-18
Make sure that cloning a module clones its target triple and dependent
Chris Lattner
2006-01-17
Constant folding support for the insertelement operation.
Robert Bocchino
2006-01-16
For PR411:
Reid Spencer
2006-01-14
Teach the inliner to update the CallGraph itself, and have it add edges to
Chris Lattner
2006-01-14
Add bswap intrinsics as documented in the Language Reference
Nate Begeman
2006-01-13
it is ok to dce stacksave.
Chris Lattner
2006-01-13
If inlining a call to a function that contains dynamic allocas, wrap the
Chris Lattner
2006-01-13
Use ClonedCodeInfo to avoid another walk over the inlined code, this this
Chris Lattner
2006-01-13
Use the ClonedCodeInfo object to avoid scans of the inlined code when
Chris Lattner
2006-01-13
Refactor a bunch of invoke handling stuff out into a new function
Chris Lattner
2006-01-13
Allow the code cloning interfaces to capture some important info about the
Chris Lattner
2006-01-13
Fix a bug I noticed by inspection: if the first instruction in the inlined
Chris Lattner
2006-01-11
Preserve and update ETForest. Patch by Daniel Berlin
Chris Lattner
2006-01-10
Added support for the extractelement operation.
Robert Bocchino
2006-01-09
Teach loopsimplify to update et-forest. Patch contributed by Daniel Berlin!
Chris Lattner
2005-12-03
Fix SimplifyCFG/2005-12-03-IncorrectPHIFold.ll
Chris Lattner
2005-11-18
Implement a refinement to the mem2reg algorithm for cases where an alloca
Chris Lattner
2005-11-18
This needs proper dominance
Chris Lattner
2005-11-05
Add support alignment of allocation instructions.
Nate Begeman
2005-10-27
Fix #include order
Chris Lattner
2005-10-27
Move some constant folding code shared by Analysis and Transform passes
John Criswell
2005-10-26
1. Remove libraries no longer created from the list of libraries linked into the
John Criswell
2005-10-24
DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE now
Chris Lattner
2005-10-24
Only build .a file versions of these libraries, instead of .a and .o versions.
Chris Lattner
2005-10-23
When a function takes a variable number of pointer arguments, with a zero
Jeff Cohen
2005-10-04
Fix DemoteRegToStack on an invoke. This fixes PR634.
Chris Lattner
2005-10-03
Clean up the code a bit. Use isInstructionTriviallyDead to be more aggressive
Chris Lattner
[prev]
[next]