1. 2187c84 Subzero. ARM32. Introduces explicit register parameter attribute. by John Porto · 9 years ago
  2. 0d4fc92 eliminate code related to --no-ir-gen by Jim Stichnoth · 9 years ago
  3. 52b5157 Subzero. ARM32. Implements sandboxing. by John Porto · 9 years ago
  4. 22a5f38 Revert "Subzero. ARM32. Initial sandboxing code." by John Porto · 9 years ago
  5. 38ac6be Subzero. ARM32. Initial sandboxing code. by John Porto · 9 years ago
  6. fc22f77 Subzero: Add a makefile config for building with g++. by Jim Stichnoth · 9 years ago
  7. 23bee88 Subzero: Improve the "make check-presubmit" target. by Jim Stichnoth · 9 years ago
  8. 6c4ad84 Subzero: Add a "make check-presubmit" target. by Jim Stichnoth · 9 years ago
  9. c59288b Subzero: Refactor x86 register representation to actively use aliases. by Jim Stichnoth · 9 years ago
  10. 2e7de23 Subzero: Add a "make check-spec" target. by Jim Stichnoth · 9 years ago
  11. c5abdc1 Start incorporating the ARM integrated assembler. by Karl Schimpf · 9 years ago
  12. 3e53dc9 Create local copy of Dart assembler code. by Karl Schimpf · 9 years ago
  13. 578f116 Subzero. Enable Atomics in ARM. by John Porto · 9 years ago
  14. ba6a67c Subzero. Enables (most) crosstests for ARM32. by John Porto · 9 years ago
  15. 00741a0 Improve use of CfgLocalAllocator and introduce containers that use it. by Andrew Scull · 9 years ago
  16. 6ef7949 Add UBSAN build option and fix undefined behaviour errors. by Andrew Scull · 9 years ago
  17. aa6c109 This improves the variable use weight by taking into account use in loops. It by Andrew Scull · 9 years ago
  18. cfa628b Inline memove for small constant sizes and refactor memcpy and memset. by Andrew Scull · 9 years ago
  19. 1d23542 Subzero. Native 64-bit int arithmetic on x86-64. by John Porto · 9 years ago
  20. 453660f Subzero. Buildable, non-functional TargetLoweringX8664. by John Porto · 9 years ago
  21. 59f2d92 Subzero. Misc fixes. by John Porto · 9 years ago
  22. 28068ad ARM: Add a postRA pass to legalize stack offsets. Greedy approach (reserve IP). by Jan Voung · 9 years ago
  23. c2648c2 Fix a -Wcovered-switch-default warning in emitJumpTables. by Jan Voung · 9 years ago
  24. 86df4e9 Iasm and obj lowering for advanced switch lowering. by Andrew Scull · 9 years ago
  25. 2fea26c Adds the x86-64 assembler. by John Porto · 9 years ago
  26. cb6e95a Modify how textual bitcode is injected into pnacl-sz. by Karl Schimpf · 9 years ago
  27. 87f80c1 Introduction of improved switch lowering. by Andrew Scull · 9 years ago
  28. 5348369 Factor out prelowerPhi for 32-bit targets. Disable adv phi lowering for ARM. by Jan Voung · 9 years ago
  29. 112b6e8 Add an cross include path for ARM to work around clang bug 22937. by Jan Voung · 9 years ago
  30. f746f3d Adds basic tests to the AssemblerX8632. by John Porto · 9 years ago
  31. f645d85 ARM32: Lower more integer intrinsics and test. by Jan Voung · 9 years ago
  32. d00d48d implement the null function for the Mips32 subzero compiler by Reed Kotler · 9 years ago
  33. 5d0acff Move X8632-specific Assembler stuff to Machine Traits. by John Porto · 9 years ago
  34. a509e1d Add doxygen build target. by Andrew Scull · 9 years ago
  35. 98da966 Subzero: Enable errors for unused parameters. by Jim Stichnoth · 9 years ago
  36. 28f3f73 Remove unnecessary TEXTBC_LIBS makefile definition. by Karl Schimpf · 9 years ago
  37. d58f01c Subzero. Adds x86-64 to the list of supported Subzero targets. by John Porto · 9 years ago
  38. 74cd883 Fix handling of TYPE_CODE_NUMENTRY record when size large. by Karl Schimpf · 9 years ago
  39. 7e93c62 Extracts an TargetX86Base target which will be used as the common X86{32,64} implementation. by John Porto · 9 years ago
  40. 6f9ba11 Allow pnacl-sz to be compiled to textual bitcode records. by Karl Schimpf · 9 years ago
  41. 8e32fed Set up crosstest to run simple loop in Om1 on ARM. by Jan Voung · 9 years ago
  42. 050deaa Build ARM SZ runtime files. Use le32-nacl-objcopy in various places. by Jan Voung · 9 years ago
  43. 6da4cef First patch for Mips subzero compiler by Jim Stichnoth · 9 years ago
  44. aff4ccf Renames the assembler* files. by John Porto · 9 years ago
  45. f8b4cc8 Subzero: Basic Block Profiler. by John Porto · 9 years ago
  46. cbb1d3d Clean up unit munging unit tests using common NaCl API. by Karl Schimpf · 9 years ago
  47. e5b58fb Subzero: Changes needed for LLVM 3.7 integration. by Jim Stichnoth · 9 years ago
  48. b2d5084 Handle ARM "ret void" and function alignment with proper padding. by Jan Voung · 9 years ago
  49. b36ad9b Add a basic TargetARM32 skeleton which knows nothing. by Jan Voung · 9 years ago
  50. e7e9b02 Subzero: Improve "make check-unit" execution. by Jim Stichnoth · 9 years ago
  51. 0a9e126 Subzero: Auto-detect cmake versus autoconf LLVM build. by Jim Stichnoth · 9 years ago
  52. 9d92854 Revert "Revert "Adjust Subzero CMAKE=1 build to also use libc++ (like autoconf)."" by Karl Schimpf · 9 years ago
  53. a734088 Revert "Adjust Subzero CMAKE=1 build to also use libc++ (like autoconf)." by Karl Schimpf · 9 years ago
  54. d8fb3d3 Adjust Subzero CMAKE=1 build to also use libc++ (like autoconf). by Jan Voung · 9 years ago
  55. 6c6adf1 Subzero: Fix the standalone build to work with the LLVM cmake build. by Jim Stichnoth · 9 years ago
  56. 44c3a80 Refactor Subzero initialization and add a browser callback handler. by Jan Voung · 9 years ago
  57. c925822 Subzero: Add a separate check-xtest target to Makefile.standlone. by Jim Stichnoth · 10 years ago
  58. dc7c597 Subzero: Run cross tests as a much more configurable python script. by Jim Stichnoth · 10 years ago
  59. 68a0633 Use the installed/downloaded objdump instead of work-dir one. by Jan Voung · 10 years ago
  60. e837e1a Subzero makefile changes for linking a static llvm2ice nexe w/ LLVM build sys. by Jan Voung · 10 years ago
  61. fa0cfa5 Subzero: Change the name llvm2ice to the more appropriate pnacl-sz. by Jim Stichnoth · 10 years ago
  62. 9738a9e Subzero: Update tests and build scripts for sandboxing. by Jim Stichnoth · 10 years ago
  63. a2703ae Subzero: switch from llvm-objdump to objdump for lit tests (for LLVM merge) by Jan Voung · 10 years ago
  64. 307e326 Subzero: Generate a web page showing llvm2ice size breakdown. by Jim Stichnoth · 10 years ago
  65. bbca754 Subzero: Emit functions and global initializers in a separate thread. by Jim Stichnoth · 10 years ago
  66. df80eb8 Adds accessor methods to class ClFlags. by Karl Schimpf · 10 years ago
  67. 6e861d5 Subzero: Fix unittest build dependencies. by Jim Stichnoth · 10 years ago
  68. 51d0093 Subzero: Minor Makefile fix. by Jim Stichnoth · 10 years ago
  69. 26f9433 Add -pedantic to Makefile.standalone to match production. by Jim Stichnoth · 10 years ago
  70. dd842db Subzero: Use a "known" version of clang-format. by Jim Stichnoth · 10 years ago
  71. fa4efea Subzero: Initial implementation of multithreaded translation. by Jim Stichnoth · 10 years ago
  72. ec27073 Start writing out some relocation sections (text). by Jan Voung · 10 years ago
  73. 2e7daef Add ability to test parsing of bitcode records in Subzero. by Karl Schimpf · 10 years ago
  74. 4019f08 Remove TypeConverter and Module from minimal subzero build. by Karl Schimpf · 10 years ago
  75. a49e9d9 Subzero: Build with function/data sections and -gc-sections. by Jim Stichnoth · 10 years ago
  76. e3c02c2 Subzero: Disable asserts in the MINIMAL build. by Jim Stichnoth · 10 years ago
  77. 08c3bcd Subzero: Add basic ELFObjectWriter (text section, symtab, strtab, headers). by Jan Voung · 10 years ago
  78. 3324642 Subzero: Fix new issues after the LLVM 3.5 merge. by Jim Stichnoth · 10 years ago
  79. b6c96af Turn off dump/emit routines when building minimal subzero. by Karl Schimpf · 10 years ago
  80. 6fcbddd Disable Subzero IR generation for performance testing. by Karl Schimpf · 10 years ago
  81. ab06df3 Remove IceConverter when LLVM IR is not allowed. by Karl Schimpf · 10 years ago
  82. 6af6336 Remove building llvm2ice.build_atts from Subzero build. by Karl Schimpf · 10 years ago
  83. b262c5e Allow conditional lit tests in Subzero, based on build flags. by Karl Schimpf · 10 years ago
  84. e3f64d0 Introduce model of global initializers in Subzero. by Karl Schimpf · 10 years ago
  85. 9c234e2 Subzero: Allow builds with assertions disabled. by Jim Stichnoth · 10 years ago
  86. c4554d7 Subzero: Rewrite the pass timing infrastructure. by Jim Stichnoth · 10 years ago
  87. fddef24 Subzero: Build both Debug and Release version of llvm2ice. by Jim Stichnoth · 10 years ago
  88. 8e8042c Subzero: Enable the C++11 build. by Jim Stichnoth · 10 years ago
  89. 8acded0 Add initial integrated assembler w/ some Xmm ops. by Jan Voung · 10 years ago
  90. 4c127ba Adjust paths for host_x86_32/bin -> bin and for switch to 64-bit. by Jan Voung · 10 years ago
  91. 5e06f9f Subzero: Use ccache for building, if available. by Jim Stichnoth · 10 years ago
  92. 8fcefc3 Fix makefile to use chrome clang to compile, so we link to LLVM. by Karl Schimpf · 10 years ago
  93. a262333 List Subzero's local optlevel flags after LLVM's cxxflags (precedence). by Jan Voung · 10 years ago
  94. 16178a1 Subzero: Remove the need for a separate NaCl SDK installation. by Jim Stichnoth · 10 years ago
  95. d6064a1 Start processing function blocks. by Karl Schimpf · 10 years ago
  96. 14c3f41 Subzero: Fix the link command for Trusty. by Jim Stichnoth · 10 years ago
  97. ac9c943 Subzero: Add a check-lit target for faster smoke testing. by Jim Stichnoth · 10 years ago
  98. 1bd2fce Subzero: Add a random number generator. by Matt Wala · 10 years ago
  99. 206833c Subzero: A few fixes toward running larger programs. by Jim Stichnoth · 10 years ago
  100. 839c4ce A couple of fixes for using Makefile.standalone on Mac. by Jan Voung · 10 years ago