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