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