1. 5619669 Fix -Wsign-compare warnings on Windows by Reid Kleckner · 8 years ago
  2. 7efdd09 [ARM] Issue an erorr when non-general-purpose registers are used in address operands by Momchil Velikov · 8 years ago
  3. 98727bc [ARM] Armv8-R DFB instruction by Sam Parker · 8 years ago
  4. 7ab6060 Revert r319649 - [Asm, ARM] Add fallback diag for multiple invalid operands by Oliver Stannard · 8 years ago
  5. 7cd4db9 [Asm, ARM] Add fallback diag for multiple invalid operands by Oliver Stannard · 8 years ago
  6. 9cb89f6 [ARM] Remove pre-UAL FLDM/FSTM aliases by Oliver Stannard · 8 years ago
  7. 1e6d4b9 [ARM] Don't omit non-default predication code by Oliver Stannard · 8 years ago
  8. 1e73e95 [Asm] Improve "too few operands" errors by Oliver Stannard · 8 years ago
  9. d6ca987 [ARM] Add diagnostics for SPR/DPR lists by Oliver Stannard · 8 years ago
  10. d104673 [llvm] Remove redundant return [NFC] by Mandeep Singh Grang · 8 years ago
  11. 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
  12. 2a06028 [AsmParser][TableGen] Make the generated mnemonic spell checker function a file local static function. by Craig Topper · 8 years ago
  13. 03ded27 [ARM] Error for invalid shift in memory operand by Oliver Stannard · 8 years ago
  14. ce256a3 [ARM] Replace development diagnostics with normal DEBUG macro by Oliver Stannard · 8 years ago
  15. 4191b9e [Asm] Add debug tracing in table-generated assembly matcher by Oliver Stannard · 8 years ago
  16. 30b732c [ARM, Asm] Harden GNU LDRD/STRD aliases against invalid inputs by Oliver Stannard · 8 years ago
  17. cd3306f [ARM, Asm] Add diagnostics for floating-point register operands by Oliver Stannard · 8 years ago
  18. bbad419 [ARM, Asm] Add diagnostics for general-purpose register operands by Oliver Stannard · 8 years ago
  19. 0d5c792 [ARM] Use table-gen'd assembly operand diags in ARM asm parser by Oliver Stannard · 8 years ago
  20. 55114fd [ARM, Asm] Use correct source location for register tokens by Oliver Stannard · 8 years ago
  21. 68aa7de [ARM, Asm] Fix ubsan failure caused by out-of-range enum value by Oliver Stannard · 8 years ago
  22. 5daee98 [ARM, Asm] Remove dead code causing MSan failure. by Oliver Stannard · 8 years ago
  23. e093bad [ARM] Use new assembler diags for ARM by Oliver Stannard · 8 years ago
  24. 963da5b [ARM] v8.3-a complex number support by Sam Parker · 8 years ago
  25. 640527f [ARM] Fix assembly and disassembly for VMRS/VMSR by Andre Vieira · 8 years ago
  26. 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
  27. 85908aa [ARM] Relax 'cpsie'/'cpsid' flag parsing. by Jonathan Roelofs · 8 years ago
  28. c429aab [ARM] Enable the use of SVC anywhere in an IT block by Andre Vieira · 8 years ago
  29. b81fa99 [ARM] Tidy-up condition-code support functions by Javed Absar · 8 years ago
  30. 17ee7c0 [ARM] Tidy-up ARMAsmParser. NFC. by Javed Absar · 8 years ago
  31. 7426c97 [ARM] Assembler support for the ARMv8.2a dot product instructions by Sjoerd Meijer · 8 years ago
  32. f370f2e Revert "[ARM] Fix assembly and disassembly for VMRS/VMSR" by Tim Northover · 8 years ago
  33. 7dffb9b [ARM] Fix assembly and disassembly for VMRS/VMSR by Andre Vieira · 8 years ago
  34. 054d1ae [ARM] Tidy up banked registers encoding by Javed Absar · 8 years ago
  35. 67ddd1d [TargetParser] Use enum classes for various ARM kind enums. by Florian Hahn · 8 years ago
  36. 2cb0c95 [ARM] Unify handling of M-Class system registers by Javed Absar · 8 years ago
  37. ce1fb22 [Arm] Fix -Wimplicit-fallthrough warnings. NFCI. by Simon Pilgrim · 8 years ago
  38. 6d14fdf [AsmParser] Mnemonic Spell Corrector by Sjoerd Meijer · 8 years ago
  39. ed78aaf [ARM] Add .w aliases of MOV with shifted operand by John Brawn · 8 years ago
  40. 192f74a [ARM] Clean up choice of narrow instructions in ARMAsmParser, NFC by John Brawn · 8 years ago
  41. 264b5d9 Move Object format code to lib/BinaryFormat. by Zachary Turner · 8 years ago
  42. adde667 [ARM] Support fixup for Thumb2 modified immediate by Peter Smith · 8 years ago
  43. 7c6dee9f [ARM] Rename HW div feature to HW div Thumb. NFCI. by Diana Picus · 9 years ago
  44. 7ad2e8a [ARM] Add hardware build attributes in assembler by Oliver Stannard · 9 years ago
  45. 1179470 ARMAsmParser: clean up of isImmediate functions by Sjoerd Meijer · 9 years ago
  46. 2409c64 [ARM] [Assembler] Support negative immediates for A32, T32 and T16 by Sanne Wouda · 9 years ago
  47. 6ee22c4 [ARM] Diagnose ARM MOVT without :lower16: or :upper16: expression by Oliver Stannard · 9 years ago
  48. eba9fda [ARM] Correct handling of LSL #0 in an IT block by John Brawn · 9 years ago
  49. cc31871 Make TargetInstrInfo::isPredicable take a const reference, NFC by Krzysztof Parzyszek · 9 years ago
  50. 5d35b9e [ARM] Fix parsing of special register masks by Oliver Stannard · 9 years ago
  51. 85d4d5b [ARM] Diagnose PC-writing instructions in IT blocks by Oliver Stannard · 9 years ago
  52. c97b714 [ARM] LSL #0 is an alias of MOV by John Brawn · 9 years ago
  53. 18eafb6 [WebAssembly] Add skeleton MC support for the Wasm container format by Dan Gohman · 9 years ago
  54. a6e95e1 [ARM] Correct SP/PC handling in t2MOVr by John Brawn · 9 years ago
  55. 52a7dd7 [ARM] Implement execute-only support in CodeGen by Prakhar Bahuguna · 9 years ago
  56. 17c7f70 Replace APFloatBase static fltSemantics data members with getter functions by Stephan Bergmann · 9 years ago
  57. 870b5ca [ARM] Better error message for invalid flag-preserving Thumb1 insts by Oliver Stannard · 9 years ago
  58. 0a392a8 [ARM][MC] Cleanup ARM Target Assembly Parser by Nirav Dave · 9 years ago
  59. 58eba09 [TableGen] Move OperandMatchResultTy enum to MCTargetAsmParser.h by Alex Bradbury · 9 years ago
  60. 445c952 Tidy the calls to getCurrentSection().first -> getCurrentSectionOnly to help by Eric Christopher · 9 years ago
  61. 0da8630 Revert r283690, "MC: Remove unused entities." by Peter Collingbourne · 9 years ago
  62. f42454b Move the global variables representing each Target behind accessor function by Mehdi Amini · 9 years ago
  63. cc723cc MC: Remove unused entities. by Peter Collingbourne · 9 years ago
  64. 732afdd Turn cl::values() (for enum) from a vararg function to using C++ variadic template by Mehdi Amini · 9 years ago
  65. a0016ec Use StringReg in TargetParser APIs (NFC) by Mehdi Amini · 9 years ago
  66. 2364748a Defer asm errors to post-statement failure by Nirav Dave · 9 years ago
  67. e204c48 Revert r281336 (and r281337), it caused PR30372. by Nico Weber · 9 years ago
  68. 9fa8af2 Defer asm errors to post-statement failure by Nirav Dave · 9 years ago
  69. 85bbda1 [ARM] Support ldr.w in pseudo instruction ldr rd,=immediate by Peter Smith · 9 years ago
  70. 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
  71. c0c0f7a1 [MC] Defer asm errors to post-statement failure by Nirav Dave · 9 years ago
  72. b03fd12 Replace "fallthrough" comments with LLVM_FALLTHROUGH by Justin Bogner · 9 years ago
  73. 15ed7ec [Thumb] Validate branch target for CBZ/CBNZ instructions. by Prakhar Bahuguna · 9 years ago
  74. b948c52 Revert "[Thumb] Validate branch target for CBZ/CBNZ instructions." by Matthias Braun · 9 years ago
  75. a305a43 [Thumb] Validate branch target for CBZ/CBNZ instructions. by Prakhar Bahuguna · 9 years ago
  76. 3f0c1e6 [ARM] Don't copy MCInsts in loop. NFC. by Benjamin Kramer · 9 years ago
  77. 1c6e591 [ARM] Improve error messages for .arch_extension directive by Oliver Stannard · 9 years ago
  78. 2171828 [ARM] Implement -mimplicit-it assembler option by Oliver Stannard · 9 years ago
  79. 6003fb5 ARM: fix vmov.i64 immediate validity check by Tim Northover · 9 years ago
  80. 3e03617 ARM: validate immediate branch targets in AsmParser. by Tim Northover · 9 years ago
  81. fd91041 Refactor and cleanup Assembly Parsing / Lexing by Nirav Dave · 9 years ago
  82. 280ecf6 Revert "Refactor and cleanup Assembly Parsing / Lexing" by Nirav Dave · 9 years ago
  83. c19c326 Refactor and cleanup Assembly Parsing / Lexing by Nirav Dave · 9 years ago
  84. 8de5f24 [ARM] Accept conditional versions of BXNS and BLXNS by Oliver Stannard · 9 years ago
  85. d906bf1 RAS extensions are part of ARMv8.2-A. This change enables them by introducing a by Sjoerd Meijer · 9 years ago
  86. 608cb5d [ARM] Support and tests for transform of LDR rt, = to MOV by Renato Golin · 9 years ago
  87. 3f12613 [ARM] Delay ARM constant pool creation. NFC. by Renato Golin · 9 years ago
  88. f6ed8bb [scan-build] fix warnings emitted on LLVM ARM code base by Renato Golin · 9 years ago
  89. c869e91 [ARM] Avoid switching ARM/Thumb mode on .arch/.cpu directive by Oliver Stannard · 10 years ago
  90. aa35bd2 ARM: disallow pc as a base register in Thumb2 memory ops. by Tim Northover · 10 years ago
  91. b3e8a6d Move MCTargetAsmParser.h to llvm/MC/MCParser where it belongs. by Benjamin Kramer · 10 years ago
  92. f57c197 Reflect the MC/MCDisassembler split on the include/ level. by Benjamin Kramer · 10 years ago
  93. f277c8a [ARM] Add new system registers to ARMv8-M Baseline/Mainline by Bradley Smith · 10 years ago
  94. fed3e4a [ARM] Add ARMv8-M security extension instructions to ARMv8-M Baseline/Mainline by Bradley Smith · 10 years ago
  95. 65b8538 [ARM] Add ARMv8.2-A FP16 scalar instructions by Oliver Stannard · 10 years ago
  96. d4a0d18 Revert "[ARM] Add ARMv8-M security extension instructions to ARMv8-M Baseline/Mainline" by Reid Kleckner · 10 years ago
  97. 47f2452 # This is a combination of 2 commits. # The first commit's message is: by Reid Kleckner · 10 years ago
  98. 42f6e90 [ARM] Add new system registers to ARMv8-M Baseline/Mainline by Bradley Smith · 10 years ago
  99. 618712d [ARM] Add ARMv8-M security extension instructions to ARMv8-M Baseline/Mainline by Bradley Smith · 10 years ago
  100. a118910 [ARM] Add B.W and CBZ instructions to ARMv8-M Baseline by Bradley Smith · 10 years ago