index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
CodeGen
/
CriticalAntiDepBreaker.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
MachineBasicBlock: Factor out common code into isReturnBlock()
Matthias Braun
2015-09-25
1
-1
/
+1
*
Save LaneMask with livein registers
Matthias Braun
2015-09-09
1
-2
/
+2
*
MachineBasicBlock: Add liveins() method returning an iterator_range
Matthias Braun
2015-08-24
1
-3
/
+2
*
MachineFrameInfo: Simplify pristine register calculation.
Matthias Braun
2015-05-28
1
-1
/
+1
*
Remove unnecessary TargetMachine.h includes.
Eric Christopher
2014-10-14
1
-1
/
+0
*
critical-anti-dependency breaker: don't use reg def info from kill insts (PR2...
Sanjay Patel
2014-08-20
1
-2
/
+17
*
use register iterators that include self to reduce code duplication in Critic...
Sanjay Patel
2014-08-06
1
-25
/
+6
*
Have MachineFunction cache a pointer to the subtarget to make lookups
Eric Christopher
2014-08-05
1
-5
/
+4
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-11
/
+9
*
bug fix for PR20020: anti-dependency-breaker causes miscompilation
Sanjay Patel
2014-07-03
1
-0
/
+31
*
fixed a few typos in comments
Sanjay Patel
2014-06-24
1
-11
/
+9
*
[Modules] Remove potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-14
1
-14
/
+15
*
Make consistent use of MCPhysReg instead of uint16_t throughout the tree.
Craig Topper
2014-04-04
1
-1
/
+1
*
Fix known typos
Alp Toker
2014-01-24
1
-1
/
+1
*
Use SmallVectorImpl instead of SmallVector as method argument to avoid specif...
Craig Topper
2013-07-03
1
-1
/
+1
*
Use SmallVectorImpl instead of SmallVector for iterators and references to av...
Craig Topper
2013-07-03
1
-1
/
+1
*
Simplify logic now that r182490 is in place. No functional change intended.
Chad Rosier
2013-05-22
1
-2
/
+2
*
Remove special-casing of return blocks for liveness.
Jakob Stoklund Olesen
2013-02-05
1
-17
/
+1
*
This patch addresses bug 15031.
Bill Schmidt
2013-01-28
1
-8
/
+24
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-3
/
+3
*
Use MCPhysReg for RegisterClassInfo allocation orders.
Jakob Stoklund Olesen
2012-11-29
1
-1
/
+1
*
Remove RegisterClassInfo::isReserved() and isAllocatable().
Jakob Stoklund Olesen
2012-10-15
1
-1
/
+1
*
Fix typos found by http://github.com/lyda/misspell-check
Benjamin Kramer
2012-06-02
1
-1
/
+1
*
Switch all register list clients to the new MC*Iterator interface.
Jakob Stoklund Olesen
2012-06-01
1
-15
/
+10
*
Switch some getAliasSet clients to MCRegAliasIterator.
Jakob Stoklund Olesen
2012-06-01
1
-34
/
+16
*
Add an MF argument to TRI::getPointerRegClass() and TII::getRegClass().
Jakob Stoklund Olesen
2012-05-07
1
-2
/
+2
*
CriticalAntiDepBreaker: Replace a SmallSet of regs with a much denser BitVector.
Benjamin Kramer
2012-03-17
1
-9
/
+11
*
CriticalAntiDepBreaker: BasicBlock::size is an expensive operation, reuse the...
Benjamin Kramer
2012-03-16
1
-7
/
+7
*
Convert more GenRegisterInfo tables from unsigned to uint16_t to reduce stati...
Craig Topper
2012-03-05
1
-3
/
+3
*
Use uint16_t to store register overlaps to reduce static data.
Craig Topper
2012-03-04
1
-5
/
+5
*
Use uint16_t to store registers in callee saved register tables to reduce siz...
Craig Topper
2012-03-04
1
-1
/
+1
*
Handle regmasks in CriticalAntiDepBreaker.
Jakob Stoklund Olesen
2012-02-23
1
-0
/
+14
*
Initialize SUnits before DAG building.
Andrew Trick
2012-02-22
1
-0
/
+2
*
Added a late machine instruction copy propagation pass. This catches
Evan Cheng
2012-01-07
1
-1
/
+1
*
Add bundle aware API for querying instruction properties and switch the code
Evan Cheng
2011-12-07
1
-4
/
+4
*
More refactoring. Move getRegClass from TargetOperandInfo to TargetInstrInfo.
Evan Cheng
2011-06-27
1
-2
/
+2
*
Teach antidependency breakers to use RegisterClassInfo.
Jakob Stoklund Olesen
2011-06-16
1
-8
/
+6
*
Update DBG_VALUEs while breaking anti dependencies.
Devang Patel
2011-06-02
1
-9
/
+6
*
Fix PostRA antidependence breaker.
Andrew Trick
2011-02-08
1
-8
/
+46
*
Fix an anti-dep breaker corner case.
Andrew Trick
2011-02-05
1
-1
/
+0
*
Fixes <rdar://problem/8612856>: During postRAsched, the antidependence
Andrew Trick
2010-11-02
1
-9
/
+27
*
Fix a miscompile in 186.crafty for Thumb2 that was exposed by Evan's
Bob Wilson
2010-10-02
1
-10
/
+14
*
Fix a comment typo.
Bob Wilson
2010-09-10
1
-1
/
+1
*
Anti-dependency breaking needs to be careful not to use reserved regs
Jim Grosbach
2010-09-02
1
-0
/
+2
*
Fix a use-after-free.
Dan Gohman
2010-07-26
1
-2
/
+0
*
Use std::vector instead of TargetRegisterInfo::FirstVirtualRegister. This time
Bill Wendling
2010-07-15
1
-9
/
+16
*
revert bill's patches in an attempt to fix the buildbot.
Chris Lattner
2010-07-15
1
-4
/
+2
*
Use std::vector instead of a hard-coded array. The length of that array could
Bill Wendling
2010-07-15
1
-2
/
+4
*
Make post-ra scheduling, anti-dep breaking, and register scavenger (conservat...
Evan Cheng
2010-06-16
1
-53
/
+84
[next]