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
/
Target
/
ARM
/
InstPrinter
/
ARMInstPrinter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ARM] Move InstPrinter files to MCTargetDesc. NFC
Richard Trieu
2019-05-11
1
-1582
/
+0
*
[llvm-objdump] Implement -Mreg-names-raw/-std options.
Igor Kudrin
2019-02-26
1
-1
/
+13
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[ARM][v8.5A] Add speculation barriers SSBB and PSSBB
Oliver Stannard
2018-09-28
1
-0
/
+15
*
Remove trailing space
Fangrui Song
2018-07-30
1
-1
/
+1
*
[AArch64][ARM] Armv8.4-A: Trace synchronization barrier instruction
Sjoerd Meijer
2018-07-06
1
-0
/
+11
*
Remove some unneeded #includes to fix layering
David Blaikie
2018-03-29
1
-2
/
+0
*
[ARM]Decoding MSR with unpredictable destination register causes an assert
Simi Pallipurath
2018-03-06
1
-1
/
+2
*
[ARM] v8.3-a complex number support
Sam Parker
2017-09-29
1
-0
/
+9
*
[ARM] Use searchable-table for banked registers
Javed Absar
2017-08-04
1
-44
/
+6
*
[ARM] Unify handling of M-Class system registers
Javed Absar
2017-07-19
1
-123
/
+22
*
[ARM] Fix some Include What You Use warnings; other minor fixes (NFC).
Eugene Zelenko
2017-02-03
1
-1
/
+8
*
Recommit: ARM: sort register lists by encoding in push/pop instructions.
Tim Northover
2016-11-14
1
-0
/
+6
*
Revert "ARM: sort register lists by encoding in push/pop instructions."
Tim Northover
2016-11-14
1
-6
/
+0
*
ARM: sort register lists by encoding in push/pop instructions.
Tim Northover
2016-11-14
1
-0
/
+6
*
ARM target does not use printAliasInstr machinery which
Sjoerd Meijer
2016-06-03
1
-52
/
+4
*
[ARM] Add new system registers to ARMv8-M Baseline/Mainline
Bradley Smith
2016-01-25
1
-0
/
+36
*
[ARM] Add ARMv8.2-A FP16 scalar instructions
Oliver Stannard
2016-01-25
1
-0
/
+28
*
# This is a combination of 2 commits.
Reid Kleckner
2016-01-15
1
-36
/
+0
*
[ARM] Add new system registers to ARMv8-M Baseline/Mainline
Bradley Smith
2016-01-15
1
-0
/
+36
*
Remove extra forward declarations and scrub includes for all in tree InstPrin...
Craig Topper
2015-12-25
1
-0
/
+1
*
Revert "[ARM] Add ARMv8.2-A FP16 scalar instructions"
Reid Kleckner
2015-12-16
1
-28
/
+0
*
[ARM] Add ARMv8.2-A FP16 scalar instructions
Oliver Stannard
2015-12-16
1
-0
/
+28
*
[ARM] Handle +t2dsp feature as an ArchExtKind in ARMTargetParser.def
Artyom Skrobov
2015-09-24
1
-1
/
+1
*
MC: Add target hook to control symbol quoting
Matt Arsenault
2015-06-09
1
-5
/
+7
*
Revert r238473, "Thumb2: Modify codegen for memcpy intrinsic to prefer LDM/STM."
Peter Collingbourne
2015-06-05
1
-14
/
+3
*
MC: Clean up MCExpr naming. NFC.
Jim Grosbach
2015-05-30
1
-1
/
+1
*
Thumb2: Modify codegen for memcpy intrinsic to prefer LDM/STM.
Peter Collingbourne
2015-05-28
1
-3
/
+14
*
Use std::bitset for SubtargetFeatures.
Michael Kuperstein
2015-05-26
1
-7
/
+7
*
MC: Modernize MCOperand API naming. NFC.
Jim Grosbach
2015-05-13
1
-1
/
+1
*
Reverting r237234, "Use std::bitset for SubtargetFeatures"
Michael Kuperstein
2015-05-13
1
-7
/
+7
*
Use std::bitset for SubtargetFeatures
Michael Kuperstein
2015-05-13
1
-7
/
+7
*
[ARM] Simplify code. NFC.
Benjamin Kramer
2015-04-25
1
-15
/
+2
*
Remove unused MCSubtargetInfo argument from the ARM MCInstPrinter ctors.
Eric Christopher
2015-03-30
1
-2
/
+1
*
[ARM] Enable changing instprinter's behavior based on the per-function
Akira Hatanaka
2015-03-27
1
-67
/
+133
*
clang-format ARMInstPrinter.{h,cpp} before I make changes to these files.
Akira Hatanaka
2015-03-27
1
-259
/
+275
*
[MCInstPrinter] Enable MCInstPrinter to change its behavior based on the
Akira Hatanaka
2015-03-27
1
-1
/
+1
*
Fix remaining MSVC warning
Andrew Kaylor
2015-03-25
1
-2
/
+2
*
Revert "Use std::bitset for SubtargetFeatures"
Michael Kuperstein
2015-03-24
1
-7
/
+7
*
Use std::bitset for SubtargetFeatures
Michael Kuperstein
2015-03-24
1
-7
/
+7
*
Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures.
Michael Kuperstein
2015-02-19
1
-7
/
+7
*
Use std::bitset for SubtargetFeatures
Michael Kuperstein
2015-02-19
1
-7
/
+7
*
Add support for ARM modified-immediate assembly syntax.
Asiri Rathnayake
2014-12-02
1
-0
/
+46
*
Add Thumb HVC and ERET virtualisation extension instructions.
Charlie Turner
2014-12-01
1
-0
/
+15
*
Add ARM ERET and HVC virtualisation extension instructions.
Charlie Turner
2014-12-01
1
-1
/
+3
*
ARMInstPrinter.cpp: Suppress a warning for -Asserts. [-Wunused-variable]
NAKAMURA Takumi
2014-10-06
1
-3
/
+2
*
ARM: silence unused variable warning
Tim Northover
2014-10-06
1
-2
/
+2
*
ARM: remove dead InstPrinting code
Tim Northover
2014-10-06
1
-28
/
+1
*
Thumb2 M-class MSR instruction support changes
Renato Golin
2014-09-01
1
-41
/
+45
*
ARM: implement MRS/MSR (banked reg) system instructions.
Tim Northover
2014-08-15
1
-0
/
+36
[next]