1. 266c5a2 Add VSQRT instruction to the integrated ARM assembler. by Karl Schimpf · 9 years ago
  2. cad0b75 ARM32 vorr lowering by Eric Holk · 9 years ago
  3. b58170c Subzero. ARM32. Vector lowering. And. by Eric Holk · 9 years ago
  4. 8c5544b Fix template method InstARM32FourAddrFP to only have one definition. by Karl Schimpf · 9 years ago
  5. c64448f Add VMOV(immediate) instructions to the ARM assembler. by Karl Schimpf · 9 years ago
  6. ee71827 Add the VMRS instruction to the integrated ARM assembler. by Karl Schimpf · 9 years ago
  7. 4ff90be Clean up handling of ARM IR instruction "mov". by Karl Schimpf · 9 years ago
  8. cd5e07e Add VCMP{s,sz,d,dz} Instructions to ARM integrated assembler. by Karl Schimpf · 9 years ago
  9. c411dbf Refactor PUSH/POP in ARM assemblers. by Karl Schimpf · 9 years ago
  10. 6c7181c Add vcvt<c>.f32.f64 and vcvt<c>.f64.32 to ARM. by Karl Schimpf · 9 years ago
  11. 4acf11a Add VADD instruction to the ARM integrated assembler. by Karl Schimpf · 9 years ago
  12. 4a56686 Subzero. Code organization. by John Porto · 9 years ago
  13. 39f4020 Remove "Adjuststack" instruction opcode. by Karl Schimpf · 9 years ago
  14. 4175d45 Add various forms of LDREX/STREX to ARM integrated assembler. by Karl Schimpf · 9 years ago
  15. d3f94f7 Add DMB instruction to the ARM integrated assembler. by Karl Schimpf · 9 years ago
  16. eb13acc Subzero. ARM32. Show FP lowering some love. by John Porto · 9 years ago
  17. 67574d8 Fix problems with sandboxing and the ARM integrated assembler. by Karl Schimpf · 9 years ago
  18. 92a6e5b fix doxygen brief in subzero header files by Jim Stichnoth · 9 years ago
  19. 1956788 More coverage of load/stores in ARM integrated assembler. by Karl Schimpf · 9 years ago
  20. f419854 Subzero. ARM32. No more SP frobbing. by John Porto · 9 years ago
  21. 174531e Add BL (immediate) and BLX (register) to ARM assembler. by Karl Schimpf · 9 years ago
  22. 2758bb0 Subzero. ARM32. Introduces the ShAmtImm Operand. by John Porto · 9 years ago
  23. cdb3ed6 Add LDR/LDRB (register) to ARM integrated assembler. by Karl Schimpf · 9 years ago
  24. ccea793 Subzero. ARM32. Improve constant lowering. by John Porto · 9 years ago
  25. 7b3d9cb Subzero. ARM32. New bool folding. by John Porto · 9 years ago
  26. f66a85b Add POP instruction to ARM integrated assembler. by Karl Schimpf · 9 years ago
  27. 430e844 Add UMULL to ARM integrated assembler. by Karl Schimpf · 9 years ago
  28. 6cab561 Add the PUSH instruction to ARM integrated assembler. by Karl Schimpf · 9 years ago
  29. 080b65b Add MLA instruction to ARM integerated assembler. by Karl Schimpf · 9 years ago
  30. 856734c Fix ARM emit() methods to count instructions generated. by Karl Schimpf · 9 years ago
  31. f8fc12f Add CMP(register) and CMP(Immediate) to ARM integerated assembler. by Karl Schimpf · 9 years ago
  32. f0655b6 Add new form of ldr/str (immediate) to ARM integrated assembler. by Karl Schimpf · 9 years ago
  33. 7cb2db3 Handle MOV (immediate) and MOVT to load ARM global addresses. by Karl Schimpf · 9 years ago
  34. 137e62b Handle branch relative to pc in ARM integrated assembler. by Karl Schimpf · 9 years ago
  35. 50a3331 Generate block labels in the ARM hybrid assembler. by Karl Schimpf · 9 years ago
  36. 2fee2a2 Add hybrid assembler concept to ARM assembler. by Karl Schimpf · 9 years ago
  37. 372bdd6 Add "add immediate" instruction to the ARM integrated assembler. by Karl Schimpf · 9 years ago
  38. 85342a7 Fix emission of move immediate for ARM integrated assembler. by Karl Schimpf · 9 years ago
  39. 28b71be Subzero: Consider all instruction variables for register preference. by Jim Stichnoth · 9 years ago
  40. 1699184 Subzero. Adds ldrex, strex, and dmb support (ARM32) by John Porto · 9 years ago
  41. e0b829f Subzero. Eliminates the use of Variable64On32 as operands in ARM. by John Porto · 9 years ago
  42. ba6a67c Subzero. Enables (most) crosstests for ARM32. by John Porto · 9 years ago
  43. 2f5534f Subzero. ARM32 Fcmp lowering. by John Porto · 9 years ago
  44. 57e1268 Reflow comments to use the full width. by Andrew Scull · 9 years ago
  45. f977f71 Subzero. Implements the scalar bitcast operations for ARM32. by John Porto · 9 years ago
  46. 8072bae Refactor all instances of `typedef y x` to the C++11 `using x = y` syntax. by Andrew Scull · 9 years ago
  47. c31e2ed Implements int2fp, fp2int, and fp2fp conversions for ARM32. by John Porto · 9 years ago
  48. 86ebec1 Add the ARM32 FP register table entries, simple arith, and args. by Jan Voung · 9 years ago
  49. 28068ad ARM: Add a postRA pass to legalize stack offsets. Greedy approach (reserve IP). by Jan Voung · 9 years ago
  50. 87f80c1 Introduction of improved switch lowering. by Andrew Scull · 9 years ago
  51. f645d85 ARM32: Lower more integer intrinsics and test. by Jan Voung · 9 years ago
  52. 9612d32 Doxygenize the documentation comments by Andrew Scull · 9 years ago
  53. 6ec369e ARM lowering integer divide and remainder, with div by 0 checks. by Jan Voung · 9 years ago
  54. 20b71f5 Subzero: Reduce the amount of #ifdef'd code. by Jim Stichnoth · 9 years ago
  55. 1bec8bc Subzero. Fixes memory leaks. by John Porto · 9 years ago
  56. b0a8c24 ARM: Assign "actuals" at call site to the appropriate GPR/stack slot. by Jan Voung · 9 years ago
  57. 66c3d5e Subzero ARM32: Lower shift and zext, sext, and trunc. by Jan Voung · 9 years ago
  58. befd03a Subzero ARM: lowerLoad and lowerStore. by Jan Voung · 9 years ago
  59. 0fa6c5a Subzero ARM: addProlog/addEpilogue -- share some code with x86. by Jan Voung · 9 years ago
  60. 55500db Subzero ARM: lower alloca instruction. by Jan Voung · 9 years ago
  61. 3bfd99a Subzero ARM: do lowerIcmp, lowerBr, and a bit of lowerCall. by Jan Voung · 9 years ago
  62. 2971997 Lower a few basic ARM binops for i{8,16,32,64}. by Jan Voung · 9 years ago
  63. b3401d2 Subzero ARM: lowerArguments (GPR), basic legalize(), and lowerRet(i32, i64). by Jan Voung · 9 years ago
  64. b2d5084 Handle ARM "ret void" and function alignment with proper padding. by Jan Voung · 9 years ago
  65. b36ad9b Add a basic TargetARM32 skeleton which knows nothing. by Jan Voung · 10 years ago