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 IAS: improve .eabi_attribute handling
Saleem Abdulrasool
2014-01-07
1
-15
/
+94
*
MCParser: introduce Note and use it for ARM AsmParser
Saleem Abdulrasool
2014-01-07
1
-6
/
+9
*
ARM MachO: sort out isTargetDarwin/isTargetIOS/... checks.
Tim Northover
2014-01-06
1
-0
/
+2
*
ARM IAS: account for predicated pre-UAL mnemonics
Saleem Abdulrasool
2013-12-30
1
-7
/
+26
*
ARM IAS: fix after r198172
Saleem Abdulrasool
2013-12-29
1
-21
/
+11
*
ARM: provide VFP aliases for pre-V6 mnemonics
Saleem Abdulrasool
2013-12-29
1
-0
/
+29
*
ARM: fix a few typos in comments
Saleem Abdulrasool
2013-12-29
1
-1
/
+1
*
ARM IAS: handle errors more appropriately
Saleem Abdulrasool
2013-12-28
1
-98
/
+176
*
ARMAsmParser: fix typo in comment
Saleem Abdulrasool
2013-12-28
1
-1
/
+1
*
Recognize armv7a and friends as aliases for armv7-a etc. for the purpose
Joerg Sonnenberger
2013-12-26
1
-0
/
+2
*
ARM IAS: support .even directive
Saleem Abdulrasool
2013-12-26
1
-0
/
+25
*
ARM IAS: add support for the .pool directive
Saleem Abdulrasool
2013-12-20
1
-2
/
+2
*
Ensure deterministic when printing ARM assembler constant pools
David Peixotto
2013-12-19
1
-12
/
+24
*
Implement the .ltorg directive for ARM assembly
David Peixotto
2013-12-19
1
-0
/
+21
*
Implement the ldr-pseudo opcode for ARM assembly
David Peixotto
2013-12-19
1
-1
/
+93
*
ARM IAS: support .inst directive
Saleem Abdulrasool
2013-12-19
1
-0
/
+80
*
[arm] Implement ARM .arch directive.
Logan Chien
2013-12-11
1
-1
/
+14
*
Correct word hyphenations
Alp Toker
2013-12-05
1
-2
/
+2
*
ARM: diagnose invalid system LDM/STM
Tim Northover
2013-11-12
1
-0
/
+16
*
Remove some unnecessary temporary strings.
Benjamin Kramer
2013-11-09
1
-1
/
+1
*
[ARM] In ARMAsmParser, MatchCoprocessorOperandName() permitted p10 and p11 as...
Artyom Skrobov
2013-11-08
1
-2
/
+3
*
[arm] Implement eabi_attribute, cpu, and fpu directives.
Logan Chien
2013-10-28
1
-1
/
+50
*
ARM: allow .thumb_func to be separated from symbol definition
Tim Northover
2013-10-25
1
-17
/
+18
*
ARM: fix assert on unpredictable POP instruction.
Tim Northover
2013-10-24
1
-3
/
+2
*
Make ARM hint ranges consistent, and add tests for these ranges
Artyom Skrobov
2013-10-23
1
-0
/
+12
*
ARM: provide diagnostics on more writeback LDM/STM instructions
Tim Northover
2013-10-22
1
-3
/
+25
*
Add a MCTargetStreamer interface.
Rafael Espindola
2013-10-08
1
-11
/
+14
*
ARM: allow cortex-m0 to use hint instructions
Tim Northover
2013-10-07
1
-1
/
+7
*
Remove some really nasty uses of hasRawTextSupport.
Rafael Espindola
2013-10-05
1
-7
/
+0
*
[ARM] Warn on deprecated IT blocks in v8 AArch32 assembly.
Amara Emerson
2013-10-03
1
-6
/
+17
*
[ARM] Introduce the 'sevl' instruction in ARMv8.
Joey Gouly
2013-10-01
1
-12
/
+0
*
[ARM] Clean up ARMAsmParser::validateInstruction().
Tilmann Scheller
2013-09-30
1
-38
/
+36
*
[ARM] Assembler: ARM LDRD with writeback requires the base register to be dif...
Tilmann Scheller
2013-09-30
1
-4
/
+19
*
ARM: Teach assembler to enforce constraints for ARM LDRD destination register...
Tilmann Scheller
2013-09-27
1
-1
/
+10
*
Fix comment.
Tilmann Scheller
2013-09-27
1
-1
/
+1
*
ARM: Teach assembler to enforce constraint for Thumb2 LDRD (literal/immediate...
Tilmann Scheller
2013-09-27
1
-0
/
+11
*
[ARMv8] Add support for the v8 cryptography extensions.
Amara Emerson
2013-09-19
1
-5
/
+8
*
[ARMv8] Add CRC instructions.
Joey Gouly
2013-09-18
1
-1
/
+1
*
Add an instruction deprecation feature to TableGen.
Joey Gouly
2013-09-12
1
-28
/
+7
*
[ARMv8] Implement the new DMB/DSB operands.
Joey Gouly
2013-09-05
1
-1
/
+10
*
Add AArch32 DCPS{1,2,3} and HLT instructions.
Richard Barton
2013-09-05
1
-7
/
+16
*
[ARMv8] Add MC support for the new load/store acquire/release instructions.
Joey Gouly
2013-08-27
1
-2
/
+3
*
Make "mov" work for all Thumb2 MOV encodings
Mihai Popa
2013-08-21
1
-0
/
+9
*
Add support for Thumb2 literal loads with negative zero offset
Mihai Popa
2013-08-16
1
-2
/
+0
*
Fix Thumb2 aliasing complementary instructions taking modified immediates
Mihai Popa
2013-08-16
1
-1
/
+2
*
This fixes three issues related to Thumb literal loads:
Mihai Popa
2013-08-15
1
-1
/
+1
*
Fix assembling of Thumb2 branch instructions.
Mihai Popa
2013-08-09
1
-3
/
+104
*
ARMAsmParser: Plug a leak.
Benjamin Kramer
2013-08-03
1
-3
/
+11
*
Add a missing 'return' statement.
Joey Gouly
2013-08-02
1
-0
/
+1
*
[ARMv8] Add an assembler warning for the deprecated 'setend' instruction.
Joey Gouly
2013-08-02
1
-0
/
+12
[prev]
[next]