index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
InitializePasses.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add MachineBlockFrequency analysis.
Jakub Staszak
2011-07-16
1
-0
/
+1
*
Land the long talked about "type system rewrite" patch. This
Chris Lattner
2011-07-09
1
-1
/
+0
*
Introduce "expect" intrinsic instructions.
Jakub Staszak
2011-07-06
1
-0
/
+1
*
Remove the experimental (and unused) pre-ra splitting pass. Greedy regalloc c...
Evan Cheng
2011-06-27
1
-1
/
+0
*
There is only one register coalescer. Merge it into the base class and
Rafael Espindola
2011-06-26
1
-2
/
+1
*
Introduce BlockFrequency analysis for BasicBlocks.
Jakub Staszak
2011-06-23
1
-0
/
+1
*
Introduce MachineBranchProbabilityInfo class, which has similar API to
Jakub Staszak
2011-06-16
1
-0
/
+1
*
The ARC language-specific optimizer. Credit to Dan Gohman.
John McCall
2011-06-15
1
-0
/
+4
*
New BranchProbabilityInfo analysis. Patch by Jakub Staszak!
Andrew Trick
2011-06-04
1
-0
/
+1
*
Rename LineProfiling to GCOVProfiling to more accurately represent what it
Nick Lewycky
2011-04-16
1
-1
/
+1
*
Add support for line profiling. Very work-in-progress.
Nick Lewycky
2011-04-12
1
-0
/
+1
*
remove the StructRetPromotion pass. It is unused, not maintained and
Chris Lattner
2011-04-11
1
-1
/
+0
*
remove postdom frontiers, because it is dead. Forward dom frontiers are
Chris Lattner
2011-04-05
1
-1
/
+0
*
Delete the GEPSplitter experiment.
Dan Gohman
2011-02-28
1
-1
/
+0
*
Delete the SimplifyHalfPowrLibCalls pass, which was unused, and
Dan Gohman
2011-02-28
1
-1
/
+0
*
Delete the LiveValues pass. I won't get get back to the project it
Dan Gohman
2011-02-28
1
-1
/
+0
*
introduce a new TargetLibraryInfo pass, which transformations can use to
Chris Lattner
2011-02-18
1
-0
/
+1
*
Implementation of path profiling.
Andrew Trick
2011-01-29
1
-4
/
+9
*
Remove outdated references to dominance frontiers.
Cameron Zwarich
2011-01-18
1
-1
/
+1
*
remove the partial specialization pass. It is unmaintained and has bugs.
Chris Lattner
2011-01-16
1
-1
/
+0
*
split SROA into two passes: one that uses DomFrontiers (-scalarrepl)
Chris Lattner
2011-01-14
1
-1
/
+2
*
Add the SpillPlacement analysis pass.
Jakob Stoklund Olesen
2011-01-06
1
-0
/
+1
*
Turn the EdgeBundles class into a stand-alone machine CFG analysis pass.
Jakob Stoklund Olesen
2011-01-04
1
-0
/
+1
*
Add a new loop-instsimplify pass, with the intention of replacing the instance
Cameron Zwarich
2011-01-03
1
-0
/
+1
*
sketch out a new early cse pass. No functionality yet.
Chris Lattner
2011-01-02
1
-0
/
+1
*
Start of a pass for recognizing memset and memcpy idioms.
Chris Lattner
2010-12-26
1
-0
/
+1
*
Add a new convenience pass for testing InstructionSimplify. Previously
Duncan Sands
2010-12-20
1
-0
/
+1
*
Add MachineLoopRanges analysis.
Jakob Stoklund Olesen
2010-12-15
1
-0
/
+1
*
Stub out a new LiveDebugVariables pass.
Jakob Stoklund Olesen
2010-11-30
1
-0
/
+1
*
Rename ExpandPseudos to ExpandISelPseudos to help clarify its role.
Dan Gohman
2010-11-18
1
-1
/
+1
*
Split pseudo-instruction expansion into a separate pass, to make it
Dan Gohman
2010-11-16
1
-0
/
+1
*
Get rid of static constructors for pass registration. Instead, every pass ex...
Owen Anderson
2010-10-19
1
-0
/
+1
*
Remove LoopIndexSplit pass. It is neither maintained nor used by anyone.
Devang Patel
2010-10-07
1
-1
/
+0
*
Add initialization routines for Instrumentation.
Owen Anderson
2010-10-07
1
-0
/
+4
*
Add initialization routines to InstCombine.
Owen Anderson
2010-10-07
1
-0
/
+4
*
Add initialization routines for VMCore.
Owen Anderson
2010-10-07
1
-0
/
+4
*
Add initialization routines for Target.
Owen Anderson
2010-10-07
1
-0
/
+3
*
Add initialization routines for CodeGen.
Owen Anderson
2010-10-07
1
-0
/
+3
*
Add initialization routines for Analysis and IPA.
Owen Anderson
2010-10-07
1
-0
/
+6
*
Add an initialization routine for libLLVMipo.a
Owen Anderson
2010-10-07
1
-2
/
+5
*
Next step on the getting-rid-of-static-ctors train: begin adding per-library
Owen Anderson
2010-10-07
1
-0
/
+8
*
Add the header that I accidentally forgot from r115900.
Owen Anderson
2010-10-07
1
-0
/
+185