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
/
AggressiveAntiDepBreaker.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
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-72
/
+80
*
[DebugInfo] Examine all uses of isDebugValue() for debug instructions.
Shiva Chen
2018-05-09
1
-1
/
+1
*
Fix layering of MachineValueType.h by moving it from CodeGen to Support
David Blaikie
2018-03-23
1
-1
/
+1
*
[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
-25
/
+24
*
[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
-22
/
+32
*
[AntiDepBreaker] Revert r299124 and add a test.
Tim Shen
2017-05-30
1
-1
/
+1
*
BitVector: add iterators for set bits
Francis Visoiu Mistrih
2017-05-17
1
-3
/
+2
*
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
/
+2
*
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
*
Do not rename registers that do not start an independent live range
Krzysztof Parzyszek
2016-05-26
1
-0
/
+25
*
Fix Sub-register Rewriting in Aggressive Anti-Dependence Breaker
Chuang-Yu Cheng
2016-04-01
1
-13
/
+16
*
CodeGen: Use MachineInstr& in AntiDepBreaker API, NFC
Duncan P. N. Exon Smith
2016-02-27
1
-44
/
+42
*
CodeGen: TII: Take MachineInstr& in predicate API, NFC
Duncan P. N. Exon Smith
2016-02-23
1
-4
/
+3
*
[AggressiveAntiDepBreaker] Skip some unnecessary BitVector copies.
Benjamin Kramer
2016-02-13
1
-9
/
+11
*
[CodeGen]: Fix bad interaction with AntiDep breaking and inline asm.
Kyle Butt
2015-12-02
1
-3
/
+6
*
Revert "Simplify code. NFC."
Chad Rosier
2015-10-09
1
-1
/
+6
*
MachineBasicBlock: Factor out common code into isReturnBlock()
Matthias Braun
2015-09-25
1
-1
/
+1
*
Simplify code. NFC.
Chad Rosier
2015-09-25
1
-6
/
+1
*
Save LaneMask with livein registers
Matthias Braun
2015-09-09
1
-2
/
+2
*
[AggressiveAntiDepBreaker] Check for EarlyClobber on defining instruction
Hal Finkel
2015-08-31
1
-0
/
+14
*
MachineBasicBlock: Add liveins() method returning an iterator_range
Matthias Braun
2015-08-24
1
-3
/
+2
*
[AggressiveAntiDepBreaker] Use range loops for multimap access.
Benjamin Kramer
2015-07-18
1
-23
/
+8
*
MachineFrameInfo: Simplify pristine register calculation.
Matthias Braun
2015-05-28
1
-1
/
+1
*
Correct the AggressiveAntiDepBreaker's handling of subregisters defining supe...
Hal Finkel
2015-01-28
1
-0
/
+10
*
Handle early-clobber registers in the aggressive anti-dep breaker
Hal Finkel
2014-12-09
1
-0
/
+15
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-1
/
+1
*
Move register class name strings to a single array in MCRegisterInfo to reduc...
Craig Topper
2014-11-17
1
-1
/
+1
*
Remove unnecessary TargetMachine.h includes.
Eric Christopher
2014-10-14
1
-1
/
+0
*
Reduce double set lookups. NFC.
Benjamin Kramer
2014-10-10
1
-6
/
+2
*
Have MachineFunction cache a pointer to the subtarget to make lookups
Eric Christopher
2014-08-05
1
-3
/
+3
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-12
/
+7
*
Disable IsSub subregister assert. pr18663.
Will Schmidt
2014-07-31
1
-1
/
+3
*
[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
-24
/
+23
*
Make consistent use of MCPhysReg instead of uint16_t throughout the tree.
Craig Topper
2014-04-04
1
-1
/
+1
*
Fix the aggressive anti-dep breaker's subregister definition handling
Hal Finkel
2014-02-26
1
-1
/
+11
*
Fix crash in AggressiveAntiDepBreaker with empty CriticalPathSet
Hal Finkel
2013-09-12
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
*
Remove duplicate includes.
Roman Divacky
2012-12-21
1
-1
/
+0
[next]