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
Age
Commit message (
Expand
)
Author
2006-05-13
Fix an infinite loop bug that Vladimir Prus identified.
Reid Spencer
2006-05-02
Add pass ID's for various passes, so they can be AddRequiredID. Patch by
Chris Lattner
2006-04-20
remove a dead prototype
Chris Lattner
2006-04-10
Add a simple pass to make sure that all (non-library) calls to malloc and free
Andrew Lenharth
2006-03-16
For each loop, keep track of all the IV expressions inserted indexed by
Evan Cheng
2006-03-13
Added target lowering hooks which LSR consults to make more intelligent
Evan Cheng
2006-02-22
Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean.
Chris Lattner
2006-02-10
Remove a level of indirection.
Chris Lattner
2006-01-16
Remove a never-working pass
Chris Lattner
2006-01-14
Teach inline function how to update the callgraph when it makes changes.
Chris Lattner
2006-01-13
Allow the code cloning interfaces to capture some important info about the
Chris Lattner
2005-11-28
Added documented rsprofiler interface. Also remove new profiler passes, the
Andrew Lenharth
2005-11-28
Random sampling (aka Arnold and Ryder) profiling. This is still preliminary,...
Andrew Lenharth
2005-11-22
Reg2Mem is something a pass may depend on, so allow that
Andrew Lenharth
2005-11-10
needs to go here to apparently.
Andrew Lenharth
2005-11-10
The pass everyone has been waiting for!
Andrew Lenharth
2005-11-05
Add support alignment of allocation instructions.
Nate Begeman
2005-10-29
Remove the LowerConstantExpressionsPass pass
Chris Lattner
2005-10-27
Move some constant folding functions into LLVMAnalysis since they are used
John Criswell
2005-10-24
Don't link these three passes in anymore
Chris Lattner
2005-10-24
Don't invade the system namespace
Chris Lattner
2005-10-24
There is no need for this to be VC++ only
Chris Lattner
2005-10-19
Make this work with the internalize change
Chris Lattner
2005-10-18
add an option to the internalize pass
Chris Lattner
2005-09-27
allow demotion to volatile values
Chris Lattner
2005-09-26
add a new function
Chris Lattner
2005-08-17
add a helper
Chris Lattner
2005-08-04
Fix a fixme in CondPropagate.cpp by moving a PhiNode optimization into
Nate Begeman
2005-04-26
Add SimplyLibCalls.cpp to VC++ build
Jeff Cohen
2005-04-25
Declare a function to create the SimplifyLibCalls pass.
Reid Spencer
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-04-15
new pass
Chris Lattner
2005-04-15
add a new prototype
Chris Lattner
2005-03-28
Fix VC++ build breakage
Jeff Cohen
2005-03-28
Rename createPromoteMemoryToRegister() to
Alkis Evlogimenos
2005-03-04
Add support for not strength reducing GEPs where the element size is a small
Jeff Cohen
2005-03-03
Add an argument.
Chris Lattner
2005-01-28
Get VC++ compiling again
Jeff Cohen
2005-01-10
Apply feedback from Chris.
Jeff Cohen
2005-01-10
Apply feed back from Chris:
Jeff Cohen
2005-01-09
Add last four createXxxPass functions
Jeff Cohen
2005-01-08
Add even more missing createXxxPass functions.
Jeff Cohen
2005-01-08
Add a few more passes to LinkAllPasses.h
Jeff Cohen
2005-01-08
Add more missing createXxxPass functions.
Jeff Cohen
2005-01-07
But not the identation of THAT line
Jeff Cohen
2005-01-07
Correct indentation levels
Jeff Cohen
2005-01-07
Add missing createXxxPass functions
Jeff Cohen
2005-01-07
Fix spelling.
Misha Brukman
2005-01-07
Update list of passes
Jeff Cohen
2005-01-07
Fix return type
Jeff Cohen
[next]