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
/
CodeGen
/
Passes.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Provide a place for targets to insert ILP optimization passes.
Jakob Stoklund Olesen
2013-01-17
1
-0
/
+10
*
Split TargetLowering into a CodeGen and a SelectionDAG part.
Benjamin Kramer
2013-01-11
1
-3
/
+5
*
Switch TargetTransformInfo from an immutable analysis pass that requires
Chandler Carruth
2013-01-07
1
-0
/
+6
*
Add targets to skip running the GC passes.
Evan Cheng
2012-12-21
1
-0
/
+5
*
Replace r168930 with a more reasonable patch.
Bill Wendling
2012-11-30
1
-0
/
+4
*
Remove unused MachineLoopRanges analysis.
Jakub Staszak
2012-11-27
1
-3
/
+0
*
Add a new optimization pass: Stack Coloring, that merges disjoint static allo...
Nadav Rotem
2012-09-06
1
-0
/
+4
*
Add an experimental -early-live-intervals option.
Jakob Stoklund Olesen
2012-08-03
1
-0
/
+4
*
Start scaffolding for a MachineTraceMetrics analysis pass.
Jakob Stoklund Olesen
2012-07-26
1
-0
/
+4
*
Add an experimental early if-conversion pass, off by default.
Jakob Stoklund Olesen
2012-07-04
1
-0
/
+4
*
Extend TargetPassConfig to allow running only a subset of the normal passes.
Bob Wilson
2012-07-02
1
-1
/
+18
*
Consistently use AnalysisID types in TargetPassConfig.
Bob Wilson
2012-07-02
1
-10
/
+8
*
Add all codegen passes to the PassManager via TargetPassConfig.
Bob Wilson
2012-07-02
1
-2
/
+10
*
Add a missing forward declaration of PassManagerBase.
Bob Wilson
2012-07-02
1
-0
/
+1
*
Allow targets to inject passes before the virtual register rewriter.
Jakob Stoklund Olesen
2012-06-26
1
-0
/
+12
*
Reintroduce VirtRegRewriter.
Jakob Stoklund Olesen
2012-06-08
1
-0
/
+4
*
Add an insertPass API to TargetPassConfig. <rdar://problem/11498613>
Bob Wilson
2012-05-30
1
-0
/
+6
*
Change the PassManager from a reference to a pointer.
Bill Wendling
2012-05-01
1
-1
/
+1
*
Enable machine code verification in the entire code generator.
Jakob Stoklund Olesen
2012-03-28
1
-5
/
+0
*
s/SjLjEHPass/SjLjEHPrepare/
Bill Wendling
2012-03-13
1
-2
/
+2
*
Added TargetPassConfig::enablePass
Andrew Trick
2012-03-09
1
-1
/
+4
*
delete dead code, patch by Michael Spencer.
Jia Liu
2012-03-02
1
-5
/
+0
*
Allow CodeGen (llc) command line options to work as expected.
Andrew Trick
2012-02-15
1
-0
/
+14
*
Added TargetPassConfig::disablePass/substitutePass as a general mechanism to ...
Andrew Trick
2012-02-15
1
-3
/
+20
*
comment
Andrew Trick
2012-02-15
1
-0
/
+1
*
Add TargetPassConfig hooks for scheduling/bundling.
Andrew Trick
2012-02-11
1
-4
/
+22
*
comment
Andrew Trick
2012-02-11
1
-2
/
+2
*
RegAlloc superpass: includes phi elimination, coalescing, and scheduling.
Andrew Trick
2012-02-10
1
-9
/
+26
*
Improve TargetPassConfig. No intended functionality.
Andrew Trick
2012-02-09
1
-0
/
+13
*
Codegen pass definition cleanup. No functionality.
Andrew Trick
2012-02-08
1
-77
/
+63
*
Move pass configuration out of pass constructors: MachineLICM.
Andrew Trick
2012-02-08
1
-1
/
+2
*
Move pass configuration out of pass constructors: StackSlotColoring.
Andrew Trick
2012-02-08
1
-1
/
+1
*
Move pass configuration out of pass constructors: PostRAScheduler.
Andrew Trick
2012-02-08
1
-1
/
+1
*
Move pass configuration out of pass constructors: BranchFolderPass
Andrew Trick
2012-02-08
1
-6
/
+9
*
Added TargetPassConfig::setOpt
Andrew Trick
2012-02-08
1
-0
/
+6
*
Added Pass::createPass(ID) to handle pass configuration by ID
Andrew Trick
2012-02-08
1
-1
/
+1
*
Move pass configuration out of pass constructors: TailDuplicate::PreRegAlloc
Andrew Trick
2012-02-08
1
-1
/
+1
*
TargetPassConfig: confine the MC configuration to TargetMachine.
Andrew Trick
2012-02-04
1
-16
/
+29
*
Make TargetPassConfig an ImmutablePass so CodeGenPasses can query options
Andrew Trick
2012-02-04
1
-2
/
+10
*
Initialize all common codegen passes before configuration so we can use their...
Andrew Trick
2012-02-03
1
-2
/
+1
*
Added TargetPassConfig. The first little step toward configuring codegen passes.
Andrew Trick
2012-02-03
1
-0
/
+104
*
More bundle related API additions.
Evan Cheng
2012-01-19
1
-0
/
+5
*
Renamed MachineScheduler to ScheduleTopDownLive.
Andrew Trick
2012-01-17
1
-1
/
+1
*
Added the MachineSchedulerPass skeleton.
Andrew Trick
2012-01-13
1
-0
/
+3
*
Added a late machine instruction copy propagation pass. This catches
Evan Cheng
2012-01-07
1
-0
/
+4
*
- Add MachineInstrBundle.h and MachineInstrBundle.cpp. This includes a function
Evan Cheng
2011-12-14
1
-0
/
+4
*
Delete the linear scan register allocator.
Jakob Stoklund Olesen
2011-11-12
1
-5
/
+0
*
Begin collecting some of the statistics for block placement discussed on
Chandler Carruth
2011-11-02
1
-0
/
+5
*
Implement a block placement pass based on the branch probability and
Chandler Carruth
2011-10-21
1
-0
/
+4
*
Remove X86-dependent stuff from SSEDomainFix.
Jakob Stoklund Olesen
2011-09-27
1
-0
/
+9
[next]