1. eafb56c Subzero: Use C++11 member initializers where practical. by Jim Stichnoth · 9 years ago
  2. 253dc8a Add constant blinding/pooling option for X8632 code translation. by Qining Lu · 9 years ago
  3. b0a8c24 ARM: Assign "actuals" at call site to the appropriate GPR/stack slot. by Jan Voung · 9 years ago
  4. cac003e Subzero: Add more kinds of RMW lowering. by Jim Stichnoth · 9 years ago
  5. a9eeb42 Subzero: Correct the cross test's diagnostic message for a test failure. by Jim Stichnoth · 9 years ago
  6. e4f65d8 Subzero: Transform suitable Load/Arith/Store sequences into RMW ops. by Jim Stichnoth · 9 years ago
  7. 8b1a705 Fix a bug that would cause subzero to fail when --threads=0. by John Porto · 9 years ago
  8. 8e32fed Set up crosstest to run simple loop in Om1 on ARM. by Jan Voung · 9 years ago
  9. d062f73 Add a basic enum for ARM InstructionSet / cpu features. by Jan Voung · 9 years ago
  10. 58eea4d Move lowerGlobal() from target-specific code to emitGlobal() in generic code. by Jan Voung · 9 years ago
  11. 0f86d03 Removes const qualification for two methods in TargetDataLowering. by John Porto · 9 years ago
  12. 050deaa Build ARM SZ runtime files. Use le32-nacl-objcopy in various places. by Jan Voung · 9 years ago
  13. 0933c0c Subzero: Strength-reduce mul by certain constants. by Jim Stichnoth · 9 years ago
  14. 326534a Subzero: Fix compilation error in MINIMAL=1 or NOASSERT=1 mode. by Jim Stichnoth · 9 years ago
  15. fb79284 Emit ARM build-attributes in the file scope (as header). by Jan Voung · 9 years ago
  16. 8eefffa Unittest fixes. by John Porto · 9 years ago
  17. 6da4cef First patch for Mips subzero compiler by Jim Stichnoth · 9 years ago
  18. d9f1f9f Subzero: Fix lit and cross tests broken in f8b4cc8. by Jim Stichnoth · 9 years ago
  19. 1a9043e Fixes a bug in that caused IceAssembler to use Allocator before it was initialized. by John Porto · 9 years ago
  20. aff4ccf Renames the assembler* files. by John Porto · 9 years ago
  21. f8b4cc8 Subzero: Basic Block Profiler. by John Porto · 9 years ago
  22. cbb1d3d Clean up unit munging unit tests using common NaCl API. by Karl Schimpf · 9 years ago
  23. 8af4aac Merge branch 'master' of https://chromium.googlesource.com/native_client/pnacl-subzero into subzero-ownership by John Porto · 9 years ago
  24. af9032f Subzero: adding jpp@chromium.org to OWNERS. by John Porto · 9 years ago
  25. 09a1865 Subzero: adding jpp@chromium.org to OWNERS. by John Porto · 9 years ago
  26. 66c3d5e Subzero ARM32: Lower shift and zext, sext, and trunc. by Jan Voung · 9 years ago
  27. 03ffa58 Subzero: Legalize FP constants directly into memory operands. by Jim Stichnoth · 9 years ago
  28. 2f7f2b7 Use report_fatal_error before destroying input object on error. by Jan Voung · 9 years ago
  29. 8e6bf6e Subzero: Improve/refactor folding loads into the next instruction. by Jim Stichnoth · 9 years ago
  30. bb9d11a Subzero: Change pnacl_newlib ==> pnacl_newlib_raw in scripts. by Jim Stichnoth · 9 years ago
  31. befd03a Subzero ARM: lowerLoad and lowerStore. by Jan Voung · 9 years ago
  32. e5b58fb Subzero: Changes needed for LLVM 3.7 integration. by Jim Stichnoth · 9 years ago
  33. 0769299 Subzero: Remove a compile-time warning. by Jim Stichnoth · 9 years ago
  34. 0fa6c5a Subzero ARM: addProlog/addEpilogue -- share some code with x86. by Jan Voung · 9 years ago
  35. c77f817 Subzero: Fold the load instruction into the next cast instruction. by Jim Stichnoth · 9 years ago
  36. c207d51 Use ldr for movs out of stack slots (instead of mov reg, [sp/fp]). by Jan Voung · 9 years ago
  37. b82baf2 Subzero: More asm-verbose fixes. by Jim Stichnoth · 9 years ago
  38. 0d9faea Remove the FrameSizeLocals field which appears to be unused (write-only). by Jan Voung · 9 years ago
  39. 9a05aea Subzero: Fix/improve -asm-verbose output. by Jim Stichnoth · 9 years ago
  40. 55500db Subzero ARM: lower alloca instruction. by Jan Voung · 9 years ago
  41. 3bfd99a Subzero ARM: do lowerIcmp, lowerBr, and a bit of lowerCall. by Jan Voung · 9 years ago
  42. e94740a Subzero: Use setcc for most fcmp conditions, instead of control flow. by Jim Stichnoth · 9 years ago
  43. 2971997 Lower a few basic ARM binops for i{8,16,32,64}. by Jan Voung · 9 years ago
  44. 537b5ba Subzero: Use cmov to improve lowering for the select instruction. by Jim Stichnoth · 9 years ago
  45. b3401d2 Subzero ARM: lowerArguments (GPR), basic legalize(), and lowerRet(i32, i64). by Jan Voung · 9 years ago
  46. a59ae6f Subzero: Fold icmp into br/select lowering. by Jim Stichnoth · 9 years ago
  47. 33492e7 Change a build-attribute REQUIRES check to use supported not requested. by Jan Voung · 9 years ago
  48. 76bb0be Convert Constant->emit() definitions to allow multiple targets to define them. by Jan Voung · 9 years ago
  49. b2d5084 Handle ARM "ret void" and function alignment with proper padding. by Jan Voung · 9 years ago
  50. b33a2af Update subzero bitcode parser to use new API for bitstream reading. by Karl Schimpf · 9 years ago
  51. 90db6ae Subzero: Simplify the icmp i64 lowering. by Jim Stichnoth · 9 years ago
  52. f48b320 Subzero: Use a setcc sequence for better icmp lowering. by Jim Stichnoth · 9 years ago
  53. 0e7e412 Fix instruction unit tests to use new editing constants. by Karl Schimpf · 9 years ago
  54. 90ccc3f Rename AssemblerX86 to AssemblerX8632 so it works with SZTargets.def. by Jan Voung · 9 years ago
  55. 4175b2a Subzero: Also dump live-end info for stack vars under -asm-verbose. by Jim Stichnoth · 9 years ago
  56. 76dcf1a Subzero: Produce actually correct code in --asm-verbose mode. by Jim Stichnoth · 9 years ago
  57. 620ad73 Subzero: Fix asm (non-ELF) output files. by Jim Stichnoth · 9 years ago
  58. 2f67b92 First attempt to capture parser/translation errors in browser. by Karl Schimpf · 9 years ago
  59. b36ad9b Add a basic TargetARM32 skeleton which knows nothing. by Jan Voung · 9 years ago
  60. e7e9b02 Subzero: Improve "make check-unit" execution. by Jim Stichnoth · 9 years ago
  61. 0a9e126 Subzero: Auto-detect cmake versus autoconf LLVM build. by Jim Stichnoth · 9 years ago
  62. d8b3289 Fix locking for printing error messages. by Karl Schimpf · 9 years ago
  63. 85f1ffe Revert "Fix locking for printing error messages." by Karl Schimpf · 9 years ago
  64. 9d92854 Revert "Revert "Adjust Subzero CMAKE=1 build to also use libc++ (like autoconf)."" by Karl Schimpf · 9 years ago
  65. a734088 Revert "Adjust Subzero CMAKE=1 build to also use libc++ (like autoconf)." by Karl Schimpf · 9 years ago
  66. 187b3df Fix locking for printing error messages. by Karl Schimpf · 9 years ago
  67. d8fb3d3 Adjust Subzero CMAKE=1 build to also use libc++ (like autoconf). by Jan Voung · 9 years ago
  68. caef348 Subzero: Use a "deterministic" random shuffle for register allocation. by Jim Stichnoth · 9 years ago
  69. 6e293c8 Subzero: Deterministically sort constant pool entries. by Jim Stichnoth · 9 years ago
  70. 6c6adf1 Subzero: Fix the standalone build to work with the LLVM cmake build. by Jim Stichnoth · 9 years ago
  71. 59c6f5a Removing 3 gcc warnings: by Mircea Trofin · 9 years ago
  72. 9c1d386 Add argv[0] before parsing commandline flags. by Jan Voung · 9 years ago
  73. 28a1a36 Subzero: Fix the cmake build. by Jim Stichnoth · 9 years ago
  74. 8c7b0a2 Subzero: Fix dependency checking to avoid unnecessary rebuilds. by Jim Stichnoth · 9 years ago
  75. 44c3a80 Refactor Subzero initialization and add a browser callback handler. by Jan Voung · 9 years ago
  76. 0e432ac Subzero: Fix a lowering bug involving xchg and xadd instructions. by Jim Stichnoth · 9 years ago
  77. 3e5009f Make compile without ICE_THREAD_LOCAL_HACK (avoid "Type *TLS = TLS;") by Jan Voung · 9 years ago
  78. f79d2cb Subzero: Don't use key SSE instructions on potentially unaligned loads. by Jim Stichnoth · 9 years ago
  79. 69d3f9c Subzero: Prune unreachable nodes after constructing the Cfg. by Jim Stichnoth · 9 years ago
  80. 27c56bf Subzero: Fix inappropriate use of nullptr. by Jim Stichnoth · 9 years ago
  81. 1f47ad0 Move some flag-like props from GlobalContext and TargetLowering to ClFlags. by Jan Voung · 9 years ago
  82. 5dfdf5f Subzero: Fix lowering of the fabs() intrinsic. by Jim Stichnoth · 9 years ago
  83. 927f7cc Subzero: Support non-IRT immediate calls with -filetype=iasm. by Jim Stichnoth · 9 years ago
  84. 5bfe215 Subzero: Fix floating-point constant pooling. by Jim Stichnoth · 9 years ago
  85. 8c980d0 Subzero: Add fabs intrinsic support. by Jim Stichnoth · 9 years ago
  86. f644a4b Assemble calls to constant addresses. by Jan Voung · 9 years ago
  87. 1c335ef Subzero: Support non sequentially consistent memory orderings for atomic ops. by Jim Stichnoth · 9 years ago
  88. 833f13f Subzero: Fix a bug in cross test generation. by Jim Stichnoth · 9 years ago
  89. c925822 Subzero: Add a separate check-xtest target to Makefile.standlone. by Jim Stichnoth · 9 years ago
  90. 17b1a13 Apply LLVM clean ups for errors when bitcode parsing. by Karl Schimpf · 9 years ago
  91. cd91214 Subzero: Enable a cmake build. by Jim Stichnoth · 9 years ago
  92. dc7c597 Subzero: Run cross tests as a much more configurable python script. by Jim Stichnoth · 9 years ago
  93. c1f07ea Subzero: Switch file reading to be based on a DataStreamer and MemoryObject. by Jan Voung · 9 years ago
  94. 68a0633 Use the installed/downloaded objdump instead of work-dir one. by Jan Voung · 9 years ago
  95. 22ed4eb Fix subzero translator to use new API for reporting errors. by Karl Schimpf · 9 years ago
  96. d9dc82e Subzero: Rerun clang-format after LLVM 3.6 merge. by Jim Stichnoth · 9 years ago
  97. a67fc44 Subzero: Run sandboxed cross tests, and do some cleanup. by Jim Stichnoth · 9 years ago
  98. 437ceff Ignore NaCl st_blksize of 0 and buffer writes to raw_fd_ostream. by Jan Voung · 9 years ago
  99. 5bc4431 Subzero: Fix a register allocation issue for "advanced phi lowering". by Jim Stichnoth · 9 years ago
  100. e837e1a Subzero makefile changes for linking a static llvm2ice nexe w/ LLVM build sys. by Jan Voung · 9 years ago