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
/
AsmParser
/
ARMAsmParser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
ARM: fix vmov.i64 immediate validity check
Tim Northover
2016-07-14
1
-1
/
+1
*
ARM: validate immediate branch targets in AsmParser.
Tim Northover
2016-07-11
1
-0
/
+28
*
Refactor and cleanup Assembly Parsing / Lexing
Nirav Dave
2016-06-17
1
-2
/
+2
*
Revert "Refactor and cleanup Assembly Parsing / Lexing"
Nirav Dave
2016-06-16
1
-2
/
+2
*
Refactor and cleanup Assembly Parsing / Lexing
Nirav Dave
2016-06-16
1
-2
/
+2
*
[ARM] Accept conditional versions of BXNS and BLXNS
Oliver Stannard
2016-06-07
1
-0
/
+1
*
RAS extensions are part of ARMv8.2-A. This change enables them by introducing a
Sjoerd Meijer
2016-06-03
1
-0
/
+18
*
[ARM] Support and tests for transform of LDR rt, = to MOV
Renato Golin
2016-05-12
1
-5
/
+66
*
[ARM] Delay ARM constant pool creation. NFC.
Renato Golin
2016-05-12
1
-6
/
+67
*
[scan-build] fix warnings emitted on LLVM ARM code base
Renato Golin
2016-05-12
1
-1
/
+3
*
[ARM] Avoid switching ARM/Thumb mode on .arch/.cpu directive
Oliver Stannard
2016-04-11
1
-0
/
+30
*
ARM: disallow pc as a base register in Thumb2 memory ops.
Tim Northover
2016-02-25
1
-1
/
+1
*
Move MCTargetAsmParser.h to llvm/MC/MCParser where it belongs.
Benjamin Kramer
2016-01-27
1
-2
/
+2
*
Reflect the MC/MCDisassembler split on the include/ level.
Benjamin Kramer
2016-01-26
1
-1
/
+1
*
[ARM] Add new system registers to ARMv8-M Baseline/Mainline
Bradley Smith
2016-01-25
1
-0
/
+26
*
[ARM] Add ARMv8-M security extension instructions to ARMv8-M Baseline/Mainline
Bradley Smith
2016-01-25
1
-1
/
+2
*
[ARM] Add ARMv8.2-A FP16 scalar instructions
Oliver Stannard
2016-01-25
1
-3
/
+41
*
Revert "[ARM] Add ARMv8-M security extension instructions to ARMv8-M Baseline...
Reid Kleckner
2016-01-15
1
-1
/
+1
*
# This is a combination of 2 commits.
Reid Kleckner
2016-01-15
1
-26
/
+0
*
[ARM] Add new system registers to ARMv8-M Baseline/Mainline
Bradley Smith
2016-01-15
1
-0
/
+26
*
[ARM] Add ARMv8-M security extension instructions to ARMv8-M Baseline/Mainline
Bradley Smith
2016-01-15
1
-1
/
+1
*
[ARM] Add B.W and CBZ instructions to ARMv8-M Baseline
Bradley Smith
2016-01-15
1
-2
/
+5
*
Revert "[ARM] Add ARMv8.2-A FP16 scalar instructions"
Reid Kleckner
2015-12-16
1
-41
/
+3
*
[ARM] Add ARMv8.2-A FP16 vector instructions
Oliver Stannard
2015-12-16
1
-2
/
+4
*
[ARM] Add ARMv8.2-A FP16 scalar instructions
Oliver Stannard
2015-12-16
1
-3
/
+41
*
ARM: Change ArchCheck field to uint64_t
Matthias Braun
2015-12-01
1
-1
/
+1
*
[ARM] Add ARMv8.2-A to TargetParser
Oliver Stannard
2015-12-01
1
-0
/
+1
*
[ARM,AArch64] Store source location of asm constant pool entries
Oliver Stannard
2015-11-16
1
-2
/
+5
*
[ARM,AArch64] Store source location for values in assembly files
Oliver Stannard
2015-11-16
1
-1
/
+1
*
[ARM] Introduce subtarget features per ARM architecture.
Bradley Smith
2015-11-16
1
-2
/
+2
*
Reduce the size of MCRelaxableFragment.
Akira Hatanaka
2015-11-14
1
-1
/
+6
*
[MCTargetAsmParser] Move the member varialbes that reference
Akira Hatanaka
2015-11-14
1
-17
/
+16
*
[ARM] Allow SP in rGPR, starting from ARMv8
Artyom Skrobov
2015-10-28
1
-11
/
+29
*
Actually switch the arch when we see .arch. PR21695
Roman Divacky
2015-10-02
1
-0
/
+5
*
[ARM] Support for ARMv6-Z / ARMv6-ZK missing
Artyom Skrobov
2015-09-30
1
-2
/
+1
*
[ARM] Handle +t2dsp feature as an ArchExtKind in ARMTargetParser.def
Artyom Skrobov
2015-09-24
1
-3
/
+3
*
[Triple] Stop abusing a class to have only static methods and just use
Chandler Carruth
2015-08-30
1
-5
/
+5
*
Revert "Centralize the information about which object format we are using."
Rafael Espindola
2015-08-14
1
-8
/
+33
*
Centralize the information about which object format we are using.
Rafael Espindola
2015-08-14
1
-33
/
+8
*
-Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that are dep...
David Blaikie
2015-08-01
1
-81
/
+0
*
- Added support for parsing HWDiv features using Target Parser.
Alexandros Lamprineas
2015-07-27
1
-2
/
+2
*
[llvm-mc] Pushing plumbing through for --fatal-warnings flag.
Colin LeMahieu
2015-07-27
1
-1
/
+1
*
ARMAsmParser: Take MCInst param by const-ref
Hans Wennborg
2015-07-14
1
-8
/
+9
*
[ARM] Handle commutativity when converting to tADDhirr in Thumb2
Scott Douglass
2015-07-13
1
-3
/
+11
*
[ARM] Add Thumb2 ADD with SP narrowing from 3 operand to 2
Scott Douglass
2015-07-13
1
-5
/
+14
*
[ARM] Small refactor of tryConvertingToTwoOperandForm (nfc)
Scott Douglass
2015-07-13
1
-7
/
+10
*
MC: Only allow changing feature bits in MCSubtargetInfo
Duncan P. N. Exon Smith
2015-07-10
1
-1
/
+1
*
MC: Remove MCSubtargetInfo::InitCPUSched()
Duncan P. N. Exon Smith
2015-07-10
1
-1
/
+0
*
[ARM] Thumb1 3 to 2 operand convertion for commutative operations
Scott Douglass
2015-07-09
1
-3
/
+21
*
[ARM] Don't be overzealous converting Thumb1 3 to 2 operands
Scott Douglass
2015-07-09
1
-0
/
+5
[prev]
[next]