1. de29f12 Subzero. X86. Uses pshufb for shufflevector lowering. by John Porto · 9 years ago
  2. ae15f0f Subzero. X86. Lowers shufflevector using xmm instructions. by John Porto · 9 years ago
  3. d469994 Simplify references to command line flags. by Karl Schimpf · 9 years ago
  4. e8457a2 Allow Subzero to parse function blocks in parallel. by Karl Schimpf · 9 years ago
  5. 467ffe5 Subzero: Remove IceString. by Jim Stichnoth · 9 years ago
  6. 98ba006 Subzero: Fix symbol name mangling. Make flags global. by Jim Stichnoth · 9 years ago
  7. 6e8d3fa Subzero. Uses fixups to calculate addend to relocations. by John Porto · 9 years ago
  8. d1bd1d3 Subzero. X8664. Enables RIP-based addressing mode. by John Porto · 9 years ago
  9. 4a56686 Subzero. Code organization. by John Porto · 9 years ago
  10. 3c275ce Subzero. x8664. Resurrects the Target. by John Porto · 9 years ago
  11. e398428 Fuse icmp/fcmp with select by David Sehr · 9 years ago
  12. 5bff61c Sets the stage for enabling the use of the 8-bit high registers, but doesn't yet turn it on because more work is needed for correctness. by Jim Stichnoth · 9 years ago
  13. aa0b1a1 Enhance address mode recovery by David Sehr · 9 years ago
  14. 57d31ac Make sure that all globals are internal, except for "start" functions. by Karl Schimpf · 9 years ago
  15. cfa628b Inline memove for small constant sizes and refactor memcpy and memset. by Andrew Scull · 9 years ago
  16. 1d23542 Subzero. Native 64-bit int arithmetic on x86-64. by John Porto · 9 years ago
  17. 453660f Subzero. Buildable, non-functional TargetLoweringX8664. by John Porto · 9 years ago
  18. 2fea26c Adds the x86-64 assembler. by John Porto · 9 years ago
  19. f746f3d Adds basic tests to the AssemblerX8632. by John Porto · 9 years ago
  20. 98da966 Subzero: Enable errors for unused parameters. by Jim Stichnoth · 9 years ago
  21. 74cd883 Fix handling of TYPE_CODE_NUMENTRY record when size large. by Karl Schimpf · 9 years ago
  22. 8eefffa Unittest fixes. by John Porto · 9 years ago
  23. cbb1d3d Clean up unit munging unit tests using common NaCl API. by Karl Schimpf · 9 years ago
  24. 0e7e412 Fix instruction unit tests to use new editing constants. by Karl Schimpf · 9 years ago
  25. 2f67b92 First attempt to capture parser/translation errors in browser. by Karl Schimpf · 10 years ago
  26. d8b3289 Fix locking for printing error messages. by Karl Schimpf · 10 years ago
  27. 85f1ffe Revert "Fix locking for printing error messages." by Karl Schimpf · 10 years ago
  28. 187b3df Fix locking for printing error messages. by Karl Schimpf · 10 years ago
  29. caef348 Subzero: Use a "deterministic" random shuffle for register allocation. by Jim Stichnoth · 10 years ago
  30. 1f47ad0 Move some flag-like props from GlobalContext and TargetLowering to ClFlags. by Jan Voung · 10 years ago
  31. 22ed4eb Fix subzero translator to use new API for reporting errors. by Karl Schimpf · 10 years ago
  32. d442e7e Subzero: Use -filetype instead of -ias and -elf-writer. by Jim Stichnoth · 10 years ago
  33. bbca754 Subzero: Emit functions and global initializers in a separate thread. by Jim Stichnoth · 10 years ago
  34. df80eb8 Adds accessor methods to class ClFlags. by Karl Schimpf · 10 years ago
  35. dd842db Subzero: Use a "known" version of clang-format. by Jim Stichnoth · 10 years ago
  36. fa4efea Subzero: Initial implementation of multithreaded translation. by Jim Stichnoth · 10 years ago
  37. af238b2 Add instruction alignment tests to unit tests. by Karl Schimpf · 10 years ago
  38. 2e7daef Add ability to test parsing of bitcode records in Subzero. by Karl Schimpf · 10 years ago
  39. 08c3bcd Subzero: Add basic ELFObjectWriter (text section, symtab, strtab, headers). by Jan Voung · 10 years ago