1. 0b835be [ARM] Fix unwind information for floating point registers by Oliver Stannard · 7 years ago
  2. 2dcaa41 [MinGW] [ARM] Add stubs for potential automatic dllimported variables by Martin Storsjo · 7 years ago
  3. 521dc4d Fix "Q" and "R" inline assembly template modifiers for big-endian Arm by Florian Hahn · 7 years ago
  4. f78650a Remove trailing space by Fangrui Song · 7 years ago
  5. 6c1b075 Fix uninitialized read in ARM's PrintAsmOperand by Thomas Preud'homme · 7 years ago
  6. d2662c3 [COFF] Hoist constant pool handling from X86AsmPrinter into AsmPrinter by Martin Storsjo · 7 years ago
  7. 1aa9061 [CodeGen] Hoist common AsmPrinter code out of X86, ARM, and AArch64 by Reid Kleckner · 8 years ago
  8. ac7c5c1 [ARM] Fix PR35379 - incorrect unwind information when compiling with -Oz by Momchil Velikov · 8 years ago
  9. f1caa28 MachineFunction: Return reference from getFunction(); NFC by Matthias Braun · 8 years ago
  10. caf9ea6 Remove redundant includes from lib/Target/ARM. by Michael Zolotukhin · 8 years ago
  11. 4a91fb9 [ARM] Split Arm jump table branch into i12 and rs suffixed versions by Momchil Velikov · 8 years ago
  12. 842aa90 [ARM] Place jump table as the first operand in additions by Momchil Velikov · 8 years ago
  13. d6218cc [ARM] Restore the right frame pointer register in Int_eh_sjlj_longjmp by Martin Storsjo · 8 years ago
  14. 5fba8ba ARM: track globals promoted to coalesced const pool entries by Saleem Abdulrasool · 8 years ago
  15. 5766b8e [ARM] - Tidy-up ARMAsmPrinter.cpp by Javed Absar · 8 years ago
  16. 0f76a35 Fix ARMv4 support by Joerg Sonnenberger · 8 years ago
  17. a5ba4ee [Triple] Add isThumb and isARM functions. by Florian Hahn · 8 years ago
  18. e2d84d9 [ARM] Fix -Wimplicit-fallthrough warning. NFCI. by Simon Pilgrim · 8 years ago
  19. 2b2b420 [ARM] Support constant pools in data when generating execute-only code. by Alexandros Lamprineas · 8 years ago
  20. 1c15ee2 Revert "[ARM] Support constant pools in data when generating execute-only code." by Alexandros Lamprineas · 8 years ago
  21. c582d6e [ARM] Support constant pools in data when generating execute-only code. by Alexandros Lamprineas · 8 years ago
  22. 264b5d9 Move Object format code to lib/BinaryFormat. by Zachary Turner · 8 years ago
  23. 7ad2e8a [ARM] Add hardware build attributes in assembler by Oliver Stannard · 8 years ago
  24. 490d4a6 [CodeGen] fix alignment of JUMPTABLE_INSTS on v8M.base by Sanne Wouda · 9 years ago
  25. 8c209aa Cleanup dump() functions. by Matthias Braun · 9 years ago
  26. f83d2a2 [XRay][Arm] Repair XRay table emission on Arm32 and add tests to identify such problem earlier by Serge Rogatch · 9 years ago
  27. df7c6ef [ARM] Create objdump subtarget from build attrs by Sam Parker · 9 years ago
  28. 03c5e69 Revert "[XRay][Arm] Repair XRay table emission on Arm32 and add tests to identify such problem earlier" by Renato Golin · 9 years ago
  29. 50be6b4 [XRay][Arm] Repair XRay table emission on Arm32 and add tests to identify such problem earlier by Serge Rogatch · 9 years ago
  30. 1ed7896 Revert r291903 and r291898. Reason: they break check-lld on the bots. by Ivan Krasin · 9 years ago
  31. 770ceb6 [ARM] Enable objdump to construct triple for ARM by Sam Parker · 9 years ago
  32. f7e7b93 [XRay] Merge instrumentation point table emission code into AsmPrinter. by Dean Michael Berris · 9 years ago
  33. 52a7dd7 [ARM] Implement execute-only support in CodeGen by Prakhar Bahuguna · 9 years ago
  34. b03e087 [Thumb1] Move padding earlier when synthesizing TBBs off of the PC by James Molloy · 9 years ago
  35. 70a3d6d [Thumb-1] Synthesize TBB/TBH instructions to make use of compressed jump tables by James Molloy · 9 years ago
  36. b37864b Revert r284580+r284917. ("Synthesize TBB/TBH instructions") by Eli Friedman · 9 years ago
  37. 2fc4cb6 Reapply r284571 (with the new tests fixed). by Sjoerd Meijer · 9 years ago
  38. fbfd173 [Thumb-1] Synthesize TBB/TBH instructions to make use of compressed jump tables by James Molloy · 9 years ago
  39. 3f5111d Revert of r284571 because of failing tests. by Sjoerd Meijer · 9 years ago
  40. a318779 Checking FP function attribute values and adding more build attribute tests. by Sjoerd Meijer · 9 years ago
  41. 156f6ca [XRay] Support for for tail calls for ARM no-Thumb by Dean Michael Berris · 9 years ago
  42. f42454b Move the global variables representing each Target behind accessor function by Mehdi Amini · 9 years ago
  43. fb4b6e8 [ARM]: Add Cortex-R52 target to LLVM by Javed Absar · 9 years ago
  44. 5b00770 Use StringRef in ARMConstantPool APIs (NFC) by Mehdi Amini · 9 years ago
  45. 535529b Consistent fp denormal mode names. NFC. by Sjoerd Meijer · 9 years ago
  46. 48878ae Use StringRef in Datalayout API (NFC) by Mehdi Amini · 9 years ago
  47. 217b246 Revert "Use StringRef in Datalayout API (NFC)" by Mehdi Amini · 9 years ago
  48. 29baf9c Use StringRef in Datalayout API (NFC) by Mehdi Amini · 9 years ago
  49. 9abb2fa [ARM] Promote small global constants to constant pools by James Molloy · 9 years ago
  50. 85124c7 Revert "[ARM] Promote small global constants to constant pools" by James Molloy · 9 years ago
  51. 1ce54d6 [ARM] Promote small global constants to constant pools by James Molloy · 9 years ago
  52. 903859c Revert r281715, it caused PR30475 by Nico Weber · 9 years ago
  53. 46401544 [XRay] ARM 32-bit no-Thumb support in LLVM by Dean Michael Berris · 9 years ago
  54. 0dc4708 [ARM] Promote small global constants to constant pools by James Molloy · 9 years ago
  55. 4367c7f Move the Mangler from the AsmPrinter down to TLOF and clean up the by Eric Christopher · 9 years ago
  56. a0601a4 Revert "[ARM] Promote small global constants to constant pools" by Evgeniy Stepanov · 9 years ago
  57. fe7fd87 [ARM] Promote small global constants to constant pools by James Molloy · 9 years ago
  58. e97d3b9 Revert "[ARM] Promote small global constants to constant pools" by Evgeniy Stepanov · 9 years ago
  59. 13065b0 [ARM] Promote small global constants to constant pools by James Molloy · 9 years ago
  60. 043d613 Revert "[ARM] Promote small global constants to constant pools" by James Molloy · 9 years ago
  61. bb6984d [ARM] Add ".code 32" to functions in the ARM instruction set by Pablo Barrio · 9 years ago
  62. 3e4bc66 [ARM] Promote small global constants to constant pools by James Molloy · 9 years ago
  63. 3d06ff2 Revert "[ARM] Promote small global constants to constant pools" by James Molloy · 9 years ago
  64. 8f82d45 [ARM] Promote small global constants to constant pools by James Molloy · 9 years ago
  65. 049f387 Revert "[XRay] ARM 32-bit no-Thumb support in LLVM" by Renato Golin · 9 years ago
  66. 17d94e2 [XRay] ARM 32-bit no-Thumb support in LLVM by Dean Michael Berris · 9 years ago
  67. 6c4140b Setting fp trapping mode and denormal type: this an improvement of by Sjoerd Meijer · 9 years ago
  68. 46b5b88 Clang patch r280064 introduced ways to set the FP exceptions and denormal by Sjoerd Meijer · 9 years ago
  69. b03fd12 Replace "fallthrough" comments with LLVM_FALLTHROUGH by Justin Bogner · 9 years ago
  70. 8331aae [ARM] Add support for embedded position-independent code by Oliver Stannard · 9 years ago
  71. eb059b0 ARM: support high registers in __builtin_longjmp on WoA by Saleem Abdulrasool · 9 years ago
  72. 5ac8f5c Don't pass a Reloc::Model to GVIsIndirectSymbol. by Rafael Espindola · 9 years ago
  73. 0db11db Move isPositionIndependent up to AsmPrinter. by Rafael Espindola · 9 years ago
  74. a895a0c Add support for musl-libc on ARM Linux. by Rafael Espindola · 9 years ago
  75. 3d6a130 Define a isPositionIndependent helper for ARMAsmPrinter. NFC. by Rafael Espindola · 9 years ago
  76. afade35 Don't print (PLT) on arm. by Rafael Espindola · 9 years ago
  77. 532dcbc ARM: correct TLS access on WoA by Saleem Abdulrasool · 9 years ago
  78. ce4eee4 ARM: clang-format a couple of switches, add comments by Saleem Abdulrasool · 9 years ago
  79. f6f815b Use StringRef::startswith instead of find(...) == 0. by Benjamin Kramer · 9 years ago
  80. 4fed928 Avoid some copies by using const references. by Benjamin Kramer · 9 years ago
  81. 712f957 Simplify handling of hidden stub. by Rafael Espindola · 9 years ago
  82. 8df2f49 ARM: support export directives for Windows by Saleem Abdulrasool · 9 years ago
  83. 5c3140f ARM: put extern __thread stubs in a special section. by Tim Northover · 9 years ago
  84. b550cb1 [NFC] Header cleanup by Mehdi Amini · 9 years ago
  85. 1632fe1 ARM: follow up improvements for SVN r263118 by Saleem Abdulrasool · 10 years ago
  86. 8b30f98 ARM: correct __builtin_longjmp on WoA by Saleem Abdulrasool · 10 years ago
  87. 8c26e7c [ARM] Emit trap instruction using .inst directive by Alexandros Lamprineas · 10 years ago
  88. d27a6a7 [ARM] Add DSP build attribute and extension targeting by Bradley Smith · 10 years ago
  89. 47f2452 # This is a combination of 2 commits. # The first commit's message is: by Reid Kleckner · 10 years ago
  90. 48b93e1 [ARM] Add DSP build attribute and extension targeting by Bradley Smith · 10 years ago
  91. e26f799 [ARM] Add ARMv8-M Baseline/Mainline LLVM targeting by Bradley Smith · 10 years ago
  92. 778c268 ARM: only emit EABI attributes on EABI targets by Saleem Abdulrasool · 10 years ago
  93. e9b3fb8 [ARM] Generate ABI_optimization_goals build attribute, as described in the ARM ARM. by Artyom Skrobov · 10 years ago
  94. 5dbc8a52 Revert "[ARM] Generate ABI_optimization_goals build attribute, as described in the ARM ARM." by Renato Golin · 10 years ago
  95. f01a59f Follow-up fix for r254201 by Artyom Skrobov · 10 years ago
  96. b955b90 [ARM] Generate ABI_optimization_goals build attribute, as described in the ARM ARM. by Artyom Skrobov · 10 years ago
  97. 3bfc3e2 [ARM] Handle t2ADDri in ARMAsmPrinter::EmitUnwindingInstruction. by Akira Hatanaka · 10 years ago
  98. 97aae40 ARM/ELF: Better codegen for global variable addresses. by Peter Collingbourne · 10 years ago
  99. cf29644 [ARM] Handle +t2dsp feature as an ArchExtKind in ARMTargetParser.def by Artyom Skrobov · 10 years ago
  100. 50f1723 Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC. by Daniel Sanders · 10 years ago