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
/
AArch64
/
AsmParser
/
AArch64AsmParser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[AArch64][AsmParser] Add support for parsing shift/extend operands with symbols.
Chad Rosier
2016-12-27
1
-3
/
+5
*
Replace APFloatBase static fltSemantics data members with getter functions
Stephan Bergmann
2016-12-14
1
-3
/
+3
*
[AArch64] Refactor LSE support as feature separate from V8.1a support.
Joel Jones
2016-11-30
1
-1
/
+1
*
[MC][AArch64] Cleanup end-of-line parsing in AArch64 AsmParser.
Nirav Dave
2016-11-08
1
-222
/
+136
*
[TableGen] Move OperandMatchResultTy enum to MCTargetAsmParser.h
Alex Bradbury
2016-11-01
1
-12
/
+12
*
AArch64 ILP32 relocations for assembly and ELF
Joel Jones
2016-10-24
1
-1
/
+3
*
[AArch64] Allow label arithmetic with add/sub/cmp
Diana Picus
2016-10-11
1
-25
/
+32
*
Revert r283690, "MC: Remove unused entities."
Peter Collingbourne
2016-10-10
1
-1
/
+1
*
Move the global variables representing each Target behind accessor function
Mehdi Amini
2016-10-09
1
-3
/
+3
*
MC: Remove unused entities.
Peter Collingbourne
2016-10-09
1
-1
/
+1
*
Use StringReg in TargetParser APIs (NFC)
Mehdi Amini
2016-10-07
1
-1
/
+1
*
Defer asm errors to post-statement failure
Nirav Dave
2016-09-16
1
-28
/
+15
*
Revert r281336 (and r281337), it caused PR30372.
Nico Weber
2016-09-13
1
-15
/
+28
*
Defer asm errors to post-statement failure
Nirav Dave
2016-09-13
1
-28
/
+15
*
Temporarily Revert "[MC] Defer asm errors to post-statement failure" as it's ...
Eric Christopher
2016-09-13
1
-15
/
+28
*
[MC] Defer asm errors to post-statement failure
Nirav Dave
2016-09-12
1
-28
/
+15
*
AArch64 .arch directive - Include default arch attributes with extensions.
Eric Christopher
2016-09-08
1
-3
/
+39
*
AArch64: remove extraneous padding
Saleem Abdulrasool
2016-08-18
1
-3
/
+3
*
Replace "fallthrough" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
1
-1
/
+1
*
Add unittests to {ARM | AArch64}TargetParser.
Zijiao Ma
2016-07-28
1
-1
/
+1
*
AArch64: TableGenerate system instruction operands.
Tim Northover
2016-07-05
1
-56
/
+35
*
AArch64: allow MOV (imm) alias to be printed
Tim Northover
2016-06-16
1
-18
/
+2
*
AArch64: support the `.arch` directive in the IAS
Saleem Abdulrasool
2016-06-09
1
-0
/
+28
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-1
/
+0
*
AArch64: support .cpu directive
Saleem Abdulrasool
2016-04-02
1
-0
/
+72
*
Move MCTargetAsmParser.h to llvm/MC/MCParser where it belongs.
Benjamin Kramer
2016-01-27
1
-1
/
+1
*
[AArch64] Add ARMv8.2-A FP16 vector instructions
Oliver Stannard
2015-12-08
1
-0
/
+2
*
[AArch64] Add ARMv8.2-A Statistical Profiling Extension
Oliver Stannard
2015-12-01
1
-1
/
+72
*
[AArch64] Add ARMv8.2-A FP16 scalar instructions
Oliver Stannard
2015-11-27
1
-1
/
+1
*
[AArch64] Add ARMv8.2-A new AT instruction variants
Oliver Stannard
2015-11-26
1
-0
/
+14
*
[AArch64] Add ARMv8.2-A UAO PSTATE bit
Oliver Stannard
2015-11-26
1
-1
/
+2
*
[AArch64] Add ARMv8.2-A persistent memory instruction
Oliver Stannard
2015-11-26
1
-0
/
+7
*
[ARM,AArch64] Store source location of asm constant pool entries
Oliver Stannard
2015-11-16
1
-1
/
+1
*
[ARM,AArch64] Store source location for values in assembly files
Oliver Stannard
2015-11-16
1
-1
/
+1
*
[AArch64] ldr= pseudo-instruction silently ignored if register invalid
Oliver Stannard
2015-11-16
1
-1
/
+1
*
Reduce the size of MCRelaxableFragment.
Akira Hatanaka
2015-11-14
1
-1
/
+1
*
[MCTargetAsmParser] Move the member varialbes that reference
Akira Hatanaka
2015-11-14
1
-14
/
+14
*
Make a bunch of static arrays const.
Craig Topper
2015-10-18
1
-4
/
+8
*
[AArch64] Check the size of the vector before accessing its elements.
Akira Hatanaka
2015-10-13
1
-1
/
+1
*
[MC layer][AArch64] llvm-mc accepts 4-bit immediate values for
Alexandros Lamprineas
2015-10-05
1
-4
/
+30
*
[AArch64] Improve short-form diags on long-form Match_InvalidOperand.
Ahmed Bougacha
2015-08-19
1
-10
/
+18
*
Revert "Centralize the information about which object format we are using."
Rafael Espindola
2015-08-14
1
-4
/
+4
*
Centralize the information about which object format we are using.
Rafael Espindola
2015-08-14
1
-4
/
+4
*
[AArch64] Provide "too few operands" diags on short-form NEON also.
Ahmed Bougacha
2015-08-13
1
-0
/
+10
*
[llvm-mc] Pushing plumbing through for --fatal-warnings flag.
Colin LeMahieu
2015-07-27
1
-1
/
+1
*
[AArch64] Implement add/adds/sub/subs/cmp/cmn with negative immediate aliases
Arnaud A. de Grandmaison
2015-07-01
1
-0
/
+31
*
Reverting r241058 because it's causing buildbot failures.
Ranjeet Singh
2015-06-30
1
-10
/
+9
*
There are a few places where subtarget features are still
Ranjeet Singh
2015-06-30
1
-9
/
+10
*
[AArch64] AsmParser should be case insensitive about accepting vector registe...
Ranjeet Singh
2015-06-08
1
-1
/
+1
*
[AArch64] Add v8.1a atomic instructions
Vladimir Sukharev
2015-06-02
1
-0
/
+85
[prev]
[next]