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
/
LinkAllPasses.h
Age
Commit message (
Expand
)
Author
2013-04-09
Add support for bottom-up SLP vectorization infrastructure.
Nadav Rotem
2013-03-08
Remove -print-dbginfo as it is unused & bitrotten.
David Blaikie
2013-02-08
Enable *BasicBlockPass::createPrinterPass()
Sergei Larin
2013-01-28
Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation ...
Michael Gottesman
2013-01-11
Added -view-callgraph module pass.
Andrew Trick
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2012-12-12
LoopVectorizer: Use the "optsize" attribute to decide if we are allowed to in...
Nadav Rotem
2012-12-12
LoopVectorizer: When -Os is used, vectorize only loops that dont require a ta...
Nadav Rotem
2012-12-03
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-11-02
Add a cost model analysis that allows us to estimate the cost of IR-level ins...
Nadav Rotem
2012-10-26
Remove LoopDependenceAnalysis.
Benjamin Kramer
2012-10-26
Change the internalize pass to internalize all symbols when given an empty
Rafael Espindola
2012-10-17
Add a loop vectorizer.
Nadav Rotem
2012-10-11
dependence analysis
Sebastian Pop
2012-09-11
Add a pass that renames everything with metasyntatic names. This works well a...
Alex Rosenberg
2012-08-28
Profile: set branch weight metadata with data generated from profiling.
Manman Ren
2012-05-22
add a new pass to instrument loads and stores for run-time bounds checking
Nuno Lopes
2012-02-01
Add a basic-block autovectorization pass.
Hal Finkel
2012-01-17
Add a new ObjC ARC optimization pass to eliminate unneeded
Dan Gohman
2011-12-06
All these arguments are default anyways.
Nick Lewycky
2011-08-30
Remove the old tail duplication pass. It is not used and is unable to update
Rafael Espindola
2011-08-29
Reapply r138695. Fix PassManager stack depths.
Andrew Trick
2011-08-27
Reverting r138695 to see if it fixes clang self host.
Andrew Trick
2011-08-27
Fix PassManager stack depths.
Andrew Trick
2011-08-03
Remove the LowerSetJmp pass. It wasn't used effectively by any of the targets.
Bill Wendling
2011-07-09
Land the long talked about "type system rewrite" patch. This
Chris Lattner
2011-07-06
Introduce "expect" intrinsic instructions.
Jakub Staszak
2011-06-15
The ARC language-specific optimizer. Credit to Dan Gohman.
John McCall
2011-05-17
Conditionalize the format of the GCOV files by target type. Darwin uses the 4.2
Bill Wendling
2011-04-21
Add independent controls for whether GCOV profiling should emit .gcno files or
Nick Lewycky
2011-04-16
Rename LineProfiling to GCOVProfiling to more accurately represent what it
Nick Lewycky
2011-04-12
Add support for line profiling. Very work-in-progress.
Nick Lewycky
2011-04-11
remove the StructRetPromotion pass. It is unused, not maintained and
Chris Lattner
2011-04-05
remove postdom frontiers, because it is dead. Forward dom frontiers are
Chris Lattner
2011-02-28
Delete the GEPSplitter experiment.
Dan Gohman
2011-02-28
Delete the SimplifyHalfPowrLibCalls pass, which was unused, and
Dan Gohman
2011-02-28
Delete the LiveValues pass. I won't get get back to the project it
Dan Gohman
2011-01-29
Implementation of path profiling.
Andrew Trick
2011-01-16
remove the partial specialization pass. It is unmaintained and has bugs.
Chris Lattner
2011-01-02
sketch out a new early cse pass. No functionality yet.
Chris Lattner
2010-12-26
Start of a pass for recognizing memset and memcpy idioms.
Chris Lattner
2010-12-20
Add a new convenience pass for testing InstructionSimplify. Previously
Duncan Sands
2010-10-25
Reference RegionPass to stop it being eliminated.
Tobias Grosser
2010-10-18
Make AliasSetTracker TBAA-aware, enabling TBAA-enabled LICM.
Dan Gohman
2010-10-07
Remove LoopIndexSplit pass. It is neither maintained nor used by anyone.
Devang Patel
2010-09-29
remove PointerTracking from mainline, Edwin is going to move it out to ClamAV
Chris Lattner
2010-09-16
Add a pass which prints out all the memdep dependencies.
Dan Gohman
2010-08-31
Rename ValuePropagation to a more descriptive CorrelatedValuePropagation.
Owen Anderson
2010-08-28
remove the ABCD and SSI passes. They don't have any clients that
Chris Lattner
2010-08-27
Add a prototype of a new peephole optimizing pass that uses LazyValue info to...
Owen Anderson
[next]