OSDN Git Service
(root)
/
android-x86
/
external-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
[llvm] Change 2 instances of std::sort to llvm::sort
[android-x86/external-llvm.git]
/
lib
/
CodeGen
/
MachineSink.cpp
2018-06-21
Matt Davis
[DebugInfo] Ignore DBG_VALUE instructions in PostRA...
blob
|
commitdiff
2018-05-14
Nicola Zaghen
Rename DEBUG macro to LLVM_DEBUG.
blob
|
commitdiff
|
diff to current
2018-05-09
Shiva Chen
[DebugInfo] Examine all uses of isDebugValue() for...
blob
|
commitdiff
|
diff to current
2018-05-01
Adrian Prantl
Remove \brief commands from doxygen comments.
blob
|
commitdiff
|
diff to current
2018-04-27
Jun Bum Lim
[PostRASink] extend the live-in check for all aliased...
blob
|
commitdiff
|
diff to current
2018-04-27
Jun Bum Lim
[CodeGen] Use RegUnits to track register aliases (NFC)
blob
|
commitdiff
|
diff to current
2018-04-13
Jun Bum Lim
[PostRASink]Add register dependency check for implicit...
blob
|
commitdiff
|
diff to current
2018-04-03
Jun Bum Lim
[CodeGen]Add NoVRegs property on PostRASink and ShrinkWrap
blob
|
commitdiff
|
diff to current
2018-03-28
Jun Bum Lim
[PostRAMachineSink] preserve CFG
blob
|
commitdiff
|
diff to current
2018-03-22
Jun Bum Lim
[CodeGen] Add a new pass for PostRA sink
blob
|
commitdiff
|
diff to current
2017-12-15
Matthias Braun
MachineFunction: Return reference from getFunction...
blob
|
commitdiff
|
diff to current
2017-12-09
Paul Robinson
Fix out-of-order stepping behavior in programs with...
blob
|
commitdiff
|
diff to current
2017-12-07
Francis Visoiu Mistrih
[CodeGen] Use MachineOperand::print in the MIRPrinter...
blob
|
commitdiff
|
diff to current
2017-12-04
Francis Visoiu Mistrih
[CodeGen] Unify MBB reference format in both MIR and...
blob
|
commitdiff
|
diff to current
2017-11-28
Francis Visoiu Mistrih
[CodeGen] Print register names in lowercase in both...
blob
|
commitdiff
|
diff to current
2017-11-20
Paul Robinson
Revert "Fix out-of-order stepping behavior in programs...
blob
|
commitdiff
|
diff to current
2017-11-20
Paul Robinson
Fix out-of-order stepping behavior in programs with...
blob
|
commitdiff
|
diff to current
2017-11-17
David Blaikie
Fix a bunch more layering of CodeGen headers that are...
blob
|
commitdiff
|
diff to current
2017-11-08
David Blaikie
Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo...
blob
|
commitdiff
|
diff to current
2017-08-29
Eugene Zelenko
[CodeGen] Fix some Clang-tidy modernize-use-using and...
blob
|
commitdiff
|
diff to current
2017-06-06
Chandler Carruth
Sort the remaining #include lines in include/... and...
blob
|
commitdiff
|
diff to current
2017-05-25
Matthias Braun
CodeGen: Rename DEBUG_TYPE to match passnames
blob
|
commitdiff
|
diff to current
2016-10-28
Matthias Braun
MachineRegisterInfo: Remove unused arg from isConstantP...
blob
|
commitdiff
|
diff to current
2016-10-20
Dehao Chen
Using branch probability to guide critical edge splitting.
blob
|
commitdiff
|
diff to current
2016-10-19
Dehao Chen
Revert r284545 again as the regression in ppc still...
blob
|
commitdiff
|
diff to current
2016-10-18
Dehao Chen
Using branch probability to guide critical edge splitting.
blob
|
commitdiff
|
diff to current
2016-10-18
Dehao Chen
revert r284541.
blob
|
commitdiff
|
diff to current
2016-10-18
Dehao Chen
Using branch probability to guide critical edge splitting.
blob
|
commitdiff
|
diff to current
2016-08-25
Eugene Zelenko
Fix some Clang-tidy modernize-use-using and Include...
blob
|
commitdiff
|
diff to current
2016-07-15
Jacques Pienaar
Rename AnalyzeBranch* to analyzeBranch*.
blob
|
commitdiff
|
diff to current
2016-07-01
Duncan P. N. Exon...
CodeGen: Use MachineInstr& in MachineSink, NFC
blob
|
commitdiff
|
diff to current
2016-06-30
Duncan P. N. Exon...
CodeGen: Use MachineInstr& in TargetInstrInfo, NFC
blob
|
commitdiff
|
diff to current
2016-04-22
Andrew Kaylor
Re-commit optimization bisect support (r267022) without...
blob
|
commitdiff
|
diff to current
2016-04-22
Vedant Kumar
Revert "Initial implementation of optimization bisect...
blob
|
commitdiff
|
diff to current
2016-04-21
Quentin Colombet
[MachineBasicBlock] Make the pass argument truly mandat...
blob
|
commitdiff
|
diff to current
2016-04-21
Andrew Kaylor
Initial implementation of optimization bisect support.
blob
|
commitdiff
|
diff to current
2016-03-29
Fiona Glaser
MachineSink: make shouldSink a TII target hook
blob
|
commitdiff
|
diff to current
2016-03-09
Chad Rosier
[TII] Allow getMemOpBaseRegImmOfs() to accept negative...
blob
|
commitdiff
|
diff to current
2016-02-18
Richard Trieu
Remove uses of builtin comma operator.
blob
|
commitdiff
|
diff to current
2016-01-20
Sanjoy Das
[MachineSink] Don't break ImplicitNulls
blob
|
commitdiff
|
diff to current
2015-10-09
Owen Anderson
Refine the definition of convergent to only disallow...
blob
|
commitdiff
|
diff to current
2015-09-09
Chandler Carruth
[PM/AA] Rebuild LLVM's alias analysis infrastructure...
blob
|
commitdiff
|
diff to current
2015-08-27
Reid Kleckner
[WinEH] Add some support for code generating catchpad
blob
|
commitdiff
|
diff to current
2015-06-16
Arnaud A. de Grand...
[MachineSink] Address post-commit review comments
blob
|
commitdiff
|
diff to current
2015-06-15
Arnaud A. de Grand...
[MachineSink] Improve runtime performance. NFC.
blob
|
commitdiff
|
diff to current
2015-06-01
Owen Anderson
Disable MachineSink on convergent operations, similar...
blob
|
commitdiff
|
diff to current
2015-05-19
Matthias Braun
MachineInstr: Remove unused parameter.
blob
|
commitdiff
|
diff to current
2015-05-16
Matthias Braun
MachineSink: Collect registers before clearing their...
blob
|
commitdiff
|
diff to current
2015-05-08
Pete Cooper
Clear kill flags on all used registers when sinking...
blob
|
commitdiff
|
diff to current
2015-05-08
Pete Cooper
80 cols fix since i'm looking at this function anyway...
blob
|
commitdiff
|
diff to current
2014-12-04
Patrik Hagglund
Use DomTree in MachineSink to sink over diamonds.
blob
|
commitdiff
|
diff to current
2014-11-19
David Blaikie
Update SetVector to rely on the underlying set's insert...
blob
|
commitdiff
|
diff to current
2014-10-15
Jingyue Wu
[MachineSink] Use the real post dominator tree
blob
|
commitdiff
|
diff to current
2014-10-14
Eric Christopher
Access subtarget specific variables off of the MachineF...
blob
|
commitdiff
|
diff to current
2014-10-01
Jingyue Wu
Revert r216862 due to a performance regression
blob
|
commitdiff
|
diff to current
2014-09-25
Bruno Cardoso Lopes
[MachineSink+PGO] Teach MachineSink to use BlockFrequen...
blob
|
commitdiff
|
diff to current
2014-09-09
Patrik Hagglund
[MachineSinking] Conservatively clear kill flags after...
blob
|
commitdiff
|
diff to current
2014-09-04
Juergen Ributzka
Revert r216803 "[MachineSinking] Clear kill flag of...
blob
|
commitdiff
|
diff to current
2014-09-01
Jingyue Wu
[MachineSink] Use the real post dominator tree
blob
|
commitdiff
|
diff to current
2014-08-29
Juergen Ributzka
[MachineSinking] Clear kill flag of all operands at...
blob
|
commitdiff
|
diff to current
2014-08-11
Quentin Colombet
[MachineSink] Improve the compile time by preserving...
blob
|
commitdiff
|
diff to current
2014-08-04
Eric Christopher
Remove the TargetMachine forwards for TargetSubtargetIn...
blob
|
commitdiff
|
diff to current
2014-07-29
Jiangning Liu
Add TargetInstrInfo interface isAsCheapAsAMove.
blob
|
commitdiff
|
diff to current
2014-04-22
Chandler Carruth
[Modules] Remove potential ODR violations by sinking...
blob
|
commitdiff
|
diff to current
2014-04-14
Craig Topper
[C++11] More 'nullptr' conversion. In some cases just...
blob
|
commitdiff
|
diff to current
2014-03-31
Paul Robinson
Disable each MachineFunctionPass for 'optnone' function...
blob
|
commitdiff
|
diff to current
2014-03-17
Owen Anderson
Switch a number of loops in lib/CodeGen over to range...
blob
|
commitdiff
|
diff to current
2014-03-13
Owen Anderson
Phase 2 of the great MachineRegisterInfo cleanup. ...
blob
|
commitdiff
|
diff to current
2014-03-07
Craig Topper
[C++11] Add 'override' keyword to virtual methods that...
blob
|
commitdiff
|
diff to current
2014-03-01
Benjamin Kramer
Now that we have C++11, turn simple functors into lambd...
blob
|
commitdiff
|
diff to current
2013-10-14
Will Dietz
MachineSink: Fix and tweak critical-edge breaking heuri...
blob
|
commitdiff
|
diff to current
2013-07-14
Craig Topper
Use SmallVectorImpl& instead of SmallVector to avoid...
blob
|
commitdiff
|
diff to current
2013-07-03
Craig Topper
Use SmallVectorImpl instead of SmallVector for iterator...
blob
|
commitdiff
|
diff to current
2012-12-03
Chandler Carruth
Use the new script to sort the includes of every file...
blob
|
commitdiff
|
diff to current
2012-10-16
Jakob Stoklund Olesen
Remove unused BitVectors from getAllocatableSet().
blob
|
commitdiff
|
diff to current
2012-07-31
Manman Ren
MachineSink: Sort the successors before trying to find...
blob
|
commitdiff
|
diff to current
2012-07-31
Manman Ren
MachineSink: Sort the successors before trying to find...
blob
|
commitdiff
|
diff to current
2012-02-08
Andrew Trick
Codegen pass definition cleanup. No functionality.
blob
|
commitdiff
|
diff to current
2012-02-08
Andrew Trick
whitespace
blob
|
commitdiff
|
diff to current
2012-01-16
Jakob Stoklund Olesen
Extract method for detecting constant unallocatable...
blob
|
commitdiff
|
diff to current
2011-12-14
Devang Patel
Do not sink instruction, if it is not profitable.
blob
|
commitdiff
|
diff to current
2011-12-09
Devang Patel
Fix comment.
blob
|
commitdiff
|
diff to current
2011-12-09
Devang Patel
Update stale comment.
blob
|
commitdiff
|
diff to current
2011-12-08
Devang Patel
Revert r146184. I am seeing performance regression...
blob
|
commitdiff
|
diff to current
2011-12-08
Devang Patel
Refactor. No intentional functionality change.
blob
|
commitdiff
|
diff to current
2011-12-08
Devang Patel
Filter "sink to" candidate blocks sooner. This avoids...
blob
|
commitdiff
|
diff to current
2011-12-07
Evan Cheng
Add bundle aware API for querying instruction propertie...
blob
|
commitdiff
|
diff to current
2011-09-07
Devang Patel
While sinking machine instructions, sink matching DBG_V...
blob
|
commitdiff
|
diff to current
2011-04-11
Evan Cheng
Fix a couple of places where changes are made but not...
blob
|
commitdiff
|
diff to current
2010-10-19
Owen Anderson
Get rid of static constructors for pass registration...
blob
|
commitdiff
|
diff to current
2010-10-12
Owen Anderson
Begin adding static dependence information to passes...
blob
|
commitdiff
|
diff to current
2010-10-07
Owen Anderson
Now with fewer extraneous semicolons!
blob
|
commitdiff
|
diff to current
2010-09-23
Evan Cheng
Don't sink insert_subreg, subreg_to_reg, reg_sequence...
blob
|
commitdiff
|
diff to current
2010-09-20
Evan Cheng
Enable machine sinking critical edge splitting. e.g.
blob
|
commitdiff
|
diff to current
2010-09-20
Evan Cheng
Avoid splitting critical edge twice for a set of PHI...
blob
|
commitdiff
|
diff to current
2010-09-18
Evan Cheng
Fix code that break critical edges for PHI uses. Watch...
blob
|
commitdiff
|
diff to current
2010-09-17
Evan Cheng
Teach machine sink to
blob
|
commitdiff
|
diff to current
2010-08-19
Evan Cheng
Update debug logs.
blob
|
commitdiff
|
diff to current
2010-08-19
Evan Cheng
It's possible to sink a def if its local uses are PHI's.
blob
|
commitdiff
|
diff to current
2010-08-19
Evan Cheng
Remove disabled assertion.
blob
|
commitdiff
|
diff to current
next