index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
Passes.cpp
Age
Commit message (
Expand
)
Author
2013-03-29
Remove the old CodePlacementOpt pass.
Benjamin Kramer
2013-03-05
Remove unused #includes.
Bill Wendling
2013-02-10
Fix a typo.
Cameron Zwarich
2013-01-17
Provide a place for targets to insert ILP optimization passes.
Jakob Stoklund Olesen
2013-01-07
Switch the SCEV expander and LoopStrengthReduce to use
Chandler Carruth
2012-12-21
Add targets to skip running the GC passes.
Evan Cheng
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-11-30
Replace r168930 with a more reasonable patch.
Bill Wendling
2012-11-19
Move else onto line with preceding closing brace.
Craig Topper
2012-11-13
misched: Allow subtargets to enable misched and dependent options.
Andrew Trick
2012-10-19
revert r166264 because the LTO build is still failing
Nadav Rotem
2012-10-19
recommit the patch that makes LSR and LowerInvoke use the TargetTransform int...
Nadav Rotem
2012-10-18
Temporarily revert the TargetTransform changes.
Bob Wilson
2012-10-10
Add a new interface to allow IR-level passes to access codegen-specific infor...
Nadav Rotem
2012-10-03
The early if conversion pass is ready to be used as an opt-in.
Jakob Stoklund Olesen
2012-09-06
Add a new optimization pass: Stack Coloring, that merges disjoint static allo...
Nadav Rotem
2012-09-05
Stop casting away const qualifier needlessly.
Roman Divacky
2012-08-20
Add a verification pass after ExpandISelPseudos.
Jakob Stoklund Olesen
2012-08-03
Add an experimental -early-live-intervals option.
Jakob Stoklund Olesen
2012-07-04
Make sure -print-machineinstrs applies to the first pass as well.
Jakob Stoklund Olesen
2012-07-04
Add an experimental early if-conversion pass, off by default.
Jakob Stoklund Olesen
2012-07-02
All glory to address sanitizer. ;]
Chandler Carruth
2012-07-02
Extend TargetPassConfig to allow running only a subset of the normal passes.
Bob Wilson
2012-07-02
Move assertion with TargetPassConfig's Initialized flag.
Bob Wilson
2012-07-02
Consistently use AnalysisID types in TargetPassConfig.
Bob Wilson
2012-07-02
Add all codegen passes to the PassManager via TargetPassConfig.
Bob Wilson
2012-06-26
Allow targets to inject passes before the virtual register rewriter.
Jakob Stoklund Olesen
2012-06-25
Run ProcessImplicitDefs on SSA form where it can be much simpler.
Jakob Stoklund Olesen
2012-06-08
Reintroduce VirtRegRewriter.
Jakob Stoklund Olesen
2012-05-30
Add an insertPass API to TargetPassConfig. <rdar://problem/11498613>
Bob Wilson
2012-05-01
Change the PassManager from a reference to a pointer.
Bill Wendling
2012-04-16
Flip the new block-placement pass to be on by default.
Chandler Carruth
2012-03-28
Enable machine code verification in the entire code generator.
Jakob Stoklund Olesen
2012-03-28
Enable machine code verification after PreSched2 passes.
Jakob Stoklund Olesen
2012-03-28
Also verify after ExpandPostRAPseudos.
Jakob Stoklund Olesen
2012-03-28
Enable machine code verification after the late machine optimization passes.
Jakob Stoklund Olesen
2012-03-14
misched: implemented a framework for top-down or bottom-up scheduling.
Andrew Trick
2012-02-20
Fix machine-cp by having it to check sub-register indicies. e.g.
Evan Cheng
2012-02-16
Disable machine copy propagation for now. It's known to be buggy (PR11940) an...
Benjamin Kramer
2012-02-15
Revert r150565 again. Appears to be a stage2 failure with dragonegg.
Andrew Trick
2012-02-15
Reapply r150565 with the typo fix properly merged.
Andrew Trick
2012-02-15
reverting r150565. Premature push.
Andrew Trick
2012-02-15
Move PostRAMachineLICM into MachineLateOptimization. It now runs after PEI!
Andrew Trick
2012-02-15
Allow CodeGen (llc) command line options to work as expected.
Andrew Trick
2012-02-15
Added TargetPassConfig::disablePass/substitutePass as a general mechanism to ...
Andrew Trick
2012-02-11
Add TargetPassConfig hooks for scheduling/bundling.
Andrew Trick
2012-02-10
comment grammar
Andrew Trick
2012-02-10
RegAlloc superpass: includes phi elimination, coalescing, and scheduling.
Andrew Trick
2012-02-09
Improve TargetPassConfig. No intended functionality.
Andrew Trick
2012-02-08
Codegen pass definition cleanup. No functionality.
Andrew Trick
[next]