1. 0e432ac Subzero: Fix a lowering bug involving xchg and xadd instructions. by Jim Stichnoth · 10 years ago
  2. 27c56bf Subzero: Fix inappropriate use of nullptr. by Jim Stichnoth · 10 years ago
  3. 729dbd0 Subzero: Clean up function header emission. by Jim Stichnoth · 10 years ago
  4. a2703ae Subzero: switch from llvm-objdump to objdump for lit tests (for LLVM merge) by Jan Voung · 10 years ago
  5. 7b30067 Convert a few lit tests that use "lc2i | llvm-mc | llvm-objdump" to use p2i. by Jan Voung · 10 years ago
  6. 43e9482 Subzero: Delete szdiff.py tests and ERRORS tests. by Jim Stichnoth · 10 years ago
  7. bca2f65 Subzero: Switch to AT&T asm syntax. I give up. by Jim Stichnoth · 10 years ago
  8. b262c5e Allow conditional lit tests in Subzero, based on build flags. by Karl Schimpf · 10 years ago
  9. 5081c21 Remove broken szdiff tests. by Karl Schimpf · 11 years ago
  10. ad40353 Subzero: Automatically infer regalloc preferences and overlap. by Jim Stichnoth · 11 years ago
  11. 2a5324a Clean up run script to use for testing Subzero. by Karl Schimpf · 11 years ago
  12. cff9dae Make tests stricter after fixing "lock foo" bundling bug. by Jan Voung · 11 years ago
  13. dddc306 Convert lit tests to check disassembled assembly. by Jan Voung · 11 years ago
  14. c8e8781 Convert lit test llvm-mc -arch arguments to full -triple. by Jan Voung · 11 years ago
  15. e6e497d Fix bug when atomic load is fused with an arith op (and not in the entry BB) by Jan Voung · 11 years ago
  16. c820ddf Add a peephole to fuse cmpxchg w/ later cmp+branch. by Jan Voung · 11 years ago
  17. d9ea7ad Add -arch=x86 and -filetype=obj to all RUN lines involving llvm-mc. by Matt Wala · 11 years ago
  18. 927cc17 Validate the assembly code that Subzero generates in unit tests. by Matt Wala · 11 years ago
  19. a3a01a2 Subzero: lower the rest of the atomic operations. by Jan Voung · 11 years ago
  20. 5cd240d Add atomic load/store, fetch_add, fence, and is-lock-free lowering. by Jan Voung · 11 years ago