1. 1d937a8 Subzero. Introduces a new LoweringContext::insert() method. by John Porto · 9 years ago
  2. 751e27e Subzero: Fix mid-line comments when using -asm-verbose . by Jim Stichnoth · 9 years ago
  3. c628b68 Subzero. ARM32. Fixes register aliasing bugs. by John Porto · 9 years ago
  4. 2187c84 Subzero. ARM32. Introduces explicit register parameter attribute. by John Porto · 9 years ago
  5. 6106df8 Subzero: Separate "\t" from "opcode" in asm emission. by Jim Stichnoth · 9 years ago
  6. e398428 Fuse icmp/fcmp with select by David Sehr · 9 years ago
  7. 8344bfe document dump by Reed Kotler · 9 years ago
  8. 87e5a6c add todo for ALLOW_LLVM_CL by Jim Stichnoth · 9 years ago
  9. 0d4fc92 eliminate code related to --no-ir-gen by Jim Stichnoth · 9 years ago
  10. 2a18dd3 fix doxygen for IceBuildDefs.h by Reed Kotler · 9 years ago
  11. 54f3d51 Subzero: Use "auto" per (unwritten) auto coding style. by Jim Stichnoth · 9 years ago
  12. 8dbb4a0 Clean up remnants of direct use of PNACL_BROWSER_TRANSLATOR by Reed Kotler · 9 years ago
  13. 662d4eb Add some missing encodings in the ARM integrated assembler. by Karl Schimpf · 9 years ago
  14. 7e87b61 Add translation of REV in ARM integrated assembler. by Karl Schimpf · 9 years ago
  15. 337ac9e Add the RSC instruction to the ARM integrated assembler. by Karl Schimpf · 9 years ago
  16. 10665a2 clean up doxygen comments for main by Reed Kotler · 9 years ago
  17. 79fe490 Subzero: Add a proper default for --pnacl-bin-path . by Jim Stichnoth · 9 years ago
  18. d3f94f7 Add DMB instruction to the ARM integrated assembler. by Karl Schimpf · 9 years ago
  19. eb13acc Subzero. ARM32. Show FP lowering some love. by John Porto · 9 years ago
  20. e293b5f Subzero: Improve the Doxygen input filter for TODO extraction. by Jim Stichnoth · 9 years ago
  21. 67574d8 Fix problems with sandboxing and the ARM integrated assembler. by Karl Schimpf · 9 years ago
  22. 4c435d3 Add CMN instruction to ARM integrated assembler. by Karl Schimpf · 9 years ago
  23. 3ac9a49 Add ASR instruction to the ARM integrated assembler. by Karl Schimpf · 9 years ago
  24. 1e67f91 Add Sxtb/Sxth instructions to ARM integrated assembler. by Karl Schimpf · 9 years ago
  25. 43e8ab3 cleanup main by Reed Kotler · 9 years ago
  26. 4ddce70 Implement LSR instructions for the integrated ARM assembler. by Karl Schimpf · 9 years ago
  27. d880f0e Subzero: Doxygenify TODO comments. by Jim Stichnoth · 9 years ago
  28. 52b5157 Subzero. ARM32. Implements sandboxing. by John Porto · 9 years ago
  29. dca8674 Add RSB instruction to the ARM integrated assembler. by Karl Schimpf · 9 years ago
  30. 7cfe9a0 Add missing form of movt to ARM integrated assembler. by Karl Schimpf · 9 years ago
  31. a761e41 Turn on anonymous namespaces. by Jim Stichnoth · 9 years ago
  32. 0437ae8 Improve error handling in the ARM integrated assembler. by Karl Schimpf · 9 years ago
  33. 22a5f38 Revert "Subzero. ARM32. Initial sandboxing code." by John Porto · 9 years ago
  34. 38ac6be Subzero. ARM32. Initial sandboxing code. by John Porto · 9 years ago
  35. 866b6b1 Subzero. ARM32. Folding rematerializable offsets in address operands. by John Porto · 9 years ago
  36. 92a6e5b fix doxygen brief in subzero header files by Jim Stichnoth · 9 years ago
  37. 676e73f Clean up use of encode/decode in the ARM integrated assembler. by Karl Schimpf · 9 years ago
  38. 1956788 More coverage of load/stores in ARM integrated assembler. by Karl Schimpf · 9 years ago
  39. c39ec10 Subzero. ARM32. Pre-lowers calls to ARM32 Helpers. by John Porto · 9 years ago
  40. a5295b0 Clean up implementation reading literal constants. by Karl Schimpf · 9 years ago
  41. 515e8c2 Fix nits from previous CLs. by Karl Schimpf · 9 years ago
  42. 3343647 Subzero: Add newlines for bundle lock/unlock textual asm. by Jim Stichnoth · 9 years ago
  43. 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
  44. 83f957a Subzero: Add "szbuild_spec2k.py --run" option. by Jim Stichnoth · 9 years ago
  45. 98cc08c Subzero. ARM32. Strength reduce multiplications. by John Porto · 9 years ago
  46. 614140e Subzero. ARM32. Combine allocas. by John Porto · 9 years ago
  47. fc22f77 Subzero: Add a makefile config for building with g++. by Jim Stichnoth · 9 years ago
  48. 4163b9f Compute the size of the stack space required to send the parameters to a call. by David Sehr · 9 years ago
  49. 4b170e4 Add recognizing register-shifted forms in ARM assembler. by Karl Schimpf · 9 years ago
  50. e559be7 Add MVN (register, immediate) to ARM integrated assembler. by Karl Schimpf · 9 years ago
  51. f419854 Subzero. ARM32. No more SP frobbing. by John Porto · 9 years ago
  52. 5e0a8a7 Subzero. Adds a pass for target-specific helper call generation. by John Porto · 9 years ago
  53. 0fe6b54 Fix race condition in jump table list creation by David Sehr · 9 years ago
  54. f4d0a7a Add LSL (register, immediate) to ARM integrated assembler. by Karl Schimpf · 9 years ago
  55. 3f6b47d Subzero. ARM32. Removes memory legalization warts. by John Porto · 9 years ago
  56. 174531e Add BL (immediate) and BLX (register) to ARM assembler. by Karl Schimpf · 9 years ago
  57. 9a10df7 Make more visible with doxygen. by Jim Stichnoth · 9 years ago
  58. 2758bb0 Subzero. ARM32. Introduces the ShAmtImm Operand. by John Porto · 9 years ago
  59. cdb3ed6 Add LDR/LDRB (register) to ARM integrated assembler. by Karl Schimpf · 9 years ago
  60. 23bee88 Subzero: Improve the "make check-presubmit" target. by Jim Stichnoth · 9 years ago
  61. ccea793 Subzero. ARM32. Improve constant lowering. by John Porto · 9 years ago
  62. a98091d Subzero: Fix build warnings/errors under g++. by Jim Stichnoth · 9 years ago
  63. 4c5c571 Subzero: Fix a performance regression in the register allocator. by Jim Stichnoth · 9 years ago
  64. 0d9cf48 Reserve space for scalar FP returns in the stack frame by David Sehr · 9 years ago
  65. 2f3b8ec Merge fixed alloca stack adjustments into the prolog by David Sehr · 9 years ago
  66. a1da6ff Subzero: Do some cleanup on the regalloc code. by Jim Stichnoth · 9 years ago
  67. 6c4ad84 Subzero: Add a "make check-presubmit" target. by Jim Stichnoth · 9 years ago
  68. 6dacbaf Fix translation of instruction "move" in ARM integrated assembler. by Karl Schimpf · 9 years ago
  69. 7f42a82 Fix MINIMAL=1 build by David Sehr · 9 years ago
  70. 21fd103 Eliminate stack adjustment for float-returning functions by David Sehr · 9 years ago
  71. 3607b6c Subzero: Find rematerializable variables transitively. by Jim Stichnoth · 9 years ago
  72. 9916566 Subzero: Use "pxor reg,reg" to load a floating-point scalar 0.0 value. by Jim Stichnoth · 9 years ago
  73. b8e49c1 Add a getTarget method that returns the x86 target lowering by David Sehr · 9 years ago
  74. 8099e9a Subzero: Fix a crash in mem operand dumping. by Jim Stichnoth · 9 years ago
  75. a522965 Subzero: Add "--verbose=status" option. by Jim Stichnoth · 9 years ago
  76. 799ba67 Fix push/pop emit methods for ARM assembler. by Karl Schimpf · 9 years ago
  77. bb0bacf Implement UXTB and UXTH in the ARM integerated assembler. by Karl Schimpf · 9 years ago
  78. 2c68d90 Fix frame pointer loads/stores in the ARM integrated assembler. by Karl Schimpf · 9 years ago
  79. 4318a41 Combine allocas by David Sehr · 9 years ago
  80. 5ff0cfb Handle another form of MOVW in ARM integrated assembler. by Karl Schimpf · 9 years ago
  81. 7b3d9cb Subzero. ARM32. New bool folding. by John Porto · 9 years ago
  82. f267464 Fix line spacing for push instructions in ARM assembly. by Karl Schimpf · 9 years ago
  83. daf096c Improve bool folding by David Sehr · 9 years ago
  84. 3e859b7 Subzero: For filetype=asm, don't print a blank line for pseudo instrs. by Jim Stichnoth · 9 years ago
  85. f66a85b Add POP instruction to ARM integrated assembler. by Karl Schimpf · 9 years ago
  86. 42356fb Subzero: Add "szbuild.py --no-sz" arg for suppressing the pnacl-sz run. by Jim Stichnoth · 9 years ago
  87. af5d44c Do some small cleanup in IceTLS.h and add some markup for doxygen to it. by Reed Kotler · 9 years ago
  88. f5f02f7 Subzero. ARM32. Address mode formation. by John Porto · 9 years ago
  89. 430e844 Add UMULL to ARM integrated assembler. by Karl Schimpf · 9 years ago
  90. b9f2722 Fixes LDR and STR instructions. Two types of mistakes were being made. by Karl Schimpf · 9 years ago
  91. c59288b Subzero: Refactor x86 register representation to actively use aliases. by Jim Stichnoth · 9 years ago
  92. ea15bbe Subzero: Fix a bug in advanced phi lowering. by Jim Stichnoth · 9 years ago
  93. f49b239 Subzero: Recognize single-block loops during loop depth analysis. by Jim Stichnoth · 9 years ago
  94. e39d0ca Sort allocas, compute frame pointer in Cfg pass by David Sehr · 9 years ago
  95. 6cab561 Add the PUSH instruction to ARM integrated assembler. by Karl Schimpf · 9 years ago
  96. 5b004e3 Fix textual emission of label instructions in ARM assembler. by Karl Schimpf · 9 years ago
  97. 37af5b0 Lower a few basic MIPS binops for i{8,16,32,64}. by Reed Kotler · 9 years ago
  98. 080b65b Add MLA instruction to ARM integerated assembler. by Karl Schimpf · 9 years ago
  99. 856734c Fix ARM emit() methods to count instructions generated. by Karl Schimpf · 9 years ago
  100. 94844f1 Subzero: Refactor some common TargetLowering initializations. by Jim Stichnoth · 9 years ago