1. 8ff4b28 Subzero: Add Non-SFI support for x86-32. by Jim Stichnoth · 9 years ago
  2. 4a56686 Subzero. Code organization. by John Porto · 9 years ago
  3. 008f4ce Subzero. X8664. Fixes filetype=asm. by John Porto · 9 years ago
  4. 3c275ce Subzero. x8664. Resurrects the Target. by John Porto · 9 years ago
  5. 39f4020 Remove "Adjuststack" instruction opcode. by Karl Schimpf · 9 years ago
  6. 19413a5 Fix regression in SSE instruction opcodes by David Sehr · 9 years ago
  7. 6da7ae2 Add template parameter for suffix to BinopXmm by David Sehr · 9 years ago
  8. e398428 Fuse icmp/fcmp with select by David Sehr · 9 years ago
  9. 92a6e5b fix doxygen brief in subzero header files by Jim Stichnoth · 9 years ago
  10. 26217e3 1) Move helper creation to separate method, which also computes the maximum outgoing argument size. The computed size is checked against call lowering's size. by David Sehr · 9 years ago
  11. 21fd103 Eliminate stack adjustment for float-returning functions by David Sehr · 9 years ago
  12. b8e49c1 Add a getTarget method that returns the x86 target lowering by David Sehr · 9 years ago
  13. 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 · 10 years ago
  14. 28b71be Subzero: Consider all instruction variables for register preference. by Jim Stichnoth · 10 years ago
  15. e11f878 Use three-address form of imul by David Sehr · 10 years ago
  16. 55f2e6d Optimize 64-bit shifts by constants for x86-32 by David Sehr · 10 years ago
  17. 57e1268 Reflow comments to use the full width. by Andrew Scull · 10 years ago
  18. 8072bae Refactor all instances of `typedef y x` to the C++11 `using x = y` syntax. by Andrew Scull · 10 years ago
  19. 1d23542 Subzero. Native 64-bit int arithmetic on x86-64. by John Porto · 10 years ago
  20. 2c86252 Introduce the ability to insert IACA (Intel Architecture Code Analyzer) marks. by Andrew Scull · 10 years ago
  21. 453660f Subzero. Buildable, non-functional TargetLoweringX8664. by John Porto · 10 years ago
  22. 86df4e9 Iasm and obj lowering for advanced switch lowering. by Andrew Scull · 10 years ago
  23. 87f80c1 Introduction of improved switch lowering. by Andrew Scull · 10 years ago
  24. 921856d X8632 Templatization completed. by John Porto · 10 years ago