1. b258d79 ARM: Change ArchCheck field to uint64_t by Matthias Braun · 10 years ago
  2. 4667071 [ARM] Add ARMv8.2-A to TargetParser by Oliver Stannard · 10 years ago
  3. 9327a75 [ARM,AArch64] Store source location of asm constant pool entries by Oliver Stannard · 10 years ago
  4. 09be060 [ARM,AArch64] Store source location for values in assembly files by Oliver Stannard · 10 years ago
  5. 323fee1 [ARM] Introduce subtarget features per ARM architecture. by Bradley Smith · 10 years ago
  6. b11ef08 Reduce the size of MCRelaxableFragment. by Akira Hatanaka · 10 years ago
  7. bd9fc28 [MCTargetAsmParser] Move the member varialbes that reference by Akira Hatanaka · 10 years ago
  8. b4398107 [ARM] Allow SP in rGPR, starting from ARMv8 by Artyom Skrobov · 10 years ago
  9. 4b5507a Actually switch the arch when we see .arch. PR21695 by Roman Divacky · 10 years ago
  10. 72ca6b8 [ARM] Support for ARMv6-Z / ARMv6-ZK missing by Artyom Skrobov · 10 years ago
  11. cf29644 [ARM] Handle +t2dsp feature as an ArchExtKind in ARMTargetParser.def by Artyom Skrobov · 10 years ago
  12. bb47b9a [Triple] Stop abusing a class to have only static methods and just use by Chandler Carruth · 10 years ago
  13. dbaf049 Revert "Centralize the information about which object format we are using." by Rafael Espindola · 10 years ago
  14. 90eb70c Centralize the information about which object format we are using. by Rafael Espindola · 10 years ago
  15. a5fd382 -Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that are deprecated in C++11 by David Blaikie · 10 years ago
  16. 4ea7075 - Added support for parsing HWDiv features using Target Parser. by Alexandros Lamprineas · 10 years ago
  17. fe2c8b8 [llvm-mc] Pushing plumbing through for --fatal-warnings flag. by Colin LeMahieu · 10 years ago
  18. 61f9efe ARMAsmParser: Take MCInst param by const-ref by Hans Wennborg · 10 years ago
  19. 69bf1ce [ARM] Handle commutativity when converting to tADDhirr in Thumb2 by Scott Douglass · 10 years ago
  20. d9d8d26 [ARM] Add Thumb2 ADD with SP narrowing from 3 operand to 2 by Scott Douglass · 10 years ago
  21. 039f768 [ARM] Small refactor of tryConvertingToTwoOperandForm (nfc) by Scott Douglass · 10 years ago
  22. e463e47 MC: Only allow changing feature bits in MCSubtargetInfo by Duncan P. N. Exon Smith · 10 years ago
  23. bb57d73 MC: Remove MCSubtargetInfo::InitCPUSched() by Duncan P. N. Exon Smith · 10 years ago
  24. 8143bc2 [ARM] Thumb1 3 to 2 operand convertion for commutative operations by Scott Douglass · 10 years ago
  25. 2740a63 [ARM] Don't be overzealous converting Thumb1 3 to 2 operands by Scott Douglass · 10 years ago
  26. 47a3fce [ARM] Add Thumb2 ADD with PC narrowing from 3 operand to 2 by Scott Douglass · 10 years ago
  27. 8c7803f [ARM] Refactor converting Thumb1 from 3 to 2 operand (nfc) by Scott Douglass · 10 years ago
  28. 86ecbb7 Reverting r241058 because it's causing buildbot failures. by Ranjeet Singh · 10 years ago
  29. 5b11909 There are a few places where subtarget features are still by Ranjeet Singh · 10 years ago
  30. 80d21cb Change .thumb_set to have the same error checks as .set. by Pete Cooper · 10 years ago
  31. 572e03a Fix "the the" in comments. by Eric Christopher · 10 years ago
  32. 3182ee9 Removing spurious semi colons; NFC. by Aaron Ballman · 10 years ago
  33. d03d229 [ARM] Add knowledge of FPU subtarget features to TargetParser by John Brawn · 10 years ago
  34. 5d78c9c Comment change. NFC by Renato Golin · 10 years ago
  35. 230d298 [ARMTargetParser] Move IAS arch ext parser. NFC by Renato Golin · 10 years ago
  36. 13760bd MC: Clean up MCExpr naming. NFC. by Jim Grosbach · 10 years ago
  37. f4a1365 Use operator<< instead of print in a few more places. by Rafael Espindola · 10 years ago
  38. db0712f Use std::bitset for SubtargetFeatures. by Michael Kuperstein · 10 years ago
  39. 6f48200 MC: Clean up method names in MCContext. by Jim Grosbach · 10 years ago
  40. e9119e4 MC: Modernize MCOperand API naming. NFC. by Jim Grosbach · 10 years ago
  41. c3434b3 Reverting r237234, "Use std::bitset for SubtargetFeatures" by Michael Kuperstein · 10 years ago
  42. aba4a34 Use std::bitset for SubtargetFeatures by Michael Kuperstein · 10 years ago
  43. 35de35d Change TargetParser enum names to avoid macro conflicts (llvm) by Renato Golin · 10 years ago
  44. f5f373f TargetParser: FPU/ARCH/EXT parsing refactory - NFC by Renato Golin · 10 years ago
  45. 0e0f8d2 [ARM] Add v8.1a "Privileged Access Never" extension by Vladimir Sukharev · 11 years ago
  46. 6f13d0c Fix BXJ is undefined in AArch32. by Charlie Turner · 11 years ago
  47. fb37cfa Refactor: Simplify boolean expressions in ARM target by Alexander Kornienko · 11 years ago
  48. 2afdb32 [ARM] Rename v8.1a from "extension" to "architecture" by Vladimir Sukharev · 11 years ago
  49. c632cda [AArch64, ARM] Add v8.1a architecture and generic cpu by Vladimir Sukharev · 11 years ago
  50. 29704e7 Revert "Use std::bitset for SubtargetFeatures" by Michael Kuperstein · 11 years ago
  51. 774b441 Use std::bitset for SubtargetFeatures by Michael Kuperstein · 11 years ago
  52. 9f380a3 Fix uses of reserved identifiers starting with an underscore followed by an uppercase letter by David Blaikie · 11 years ago
  53. efd7a96 Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures. by Michael Kuperstein · 11 years ago
  54. ba5b04c Use std::bitset for SubtargetFeatures by Michael Kuperstein · 11 years ago
  55. e045e37 ARM: Fix another regression introduced in r223113 by Asiri Rathnayake · 11 years ago
  56. 9f4cd59 [ARM] Fix subtarget feature set truncation when using .cpu directive by Bradley Smith · 11 years ago
  57. b61f01f Fix some unnoticed/unwanted behavior change from r222319. by Frederic Riss · 11 years ago
  58. d90e64e ARM: make a table more readable (NFC) by Saleem Abdulrasool · 11 years ago
  59. 70fe588 ARM: further correct .fpu directive handling by Saleem Abdulrasool · 11 years ago
  60. 07b7c03 ARM: improve caret diagnostics for invalid FPU name by Saleem Abdulrasool · 11 years ago
  61. 206d116 ARM: correct handling of .fpu directive by Saleem Abdulrasool · 11 years ago
  62. 5a13914 Correct POP handling for v7m by Jyoti Allur · 11 years ago
  63. faa4f07 ARM: prepare prefix parsing for improved AAELF support by Saleem Abdulrasool · 11 years ago
  64. 77436f8 Fix regression in r225266. by Asiri Rathnayake · 11 years ago
  65. 52376ac [ARM] Cleanup so_imm* tblgen defintions by Asiri Rathnayake · 11 years ago
  66. 6632d1f Parse Tag_compatibility correctly. by Charlie Turner · 11 years ago
  67. 589ceee Minor cleanup to all the switches after MatchInstructionImpl in all the AsmParsers. by Craig Topper · 11 years ago
  68. 0b5a852 ARM: fix an off-by-one in the register list access by Saleem Abdulrasool · 11 years ago
  69. 3a23917 ARM: improve instruction validation for thumb mode by Saleem Abdulrasool · 11 years ago
  70. 7835e9b Fix modified immediate bug reported by MC Hammer. by Asiri Rathnayake · 11 years ago
  71. 6fd64ff Add a FIXME as requested by Renato Golin. by Roman Divacky · 11 years ago
  72. 13cef35 Fix yet another unseen regression caused by r223113 by Asiri Rathnayake · 11 years ago
  73. d33304b Fix a minor regression introduced in r223113 by Asiri Rathnayake · 11 years ago
  74. 5403da4 Revert "[Thumb/Thumb2] Added restrictions on PC, LR, SP in the register list for PUSH/POP/LDM/STM. <Differential Revision: http://reviews.llvm.org/D6090>" by Rafael Espindola · 11 years ago
  75. b24d0ab [Thumb/Thumb2] Added restrictions on PC, LR, SP in the register list for PUSH/POP/LDM/STM. <Differential Revision: http://reviews.llvm.org/D6090> by Jyoti Allur · 11 years ago
  76. fdf0560 Change the name to be in style. by Roman Divacky · 11 years ago
  77. 7e6b595 Introduce CPUStringIsValid() into MCSubtargetInfo and use it for ARM .cpu parsing. by Roman Divacky · 11 years ago
  78. a0199b9 Add support for ARM modified-immediate assembly syntax. by Asiri Rathnayake · 11 years ago
  79. 4d88ae2 Add ARM ERET and HVC virtualisation extension instructions. by Charlie Turner · 11 years ago
  80. 02b13a8 Fix transformation of add with pc argument to adr for non-immediate arguments. by Joerg Sonnenberger · 11 years ago
  81. 5106ce7 Remove StringMap::GetOrCreateValue in favor of StringMap::insert by David Blaikie · 11 years ago
  82. 961d469 MCAsmParserExtension has a copy of the MCAsmParser. Use it. by Rafael Espindola · 11 years ago
  83. 9e89d8c [ARM] Honor FeatureD16 in the assembler and disassembler by Oliver Stannard · 11 years ago
  84. 3b68607 [Thumb/Thumb2] Implement restrictions on SP in register list on LDM, STM variants in thumb mode by Jyoti Allur · 11 years ago
  85. 7b61ddf Simplify handling of --noexecstack by using getNonexecutableStackSection. by Rafael Espindola · 11 years ago
  86. 37e4daa [ARM] Add support for Cortex-M7, FPv5-SP and FPv5-DP (LLVM) by Oliver Stannard · 11 years ago
  87. 36c626e Elide repeated register operand in Thumb1 instructions by Renato Golin · 11 years ago
  88. f5dd1da Add aliases for VAND imm to VBIC ~imm by Renato Golin · 11 years ago
  89. 1ae8b47 [Thumb] 32-bit encodings of 'cps' are not valid for v7M by Oliver Stannard · 11 years ago
  90. bfdfb14 ARM: prevent crash on ELF directives on COFF by Saleem Abdulrasool · 11 years ago
  91. 8c61c6c ARM: use a more precise check for MachO by Saleem Abdulrasool · 11 years ago
  92. 92c816c Thumb2 M-class MSR instruction support changes by Renato Golin · 11 years ago
  93. 26bb14e TableGen: allow use of uint64_t for available features mask. by Tim Northover · 11 years ago
  94. 78c4472 ARM: correct toggling behaviour by Saleem Abdulrasool · 11 years ago
  95. ae050bb arm asm: Let .fpu enable instructions, PR20447. by Nico Weber · 11 years ago
  96. ee843ef ARM: implement MRS/MSR (banked reg) system instructions. by Tim Northover · 11 years ago
  97. bc0b037 Allow CP10/CP11 operations on ARMv5/v6 by Renato Golin · 11 years ago
  98. 7cc0ed4 [ARM] Make the assembler reject unpredictable pre/post-indexed ARM LDRB/LDRSB instructions. by Tilmann Scheller · 11 years ago
  99. 8ff079c [ARM] Make the assembler reject unpredictable pre/post-indexed ARM LDRH/LDRSH instructions. by Tilmann Scheller · 11 years ago
  100. 8ba7430 [ARM] Make the assembler reject unpredictable pre/post-indexed ARM LDR instructions. by Tilmann Scheller · 11 years ago