projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Remove static global GCNames from Function.cpp and move it to the Context
[oota-llvm.git]
/
lib
/
CodeGen
/
EarlyIfConversion.cpp
2015-12-13
Cong Hou
Normalize MBB's successors' probabilities in several...
blob
|
commitdiff
|
raw
2015-06-18
Yi Jiang
Avoid redundant select node in early if-conversion...
blob
|
commitdiff
|
raw
|
diff to current
2015-05-29
Matthias Braun
This should have been a reference
blob
|
commitdiff
|
raw
|
diff to current
2015-05-29
Matthias Braun
CodeGen: Use mop_iterator instead of MIOperands/ConstMI...
blob
|
commitdiff
|
raw
|
diff to current
2015-05-19
Matthias Braun
MachineInstr: Remove unused parameter.
blob
|
commitdiff
|
raw
|
diff to current
2015-04-15
Daniel Berlin
Add range iterators for post order and inverse post...
blob
|
commitdiff
|
raw
|
diff to current
2015-01-27
Eric Christopher
The subtarget is cached on the MachineFunction. Access...
blob
|
commitdiff
|
raw
|
diff to current
2014-11-19
David Blaikie
Update SetVector to rely on the underlying set's insert...
blob
|
commitdiff
|
raw
|
diff to current
2014-09-02
Pete Cooper
Change MCSchedModel to be a struct of statically initia...
blob
|
commitdiff
|
raw
|
diff to current
2014-08-05
Eric Christopher
Have MachineFunction cache a pointer to the subtarget...
blob
|
commitdiff
|
raw
|
diff to current
2014-08-04
Eric Christopher
Remove the TargetMachine forwards for TargetSubtargetIn...
blob
|
commitdiff
|
raw
|
diff to current
2014-05-22
Eric Christopher
Return false if we're not going to do anything.
blob
|
commitdiff
|
raw
|
diff to current
2014-05-21
Eric Christopher
Fix compilation issues.
blob
|
commitdiff
|
raw
|
diff to current
2014-05-21
Eric Christopher
Make early if conversion dependent upon the subtarget...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-22
Chandler Carruth
[Modules] Remove potential ODR violations by sinking...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-14
Craig Topper
[C++11] More 'nullptr' conversion. In some cases just...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-07
Craig Topper
[C++11] Add 'override' keyword to virtual methods that...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-02
Benjamin Kramer
[C++11] Replace llvm::next and llvm::prior with std...
blob
|
commitdiff
|
raw
|
diff to current
2013-04-02
Jakob Stoklund Olesen
Allow MachineTraceMetrics to be used when the model...
blob
|
commitdiff
|
raw
|
diff to current
2013-04-02
Jakob Stoklund Olesen
Don't attempt MTM heuristics without a scheduling model...
blob
|
commitdiff
|
raw
|
diff to current
2013-03-08
Jakob Stoklund Olesen
Remove wrong and unnecessary assertion.
blob
|
commitdiff
|
raw
|
diff to current
2013-03-07
Jakob Stoklund Olesen
Add a getPassName() method.
blob
|
commitdiff
|
raw
|
diff to current
2013-01-17
Jakob Stoklund Olesen
Move MachineTraceMetrics.h into include/llvm/CodeGen.
blob
|
commitdiff
|
raw
|
diff to current
2012-12-03
Chandler Carruth
Use the new script to sort the includes of every file...
blob
|
commitdiff
|
raw
|
diff to current
2012-10-25
Jakob Stoklund Olesen
Stop running the machine code verifier unconditionally.
blob
|
commitdiff
|
raw
|
diff to current
2012-10-04
Jakob Stoklund Olesen
Get MCSchedModel directly from the subtarget.
blob
|
commitdiff
|
raw
|
diff to current
2012-08-22
David Blaikie
Tidy up a few more uses of MF.getFunction()->getName().
blob
|
commitdiff
|
raw
|
diff to current
2012-08-13
Jakob Stoklund Olesen
Count triangles and diamonds in early if-conversion.
blob
|
commitdiff
|
raw
|
diff to current
2012-08-13
Jakob Stoklund Olesen
Delete dead typedef.
blob
|
commitdiff
|
raw
|
diff to current
2012-08-13
Jakob Stoklund Olesen
Handle extra Tail predecessors in if-conversion.
blob
|
commitdiff
|
raw
|
diff to current
2012-08-10
Jakob Stoklund Olesen
Add a proper if-conversion cost model.
blob
|
commitdiff
|
raw
|
diff to current
2012-08-10
Jakob Stoklund Olesen
Add getTPred() and getFPred() functions.
blob
|
commitdiff
|
raw
|
diff to current
2012-08-08
Jakob Stoklund Olesen
Heed -stress-early-ifcvt.
blob
|
commitdiff
|
raw
|
diff to current
2012-08-08
Jakob Stoklund Olesen
Get the MispredictPenalty from MCSchedModel.
blob
|
commitdiff
|
raw
|
diff to current
2012-08-07
Jakob Stoklund Olesen
Add trace accessor methods, implement primitive if...
blob
|
commitdiff
|
raw
|
diff to current
2012-07-30
Jakob Stoklund Olesen
Hook into PassManager's analysis verification.
blob
|
commitdiff
|
raw
|
diff to current
2012-07-30
Jakob Stoklund Olesen
Add MachineTraceMetrics::verify().
blob
|
commitdiff
|
raw
|
diff to current
2012-07-27
Jakob Stoklund Olesen
Add more debug output to MachineTraceMetrics.
blob
|
commitdiff
|
raw
|
diff to current
2012-07-26
Jakob Stoklund Olesen
Start scaffolding for a MachineTraceMetrics analysis...
blob
|
commitdiff
|
raw
|
diff to current
2012-07-10
Jakob Stoklund Olesen
Require and preserve LoopInfo for early if-conversion.
blob
|
commitdiff
|
raw
|
diff to current
2012-07-10
Jakob Stoklund Olesen
Run early if-conversion in domtree post-order.
blob
|
commitdiff
|
raw
|
diff to current
2012-07-06
Jakob Stoklund Olesen
Add some comments suggested in code review.
blob
|
commitdiff
|
raw
|
diff to current
2012-07-04
Matt Beaumont-Gay
Fix some ascii art in a comment to not have trailing...
blob
|
commitdiff
|
raw
|
diff to current
2012-07-04
Jakob Stoklund Olesen
Add an experimental early if-conversion pass, off by...
blob
|
commitdiff
|
raw
|
diff to current