1. 56958cb Suzero. X8664. NaCl Sandboxing. by John Porto · 9 years ago
  2. b19d39c Add option to force filetype=asm for testing by David Sehr · 9 years ago
  3. 686f35e Subzero: Fix -build-atts option. by Jim Stichnoth · 9 years ago
  4. b0051df Subzero: Fix g++ warnings. by Jim Stichnoth · 9 years ago
  5. 5aa4b89 Better error message for running szbuild.py out of directory. by Sean Klein · 9 years ago
  6. cd5e07e Add VCMP{s,sz,d,dz} Instructions to ARM integrated assembler. by Karl Schimpf · 9 years ago
  7. c411dbf Refactor PUSH/POP in ARM assemblers. by Karl Schimpf · 9 years ago
  8. d8777b0 Subzero. ARM32. Adds header to auto-generated register def file. by John Porto · 9 years ago
  9. 718118d Fix g++ linking error. by Jim Stichnoth · 9 years ago
  10. caeaa27 Fix the g++ build. by Jim Stichnoth · 9 years ago
  11. 7665937 add scripts to doxygen for subzero by Reed Kotler · 9 years ago
  12. 6c7181c Add vcvt<c>.f32.f64 and vcvt<c>.f64.32 to ARM. by Karl Schimpf · 9 years ago
  13. 426a21e make sure there is always a build directory to put doxgen stuff html in by Reed Kotler · 9 years ago
  14. 8a105fd Add VMULS and VMULD instructions to integrated ARM assembler. by Karl Schimpf · 9 years ago
  15. 3dbe780 Add VDIVS and VDIVD instructions to the integrated ARM assembler. by Karl Schimpf · 9 years ago
  16. b3e2574 Add VSUB{S,D} instructions to the integrated ARM assembler. by Karl Schimpf · 9 years ago
  17. 4cba1cb Move Doxyfile files to docs and associated makefile. This is a prelude to allowing a docs directory for all the RST files as well as expanding the makefile to build the docs for those too, not just the doxygen output. by Reed Kotler · 9 years ago
  18. 4acf11a Add VADD instruction to the ARM integrated assembler. by Karl Schimpf · 9 years ago
  19. 4f69e01 move .rst to docs by Reed Kotler · 9 years ago
  20. 57a8aab Subzero: Enable Non-SFI vector cross tests. by Jim Stichnoth · 9 years ago
  21. 8ff4b28 Subzero: Add Non-SFI support for x86-32. by Jim Stichnoth · 9 years ago
  22. 149999e Subzero. ARM32. Materializes the register table. by John Porto · 9 years ago
  23. dff7dbd Subzero. ARM32. Adds an IsGPR attribute to the register tables. by John Porto · 9 years ago
  24. 4a56686 Subzero. Code organization. by John Porto · 9 years ago
  25. 4a308ce Subzero. X86. Refactors initRegisterSet. by John Porto · 9 years ago
  26. 53611e2 Subzero. Refactoring. by John Porto · 9 years ago
  27. 93d85ce misc cleanup of Compiler::run by Reed Kotler · 9 years ago
  28. 2233987 doxygenize IceClFlags.cpp by Reed Kotler · 9 years ago
  29. 008f4ce Subzero. X8664. Fixes filetype=asm. by John Porto · 9 years ago
  30. 5412eb7 cleanup and rename validateAndGenerateBuildAttributes by Reed Kotler · 9 years ago
  31. 3c275ce Subzero. x8664. Resurrects the Target. by John Porto · 9 years ago
  32. e1d6a80 fix doxygen for IceClFlagsExtra.h by Reed Kotler · 9 years ago
  33. 995ef04 Fix minimal build for constant VpushVpopMaxConsecRegs. by Karl Schimpf · 9 years ago
  34. a3c3214 Add VPUSH/VPOP instructions to the ARM32 integrated assembler. by Karl Schimpf · 9 years ago
  35. 39f4020 Remove "Adjuststack" instruction opcode. by Karl Schimpf · 9 years ago
  36. 17fe194 add RBIT instruction to the ARM integrated assembler. by Karl Schimpf · 9 years ago
  37. a990f0c Add mls instruction to the ARM integrated assembler. by Karl Schimpf · 9 years ago
  38. 19413a5 Fix regression in SSE instruction opcodes by David Sehr · 9 years ago
  39. 3e0cda2 add include files from llvm used by subzero into doxygen by Reed Kotler · 9 years ago
  40. 2cad380 add predefines to doxygen by Reed Kotler · 9 years ago
  41. cb0d47b cleanup doxygen for IceClFlags.h by Reed Kotler · 9 years ago
  42. 6da7ae2 Add template parameter for suffix to BinopXmm by David Sehr · 9 years ago
  43. 7de2435 Add trap (an UDF instruction) to the ARM integrated Assembler. by Karl Schimpf · 9 years ago
  44. 4175d45 Add various forms of LDREX/STREX to ARM integrated assembler. by Karl Schimpf · 9 years ago
  45. 65f80d7 Add CLZ instruction to the ARM integrated assembler. by Karl Schimpf · 9 years ago
  46. 1d937a8 Subzero. Introduces a new LoweringContext::insert() method. by John Porto · 9 years ago
  47. 751e27e Subzero: Fix mid-line comments when using -asm-verbose . by Jim Stichnoth · 9 years ago
  48. c628b68 Subzero. ARM32. Fixes register aliasing bugs. by John Porto · 9 years ago
  49. 2187c84 Subzero. ARM32. Introduces explicit register parameter attribute. by John Porto · 9 years ago
  50. 6106df8 Subzero: Separate "\t" from "opcode" in asm emission. by Jim Stichnoth · 9 years ago
  51. e398428 Fuse icmp/fcmp with select by David Sehr · 9 years ago
  52. 8344bfe document dump by Reed Kotler · 9 years ago
  53. 87e5a6c add todo for ALLOW_LLVM_CL by Jim Stichnoth · 9 years ago
  54. 0d4fc92 eliminate code related to --no-ir-gen by Jim Stichnoth · 9 years ago
  55. 2a18dd3 fix doxygen for IceBuildDefs.h by Reed Kotler · 9 years ago
  56. 54f3d51 Subzero: Use "auto" per (unwritten) auto coding style. by Jim Stichnoth · 9 years ago
  57. 8dbb4a0 Clean up remnants of direct use of PNACL_BROWSER_TRANSLATOR by Reed Kotler · 9 years ago
  58. 662d4eb Add some missing encodings in the ARM integrated assembler. by Karl Schimpf · 9 years ago
  59. 7e87b61 Add translation of REV in ARM integrated assembler. by Karl Schimpf · 9 years ago
  60. 337ac9e Add the RSC instruction to the ARM integrated assembler. by Karl Schimpf · 9 years ago
  61. 10665a2 clean up doxygen comments for main by Reed Kotler · 9 years ago
  62. 79fe490 Subzero: Add a proper default for --pnacl-bin-path . by Jim Stichnoth · 9 years ago
  63. d3f94f7 Add DMB instruction to the ARM integrated assembler. by Karl Schimpf · 9 years ago
  64. eb13acc Subzero. ARM32. Show FP lowering some love. by John Porto · 9 years ago
  65. e293b5f Subzero: Improve the Doxygen input filter for TODO extraction. by Jim Stichnoth · 9 years ago
  66. 67574d8 Fix problems with sandboxing and the ARM integrated assembler. by Karl Schimpf · 9 years ago
  67. 4c435d3 Add CMN instruction to ARM integrated assembler. by Karl Schimpf · 9 years ago
  68. 3ac9a49 Add ASR instruction to the ARM integrated assembler. by Karl Schimpf · 9 years ago
  69. 1e67f91 Add Sxtb/Sxth instructions to ARM integrated assembler. by Karl Schimpf · 9 years ago
  70. 43e8ab3 cleanup main by Reed Kotler · 9 years ago
  71. 4ddce70 Implement LSR instructions for the integrated ARM assembler. by Karl Schimpf · 9 years ago
  72. d880f0e Subzero: Doxygenify TODO comments. by Jim Stichnoth · 9 years ago
  73. 52b5157 Subzero. ARM32. Implements sandboxing. by John Porto · 9 years ago
  74. dca8674 Add RSB instruction to the ARM integrated assembler. by Karl Schimpf · 9 years ago
  75. 7cfe9a0 Add missing form of movt to ARM integrated assembler. by Karl Schimpf · 9 years ago
  76. a761e41 Turn on anonymous namespaces. by Jim Stichnoth · 9 years ago
  77. 0437ae8 Improve error handling in the ARM integrated assembler. by Karl Schimpf · 9 years ago
  78. 22a5f38 Revert "Subzero. ARM32. Initial sandboxing code." by John Porto · 9 years ago
  79. 38ac6be Subzero. ARM32. Initial sandboxing code. by John Porto · 9 years ago
  80. 866b6b1 Subzero. ARM32. Folding rematerializable offsets in address operands. by John Porto · 9 years ago
  81. 92a6e5b fix doxygen brief in subzero header files by Jim Stichnoth · 9 years ago
  82. 676e73f Clean up use of encode/decode in the ARM integrated assembler. by Karl Schimpf · 9 years ago
  83. 1956788 More coverage of load/stores in ARM integrated assembler. by Karl Schimpf · 9 years ago
  84. c39ec10 Subzero. ARM32. Pre-lowers calls to ARM32 Helpers. by John Porto · 9 years ago
  85. a5295b0 Clean up implementation reading literal constants. by Karl Schimpf · 9 years ago
  86. 515e8c2 Fix nits from previous CLs. by Karl Schimpf · 9 years ago
  87. 3343647 Subzero: Add newlines for bundle lock/unlock textual asm. by Jim Stichnoth · 9 years ago
  88. 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
  89. 83f957a Subzero: Add "szbuild_spec2k.py --run" option. by Jim Stichnoth · 9 years ago
  90. 98cc08c Subzero. ARM32. Strength reduce multiplications. by John Porto · 9 years ago
  91. 614140e Subzero. ARM32. Combine allocas. by John Porto · 9 years ago
  92. fc22f77 Subzero: Add a makefile config for building with g++. by Jim Stichnoth · 9 years ago
  93. 4163b9f Compute the size of the stack space required to send the parameters to a call. by David Sehr · 9 years ago
  94. 4b170e4 Add recognizing register-shifted forms in ARM assembler. by Karl Schimpf · 9 years ago
  95. e559be7 Add MVN (register, immediate) to ARM integrated assembler. by Karl Schimpf · 9 years ago
  96. f419854 Subzero. ARM32. No more SP frobbing. by John Porto · 9 years ago
  97. 5e0a8a7 Subzero. Adds a pass for target-specific helper call generation. by John Porto · 9 years ago
  98. 0fe6b54 Fix race condition in jump table list creation by David Sehr · 9 years ago
  99. f4d0a7a Add LSL (register, immediate) to ARM integrated assembler. by Karl Schimpf · 9 years ago
  100. 3f6b47d Subzero. ARM32. Removes memory legalization warts. by John Porto · 9 years ago