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
...
*
Change the name to be in style.
Roman Divacky
2014-12-03
1
-1
/
+1
*
Introduce CPUStringIsValid() into MCSubtargetInfo and use it for ARM .cpu par...
Roman Divacky
2014-12-02
1
-0
/
+11
*
Add support for ARM modified-immediate assembly syntax.
Asiri Rathnayake
2014-12-02
1
-0
/
+175
*
Add ARM ERET and HVC virtualisation extension instructions.
Charlie Turner
2014-12-01
1
-2
/
+3
*
Fix transformation of add with pc argument to adr for non-immediate
Joerg Sonnenberger
2014-11-21
1
-5
/
+25
*
Remove StringMap::GetOrCreateValue in favor of StringMap::insert
David Blaikie
2014-11-19
1
-1
/
+1
*
MCAsmParserExtension has a copy of the MCAsmParser. Use it.
Rafael Espindola
2014-11-11
1
-14
/
+60
*
[ARM] Honor FeatureD16 in the assembler and disassembler
Oliver Stannard
2014-11-05
1
-0
/
+7
*
[Thumb/Thumb2] Implement restrictions on SP in register list on LDM, STM vari...
Jyoti Allur
2014-10-22
1
-2
/
+23
*
Simplify handling of --noexecstack by using getNonexecutableStackSection.
Rafael Espindola
2014-10-15
1
-1
/
+1
*
[ARM] Add support for Cortex-M7, FPv5-SP and FPv5-DP (LLVM)
Oliver Stannard
2014-10-01
1
-0
/
+2
*
Elide repeated register operand in Thumb1 instructions
Renato Golin
2014-09-26
1
-1
/
+43
*
Add aliases for VAND imm to VBIC ~imm
Renato Golin
2014-09-25
1
-19
/
+46
*
[Thumb] 32-bit encodings of 'cps' are not valid for v7M
Oliver Stannard
2014-09-24
1
-0
/
+2
*
ARM: prevent crash on ELF directives on COFF
Saleem Abdulrasool
2014-09-18
1
-1
/
+4
*
ARM: use a more precise check for MachO
Saleem Abdulrasool
2014-09-18
1
-4
/
+5
*
Thumb2 M-class MSR instruction support changes
Renato Golin
2014-09-01
1
-3
/
+8
*
TableGen: allow use of uint64_t for available features mask.
Tim Northover
2014-08-18
1
-11
/
+11
*
ARM: correct toggling behaviour
Saleem Abdulrasool
2014-08-17
1
-8
/
+6
*
arm asm: Let .fpu enable instructions, PR20447.
Nico Weber
2014-08-16
1
-0
/
+36
*
ARM: implement MRS/MSR (banked reg) system instructions.
Tim Northover
2014-08-15
1
-0
/
+88
*
Allow CP10/CP11 operations on ARMv5/v6
Renato Golin
2014-08-04
1
-3
/
+7
*
[ARM] Make the assembler reject unpredictable pre/post-indexed ARM LDRB/LDRSB...
Tilmann Scheller
2014-08-01
1
-1
/
+7
*
[ARM] Make the assembler reject unpredictable pre/post-indexed ARM LDRH/LDRSH...
Tilmann Scheller
2014-08-01
1
-1
/
+5
*
[ARM] Make the assembler reject unpredictable pre/post-indexed ARM LDR instru...
Tilmann Scheller
2014-08-01
1
-0
/
+13
*
ARM: correct handling of features in arch_extension
Saleem Abdulrasool
2014-07-27
1
-11
/
+12
*
ARM: convert loop to range based
Saleem Abdulrasool
2014-07-27
1
-14
/
+14
*
[ARM] Make the assembler reject unpredictable pre/post-indexed ARM STRH instr...
Tilmann Scheller
2014-07-24
1
-0
/
+2
*
[ARM] Make the assembler reject unpredictable pre/post-indexed ARM STRB instr...
Tilmann Scheller
2014-07-23
1
-1
/
+5
*
[ARM] Make the assembler reject unpredictable pre/post-indexed ARM STR instru...
Tilmann Scheller
2014-07-23
1
-0
/
+13
*
Added parsing co-processor names starting with "cr"
Renato Golin
2014-06-26
1
-9
/
+17
*
AsmMatchers: Use unique_ptr to manage ownership of MCParsedAsmOperand
David Blaikie
2014-06-08
1
-398
/
+349
*
ARM: whitespace
Saleem Abdulrasool
2014-05-17
1
-3
/
+3
*
ARM: implement support for the UDF mnemonic
Saleem Abdulrasool
2014-05-14
1
-2
/
+3
*
Correction to assert statemtent to allow 32-bit unsigned numbers with the top...
Richard Barton
2014-05-01
1
-2
/
+2
*
Add emitThumbSet to the arm target streamer.
Rafael Espindola
2014-04-27
1
-30
/
+1
*
Avoid using MCSymbolData on the asm streamer.
Rafael Espindola
2014-04-27
1
-28
/
+0
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
1
-7
/
+8
*
Fix for PR18921, "vmov" part.
Stepan Dyatkovskiy
2014-04-24
1
-4
/
+61
*
Create MCTargetOptions.
Evgeniy Stepanov
2014-04-23
1
-1
/
+2
*
[C++11] Replace OwningPtr with std::unique_ptr in places where it doesn't bre...
Benjamin Kramer
2014-04-21
1
-2
/
+1
*
Change the ARM assembler to require a :lower16: or :upper16 on non-constant
Kevin Enderby
2014-04-18
1
-0
/
+24
*
Spell the specialization namespace correctly.
Benjamin Kramer
2014-04-12
1
-1
/
+3
*
Make helper static and place random global into the llvm namespace.
Benjamin Kramer
2014-04-12
1
-1
/
+1
*
For the ARM integrated assembler add checking of the
Kevin Enderby
2014-04-10
1
-5
/
+153
*
Revert "For the ARM integrated assembler add checking of the alignments on vl...
Reid Kleckner
2014-04-10
1
-153
/
+4
*
For the ARM integrated assembler add checking of the
Kevin Enderby
2014-04-09
1
-4
/
+153
*
Fix the ARM VLD3 (single 3-element structure to all lanes)
Kevin Enderby
2014-04-08
1
-1
/
+1
*
ARM: consolidate MachO checks for ARM asm parser
Saleem Abdulrasool
2014-04-05
1
-84
/
+28
*
Fix for PR18921 (LDRD/STRD part)::
Stepan Dyatkovskiy
2014-04-04
1
-11
/
+14
[prev]
[next]