1. c588110 [ARM][Asm] Debug trace for the processInstruction loop by Oliver Stannard · 7 years ago
  2. 173bc2b [ARM][AsmParser] Improve debug printing of parsed asm operands by Oliver Stannard · 7 years ago
  3. 5f34e9e [ARM][v8.5A] Add speculation barriers SSBB and PSSBB by Oliver Stannard · 7 years ago
  4. 382c935 [ARM][v8.5A] Add speculation barrier to ARM & Thumb instruction sets by Oliver Stannard · 7 years ago
  5. ab7f9b1 [Arm][AsmParser] Restrict register list size for VSTM/VLDM by Luke Cheeseman · 7 years ago
  6. ec1efe4 Fix for bug 34002 - label generated before it block is finalized. Differential Revision: https://reviews.llvm.org/D52258 by Maya Madhavan · 7 years ago
  7. b828bb2 [ARM/AArch64] Support FP16 +fp16fml instructions by Bernard Ogden · 7 years ago
  8. 293079f [ARM] Allow automatically deducing the thumb instruction size for .inst by Martin Storsjo · 7 years ago
  9. af18947 [ARM] Support the .inst directive for MachO and COFF targets by Martin Storsjo · 7 years ago
  10. f78650a Remove trailing space by Fangrui Song · 7 years ago
  11. 2a57b35 [AArch64][ARM] Armv8.4-A: Trace synchronization barrier instruction by Sjoerd Meijer · 7 years ago
  12. 17c0c4e [ARM] [Assembler] Support negative immediates: cover few missing cases by Volodymyr Turanskyy · 7 years ago
  13. 6613efb [ARM] Add missing Thumb2 assembler diagnostics. by Eli Friedman · 7 years ago
  14. bf54858 ARM: diagnose unpredictable IT instructions by Tim Northover · 7 years ago
  15. d34e60c Rename DEBUG macro to LLVM_DEBUG. by Nicola Zaghen · 7 years ago
  16. 5f8f34e4 Remove \brief commands from doxygen comments. by Adrian Prantl · 8 years ago
  17. 68f35bc [ARM] Do not convert some vmov instructions by Mikhail Maltsev · 8 years ago
  18. f07278e [ARM] Fix warnings about missing parentheses in ARMAsmParser by Mikhail Maltsev · 8 years ago
  19. ed1c8bf [ARM] Convert more invalid NEON immediate loads by Mikhail Maltsev · 8 years ago
  20. 8dcf6fa [ARM] Fix a check in vmov/vmvn immediate parsing by Mikhail Maltsev · 8 years ago
  21. 75c6bfe [ARM]Decoding MSR with unpredictable destination register causes an assert by Simi Pallipurath · 8 years ago
  22. f20222a [ARM][Asm] VMOVSRR and VMOVRRS need sequential S registers by Oliver Stannard · 8 years ago
  23. f00234c [ARM] Don't print "Requires NEON" error message for M-profile by Andre Vieira · 8 years ago
  24. ee0ac39 [ARM][AArch64] Add CSDB speculation barrier instruction by Oliver Stannard · 8 years ago
  25. 5619669 Fix -Wsign-compare warnings on Windows by Reid Kleckner · 8 years ago
  26. 7efdd09 [ARM] Issue an erorr when non-general-purpose registers are used in address operands by Momchil Velikov · 8 years ago
  27. 98727bc [ARM] Armv8-R DFB instruction by Sam Parker · 8 years ago
  28. 7ab6060 Revert r319649 - [Asm, ARM] Add fallback diag for multiple invalid operands by Oliver Stannard · 8 years ago
  29. 7cd4db9 [Asm, ARM] Add fallback diag for multiple invalid operands by Oliver Stannard · 8 years ago
  30. 9cb89f6 [ARM] Remove pre-UAL FLDM/FSTM aliases by Oliver Stannard · 8 years ago
  31. 1e6d4b9 [ARM] Don't omit non-default predication code by Oliver Stannard · 8 years ago
  32. 1e73e95 [Asm] Improve "too few operands" errors by Oliver Stannard · 8 years ago
  33. d6ca987 [ARM] Add diagnostics for SPR/DPR lists by Oliver Stannard · 8 years ago
  34. d104673 [llvm] Remove redundant return [NFC] by Mandeep Singh Grang · 8 years ago
  35. 0551556 [AsmParser][TableGen] Add VariantID argument to the generated mnemonic spell check function so it can use the correct table based on variant. by Craig Topper · 8 years ago
  36. 2a06028 [AsmParser][TableGen] Make the generated mnemonic spell checker function a file local static function. by Craig Topper · 8 years ago
  37. 03ded27 [ARM] Error for invalid shift in memory operand by Oliver Stannard · 8 years ago
  38. ce256a3 [ARM] Replace development diagnostics with normal DEBUG macro by Oliver Stannard · 8 years ago
  39. 4191b9e [Asm] Add debug tracing in table-generated assembly matcher by Oliver Stannard · 8 years ago
  40. 30b732c [ARM, Asm] Harden GNU LDRD/STRD aliases against invalid inputs by Oliver Stannard · 8 years ago
  41. cd3306f [ARM, Asm] Add diagnostics for floating-point register operands by Oliver Stannard · 8 years ago
  42. bbad419 [ARM, Asm] Add diagnostics for general-purpose register operands by Oliver Stannard · 8 years ago
  43. 0d5c792 [ARM] Use table-gen'd assembly operand diags in ARM asm parser by Oliver Stannard · 8 years ago
  44. 55114fd [ARM, Asm] Use correct source location for register tokens by Oliver Stannard · 8 years ago
  45. 68aa7de [ARM, Asm] Fix ubsan failure caused by out-of-range enum value by Oliver Stannard · 8 years ago
  46. 5daee98 [ARM, Asm] Remove dead code causing MSan failure. by Oliver Stannard · 8 years ago
  47. e093bad [ARM] Use new assembler diags for ARM by Oliver Stannard · 8 years ago
  48. 963da5b [ARM] v8.3-a complex number support by Sam Parker · 8 years ago
  49. 640527f [ARM] Fix assembly and disassembly for VMRS/VMSR by Andre Vieira · 8 years ago
  50. 076468c [ARM] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  51. 85908aa [ARM] Relax 'cpsie'/'cpsid' flag parsing. by Jonathan Roelofs · 8 years ago
  52. c429aab [ARM] Enable the use of SVC anywhere in an IT block by Andre Vieira · 8 years ago
  53. b81fa99 [ARM] Tidy-up condition-code support functions by Javed Absar · 8 years ago
  54. 17ee7c0 [ARM] Tidy-up ARMAsmParser. NFC. by Javed Absar · 8 years ago
  55. 7426c97 [ARM] Assembler support for the ARMv8.2a dot product instructions by Sjoerd Meijer · 8 years ago
  56. f370f2e Revert "[ARM] Fix assembly and disassembly for VMRS/VMSR" by Tim Northover · 8 years ago
  57. 7dffb9b [ARM] Fix assembly and disassembly for VMRS/VMSR by Andre Vieira · 8 years ago
  58. 054d1ae [ARM] Tidy up banked registers encoding by Javed Absar · 8 years ago
  59. 67ddd1d [TargetParser] Use enum classes for various ARM kind enums. by Florian Hahn · 8 years ago
  60. 2cb0c95 [ARM] Unify handling of M-Class system registers by Javed Absar · 8 years ago
  61. ce1fb22 [Arm] Fix -Wimplicit-fallthrough warnings. NFCI. by Simon Pilgrim · 8 years ago
  62. 6d14fdf [AsmParser] Mnemonic Spell Corrector by Sjoerd Meijer · 8 years ago
  63. ed78aaf [ARM] Add .w aliases of MOV with shifted operand by John Brawn · 8 years ago
  64. 192f74a [ARM] Clean up choice of narrow instructions in ARMAsmParser, NFC by John Brawn · 8 years ago
  65. 264b5d9 Move Object format code to lib/BinaryFormat. by Zachary Turner · 8 years ago
  66. adde667 [ARM] Support fixup for Thumb2 modified immediate by Peter Smith · 8 years ago
  67. 7c6dee9f [ARM] Rename HW div feature to HW div Thumb. NFCI. by Diana Picus · 9 years ago
  68. 7ad2e8a [ARM] Add hardware build attributes in assembler by Oliver Stannard · 9 years ago
  69. 1179470 ARMAsmParser: clean up of isImmediate functions by Sjoerd Meijer · 9 years ago
  70. 2409c64 [ARM] [Assembler] Support negative immediates for A32, T32 and T16 by Sanne Wouda · 9 years ago
  71. 6ee22c4 [ARM] Diagnose ARM MOVT without :lower16: or :upper16: expression by Oliver Stannard · 9 years ago
  72. eba9fda [ARM] Correct handling of LSL #0 in an IT block by John Brawn · 9 years ago
  73. cc31871 Make TargetInstrInfo::isPredicable take a const reference, NFC by Krzysztof Parzyszek · 9 years ago
  74. 5d35b9e [ARM] Fix parsing of special register masks by Oliver Stannard · 9 years ago
  75. 85d4d5b [ARM] Diagnose PC-writing instructions in IT blocks by Oliver Stannard · 9 years ago
  76. c97b714 [ARM] LSL #0 is an alias of MOV by John Brawn · 9 years ago
  77. 18eafb6 [WebAssembly] Add skeleton MC support for the Wasm container format by Dan Gohman · 9 years ago
  78. a6e95e1 [ARM] Correct SP/PC handling in t2MOVr by John Brawn · 9 years ago
  79. 52a7dd7 [ARM] Implement execute-only support in CodeGen by Prakhar Bahuguna · 9 years ago
  80. 17c7f70 Replace APFloatBase static fltSemantics data members with getter functions by Stephan Bergmann · 9 years ago
  81. 870b5ca [ARM] Better error message for invalid flag-preserving Thumb1 insts by Oliver Stannard · 9 years ago
  82. 0a392a8 [ARM][MC] Cleanup ARM Target Assembly Parser by Nirav Dave · 9 years ago
  83. 58eba09 [TableGen] Move OperandMatchResultTy enum to MCTargetAsmParser.h by Alex Bradbury · 9 years ago
  84. 445c952 Tidy the calls to getCurrentSection().first -> getCurrentSectionOnly to help by Eric Christopher · 9 years ago
  85. 0da8630 Revert r283690, "MC: Remove unused entities." by Peter Collingbourne · 9 years ago
  86. f42454b Move the global variables representing each Target behind accessor function by Mehdi Amini · 9 years ago
  87. cc723cc MC: Remove unused entities. by Peter Collingbourne · 9 years ago
  88. 732afdd Turn cl::values() (for enum) from a vararg function to using C++ variadic template by Mehdi Amini · 9 years ago
  89. a0016ec Use StringReg in TargetParser APIs (NFC) by Mehdi Amini · 9 years ago
  90. 2364748a Defer asm errors to post-statement failure by Nirav Dave · 9 years ago
  91. e204c48 Revert r281336 (and r281337), it caused PR30372. by Nico Weber · 9 years ago
  92. 9fa8af2 Defer asm errors to post-statement failure by Nirav Dave · 9 years ago
  93. 85bbda1 [ARM] Support ldr.w in pseudo instruction ldr rd,=immediate by Peter Smith · 9 years ago
  94. 04c7db3 Temporarily Revert "[MC] Defer asm errors to post-statement failure" as it's causing errors on the sanitizer bots. by Eric Christopher · 9 years ago
  95. c0c0f7a1 [MC] Defer asm errors to post-statement failure by Nirav Dave · 9 years ago
  96. b03fd12 Replace "fallthrough" comments with LLVM_FALLTHROUGH by Justin Bogner · 9 years ago
  97. 15ed7ec [Thumb] Validate branch target for CBZ/CBNZ instructions. by Prakhar Bahuguna · 9 years ago
  98. b948c52 Revert "[Thumb] Validate branch target for CBZ/CBNZ instructions." by Matthias Braun · 9 years ago
  99. a305a43 [Thumb] Validate branch target for CBZ/CBNZ instructions. by Prakhar Bahuguna · 9 years ago
  100. 3f0c1e6 [ARM] Don't copy MCInsts in loop. NFC. by Benjamin Kramer · 9 years ago