1. f990e4a [ARM] Fix encoding of APSR in CLRM instruction by Momchil Velikov · 6 years ago
  2. 29ff1b4 [ARM] Fix integer UB in MVE load/store immediate handling. by Simon Tatham · 6 years ago
  3. 287f040 [ARM] Fix buildbot failure due to -Werror. by Simon Tatham · 6 years ago
  4. e682416 [ARM] Add MVE vector load/store instructions. by Simon Tatham · 6 years ago
  5. 0c7af66 [ARM] Add MVE 64-bit GPR <-> vector move instructions. by Simon Tatham · 6 years ago
  6. bafb105 [ARM] Add MVE vector instructions that take a scalar input. by Simon Tatham · 6 years ago
  7. 2f5188f [ARM] Add MVE vector bit-operations (register inputs). by Simon Tatham · 6 years ago
  8. cfc7078 [ARM] Add MVE vector shift instructions. by Simon Tatham · 6 years ago
  9. 286e1d2 [ARM] Set up infrastructure for MVE vector instructions. by Simon Tatham · 6 years ago
  10. 848d3d0 [ARM] Refactor handling of IT mask operands. by Simon Tatham · 6 years ago
  11. 8c865ca [ARM] Add the non-MVE instructions in Arm v8.1-M. by Simon Tatham · 6 years ago
  12. 67065c5 Revert rL362953 and its followup rL362955. by Simon Tatham · 6 years ago
  13. baeea91 [ARM] Add the non-MVE instructions in Arm v8.1-M. by Simon Tatham · 6 years ago
  14. b2978c0 [ARM] Remove dead function ARMMCCodeEmitter::getSOImmOpValue by Sam Clegg · 7 years ago
  15. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  16. f78650a Remove trailing space by Fangrui Song · 7 years ago
  17. 9ff2380 [NFC] fix trivial typos in comments and error message by Hiroshi Inoue · 8 years ago
  18. adde667 [ARM] Support fixup for Thumb2 modified immediate by Peter Smith · 8 years ago
  19. e79c077 [ARM] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 9 years ago
  20. 46a6f0f Recommit: ARM: sort register lists by encoding in push/pop instructions. by Tim Northover · 9 years ago
  21. 1b66f39 Revert "ARM: sort register lists by encoding in push/pop instructions." by Tim Northover · 9 years ago
  22. e908ea8 ARM: sort register lists by encoding in push/pop instructions. by Tim Northover · 9 years ago
  23. b03fd12 Replace "fallthrough" comments with LLVM_FALLTHROUGH by Justin Bogner · 9 years ago
  24. 3e03617 ARM: validate immediate branch targets in AsmParser. by Tim Northover · 9 years ago
  25. 7b4ef06 Delete more dead code. by Rafael Espindola · 9 years ago
  26. b876c72 Fix for pr24346: arm asm label calculation error in sub by James Molloy · 10 years ago
  27. 65b8538 [ARM] Add ARMv8.2-A FP16 scalar instructions by Oliver Stannard · 10 years ago
  28. d9a99ce [ARM] Add MOVW/MOVT instructions to ARMv8-M Baseline/Mainline by Bradley Smith · 10 years ago
  29. 187d33e Revert "[ARM] Add ARMv8.2-A FP16 scalar instructions" by Reid Kleckner · 10 years ago
  30. 48568cb [ARM] Add ARMv8.2-A FP16 scalar instructions by Oliver Stannard · 10 years ago
  31. 50f1723 Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC. by Daniel Sanders · 10 years ago
  32. 153010c Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC. by Daniel Sanders · 10 years ago
  33. c40de48 Revert r247684 - Replace Triple with a new TargetTuple ... by Daniel Sanders · 10 years ago
  34. 18d4b0d Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC. by Daniel Sanders · 10 years ago
  35. 572e03a Fix "the the" in comments. by Eric Christopher · 10 years ago
  36. c81f450 Clean up redundant copies of Triple objects. NFC by Daniel Sanders · 10 years ago
  37. db0712f Use std::bitset for SubtargetFeatures. by Michael Kuperstein · 10 years ago
  38. 91df21f MC: Update MCCodeEmitter naming. NFC. by Jim Grosbach · 10 years ago
  39. 63661f8 MC: Update MCFixup naming. NFC. by Jim Grosbach · 10 years ago
  40. c3434b3 Reverting r237234, "Use std::bitset for SubtargetFeatures" by Michael Kuperstein · 10 years ago
  41. aba4a34 Use std::bitset for SubtargetFeatures by Michael Kuperstein · 10 years ago
  42. f817c1c Use 'override/final' instead of 'virtual' for overridden methods by Alexander Kornienko · 11 years ago
  43. 29704e7 Revert "Use std::bitset for SubtargetFeatures" by Michael Kuperstein · 11 years ago
  44. 774b441 Use std::bitset for SubtargetFeatures by Michael Kuperstein · 11 years ago
  45. 0169e42 Remove the use of the subtarget in MCCodeEmitter creation and by Eric Christopher · 11 years ago
  46. efd7a96 Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures. by Michael Kuperstein · 11 years ago
  47. ba5b04c Use std::bitset for SubtargetFeatures by Michael Kuperstein · 11 years ago
  48. f9a1897 Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition. by Aaron Ballman · 11 years ago
  49. a0199b9 Add support for ARM modified-immediate assembly syntax. by Asiri Rathnayake · 11 years ago
  50. 35b2f75 Convert some assert(0) to llvm_unreachable or fold an 'if' condition into the assert. by Craig Topper · 11 years ago
  51. 0bd3183 MC: correct IMAGE_REL_ARM_MOV32T relocation emission by Saleem Abdulrasool · 11 years ago
  52. 84b952b Add WoA object file emission support by Saleem Abdulrasool · 12 years ago
  53. 84e68b2 [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE by Chandler Carruth · 12 years ago
  54. b7e51f6 Change the ARM assembler to require a :lower16: or :upper16 on non-constant by Kevin Enderby · 12 years ago
  55. dc9ff75 ARM: rename ARMle/ARMbe with ARMLE/ARMBE, and Thumble/Thumbbe with ThumbLE/ThumbBE by Christian Pirker · 12 years ago
  56. df657cc Recommitted fix for PR18931, with extended tests set. by Stepan Dyatkovskiy · 12 years ago
  57. 5904e12 Completely rewrite ELFObjectWriter::RecordRelocation. by Rafael Espindola · 12 years ago
  58. 2a11160 Add ARM big endian Target (armeb, thumbeb) by Christian Pirker · 12 years ago
  59. e8747e3 Rejected r204899 and r204900 due to remaining test failures on cmake-llvm-x86_64-linux buildbot. by Stepan Dyatkovskiy · 12 years ago
  60. 3530003 Fix for pr18931: Crash using integrated assembler with immediate arithmetic by Stepan Dyatkovskiy · 12 years ago
  61. db55b02 This reverts commit r203762, "ARM: support emission of complex SO expressions". by Jiangning Liu · 12 years ago
  62. aae4dc2 ARM: ignore unused variable to fix -Wunused-variable builds by Saleem Abdulrasool · 12 years ago
  63. dadf94c ARM: support emission of complex SO expressions by Saleem Abdulrasool · 12 years ago
  64. ca7e3e5 [C++11] Add 'override' keyword to virtual methods that override their base class. by Craig Topper · 12 years ago
  65. d2cca11 Delete MCSubtargetInfo data members from target MCCodeEmitter classes by David Woodhouse · 12 years ago
  66. 3fa98a6 Propagate MCSubtargetInfo through TableGen's getBinaryCodeForInstr() by David Woodhouse · 12 years ago
  67. 9784cef Explictly pass MCSubtargetInfo to MCCodeEmitter::EncodeInstruction() by David Woodhouse · 12 years ago
  68. 2d48ede ARM IAS: support emitting constant values in target expressions by Saleem Abdulrasool · 12 years ago
  69. d6a729b ARM MachO: sort out isTargetDarwin/isTargetIOS/... checks. by Tim Northover · 12 years ago
  70. b528166 Return early from getUnconditionalBranchTargetOpValue if the branch target is by Lang Hames · 12 years ago
  71. 943908b Clean up some usage of Triple. The base class has methods for determining if the target is iOS and Linux. by Cameron Esfahani · 12 years ago
  72. 46c1bcb Add support for Thumb2 literal loads with negative zero offset by Mihai Popa · 12 years ago
  73. 0e1012f Fix signed overflow in when computing encodings for ADR instructions by Mihai Popa · 12 years ago
  74. ad18d3c Fix assembling of Thumb2 branch instructions. by Mihai Popa · 12 years ago
  75. df68600 [ARMv8] Add support for the NEON instructions vmaxnm/vminnm. by Joey Gouly · 12 years ago
  76. eac0bad ARM: fix literal load with positive offset encoding by Amaury de la Vieuville · 12 years ago
  77. bc07a89 Use pointers to the MCAsmInfo and MCRegInfo. by Bill Wendling · 12 years ago
  78. df1ecbd7 Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros. by Michael J. Spencer · 12 years ago
  79. 29931ab ARM: permit full range of valid ADR immediates. by Tim Northover · 13 years ago
  80. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  81. 0c97e76 Fix the handling of edge cases in ARM shifted operands. by Tim Northover · 13 years ago
  82. a60c0f1 Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments. by Craig Topper · 13 years ago
  83. f3c75f7 Fix undefined behavior (negation of INT_MIN) in ARM backend. by Richard Smith · 13 years ago
  84. 6ac277c Remove getARMRegisterNumbering and replace with calls into by Eric Christopher · 13 years ago
  85. 10dd40e Fix #13241, a bug around shift immediate operand for ARM instruction ADR. by Jiangning Liu · 13 years ago
  86. c3b0427 Allow MCCodeEmitter access to the target MCRegisterInfo. by Jim Grosbach · 13 years ago
  87. 70bed4f ARM: allow vanilla expressions for movw/movt. by Jim Grosbach · 14 years ago
  88. ba5b0cc Unify internal representation of ARM instructions with a register right-shifted by #32. These are stored as shifts by #0 in the MCInst and correctly marshalled when transforming from or to assembly representation. by Richard Barton · 14 years ago
  89. fb5cd60 Ensure conditional BL instructions for ARM are given the fixup fixup_arm_condbranch. by James Molloy · 14 years ago
  90. f6e7e12 Remove unnecessary llvm:: qualifications by Craig Topper · 14 years ago
  91. 7b811d3 ARM BL/BLX instruction fixups should use relocations. by Jim Grosbach · 14 years ago
  92. e55c556 Convert assert(0) to llvm_unreachable by Craig Topper · 14 years ago
  93. 5e5eabb Keep source information, if available, around for ARM Fixups. by Jim Grosbach · 14 years ago
  94. d845d9d Widen the instruction encoder that TblGen emits to a 64 bits, which should accomodate every target I can think of offhand. by Owen Anderson · 14 years ago
  95. 46a9f01 More dead code removal (using -Wunreachable-code) by David Blaikie · 14 years ago
  96. 94298a9 Thumb2 alternate syntax for LDR(literal) and friends. by Jim Grosbach · 14 years ago
  97. edbb58c5 Remove unnecessary default cases in switches that cover all enum values. by David Blaikie · 14 years ago
  98. 8648c10 ARM assembly parsing and encoding support for LDRD(label). by Jim Grosbach · 14 years ago
  99. cef98cd ARM NEON relax parse time diagnostics for alignment specifiers. by Jim Grosbach · 14 years ago
  100. 81c9003 ARM encoder method needs the physical register number, not the enum. by Jim Grosbach · 14 years ago