1. 2fea26c Adds the x86-64 assembler. by John Porto · 9 years ago
  2. cb6e95a Modify how textual bitcode is injected into pnacl-sz. by Karl Schimpf · 9 years ago
  3. 87f80c1 Introduction of improved switch lowering. by Andrew Scull · 9 years ago
  4. 5348369 Factor out prelowerPhi for 32-bit targets. Disable adv phi lowering for ARM. by Jan Voung · 9 years ago
  5. 112b6e8 Add an cross include path for ARM to work around clang bug 22937. by Jan Voung · 9 years ago
  6. f746f3d Adds basic tests to the AssemblerX8632. by John Porto · 9 years ago
  7. f645d85 ARM32: Lower more integer intrinsics and test. by Jan Voung · 9 years ago
  8. d00d48d implement the null function for the Mips32 subzero compiler by Reed Kotler · 9 years ago
  9. 5d0acff Move X8632-specific Assembler stuff to Machine Traits. by John Porto · 9 years ago
  10. a509e1d Add doxygen build target. by Andrew Scull · 9 years ago
  11. 98da966 Subzero: Enable errors for unused parameters. by Jim Stichnoth · 9 years ago
  12. 28f3f73 Remove unnecessary TEXTBC_LIBS makefile definition. by Karl Schimpf · 9 years ago
  13. d58f01c Subzero. Adds x86-64 to the list of supported Subzero targets. by John Porto · 9 years ago
  14. 74cd883 Fix handling of TYPE_CODE_NUMENTRY record when size large. by Karl Schimpf · 9 years ago
  15. 7e93c62 Extracts an TargetX86Base target which will be used as the common X86{32,64} implementation. by John Porto · 9 years ago
  16. 6f9ba11 Allow pnacl-sz to be compiled to textual bitcode records. by Karl Schimpf · 9 years ago
  17. 8e32fed Set up crosstest to run simple loop in Om1 on ARM. by Jan Voung · 9 years ago
  18. 050deaa Build ARM SZ runtime files. Use le32-nacl-objcopy in various places. by Jan Voung · 9 years ago
  19. 6da4cef First patch for Mips subzero compiler by Jim Stichnoth · 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. e5b58fb Subzero: Changes needed for LLVM 3.7 integration. by Jim Stichnoth · 9 years ago
  24. b2d5084 Handle ARM "ret void" and function alignment with proper padding. by Jan Voung · 9 years ago
  25. b36ad9b Add a basic TargetARM32 skeleton which knows nothing. by Jan Voung · 9 years ago
  26. e7e9b02 Subzero: Improve "make check-unit" execution. by Jim Stichnoth · 9 years ago
  27. 0a9e126 Subzero: Auto-detect cmake versus autoconf LLVM build. by Jim Stichnoth · 9 years ago
  28. 9d92854 Revert "Revert "Adjust Subzero CMAKE=1 build to also use libc++ (like autoconf)."" by Karl Schimpf · 9 years ago
  29. a734088 Revert "Adjust Subzero CMAKE=1 build to also use libc++ (like autoconf)." by Karl Schimpf · 9 years ago
  30. d8fb3d3 Adjust Subzero CMAKE=1 build to also use libc++ (like autoconf). by Jan Voung · 10 years ago
  31. 6c6adf1 Subzero: Fix the standalone build to work with the LLVM cmake build. by Jim Stichnoth · 10 years ago
  32. 44c3a80 Refactor Subzero initialization and add a browser callback handler. by Jan Voung · 10 years ago
  33. c925822 Subzero: Add a separate check-xtest target to Makefile.standlone. by Jim Stichnoth · 10 years ago
  34. dc7c597 Subzero: Run cross tests as a much more configurable python script. by Jim Stichnoth · 10 years ago
  35. 68a0633 Use the installed/downloaded objdump instead of work-dir one. by Jan Voung · 10 years ago
  36. e837e1a Subzero makefile changes for linking a static llvm2ice nexe w/ LLVM build sys. by Jan Voung · 10 years ago
  37. fa0cfa5 Subzero: Change the name llvm2ice to the more appropriate pnacl-sz. by Jim Stichnoth · 10 years ago
  38. 9738a9e Subzero: Update tests and build scripts for sandboxing. by Jim Stichnoth · 10 years ago
  39. a2703ae Subzero: switch from llvm-objdump to objdump for lit tests (for LLVM merge) by Jan Voung · 10 years ago
  40. 307e326 Subzero: Generate a web page showing llvm2ice size breakdown. by Jim Stichnoth · 10 years ago
  41. bbca754 Subzero: Emit functions and global initializers in a separate thread. by Jim Stichnoth · 10 years ago
  42. df80eb8 Adds accessor methods to class ClFlags. by Karl Schimpf · 10 years ago
  43. 6e861d5 Subzero: Fix unittest build dependencies. by Jim Stichnoth · 10 years ago
  44. 51d0093 Subzero: Minor Makefile fix. by Jim Stichnoth · 10 years ago
  45. 26f9433 Add -pedantic to Makefile.standalone to match production. by Jim Stichnoth · 10 years ago
  46. dd842db Subzero: Use a "known" version of clang-format. by Jim Stichnoth · 10 years ago
  47. fa4efea Subzero: Initial implementation of multithreaded translation. by Jim Stichnoth · 10 years ago
  48. ec27073 Start writing out some relocation sections (text). by Jan Voung · 10 years ago
  49. 2e7daef Add ability to test parsing of bitcode records in Subzero. by Karl Schimpf · 10 years ago
  50. 4019f08 Remove TypeConverter and Module from minimal subzero build. by Karl Schimpf · 10 years ago
  51. a49e9d9 Subzero: Build with function/data sections and -gc-sections. by Jim Stichnoth · 10 years ago
  52. e3c02c2 Subzero: Disable asserts in the MINIMAL build. by Jim Stichnoth · 10 years ago
  53. 08c3bcd Subzero: Add basic ELFObjectWriter (text section, symtab, strtab, headers). by Jan Voung · 10 years ago
  54. 3324642 Subzero: Fix new issues after the LLVM 3.5 merge. by Jim Stichnoth · 10 years ago
  55. b6c96af Turn off dump/emit routines when building minimal subzero. by Karl Schimpf · 10 years ago
  56. 6fcbddd Disable Subzero IR generation for performance testing. by Karl Schimpf · 10 years ago
  57. ab06df3 Remove IceConverter when LLVM IR is not allowed. by Karl Schimpf · 10 years ago
  58. 6af6336 Remove building llvm2ice.build_atts from Subzero build. by Karl Schimpf · 10 years ago
  59. b262c5e Allow conditional lit tests in Subzero, based on build flags. by Karl Schimpf · 10 years ago
  60. e3f64d0 Introduce model of global initializers in Subzero. by Karl Schimpf · 10 years ago
  61. 9c234e2 Subzero: Allow builds with assertions disabled. by Jim Stichnoth · 10 years ago
  62. c4554d7 Subzero: Rewrite the pass timing infrastructure. by Jim Stichnoth · 10 years ago
  63. fddef24 Subzero: Build both Debug and Release version of llvm2ice. by Jim Stichnoth · 10 years ago
  64. 8e8042c Subzero: Enable the C++11 build. by Jim Stichnoth · 10 years ago
  65. 8acded0 Add initial integrated assembler w/ some Xmm ops. by Jan Voung · 10 years ago
  66. 4c127ba Adjust paths for host_x86_32/bin -> bin and for switch to 64-bit. by Jan Voung · 10 years ago
  67. 5e06f9f Subzero: Use ccache for building, if available. by Jim Stichnoth · 10 years ago
  68. 8fcefc3 Fix makefile to use chrome clang to compile, so we link to LLVM. by Karl Schimpf · 10 years ago
  69. a262333 List Subzero's local optlevel flags after LLVM's cxxflags (precedence). by Jan Voung · 10 years ago
  70. 16178a1 Subzero: Remove the need for a separate NaCl SDK installation. by Jim Stichnoth · 10 years ago
  71. d6064a1 Start processing function blocks. by Karl Schimpf · 10 years ago
  72. 14c3f41 Subzero: Fix the link command for Trusty. by Jim Stichnoth · 10 years ago
  73. ac9c943 Subzero: Add a check-lit target for faster smoke testing. by Jim Stichnoth · 10 years ago
  74. 1bd2fce Subzero: Add a random number generator. by Matt Wala · 10 years ago
  75. 206833c Subzero: A few fixes toward running larger programs. by Jim Stichnoth · 10 years ago
  76. 839c4ce A couple of fixes for using Makefile.standalone on Mac. by Jan Voung · 10 years ago
  77. 240e0f8 Subzero: Add "make format-diff" target. by Jim Stichnoth · 10 years ago
  78. 8d7abae Update Subzero to start parsing PNaCl bitcode files. by Karl Schimpf · 10 years ago
  79. e1e013c Refactor llvm2ice so that Ice can be built while reading bitcode. by Karl Schimpf · 10 years ago
  80. 3bd9f1a Add a few Subzero intrinsics (not the atomic ones yet). by Jan Voung · 10 years ago
  81. d97c7df Subzero: Initial O2 lowering by Jim Stichnoth · 10 years ago
  82. bc64313 Add Makefiles to support building along with LLVM by Derek Schuff · 10 years ago