1. e5b58fb Subzero: Changes needed for LLVM 3.7 integration. by Jim Stichnoth · 10 years ago
  2. 5dfdf5f Subzero: Fix lowering of the fabs() intrinsic. by Jim Stichnoth · 10 years ago
  3. 8c980d0 Subzero: Add fabs intrinsic support. by Jim Stichnoth · 10 years ago
  4. 729dbd0 Subzero: Clean up function header emission. by Jim Stichnoth · 10 years ago
  5. a2703ae Subzero: switch from llvm-objdump to objdump for lit tests (for LLVM merge) by Jan Voung · 10 years ago
  6. 3324642 Subzero: Fix new issues after the LLVM 3.5 merge. by Jim Stichnoth · 10 years ago
  7. 0faec4c Rearrange emit vs emitIAS. Wait till function is done before dumping text. by Jan Voung · 10 years ago
  8. 43e9482 Subzero: Delete szdiff.py tests and ERRORS tests. by Jim Stichnoth · 10 years ago
  9. bca2f65 Subzero: Switch to AT&T asm syntax. I give up. by Jim Stichnoth · 10 years ago
  10. fe14fb8 Handle "Mov" which is mov, movss, movsd, and used for nacl.read.tp. by Jan Voung · 10 years ago
  11. 8bcca04 Handle GPR and vector shift ops. Handle pmull also. by Jan Voung · 10 years ago
  12. 5081c21 Remove broken szdiff tests. by Karl Schimpf · 11 years ago
  13. 2a5324a Clean up run script to use for testing Subzero. by Karl Schimpf · 11 years ago
  14. cabfa30 Subzero: Render constants in dump() to be more like LLVM. by Jim Stichnoth · 11 years ago
  15. dddc306 Convert lit tests to check disassembled assembly. by Jan Voung · 11 years ago
  16. bfb03e5 Subzero: Fixes for Hello World and bisection debugging. by Jim Stichnoth · 11 years ago
  17. 6170e75 Revert "COmmit" by Jim Stichnoth · 11 years ago
  18. 420e8bf COmmit by Jim Stichnoth · 11 years ago
  19. c8e8781 Convert lit test llvm-mc -arch arguments to full -triple. by Jan Voung · 11 years ago
  20. d9ea7ad Add -arch=x86 and -filetype=obj to all RUN lines involving llvm-mc. by Matt Wala · 11 years ago
  21. 53c5e60 Fix legalization of source operand to bsr and bsf. by Matt Wala · 11 years ago
  22. 927cc17 Validate the assembly code that Subzero generates in unit tests. by Matt Wala · 11 years ago
  23. 957c50d Use lowerCast instead of inlined _movzx, to get legalization, for memset. by Jan Voung · 11 years ago
  24. 7b34b59 Lower stacksave and restore intrinsics. by Jan Voung · 11 years ago
  25. 7fa813b Lower byte swap intrinsic. by Jan Voung · 11 years ago
  26. e4da26f Lower bitmanip intrinsics, assuming absence of BMI/SSE4.2 for now. by Jan Voung · 11 years ago
  27. f37fbbe Add scalar lowering for sqrt intrinsic. by Jan Voung · 11 years ago
  28. 3bd9f1a Add a few Subzero intrinsics (not the atomic ones yet). by Jan Voung · 11 years ago