1. 4acf11a Add VADD instruction to the ARM integrated assembler. by Karl Schimpf · 9 years ago
  2. 4a56686 Subzero. Code organization. by John Porto · 9 years ago
  3. a3c3214 Add VPUSH/VPOP instructions to the ARM32 integrated assembler. by Karl Schimpf · 9 years ago
  4. 17fe194 add RBIT instruction to the ARM integrated assembler. by Karl Schimpf · 9 years ago
  5. a990f0c Add mls instruction to the ARM integrated assembler. by Karl Schimpf · 9 years ago
  6. 4175d45 Add various forms of LDREX/STREX to ARM integrated assembler. by Karl Schimpf · 9 years ago
  7. 65f80d7 Add CLZ instruction to the ARM integrated assembler. by Karl Schimpf · 9 years ago
  8. 6106df8 Subzero: Separate "\t" from "opcode" in asm emission. by Jim Stichnoth · 9 years ago
  9. 54f3d51 Subzero: Use "auto" per (unwritten) auto coding style. by Jim Stichnoth · 9 years ago
  10. 7e87b61 Add translation of REV in ARM integrated assembler. by Karl Schimpf · 9 years ago
  11. 337ac9e Add the RSC instruction to the ARM integrated assembler. by Karl Schimpf · 9 years ago
  12. d3f94f7 Add DMB instruction to the ARM integrated assembler. by Karl Schimpf · 9 years ago
  13. eb13acc Subzero. ARM32. Show FP lowering some love. by John Porto · 9 years ago
  14. 67574d8 Fix problems with sandboxing and the ARM integrated assembler. by Karl Schimpf · 9 years ago
  15. 4c435d3 Add CMN instruction to ARM integrated assembler. by Karl Schimpf · 9 years ago
  16. 3ac9a49 Add ASR instruction to the ARM integrated assembler. by Karl Schimpf · 9 years ago
  17. 1e67f91 Add Sxtb/Sxth instructions to ARM integrated assembler. by Karl Schimpf · 9 years ago
  18. 4ddce70 Implement LSR instructions for the integrated ARM assembler. by Karl Schimpf · 9 years ago
  19. dca8674 Add RSB instruction to the ARM integrated assembler. by Karl Schimpf · 9 years ago
  20. 866b6b1 Subzero. ARM32. Folding rematerializable offsets in address operands. by John Porto · 9 years ago
  21. 92a6e5b fix doxygen brief in subzero header files by Jim Stichnoth · 9 years ago
  22. 26217e3 1) Move helper creation to separate method, which also computes the maximum outgoing argument size. The computed size is checked against call lowering's size. by David Sehr · 9 years ago
  23. e559be7 Add MVN (register, immediate) to ARM integrated assembler. by Karl Schimpf · 9 years ago
  24. f419854 Subzero. ARM32. No more SP frobbing. by John Porto · 9 years ago
  25. f4d0a7a Add LSL (register, immediate) to ARM integrated assembler. by Karl Schimpf · 9 years ago
  26. 3f6b47d Subzero. ARM32. Removes memory legalization warts. by John Porto · 9 years ago
  27. 174531e Add BL (immediate) and BLX (register) to ARM assembler. by Karl Schimpf · 9 years ago
  28. 2758bb0 Subzero. ARM32. Introduces the ShAmtImm Operand. by John Porto · 9 years ago
  29. ccea793 Subzero. ARM32. Improve constant lowering. by John Porto · 9 years ago
  30. 6dacbaf Fix translation of instruction "move" in ARM integrated assembler. by Karl Schimpf · 9 years ago
  31. 799ba67 Fix push/pop emit methods for ARM assembler. by Karl Schimpf · 9 years ago
  32. bb0bacf Implement UXTB and UXTH in the ARM integerated assembler. by Karl Schimpf · 9 years ago
  33. 2c68d90 Fix frame pointer loads/stores in the ARM integrated assembler. by Karl Schimpf · 9 years ago
  34. 7b3d9cb Subzero. ARM32. New bool folding. by John Porto · 9 years ago
  35. f267464 Fix line spacing for push instructions in ARM assembly. by Karl Schimpf · 9 years ago
  36. 3e859b7 Subzero: For filetype=asm, don't print a blank line for pseudo instrs. by Jim Stichnoth · 9 years ago
  37. f66a85b Add POP instruction to ARM integrated assembler. by Karl Schimpf · 9 years ago
  38. f5f02f7 Subzero. ARM32. Address mode formation. by John Porto · 9 years ago
  39. 430e844 Add UMULL to ARM integrated assembler. by Karl Schimpf · 9 years ago
  40. b9f2722 Fixes LDR and STR instructions. Two types of mistakes were being made. by Karl Schimpf · 9 years ago
  41. 6cab561 Add the PUSH instruction to ARM integrated assembler. by Karl Schimpf · 9 years ago
  42. 5b004e3 Fix textual emission of label instructions in ARM assembler. by Karl Schimpf · 9 years ago
  43. 080b65b Add MLA instruction to ARM integerated assembler. by Karl Schimpf · 9 years ago
  44. 856734c Fix ARM emit() methods to count instructions generated. by Karl Schimpf · 9 years ago
  45. b81b901 Add TST(register, immediate) to ARM32 integrated assembler. by Karl Schimpf · 9 years ago
  46. cb504ca Add workaround to allow testing of ARM integrated assembler. by Karl Schimpf · 9 years ago
  47. 4f8805b Add BIC(register) and BIC(immediate) to ARM integrated assembler. by Karl Schimpf · 9 years ago
  48. f8fc12f Add CMP(register) and CMP(Immediate) to ARM integerated assembler. by Karl Schimpf · 9 years ago
  49. 1c28550 Add UDIV to ARM integrated assembler. by Karl Schimpf · 9 years ago
  50. 697dc79 Add SDIV to ARM integrated assembler. by Karl Schimpf · 9 years ago
  51. 62d367b Add EOR(register) and EOR(immediate) to ARM integrated assembler. by Karl Schimpf · 9 years ago
  52. 9c08bee Add orr (register) and orr (immediate) to ARM integrated assembler. by Karl Schimpf · 9 years ago
  53. f0655b6 Add new form of ldr/str (immediate) to ARM integrated assembler. by Karl Schimpf · 9 years ago
  54. 396de53 Add mul instruction to ARM integrated assembler. by Karl Schimpf · 9 years ago
  55. c33f7bb Add AND(register) and AND(immediate) to ARM integrated assembler. by Karl Schimpf · 9 years ago
  56. 7cb2db3 Handle MOV (immediate) and MOVT to load ARM global addresses. by Karl Schimpf · 9 years ago
  57. 3b8a15e Add Sbc(register) and Sbc(immediate) to integrated ARM assembler. by Karl Schimpf · 9 years ago
  58. 5bff61c Sets the stage for enabling the use of the 8-bit high registers, but doesn't yet turn it on because more work is needed for correctness. by Jim Stichnoth · 9 years ago
  59. e4289e2 Fix ARM integrated assembler to be able to compile spec2k examples. by Karl Schimpf · 9 years ago
  60. db09888 Add ADC (immediate) instruction to ARM integrated assembler. by Karl Schimpf · 9 years ago
  61. 137e62b Handle branch relative to pc in ARM integrated assembler. by Karl Schimpf · 9 years ago
  62. 50a3331 Generate block labels in the ARM hybrid assembler. by Karl Schimpf · 9 years ago
  63. 2fee2a2 Add hybrid assembler concept to ARM assembler. by Karl Schimpf · 9 years ago
  64. afc92af Subzero. Misc ARM32 bugfixes. by John Porto · 9 years ago
  65. 745ad1d Handle stack spills in ARM integrated assembler. by Karl Schimpf · 9 years ago
  66. e345505 Add "sub immediate" instruction to the ARM integrated assembler. by Karl Schimpf · 9 years ago
  67. 372bdd6 Add "add immediate" instruction to the ARM integrated assembler. by Karl Schimpf · 9 years ago
  68. 85342a7 Fix emission of move immediate for ARM integrated assembler. by Karl Schimpf · 9 years ago
  69. c5abdc1 Start incorporating the ARM integrated assembler. by Karl Schimpf · 9 years ago
  70. 1699184 Subzero. Adds ldrex, strex, and dmb support (ARM32) by John Porto · 9 years ago
  71. e0b829f Subzero. Eliminates the use of Variable64On32 as operands in ARM. by John Porto · 10 years ago
  72. ba6a67c Subzero. Enables (most) crosstests for ARM32. by John Porto · 10 years ago
  73. 2f5534f Subzero. ARM32 Fcmp lowering. by John Porto · 10 years ago
  74. 385351b Fixes ARM32 VFP calling convetion. by John Porto · 10 years ago
  75. 57e1268 Reflow comments to use the full width. by Andrew Scull · 10 years ago
  76. f977f71 Subzero. Implements the scalar bitcast operations for ARM32. by John Porto · 10 years ago
  77. c31e2ed Implements int2fp, fp2int, and fp2fp conversions for ARM32. by John Porto · 10 years ago
  78. 992f91d Subzero: Misc fixes/cleanup. by Jim Stichnoth · 10 years ago
  79. 86ebec1 Add the ARM32 FP register table entries, simple arith, and args. by Jan Voung · 10 years ago
  80. 28068ad ARM: Add a postRA pass to legalize stack offsets. Greedy approach (reserve IP). by Jan Voung · 10 years ago
  81. 87f80c1 Introduction of improved switch lowering. by Andrew Scull · 10 years ago
  82. f645d85 ARM32: Lower more integer intrinsics and test. by Jan Voung · 10 years ago
  83. 9612d32 Doxygenize the documentation comments by Andrew Scull · 10 years ago
  84. 6ec369e ARM lowering integer divide and remainder, with div by 0 checks. by Jan Voung · 10 years ago
  85. 67f8de9 Includes module header first. by John Porto · 10 years ago
  86. 20b71f5 Subzero: Reduce the amount of #ifdef'd code. by Jim Stichnoth · 10 years ago
  87. b0a8c24 ARM: Assign "actuals" at call site to the appropriate GPR/stack slot. by Jan Voung · 10 years ago
  88. aff4ccf Renames the assembler* files. by John Porto · 10 years ago
  89. 66c3d5e Subzero ARM32: Lower shift and zext, sext, and trunc. by Jan Voung · 10 years ago
  90. befd03a Subzero ARM: lowerLoad and lowerStore. by Jan Voung · 10 years ago
  91. 0fa6c5a Subzero ARM: addProlog/addEpilogue -- share some code with x86. by Jan Voung · 10 years ago
  92. c207d51 Use ldr for movs out of stack slots (instead of mov reg, [sp/fp]). by Jan Voung · 10 years ago
  93. 55500db Subzero ARM: lower alloca instruction. by Jan Voung · 10 years ago
  94. 3bfd99a Subzero ARM: do lowerIcmp, lowerBr, and a bit of lowerCall. by Jan Voung · 10 years ago
  95. 2971997 Lower a few basic ARM binops for i{8,16,32,64}. by Jan Voung · 10 years ago
  96. b3401d2 Subzero ARM: lowerArguments (GPR), basic legalize(), and lowerRet(i32, i64). by Jan Voung · 10 years ago
  97. b2d5084 Handle ARM "ret void" and function alignment with proper padding. by Jan Voung · 10 years ago