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
/
TwoAddressInstructionPass.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
*
[CodeGen] Skip over dbg-instr in twoaddr pass
Markus Lavin
2019-01-03
1
-3
/
+6
*
[TwoAddressInstructionPass] Replace subregister uses when processing tied ope...
Bjorn Pettersson
2018-10-15
1
-8
/
+13
*
TwoAddressInstructionPass: Modernize/fix some comments; NFC
Matthias Braun
2018-10-08
1
-5
/
+5
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-24
/
+23
*
[DebugInfo] Examine all uses of isDebugValue() for debug instructions.
Shiva Chen
2018-05-09
1
-10
/
+10
*
[TwoAddressInstructionPass] Improve tryInstructionCommute of X86 FMA and vpte...
Craig Topper
2018-03-09
1
-5
/
+14
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-1
/
+1
*
Rename LiveIntervalAnalysis.h to LiveIntervals.h
Matthias Braun
2017-12-13
1
-1
/
+1
*
[CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register.
Francis Visoiu Mistrih
2017-12-07
1
-24
/
+24
*
TwoAddressInstructionPass: Trigger -O0 behavior on optnone
Matthias Braun
2017-12-05
1
-0
/
+4
*
[TwoAddressInstructionPass] Bugfix in handling of sunk instructions.
Jonas Paulsson
2017-12-04
1
-1
/
+10
*
[CodeGen] Print register names in lowercase in both MIR and debug output
Francis Visoiu Mistrih
2017-11-28
1
-5
/
+5
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-3
/
+3
*
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
-15
/
+30
*
Remove redundant copy in recurrences
Taewook Oh
2017-06-29
1
-2
/
+9
*
CodeGen: Rename DEBUG_TYPE to match passnames
Matthias Braun
2017-05-25
1
-3
/
+3
*
[CodeGen] Don't require AA in TwoAddress at -O0.
Ahmed Bougacha
2017-05-10
1
-2
/
+5
*
[TwoAddressInstruction] Fix typo in comment. NFC
Craig Topper
2017-02-04
1
-1
/
+1
*
[CodeGen] Rename MachineInstrBuilder::addOperand. NFC
Diana Picus
2017-01-13
1
-1
/
+1
*
[TwoAddressInstruction] When commuting an instruction don't assume that the d...
Craig Topper
2016-09-11
1
-3
/
+5
*
[CodeGen] Make the TwoAddressInstructionPass check if the instruction is comm...
Craig Topper
2016-09-11
1
-1
/
+4
*
Replace subregister uses when processing tied operands
Matt Arsenault
2016-08-26
1
-2
/
+2
*
Make TwoAddressInstructionPass::rescheduleMIBelowKill subreg-aware
Michael Kuperstein
2016-08-11
1
-14
/
+25
*
CodeGen: Avoid iterator conversions in TwoAddressInstructionPass, NFC
Duncan P. N. Exon Smith
2016-07-08
1
-55
/
+51
*
CodeGen: Use MachineInstr& in LiveVariables API, NFC
Duncan P. N. Exon Smith
2016-07-01
1
-14
/
+14
*
CodeGen: Use MachineInstr& in TargetInstrInfo, NFC
Duncan P. N. Exon Smith
2016-06-30
1
-8
/
+8
*
LiveIntervalAnalysis: Remove LiveVariables requirement
Matthias Braun
2016-04-28
1
-0
/
+1
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-2
/
+1
*
CodeGen: Update LiveIntervalAnalysis API to use MachineInstr&, NFC
Duncan P. N. Exon Smith
2016-02-27
1
-4
/
+4
*
CodeGen: Take MachineInstr& in SlotIndexes and LiveIntervals, NFC
Duncan P. N. Exon Smith
2016-02-27
1
-6
/
+6
*
Revert "LiveIntervalAnalysis: Remove LiveVariables requirement" and LiveInter...
Matthias Braun
2016-02-18
1
-1
/
+0
*
LiveIntervalAnalysis: Remove LiveVariables requirement
Matthias Braun
2016-02-13
1
-0
/
+1
*
Fix Clang-tidy readability-redundant-control-flow warnings; other minor fixes.
Eugene Zelenko
2016-02-02
1
-2
/
+1
*
use range-based for loops; NFCI
Sanjay Patel
2015-12-01
1
-12
/
+6
*
don't repeat function/variable names in comments; NFC
Sanjay Patel
2015-12-01
1
-64
/
+57
*
fix typo; NFC
Sanjay Patel
2015-12-01
1
-1
/
+1
*
CodeGen: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-09
1
-3
/
+4
*
Use range-based for loops. NFC.
Craig Topper
2015-10-08
1
-13
/
+7
*
[TwoAddressInstructionPass] When looking for a 3 addr conversion after commut...
Craig Topper
2015-10-06
1
-0
/
+7
*
Improved the interface of methods commuting operands, improved X86-FMA3 mem-f...
Andrew Kaylor
2015-09-28
1
-43
/
+71
*
Reformat blank lines.
NAKAMURA Takumi
2015-09-22
1
-1
/
+0
*
Reformat comment lines.
NAKAMURA Takumi
2015-09-22
1
-4
/
+4
*
[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible
Chandler Carruth
2015-09-09
1
-3
/
+3
*
[TwoAddressInstructionPass] Rename a variable to match the coding style.
Quentin Colombet
2015-07-06
1
-4
/
+4
*
[TwoAddressInstructionPass] Try 3 Addr Conversion After Commuting.
Quentin Colombet
2015-07-01
1
-2
/
+18
*
MachineInstr: Remove unused parameter.
Matthias Braun
2015-05-19
1
-3
/
+3
*
Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
Benjamin Kramer
2015-03-23
1
-0
/
+1
*
Revert the test commit.
Wei Mi
2015-03-04
1
-1
/
+0
[next]