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
/
MachineOperand.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
CodeGen: Introduce a class for registers
Matt Arsenault
2019-06-24
1
-1
/
+1
*
Fix not calling TargetCustom PSVs printer
Matt Arsenault
2019-06-14
1
-1
/
+1
*
[CodeGen] Fix hashing for MO_ExternalSymbol MachineOperands.
Eli Friedman
2019-06-01
1
-1
/
+1
*
[MachineOperand] Add a ChangeToGA method
Nicolai Haehnle
2019-05-15
1
-0
/
+13
*
Include what's used in a few cpp files - these were getting transitive
Eric Christopher
2019-04-12
1
-0
/
+1
*
GlobalISel: Fix creating MMOs with align 0
Matt Arsenault
2019-01-31
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[AArch64] - Return address signing dwarf support
Luke Cheeseman
2018-12-18
1
-0
/
+5
*
Revert r347490 as it breaks address sanitizer builds
Luke Cheeseman
2018-11-23
1
-5
/
+0
*
Revert r343341
Luke Cheeseman
2018-11-23
1
-0
/
+5
*
MachineOperand/MIParser: Do not print debug-use flag, infer it
Matthias Braun
2018-10-30
1
-2
/
+2
*
Fix in MachineOperand::printIRValueReference().
Jonas Paulsson
2018-10-25
1
-1
/
+2
*
Revert r343317
Luke Cheeseman
2018-09-28
1
-5
/
+0
*
Reapply changes reverted by r343235
Luke Cheeseman
2018-09-28
1
-0
/
+5
*
Revert r343192 as an ubsan build is currently failing
Luke Cheeseman
2018-09-27
1
-5
/
+0
*
Reapply changes reverted in r343114, lldb patch to follow shortly
Luke Cheeseman
2018-09-27
1
-0
/
+5
*
Revert r343112 as CallFrameString API change has broken lldb builds
Luke Cheeseman
2018-09-26
1
-5
/
+0
*
[AArch64] - Return address signing dwarf support
Luke Cheeseman
2018-09-26
1
-0
/
+5
*
Revert r343089 "[AArch64] - Return address signing dwarf support"
Hans Wennborg
2018-09-26
1
-5
/
+0
*
[AArch64] - Return address signing dwarf support
Luke Cheeseman
2018-09-26
1
-0
/
+5
*
Consistently use MemoryLocation::UnknownSize to indicate unknown access size
Krzysztof Parzyszek
2018-08-20
1
-1
/
+6
*
[ADT] Make escaping fn conform to coding guidelines
Jonas Devlieghere
2018-05-31
1
-1
/
+1
*
[MachineVerifier][GlobalISel] NFC, Improving MO printing and refactoring visi...
Roman Tereshin
2018-05-07
1
-1
/
+7
*
IWYU for llvm-config.h in llvm, additions.
Nico Weber
2018-04-30
1
-0
/
+1
*
Fix type mismatch between MachineMemOperand constructor and accessors. NFC
Daniel Sanders
2018-04-09
1
-1
/
+1
*
[MIR] Adding support for Named Virtual Registers in MIR.
Puyan Lotfi
2018-03-30
1
-1
/
+9
*
[CodeGen] Fixed unreachable with -print-machineinstrs and custom pseudo sourc...
Tim Renouf
2018-03-27
1
-1
/
+6
*
[CodeGen] Use MIR syntax for MachineMemOperand printing
Francis Visoiu Mistrih
2018-03-14
1
-103
/
+168
*
[MachineOperand][Target] MachineOperand::isRenamable semantics changes
Geoff Berry
2018-02-23
1
-15
/
+15
*
[CodeGen][NFC] Rename IsVerbose to IsStandalone in Machine*::print
Francis Visoiu Mistrih
2018-01-18
1
-3
/
+3
*
[CodeGen] Print RegClasses on MI in verbose mode
Francis Visoiu Mistrih
2018-01-18
1
-3
/
+3
*
[CodeGen][NFC] Correct case for printSubRegIdx
Francis Visoiu Mistrih
2018-01-16
1
-1
/
+1
*
[MIR] Repurposing '$' sigil used by external symbols. Replacing with '&'.
Puyan Lotfi
2018-01-10
1
-1
/
+1
*
[CodeGen] Move printing MO_BlockAddress operands to MachineOperand::print
Francis Visoiu Mistrih
2017-12-19
1
-6
/
+39
*
[CodeGen] Move printing MO_IntrinsicID operands to MachineOperand::print
Francis Visoiu Mistrih
2017-12-19
1
-2
/
+2
*
[CodeGen] Move printing MO_IntrinsicID operands to MachineOperand::print
Francis Visoiu Mistrih
2017-12-19
1
-3
/
+3
*
[CodeGen] Move printing MO_FPImmediate operands to MachineOperand::print
Francis Visoiu Mistrih
2017-12-19
1
-23
/
+1
*
[CodeGen] Refactor printOffset from MO and MIRPrinter
Francis Visoiu Mistrih
2017-12-19
1
-14
/
+14
*
[CodeGen] Move printing MO_CFIIndex operands to MachineOperand::print
Francis Visoiu Mistrih
2017-12-19
1
-2
/
+123
*
[CodeGen] Print stack object references as %(fixed-)stack.0 in both MIR and d...
Francis Visoiu Mistrih
2017-12-15
1
-2
/
+29
*
[MIR] Add support for missing CFI directives
Francis Visoiu Mistrih
2017-12-15
1
-1
/
+5
*
[CodeGen] Print MCSymbol operands as <mcsymbol sym> in both MIR and debug output
Francis Visoiu Mistrih
2017-12-14
1
-1
/
+1
*
[CodeGen] Move printing MO_Metadata operands to MachineOperand::print
Francis Visoiu Mistrih
2017-12-14
1
-2
/
+0
*
[CodeGen] Print live-out register lists as liveout(...) in both MIR and debug...
Francis Visoiu Mistrih
2017-12-14
1
-2
/
+18
*
[CodeGen] Print global addresses as @foo in both MIR and debug output
Francis Visoiu Mistrih
2017-12-14
1
-6
/
+64
*
[CodeGen] Print external symbols as $symbol in both MIR and debug output
Francis Visoiu Mistrih
2017-12-14
1
-5
/
+11
*
[CodeGen] Print jump-table index operands as %jump-table.0 in both MIR and de...
Francis Visoiu Mistrih
2017-12-13
1
-1
/
+2
*
[CodeGen] Print target index operands as target-index(target-specific) + 8 in...
Francis Visoiu Mistrih
2017-12-13
1
-5
/
+22
*
[CodeGen] Print constant pool index operands as %const.0 + 8 in both MIR and ...
Francis Visoiu Mistrih
2017-12-13
1
-4
/
+12
*
[MachineOperand][MIR] Add isRenamable to MachineOperand.
Geoff Berry
2017-12-12
1
-2
/
+35
[next]