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
/
MachineSink.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[DebugInfo] Make postra sinking of DBG_VALUEs subregister-safe
Jeremy Morse
2019-08-19
1
-9
/
+28
*
Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-15
1
-9
/
+9
*
Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...
Daniel Sanders
2019-08-01
1
-9
/
+8
*
Use llvm::stable_sort
Fangrui Song
2019-04-23
1
-3
/
+2
*
[CodeGen] Add "const" to MachineInstr::mayAlias
Bjorn Pettersson
2019-04-19
1
-1
/
+1
*
Add skipFunction to PostRA machine sinking pass.
Xin Tong
2019-02-21
1
-0
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[CodeGen][NFC] Make `TII::getMemOpBaseImmOfs` return a base operand
Francis Visoiu Mistrih
2018-11-28
1
-3
/
+6
*
[MachineSink][DebugInfo] Correctly sink DBG_VALUEs
Jeremy Morse
2018-11-02
1
-10
/
+47
*
[PostRASink] Make sure to remove subregisters from live-ins as well
Krzysztof Parzyszek
2018-09-18
1
-2
/
+5
*
[DWARF] Missing location debug information with -O2.
Carlos Alberto Enciso
2018-08-30
1
-20
/
+1
*
Remove trailing space
Fangrui Song
2018-07-30
1
-1
/
+1
*
[DebugInfo] Ignore DBG_VALUE instructions in PostRA Machine Sink
Matt Davis
2018-06-21
1
-25
/
+36
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-17
/
+17
*
[DebugInfo] Examine all uses of isDebugValue() for debug instructions.
Shiva Chen
2018-05-09
1
-1
/
+1
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-2
/
+2
*
[PostRASink] extend the live-in check for all aliased registers
Jun Bum Lim
2018-04-27
1
-11
/
+11
*
[CodeGen] Use RegUnits to track register aliases (NFC)
Jun Bum Lim
2018-04-27
1
-29
/
+28
*
[PostRASink]Add register dependency check for implicit operands
Jun Bum Lim
2018-04-13
1
-23
/
+103
*
[CodeGen]Add NoVRegs property on PostRASink and ShrinkWrap
Jun Bum Lim
2018-04-03
1
-0
/
+5
*
[PostRAMachineSink] preserve CFG
Jun Bum Lim
2018-03-28
1
-0
/
+5
*
[CodeGen] Add a new pass for PostRA sink
Jun Bum Lim
2018-03-22
1
-0
/
+188
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-1
/
+1
*
Fix out-of-order stepping behavior in programs with sunk instructions.
Paul Robinson
2017-12-09
1
-1
/
+11
*
[CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register.
Francis Visoiu Mistrih
2017-12-07
1
-3
/
+3
*
[CodeGen] Unify MBB reference format in both MIR and debug output
Francis Visoiu Mistrih
2017-12-04
1
-23
/
+23
*
[CodeGen] Print register names in lowercase in both MIR and debug output
Francis Visoiu Mistrih
2017-11-28
1
-2
/
+2
*
Revert "Fix out-of-order stepping behavior in programs with sunk instructions."
Paul Robinson
2017-11-20
1
-11
/
+0
*
Fix out-of-order stepping behavior in programs with sunk instructions.
Paul Robinson
2017-11-20
1
-0
/
+11
*
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-08-29
1
-8
/
+13
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
CodeGen: Rename DEBUG_TYPE to match passnames
Matthias Braun
2017-05-25
1
-4
/
+4
*
MachineRegisterInfo: Remove unused arg from isConstantPhysReg(); NFC
Matthias Braun
2016-10-28
1
-1
/
+1
*
Using branch probability to guide critical edge splitting.
Dehao Chen
2016-10-20
1
-0
/
+18
*
Revert r284545 again as the regression in ppc still exists. There is bug in M...
Dehao Chen
2016-10-19
1
-18
/
+0
*
Using branch probability to guide critical edge splitting.
Dehao Chen
2016-10-18
1
-0
/
+18
*
revert r284541.
Dehao Chen
2016-10-18
1
-17
/
+0
*
Using branch probability to guide critical edge splitting.
Dehao Chen
2016-10-18
1
-0
/
+17
*
Fix some Clang-tidy modernize-use-using and Include What You Use warnings; ot...
Eugene Zelenko
2016-08-25
1
-4
/
+18
*
Rename AnalyzeBranch* to analyzeBranch*.
Jacques Pienaar
2016-07-15
1
-1
/
+1
*
CodeGen: Use MachineInstr& in MachineSink, NFC
Duncan P. N. Exon Smith
2016-07-01
1
-52
/
+49
*
CodeGen: Use MachineInstr& in TargetInstrInfo, NFC
Duncan P. N. Exon Smith
2016-06-30
1
-2
/
+2
*
Re-commit optimization bisect support (r267022) without new pass manager supp...
Andrew Kaylor
2016-04-22
1
-1
/
+1
*
Revert "Initial implementation of optimization bisect support."
Vedant Kumar
2016-04-22
1
-1
/
+1
*
[MachineBasicBlock] Make the pass argument truly mandatory when
Quentin Colombet
2016-04-21
1
-1
/
+1
*
Initial implementation of optimization bisect support.
Andrew Kaylor
2016-04-21
1
-1
/
+1
*
MachineSink: make shouldSink a TII target hook
Fiona Glaser
2016-03-29
1
-7
/
+2
*
[TII] Allow getMemOpBaseRegImmOfs() to accept negative offsets. NFC.
Chad Rosier
2016-03-09
1
-1
/
+2
[next]