1. c59288b Subzero: Refactor x86 register representation to actively use aliases. by Jim Stichnoth · 9 years ago
  2. 4a5e6d0 Subzero. ARM32. Implements bool folding. by John Porto · 9 years ago
  3. d981025 Merge compares and branches by David Sehr · 9 years ago
  4. 485d077 Subzero: Don't "and" i1 values with 1. by Jim Stichnoth · 9 years ago
  5. a00b1f7 Subzero: Remove trailing whitespace. by Jim Stichnoth · 9 years ago
  6. 57d31ac Make sure that all globals are internal, except for "start" functions. by Karl Schimpf · 9 years ago
  7. ba6a67c Subzero. Enables (most) crosstests for ARM32. by John Porto · 9 years ago
  8. 5348369 Factor out prelowerPhi for 32-bit targets. Disable adv phi lowering for ARM. by Jan Voung · 9 years ago
  9. 70fa525 Fix ARM Om1 lowering for arithmetic, and test. by Jan Voung · 9 years ago
  10. 6ec369e ARM lowering integer divide and remainder, with div by 0 checks. by Jan Voung · 9 years ago
  11. e0df91f ARM: lowerSelect for integers. by Jan Voung · 9 years ago
  12. c879968 Subzero: Fix "make -f Makefile.standalone MINIMAL=1 check". by Jim Stichnoth · 9 years ago
  13. b0a8c24 ARM: Assign "actuals" at call site to the appropriate GPR/stack slot. by Jan Voung · 9 years ago
  14. 66c3d5e Subzero ARM32: Lower shift and zext, sext, and trunc. by Jan Voung · 9 years ago
  15. befd03a Subzero ARM: lowerLoad and lowerStore. by Jan Voung · 9 years ago
  16. e5b58fb Subzero: Changes needed for LLVM 3.7 integration. by Jim Stichnoth · 9 years ago
  17. 3bfd99a Subzero ARM: do lowerIcmp, lowerBr, and a bit of lowerCall. by Jan Voung · 9 years ago
  18. 537b5ba Subzero: Use cmov to improve lowering for the select instruction. by Jim Stichnoth · 9 years ago
  19. 90db6ae Subzero: Simplify the icmp i64 lowering. by Jim Stichnoth · 9 years ago
  20. 729dbd0 Subzero: Clean up function header emission. by Jim Stichnoth · 10 years ago
  21. a2703ae Subzero: switch from llvm-objdump to objdump for lit tests (for LLVM merge) by Jan Voung · 10 years ago
  22. 3324642 Subzero: Fix new issues after the LLVM 3.5 merge. by Jim Stichnoth · 10 years ago
  23. 0faec4c Rearrange emit vs emitIAS. Wait till function is done before dumping text. by Jan Voung · 10 years ago
  24. 43e9482 Subzero: Delete szdiff.py tests and ERRORS tests. by Jim Stichnoth · 10 years ago
  25. bca2f65 Subzero: Switch to AT&T asm syntax. I give up. by Jim Stichnoth · 10 years ago
  26. bd4ea5b Subzero: Adjust expectations now that llvm-mc aligns calls not just naclcall. by Jan Voung · 10 years ago
  27. 198b294 emitIAS for store and indirect calls. by Jan Voung · 10 years ago
  28. 4775255 Subzero: Improve performance of liveness analysis and live range construction. by Jim Stichnoth · 10 years ago
  29. 5081c21 Remove broken szdiff tests. by Karl Schimpf · 10 years ago
  30. 2a5324a Clean up run script to use for testing Subzero. by Karl Schimpf · 10 years ago
  31. 3ef786f Subzero: Be more strict about i1 calculations. by Jim Stichnoth · 10 years ago
  32. dd30c81 Subzero: Fix sext/zext lowering with i1 source operands. by Jim Stichnoth · 10 years ago
  33. cabfa30 Subzero: Render constants in dump() to be more like LLVM. by Jim Stichnoth · 10 years ago
  34. dddc306 Convert lit tests to check disassembled assembly. by Jan Voung · 10 years ago
  35. ef8cf0e Subzero: Fix some legalization issues involving immediates. by Jim Stichnoth · 10 years ago
  36. c8e8781 Convert lit test llvm-mc -arch arguments to full -triple. by Jan Voung · 10 years ago
  37. 105b704 Subzero: Align the stack at the point of function calls. by Matt Wala · 10 years ago
  38. d9ea7ad Add -arch=x86 and -filetype=obj to all RUN lines involving llvm-mc. by Matt Wala · 10 years ago
  39. 927cc17 Validate the assembly code that Subzero generates in unit tests. by Matt Wala · 10 years ago
  40. 1ee3416 Bitcast of 64-bit immediates may need to split the immediate, not a var. by Jan Voung · 10 years ago
  41. d97c7df Subzero: Initial O2 lowering by Jim Stichnoth · 10 years ago
  42. 5bc2b1d Add Om1 lowering with no optimizations. by Jim Stichnoth · 10 years ago
  43. a667fb8 Modify pnacl subzero to be able to read pnacl bitcode files. by Karl Schimpf · 10 years ago
  44. f7c9a14 Initial skeleton of Subzero. by Jim Stichnoth · 10 years ago