1. 1d23542 Subzero. Native 64-bit int arithmetic on x86-64. by John Porto · 10 years ago
  2. 88ab5ca Subzero: Fix szbuild.py linking. by Jim Stichnoth · 10 years ago
  3. 28068ad ARM: Add a postRA pass to legalize stack offsets. Greedy approach (reserve IP). by Jan Voung · 10 years ago
  4. 112b6e8 Add an cross include path for ARM to work around clang bug 22937. by Jan Voung · 10 years ago
  5. e105c74 Change MIPS to avoid "none-nacl" for unsandboxed tests. by Reed Kotler · 10 years ago
  6. d00d48d implement the null function for the Mips32 subzero compiler by Reed Kotler · 10 years ago
  7. 6c17dd8 Fixes case where terminator instruction is missing at end of function. by Karl Schimpf · 10 years ago
  8. a9eeb42 Subzero: Correct the cross test's diagnostic message for a test failure. by Jim Stichnoth · 10 years ago
  9. 8e32fed Set up crosstest to run simple loop in Om1 on ARM. by Jan Voung · 10 years ago
  10. 050deaa Build ARM SZ runtime files. Use le32-nacl-objcopy in various places. by Jan Voung · 10 years ago
  11. 0933c0c Subzero: Strength-reduce mul by certain constants. by Jim Stichnoth · 10 years ago
  12. d9f1f9f Subzero: Fix lit and cross tests broken in f8b4cc8. by Jim Stichnoth · 10 years ago
  13. f8b4cc8 Subzero: Basic Block Profiler. by John Porto · 10 years ago
  14. bb9d11a Subzero: Change pnacl_newlib ==> pnacl_newlib_raw in scripts. by Jim Stichnoth · 10 years ago
  15. b2d5084 Handle ARM "ret void" and function alignment with proper padding. by Jan Voung · 10 years ago
  16. 0a9e126 Subzero: Auto-detect cmake versus autoconf LLVM build. by Jim Stichnoth · 10 years ago
  17. 8c7b0a2 Subzero: Fix dependency checking to avoid unnecessary rebuilds. by Jim Stichnoth · 10 years ago
  18. 927f7cc Subzero: Support non-IRT immediate calls with -filetype=iasm. by Jim Stichnoth · 10 years ago
  19. 833f13f Subzero: Fix a bug in cross test generation. by Jim Stichnoth · 10 years ago
  20. dc7c597 Subzero: Run cross tests as a much more configurable python script. by Jim Stichnoth · 10 years ago
  21. 68a0633 Use the installed/downloaded objdump instead of work-dir one. by Jan Voung · 10 years ago
  22. a67fc44 Subzero: Run sandboxed cross tests, and do some cleanup. by Jim Stichnoth · 10 years ago
  23. c450879 Subzero: Clean up the runtime implementation. by Jim Stichnoth · 10 years ago
  24. fa0cfa5 Subzero: Change the name llvm2ice to the more appropriate pnacl-sz. by Jim Stichnoth · 10 years ago
  25. b5447a0 Omit textual emitConstPool in MINIMAL build. by Jan Voung · 10 years ago
  26. 9738a9e Subzero: Update tests and build scripts for sandboxing. by Jim Stichnoth · 10 years ago
  27. a2703ae Subzero: switch from llvm-objdump to objdump for lit tests (for LLVM merge) by Jan Voung · 10 years ago
  28. 9f76aec Subzero: Make threads=2 and filetype=obj the testing defaults. by Jim Stichnoth · 10 years ago
  29. d442e7e Subzero: Use -filetype instead of -ias and -elf-writer. by Jim Stichnoth · 10 years ago
  30. bbca754 Subzero: Emit functions and global initializers in a separate thread. by Jim Stichnoth · 10 years ago
  31. 046ec2e Subzero: Add a --elf arg to szbuild.py and crosstest.py. by Jim Stichnoth · 10 years ago
  32. edc115e Add irt_random to szbuild link line. by Jan Voung · 10 years ago
  33. 51596d4 Subzero: Auto-set -build-on-read=0 for .ll input files. by Jim Stichnoth · 10 years ago
  34. 6fcbddd Disable Subzero IR generation for performance testing. by Karl Schimpf · 10 years ago
  35. 43e9482 Subzero: Delete szdiff.py tests and ERRORS tests. by Jim Stichnoth · 10 years ago
  36. 58acae3 Subzero: Allow non-hybrid binaries to be built. by Jim Stichnoth · 10 years ago
  37. bca2f65 Subzero: Switch to AT&T asm syntax. I give up. by Jim Stichnoth · 10 years ago
  38. 336f6c4 Subzero: Implementation of "advanced Phi lowering". by Jim Stichnoth · 10 years ago
  39. ab06df3 Remove IceConverter when LLVM IR is not allowed. by Karl Schimpf · 10 years ago
  40. 6af6336 Remove building llvm2ice.build_atts from Subzero build. by Karl Schimpf · 10 years ago
  41. b262c5e Allow conditional lit tests in Subzero, based on build flags. by Karl Schimpf · 10 years ago
  42. 962befa emitIAS for Shld and Shrd and the ternary and three-address ops. by Jan Voung · 10 years ago
  43. 2a063e2 Subzero: Fix emission of global initializers. by Jim Stichnoth · 10 years ago
  44. 109fa15 Add cross test for vector itofp and fptoi casts. by Jan Voung · 10 years ago
  45. e3f64d0 Introduce model of global initializers in Subzero. by Karl Schimpf · 10 years ago
  46. 118ca79 Subzero: Change the echoing in shellcmd(). by Jim Stichnoth · 10 years ago
  47. ed178a6 Subzero: Update link path after recent newlib install changes. by Jim Stichnoth · 10 years ago
  48. be22e14 Subzero: Change szbuild.py to prefer Subzero by default. by Jim Stichnoth · 10 years ago
  49. 2a5324a Clean up run script to use for testing Subzero. by Karl Schimpf · 10 years ago
  50. 4c127ba Adjust paths for host_x86_32/bin -> bin and for switch to 64-bit. by Jan Voung · 11 years ago
  51. 89906a5 Subzero: Allow extra args to be passed to llc and Subzero. by Jim Stichnoth · 11 years ago
  52. cc0ee13 Subzero: Add a convenience script for Spec2K. Add the --stats argument. by Jim Stichnoth · 11 years ago
  53. e8b404b Subzero: Make python clean up after itself by removing its /tmp subdir. by Jim Stichnoth · 11 years ago
  54. 0fb613f Subzero: Make the szbuild.py script more automatic. by Jim Stichnoth · 11 years ago
  55. 65d8d53 Subzero: Print defaults as appropriate in python script help text. by Jim Stichnoth · 11 years ago
  56. 6d4f564 Subzero: The cross tests should use the actual Subzero runtime. by Jim Stichnoth · 11 years ago
  57. 10ea698 Subzero: Add a script that builds a hybrid Subzero/llc native executable. by Jim Stichnoth · 11 years ago
  58. 7076c88 Subzero: Move python scripts into a common pydir. by Jim Stichnoth · 11 years ago
  59. 16178a1 Subzero: Remove the need for a separate NaCl SDK installation. by Jim Stichnoth · 11 years ago
  60. 1248a6d Make py import not assume dir is "pnacl-subzero". Avoid autovect in crosstest. by Jan Voung · 11 years ago
  61. 5bc2b1d Add Om1 lowering with no optimizations. by Jim Stichnoth · 11 years ago
  62. a667fb8 Modify pnacl subzero to be able to read pnacl bitcode files. by Karl Schimpf · 11 years ago