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
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Remove trailing space
Fangrui Song
2018-07-30
1
-1
/
+1
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-9
/
+9
*
[DebugInfo] Examine all uses of isDebugValue() for debug instructions.
Shiva Chen
2018-05-09
1
-2
/
+2
*
[CodeGen] Don't print "pred:" and "opt:" in -debug output
Francis Visoiu Mistrih
2018-01-09
1
-4
/
+4
*
[CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register.
Francis Visoiu Mistrih
2017-12-07
1
-4
/
+4
*
[CodeGen] Always use `printReg` to print registers in both MIR and debug
Francis Visoiu Mistrih
2017-11-30
1
-4
/
+4
*
[CodeGen] Print register names in lowercase in both MIR and debug output
Francis Visoiu Mistrih
2017-11-28
1
-4
/
+4
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-2
/
+2
*
Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering
David Blaikie
2017-11-08
1
-1
/
+1
*
[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...
Eugene Zelenko
2017-09-29
1
-10
/
+22
*
[AntiDepBreaker] Revert r299124 and add a test.
Tim Shen
2017-05-30
1
-1
/
+1
*
Resubmit r301309: [DebugInfo][X86] Fix handling of DBG_VALUE's in post-RA sch...
Andrew Ng
2017-04-25
1
-4
/
+2
*
Revert "[DebugInfo][X86] Fix handling of DBG_VALUE's in post-RA scheduler."
Andrew Ng
2017-04-25
1
-2
/
+4
*
[DebugInfo][X86] Fix handling of DBG_VALUE's in post-RA scheduler.
Andrew Ng
2017-04-25
1
-4
/
+2
*
getPristineRegs is not accurately considering shrink wrapping puts
Eric Christopher
2017-03-30
1
-1
/
+3
*
Disable Callee Saved Registers
Oren Ben Simhon
2017-03-14
1
-1
/
+2
*
MachineFunction: Return reference for getFrameInfo(); NFC
Matthias Braun
2016-07-28
1
-2
/
+2
*
[CodeGen] Fix problem with X86 byte registers in CriticalAntiDepBreaker
Mitch Bodart
2016-05-26
1
-4
/
+6
*
CodeGen: Use MachineInstr& in AntiDepBreaker API, NFC
Duncan P. N. Exon Smith
2016-02-27
1
-27
/
+27
*
CodeGen: TII: Take MachineInstr& in predicate API, NFC
Duncan P. N. Exon Smith
2016-02-23
1
-5
/
+4
*
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
[next]