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
*
Update aosp/master llvm for rebase to r233350
Pirama Arumuga Nainar
2015-04-09
1
-7
/
+16
*
Update aosp/master LLVM for rebase to r230699.
Stephen Hines
2015-03-23
1
-41
/
+45
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
1
-3
/
+19
*
Update LLVM for rebase to r212749.
Stephen Hines
2014-07-21
1
-0
/
+19
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
1
-10
/
+11
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
1
-3
/
+22
*
Move the old pass manager infrastructure into a legacy namespace and
Chandler Carruth
2013-11-09
1
-1
/
+6
*
Simplify formatting and sort these. No functionality changed.
Chandler Carruth
2013-10-15
1
-14
/
+10
*
Remove the now unused strong phi elimination pass.
Rafael Espindola
2013-10-14
1
-8
/
+0
*
Allow subtarget selection of the default MachineScheduler and document the in...
Andrew Trick
2013-09-20
1
-0
/
+16
*
Don't leak passes if added outside of the area determined by Started/Stopped ...
Benjamin Kramer
2013-08-05
1
-1
/
+2
*
Access the TargetLoweringInfo from the TargetMachine object instead of cachin...
Bill Wendling
2013-06-19
1
-1
/
+1
*
Access the TargetLoweringInfo from the TargetMachine object instead of cachin...
Bill Wendling
2013-06-19
1
-4
/
+4
*
The DWARF EH pass doesn't need the TargetMachine, only the TargetLoweringBase...
Bill Wendling
2013-05-20
1
-1
/
+1
*
Use a real union for IdentifyingPassPtr.
Benjamin Kramer
2013-04-10
1
-7
/
+9
*
Generalize the PassConfig API and remove addFinalizeRegAlloc().
Andrew Trick
2013-04-10
1
-15
/
+46
*
Remove the old CodePlacementOpt pass.
Benjamin Kramer
2013-03-29
1
-4
/
+0
*
GCInfoDeleter code cleanup after r175528
Yiannis Tsiouris
2013-03-01
1
-4
/
+0
*
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
[next]