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
*
[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
*
MC: Clean up MCExpr naming. NFC.
Jim Grosbach
2015-05-30
1
-15
/
+15
*
Reuse Loc variable. NFC.
Chad Rosier
2015-05-28
1
-1
/
+1
*
Use operator<< instead of print in a few more places.
Rafael Espindola
2015-05-27
1
-2
/
+2
*
[AArch64] Move AArch64TargetStreamer out of MCStreamer.h
Benjamin Kramer
2015-05-23
1
-0
/
+1
*
MC: Clean up method names in MCContext.
Jim Grosbach
2015-05-18
1
-2
/
+2
*
MC: Modernize MCOperand API naming. NFC.
Jim Grosbach
2015-05-13
1
-64
/
+64
*
AArch64: add BFC alias for the BFI/BFM instructions.
Tim Northover
2015-04-30
1
-2
/
+55
*
[AArch64] Refactor AArch64NamedImmMapper to become dependent on subtarget fea...
Vladimir Sukharev
2015-04-16
1
-5
/
+10
*
AArch64: disallow "fmov sD, #-0.0" during assembly.
Tim Northover
2015-04-07
1
-3
/
+4
*
[AArch64] Don't store available subtarget features in AArch64SysReg::SysRegMa...
Vladimir Sukharev
2015-03-27
1
-4
/
+6
*
[AArch64] Move initializations of AArch64NamedImmMapper out of void AArch64Op...
Vladimir Sukharev
2015-03-26
1
-18
/
+48
*
Fix uses of reserved identifiers starting with an underscore followed by an u...
David Blaikie
2015-03-16
1
-7
/
+5
*
Make static variables const if possible. Makes them go into a read-only section.
Benjamin Kramer
2015-03-08
1
-29
/
+18
*
Fix some unnoticed/unwanted behavior change from r222319.
Frederic Riss
2015-02-04
1
-1
/
+1
*
AArch64: decode all MRS/MSR forms early to avoid saving FeatureBits.
Tim Northover
2015-01-22
1
-42
/
+35
*
Minor cleanup to all the switches after MatchInstructionImpl in all the AsmPa...
Craig Topper
2015-01-03
1
-1
/
+0
*
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
-10
/
+31
*
[AArch64] Add support for the .inst directive.
Chad Rosier
2014-10-22
1
-0
/
+53
*
AArch64: allow constant expressions for shifted reg literals
Jim Grosbach
2014-09-23
1
-6
/
+7
*
Make isValidMCLOHType take unsigned instead of enum to avoid loading invalid ...
Alexey Samsonov
2014-08-29
1
-3
/
+2
*
TableGen: allow use of uint64_t for available features mask.
Tim Northover
2014-08-18
1
-5
/
+5
*
Run sort_includes.py on the AArch64 backend.
Benjamin Kramer
2014-07-25
1
-10
/
+10
[next]