1. 467ffe5 Subzero: Remove IceString. by Jim Stichnoth · 8 years ago
  2. e73ee85 Fix Subzero binary instruction to allow optional flags argument. by Karl Schimpf · 8 years ago
  3. 267f2bf Subzero. Fixes valgrind errors. by John Porto · 8 years ago
  4. abe7dd5 Subzero: Fix the broken "make presubmit-lite". by Jim Stichnoth · 8 years ago
  5. e13d1eb Subzero: Add presubmit-lite target. by Jim Stichnoth · 8 years ago
  6. c5bc5cb Subzero. Flags refactoring. by John Porto · 8 years ago
  7. 4c16ac0 Add malloc/new profiling on linux by David Sehr · 8 years ago
  8. 20070e8 Cache common constants before lowering. by Karl Schimpf · 8 years ago
  9. 70e3f1c Suzero. Refactors dependencies in Makefile.standalone. by John Porto · 8 years ago
  10. 3b4dc93 Subzero: Shorten global prefixes in non-DUMP build. by Jim Stichnoth · 8 years ago
  11. bd2e231 Subzero. Uses unique_ptrs in the emit queue. by John Porto · 8 years ago
  12. a78e4ba Subzero. Allocate global initializers from a dedicated arena. by John Porto · 8 years ago
  13. 76719b4 Subzero: Control whether deleted instructions are retained. by Jim Stichnoth · 8 years ago
  14. 999a22f Subzero: Allow Makefile.standalone to build for a single target. by Jim Stichnoth · 8 years ago
  15. 1670ece Subzero: Fix the Makefile for the LLVM build. by Jim Stichnoth · 8 years ago
  16. b88d8c8 Subzero: Improve the use of timers. by Jim Stichnoth · 8 years ago
  17. 2f00bf6 Subzero: Improve the behavior of resizing vectors. by Jim Stichnoth · 8 years ago
  18. 96fac39 Subzero: 'make presubmit' checks for certain prerequisites. by Jim Stichnoth · 8 years ago
  19. 0a3c523 PNaCl Dynamic Linking: Force __pnacl_pso_root to be an external declaration. by Sean Klein · 8 years ago
  20. 4abbb59 Subzero. X8664. No moar ::new for AutoBundle. by John Porto · 8 years ago
  21. c10c156 Re-fix build errors from upgrading to clang 3.9 . by Jim Stichnoth · 8 years ago
  22. 1ece70e Eliminate all uses of 'le32-nacl-objcopy'. by Sean Klein · 8 years ago
  23. 843142f Subzero: Tweaks to reduce malloc use. by Jim Stichnoth · 8 years ago
  24. 8a4675c Allow subzero tests to pass without le32-nacl-objdump. by Sean Klein · 8 years ago
  25. 5526c17 Subzero: Fix build errors from upgrading to clang 3.9 . by Jim Stichnoth · 8 years ago
  26. 3e32400 Subzero: Control memory growth from local label fixups. by Jim Stichnoth · 8 years ago
  27. b6e9b89 Fix timing of parseFunctions. by Karl Schimpf · 8 years ago
  28. 324334e Subzero. ARM32. Fix bugs uncovered by scons tests. by John Porto · 8 years ago
  29. c8f56a3 Subzero: Fix "make presubmit" for spec -Om1. by Jim Stichnoth · 8 years ago
  30. 98ba006 Subzero: Fix symbol name mangling. Make flags global. by Jim Stichnoth · 8 years ago
  31. 9f9aa2c Subzero: Count lookups of each constant value in the constant pool. by Jim Stichnoth · 8 years ago
  32. 7e6aa5a Subzero. ARM32. Fixes bugs uncovered by the llvm test suite. by John Porto · 8 years ago
  33. a1cdd57 Subzero. ARM32. Fixes bugs uncovered by the gcc torture tests. by John Porto · 8 years ago
  34. 3d5e08d Subzero: Print constant pool info with --szstats. by Jim Stichnoth · 8 years ago
  35. b82d79a Subzero. ARM32. Reverts cl 1687553002. by John Porto · 8 years ago
  36. 1bdb735 Subzero: Reduce copying of Liveness bitvectors. by Jim Stichnoth · 8 years ago
  37. fc707ff Fix clang warning "has virtual functions but non-virtual destructor". by Sean Klein · 8 years ago
  38. e641e92 Subzero: Fix JumpTable lowering on x86-64. by Jim Stichnoth · 8 years ago
  39. b6dcf3c Subzero: Add "-verbose init" to control global initializer dumping. by Jim Stichnoth · 8 years ago
  40. c4ed549 Subzero: Build sandboxed translators for the browser. by Jim Stichnoth · 8 years ago
  41. 7de95ea Revert "Force __pnacl_pso_root to be an external declaration." by Jim Stichnoth · 8 years ago
  42. 3dd1bb8 Subzero: Print memory usage info when dumping. by Jim Stichnoth · 8 years ago
  43. 352db93 Force __pnacl_pso_root to be an external declaration. by Sean Klein · 8 years ago
  44. 44b3ce8 Subzero. Fix CfgLocalAllocator bug. by John Porto · 8 years ago
  45. 36d6aa6 Subzero. Moar performance tweaks. by John Porto · 8 years ago
  46. 8159aae Subzero: Fix ODR errors in the g++ build. by Jim Stichnoth · 8 years ago
  47. 7a20a40 Subzero: Provide "make sb" target for sandboxed pnacl-sz. by Jim Stichnoth · 8 years ago
  48. e82b560 Subzero. Performance tweaks. by John Porto · 8 years ago
  49. 09802a9 Subzero: Add missing bits to MIPS implementation. by Jim Stichnoth · 8 years ago
  50. 3fe4b57 Subzero: Basic unconditional branch for Mips. by Reed Kotler · 8 years ago
  51. a80cdbc Subzero: implement 64 bit multiply in mips32 by Reed Kotler · 8 years ago
  52. 94e97f6 Subzero. ARM32. Enable hwdiv-arm crosstests. by John Porto · 8 years ago
  53. 6d39237 Subzero. ARM32. Enable more crosstests. by Eric Holk · 8 years ago
  54. 916e37b ARM32 vector lowering: fabs, scalarize remaining arithmetic operations. by Eric Holk · 8 years ago
  55. d6cf6b3 ARM32 Vector lowering - scalarize select by Eric Holk · 8 years ago
  56. b35615b Subzero. Removes X8664_STACK_HACK from the crosstests. by John Porto · 8 years ago
  57. 425e06b Add fabs(<4 x float>) to the integrated ARM assembler. by Karl Schimpf · 8 years ago
  58. 953568f This would eliminate a lot of repetitive coding in subzero. by Reed Kotler · 8 years ago
  59. 4b6e4b4 Subzero. ARM32. Refactors atomic intrinsics lowering. by John Porto · 8 years ago
  60. 816fd68 Subzero: Set the correct target arch in the browser hookup. by Jim Stichnoth · 8 years ago
  61. 5fa0a5f Subzero: Avoid explicit references to RegNumT sentinel value. by Reed Kotler · 8 years ago
  62. 4af7213 Add move vector to the integrated ARM assembler. by Karl Schimpf · 9 years ago
  63. dc61925 Subzero. ARM32. Nonsfi. by John Porto · 9 years ago
  64. e54e530 Fix missing register class. by Karl Schimpf · 9 years ago
  65. 6de32b2 Add insert/extract element to the integrated ARM assembler. by Karl Schimpf · 9 years ago
  66. cc69fa2 ARM32 vector ops - scalarize icmp, fcmp and cast. by Eric Holk · 9 years ago
  67. 8aa3966 Subzero: Use a proper RegNumT type instead of int32_t/SizeT. by Jim Stichnoth · 9 years ago
  68. 4789828 Fix bug in arith.ll (ARM) tests. by Karl Schimpf · 9 years ago
  69. cfc2553 ARM32 vector division lowering. by Eric Holk · 9 years ago
  70. fbdc7e4 Subzero: Fix trailing whitespace errors. by Jim Stichnoth · 9 years ago
  71. d91cbbf Change ARM calls into indirect calls. by Karl Schimpf · 9 years ago
  72. f084a57 Add NOP to ARM IR lowering. by Karl Schimpf · 9 years ago
  73. 00c3038 Fix ARM assembler to pop registers in reverse order of pushes. by Karl Schimpf · 9 years ago
  74. 658bae2 Subzero: ARM32: lowering of vector insert and extract. by Eric Holk · 9 years ago
  75. 2d6c826 Subzero: Clean up some uses of *_cast<>. by Jim Stichnoth · 9 years ago
  76. 28df6ba Subzero: Fix a mul lowering error. by Jim Stichnoth · 9 years ago
  77. 45bec54 Subzero: Improve an error message. by Jim Stichnoth · 9 years ago
  78. 8cfeb69 Subzero: Cleanup Inst==>Instr. by Jim Stichnoth · 9 years ago
  79. 282d7af Clean up assembling MOV instructions in the integrated ARM assembler. by Karl Schimpf · 9 years ago
  80. 18cce42 Fix vector load/stores in the ARM assembler. by Karl Schimpf · 9 years ago
  81. 6e8d3fa Subzero. Uses fixups to calculate addend to relocations. by John Porto · 9 years ago
  82. 8347abd Subzero. X86. Fixes bundle lock/unlock. by John Porto · 9 years ago
  83. 844211e Subzero. Adds symbolic references to RelocInitializer. by John Porto · 9 years ago
  84. 04bca5a Following the newer convention enhances readability and in addition this is a prelude to some macro changes in unimplemented I would like to make in order to simplify that code. by Reed Kotler · 9 years ago
  85. 341158a Add VMUL vector instructions to the integrated ARM assembler. by Karl Schimpf · 9 years ago
  86. 625dfb3 Add vector VEOR instruction to the integrated ARM assembler. by Karl Schimpf · 9 years ago
  87. 27fddcc Subzero. Enables moar complex relocation offsets. by John Porto · 9 years ago
  88. 9aef39a Fix nits from CL https://codereview.chromium.org/1661633002. by Karl Schimpf · 9 years ago
  89. bd4356d Add FABS intrinsic to the integrated ARM assembler. by Karl Schimpf · 9 years ago
  90. e295575 Add VORR instruction to the integrated ARM assembler. by Karl Schimpf · 9 years ago
  91. fd7975f Add VAND to the integrated ARM assembler. by Karl Schimpf · 9 years ago
  92. 50cfcb0 Add VSUB vector instruction to the integrated ARM assembler. by Karl Schimpf · 9 years ago
  93. 82975ba Fix skip_unimplemented for filetype=obj in ARM. by Karl Schimpf · 9 years ago
  94. ee1aae8 Subzero: Improve x86-32's implementation of getGprForType(). by Jim Stichnoth · 9 years ago
  95. 00e3604 Subzero: Mips: Lower some i64 arithmetic instructions. by Reed Kotler · 9 years ago
  96. c048712 Improve readability of error messages for VADD in ARM assembler. by Karl Schimpf · 9 years ago
  97. 2c0764e Implements the vector add instructions in the integrated ARM assembler. by Karl Schimpf · 9 years ago
  98. 7d59513 Subzero. ARM32. Enables obj output. by John Porto · 9 years ago
  99. 4a65947 Subzero: Fix a -verbose=regalloc bug. by Jim Stichnoth · 9 years ago
  100. 81747d6 Fix nits in committed CL's for the integrated ARM assembler. by Karl Schimpf · 9 years ago