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
/
CodeGen
/
Passes.h
Age
Commit message (
Expand
)
Author
2013-04-10
Use a real union for IdentifyingPassPtr.
Benjamin Kramer
2013-04-10
Generalize the PassConfig API and remove addFinalizeRegAlloc().
Andrew Trick
2013-03-29
Remove the old CodePlacementOpt pass.
Benjamin Kramer
2013-03-01
GCInfoDeleter code cleanup after r175528
Yiannis Tsiouris
2013-01-17
Provide a place for targets to insert ILP optimization passes.
Jakob Stoklund Olesen
2013-01-11
Split TargetLowering into a CodeGen and a SelectionDAG part.
Benjamin Kramer
2013-01-07
Switch TargetTransformInfo from an immutable analysis pass that requires
Chandler Carruth
2012-12-21
Add targets to skip running the GC passes.
Evan Cheng
2012-11-30
Replace r168930 with a more reasonable patch.
Bill Wendling
2012-11-27
Remove unused MachineLoopRanges analysis.
Jakub Staszak
2012-09-06
Add a new optimization pass: Stack Coloring, that merges disjoint static allo...
Nadav Rotem
2012-08-03
Add an experimental -early-live-intervals option.
Jakob Stoklund Olesen
2012-07-26
Start scaffolding for a MachineTraceMetrics analysis pass.
Jakob Stoklund Olesen
2012-07-04
Add an experimental early if-conversion pass, off by default.
Jakob Stoklund Olesen
2012-07-02
Extend TargetPassConfig to allow running only a subset of the normal passes.
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-07-02
Add a missing forward declaration of PassManagerBase.
Bob Wilson
2012-06-26
Allow targets to inject passes before the virtual register rewriter.
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-03-28
Enable machine code verification in the entire code generator.
Jakob Stoklund Olesen
2012-03-13
s/SjLjEHPass/SjLjEHPrepare/
Bill Wendling
2012-03-09
Added TargetPassConfig::enablePass
Andrew Trick
2012-03-02
delete dead code, patch by Michael Spencer.
Jia Liu
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-15
comment
Andrew Trick
2012-02-11
Add TargetPassConfig hooks for scheduling/bundling.
Andrew Trick
2012-02-11
comment
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
2012-02-08
Move pass configuration out of pass constructors: MachineLICM.
Andrew Trick
2012-02-08
Move pass configuration out of pass constructors: StackSlotColoring.
Andrew Trick
2012-02-08
Move pass configuration out of pass constructors: PostRAScheduler.
Andrew Trick
2012-02-08
Move pass configuration out of pass constructors: BranchFolderPass
Andrew Trick
2012-02-08
Added TargetPassConfig::setOpt
Andrew Trick
2012-02-08
Added Pass::createPass(ID) to handle pass configuration by ID
Andrew Trick
2012-02-08
Move pass configuration out of pass constructors: TailDuplicate::PreRegAlloc
Andrew Trick
2012-02-04
TargetPassConfig: confine the MC configuration to TargetMachine.
Andrew Trick
2012-02-04
Make TargetPassConfig an ImmutablePass so CodeGenPasses can query options
Andrew Trick
2012-02-03
Initialize all common codegen passes before configuration so we can use their...
Andrew Trick
2012-02-03
Added TargetPassConfig. The first little step toward configuring codegen passes.
Andrew Trick
2012-01-19
More bundle related API additions.
Evan Cheng
2012-01-17
Renamed MachineScheduler to ScheduleTopDownLive.
Andrew Trick
2012-01-13
Added the MachineSchedulerPass skeleton.
Andrew Trick
2012-01-07
Added a late machine instruction copy propagation pass. This catches
Evan Cheng
2011-12-14
- Add MachineInstrBundle.h and MachineInstrBundle.cpp. This includes a function
Evan Cheng
[next]