1. 614140e Subzero. ARM32. Combine allocas. by John Porto · 9 years ago
  2. fc22f77 Subzero: Add a makefile config for building with g++. by Jim Stichnoth · 9 years ago
  3. 4163b9f Compute the size of the stack space required to send the parameters to a call. by David Sehr · 9 years ago
  4. 4b170e4 Add recognizing register-shifted forms in ARM assembler. by Karl Schimpf · 9 years ago
  5. e559be7 Add MVN (register, immediate) to ARM integrated assembler. by Karl Schimpf · 9 years ago
  6. f419854 Subzero. ARM32. No more SP frobbing. by John Porto · 9 years ago
  7. 5e0a8a7 Subzero. Adds a pass for target-specific helper call generation. by John Porto · 9 years ago
  8. 0fe6b54 Fix race condition in jump table list creation by David Sehr · 9 years ago
  9. f4d0a7a Add LSL (register, immediate) to ARM integrated assembler. by Karl Schimpf · 9 years ago
  10. 3f6b47d Subzero. ARM32. Removes memory legalization warts. by John Porto · 9 years ago
  11. 174531e Add BL (immediate) and BLX (register) to ARM assembler. by Karl Schimpf · 9 years ago
  12. 9a10df7 Make more visible with doxygen. by Jim Stichnoth · 9 years ago
  13. 2758bb0 Subzero. ARM32. Introduces the ShAmtImm Operand. by John Porto · 9 years ago
  14. cdb3ed6 Add LDR/LDRB (register) to ARM integrated assembler. by Karl Schimpf · 9 years ago
  15. 23bee88 Subzero: Improve the "make check-presubmit" target. by Jim Stichnoth · 9 years ago
  16. ccea793 Subzero. ARM32. Improve constant lowering. by John Porto · 9 years ago
  17. a98091d Subzero: Fix build warnings/errors under g++. by Jim Stichnoth · 9 years ago
  18. 4c5c571 Subzero: Fix a performance regression in the register allocator. by Jim Stichnoth · 9 years ago
  19. 0d9cf48 Reserve space for scalar FP returns in the stack frame by David Sehr · 9 years ago
  20. 2f3b8ec Merge fixed alloca stack adjustments into the prolog by David Sehr · 9 years ago
  21. a1da6ff Subzero: Do some cleanup on the regalloc code. by Jim Stichnoth · 9 years ago
  22. 6c4ad84 Subzero: Add a "make check-presubmit" target. by Jim Stichnoth · 9 years ago
  23. 6dacbaf Fix translation of instruction "move" in ARM integrated assembler. by Karl Schimpf · 9 years ago
  24. 7f42a82 Fix MINIMAL=1 build by David Sehr · 9 years ago
  25. 21fd103 Eliminate stack adjustment for float-returning functions by David Sehr · 9 years ago
  26. 3607b6c Subzero: Find rematerializable variables transitively. by Jim Stichnoth · 9 years ago
  27. 9916566 Subzero: Use "pxor reg,reg" to load a floating-point scalar 0.0 value. by Jim Stichnoth · 9 years ago
  28. b8e49c1 Add a getTarget method that returns the x86 target lowering by David Sehr · 9 years ago
  29. 8099e9a Subzero: Fix a crash in mem operand dumping. by Jim Stichnoth · 9 years ago
  30. a522965 Subzero: Add "--verbose=status" option. by Jim Stichnoth · 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. 4318a41 Combine allocas by David Sehr · 9 years ago
  35. 5ff0cfb Handle another form of MOVW in ARM integrated assembler. by Karl Schimpf · 9 years ago
  36. 7b3d9cb Subzero. ARM32. New bool folding. by John Porto · 9 years ago
  37. f267464 Fix line spacing for push instructions in ARM assembly. by Karl Schimpf · 9 years ago
  38. daf096c Improve bool folding by David Sehr · 9 years ago
  39. 3e859b7 Subzero: For filetype=asm, don't print a blank line for pseudo instrs. by Jim Stichnoth · 9 years ago
  40. f66a85b Add POP instruction to ARM integrated assembler. by Karl Schimpf · 9 years ago
  41. 42356fb Subzero: Add "szbuild.py --no-sz" arg for suppressing the pnacl-sz run. by Jim Stichnoth · 9 years ago
  42. af5d44c Do some small cleanup in IceTLS.h and add some markup for doxygen to it. by Reed Kotler · 9 years ago
  43. f5f02f7 Subzero. ARM32. Address mode formation. by John Porto · 9 years ago
  44. 430e844 Add UMULL to ARM integrated assembler. by Karl Schimpf · 9 years ago
  45. b9f2722 Fixes LDR and STR instructions. Two types of mistakes were being made. by Karl Schimpf · 9 years ago
  46. c59288b Subzero: Refactor x86 register representation to actively use aliases. by Jim Stichnoth · 9 years ago
  47. ea15bbe Subzero: Fix a bug in advanced phi lowering. by Jim Stichnoth · 9 years ago
  48. f49b239 Subzero: Recognize single-block loops during loop depth analysis. by Jim Stichnoth · 9 years ago
  49. e39d0ca Sort allocas, compute frame pointer in Cfg pass by David Sehr · 9 years ago
  50. 6cab561 Add the PUSH instruction to ARM integrated assembler. by Karl Schimpf · 9 years ago
  51. 5b004e3 Fix textual emission of label instructions in ARM assembler. by Karl Schimpf · 9 years ago
  52. 37af5b0 Lower a few basic MIPS binops for i{8,16,32,64}. by Reed Kotler · 9 years ago
  53. 080b65b Add MLA instruction to ARM integerated assembler. by Karl Schimpf · 9 years ago
  54. 856734c Fix ARM emit() methods to count instructions generated. by Karl Schimpf · 9 years ago
  55. 94844f1 Subzero: Refactor some common TargetLowering initializations. by Jim Stichnoth · 9 years ago
  56. b81b901 Add TST(register, immediate) to ARM32 integrated assembler. by Karl Schimpf · 9 years ago
  57. 69e9290 Match index adds as well as base by David Sehr · 9 years ago
  58. 4a5e6d0 Subzero. ARM32. Implements bool folding. by John Porto · 9 years ago
  59. 57586f7 Fix base register for stack variables in ARM integrated assembler. by Karl Schimpf · 9 years ago
  60. cb504ca Add workaround to allow testing of ARM integrated assembler. by Karl Schimpf · 9 years ago
  61. 4f8805b Add BIC(register) and BIC(immediate) to ARM integrated assembler. by Karl Schimpf · 9 years ago
  62. 2e7de23 Subzero: Add a "make check-spec" target. by Jim Stichnoth · 9 years ago
  63. 8686139 Subzero: Force ebp-based frame when an alloca has a large alignment. by Jim Stichnoth · 9 years ago
  64. 54dbbba Add MOV (register) to ARM integrated assembler. by Karl Schimpf · 9 years ago
  65. 55ce7bc Fix more movw/movt ARM integrated assembler tests. by Karl Schimpf · 9 years ago
  66. f8fc12f Add CMP(register) and CMP(Immediate) to ARM integerated assembler. by Karl Schimpf · 9 years ago
  67. 1c28550 Add UDIV to ARM integrated assembler. by Karl Schimpf · 9 years ago
  68. 955bfdc Subzero: Add a missing absolute path to llvm-mc command. by Jim Stichnoth · 9 years ago
  69. 697dc79 Add SDIV to ARM integrated assembler. by Karl Schimpf · 9 years ago
  70. e849a57 Don't allow hybrid assembler unless filetype=iasm. by Karl Schimpf · 9 years ago
  71. a2efb9d Subzero: Use explicit paths to PNaCl tools invoked in szbuild.py. by Jim Stichnoth · 9 years ago
  72. 62d367b Add EOR(register) and EOR(immediate) to ARM integrated assembler. by Karl Schimpf · 9 years ago
  73. 9c08bee Add orr (register) and orr (immediate) to ARM integrated assembler. by Karl Schimpf · 9 years ago
  74. f0655b6 Add new form of ldr/str (immediate) to ARM integrated assembler. by Karl Schimpf · 9 years ago
  75. 396de53 Add mul instruction to ARM integrated assembler. by Karl Schimpf · 9 years ago
  76. c33f7bb Add AND(register) and AND(immediate) to ARM integrated assembler. by Karl Schimpf · 9 years ago
  77. 7cb2db3 Handle MOV (immediate) and MOVT to load ARM global addresses. by Karl Schimpf · 9 years ago
  78. 3b8a15e Add Sbc(register) and Sbc(immediate) to integrated ARM assembler. by Karl Schimpf · 9 years ago
  79. 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
  80. 562233c Subzero. ARM32. Implements the Availability Optimization. by John Porto · 9 years ago
  81. aa0b1a1 Enhance address mode recovery by David Sehr · 9 years ago
  82. 6a3b515 Add instruction 'adc (register)' to ARM integrated assembler. by Karl Schimpf · 9 years ago
  83. e4289e2 Fix ARM integrated assembler to be able to compile spec2k examples. by Karl Schimpf · 9 years ago
  84. db09888 Add ADC (immediate) instruction to ARM integrated assembler. by Karl Schimpf · 9 years ago
  85. 137e62b Handle branch relative to pc in ARM integrated assembler. by Karl Schimpf · 9 years ago
  86. 50a3331 Generate block labels in the ARM hybrid assembler. by Karl Schimpf · 9 years ago
  87. 2fee2a2 Add hybrid assembler concept to ARM assembler. by Karl Schimpf · 9 years ago
  88. ac8da5c Implements simple returns and call args for Mips. by Jim Stichnoth · 9 years ago
  89. 4c2153b emit add/sub registers instructions in integrated ARM assembler. by Karl Schimpf · 9 years ago
  90. 659cc4f Subzero: Fix MINIMAL build issues. by Jim Stichnoth · 9 years ago
  91. d981025 Merge compares and branches by David Sehr · 9 years ago
  92. 4e10aa2 Subzero: Add -allow-extern as an alias for --allow-externally-defined-symbols. by Jim Stichnoth · 9 years ago
  93. afc92af Subzero. Misc ARM32 bugfixes. by John Porto · 9 years ago
  94. 745ad1d Handle stack spills in ARM integrated assembler. by Karl Schimpf · 9 years ago
  95. 1fb030c Subzero: Various fixes in preparation for x86-32 register aliasing. by Jim Stichnoth · 9 years ago
  96. 5c87542 Optimize 64-bit compares with zero by David Sehr · 9 years ago
  97. e345505 Add "sub immediate" instruction to the ARM integrated assembler. by Karl Schimpf · 9 years ago
  98. 372bdd6 Add "add immediate" instruction to the ARM integrated assembler. by Karl Schimpf · 9 years ago
  99. 85342a7 Fix emission of move immediate for ARM integrated assembler. by Karl Schimpf · 9 years ago
  100. 28b71be Subzero: Consider all instruction variables for register preference. by Jim Stichnoth · 9 years ago