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