1. 70d0a05 Subzero: Use the linear-scan register allocator for Om1 as well. by Jim Stichnoth · 10 years ago
  2. 607e9f0 Subzero: Implement InstList in terms of llvm::ilist<> . by Jim Stichnoth · 10 years ago
  3. 3d44fe8 Subzero: Decorate the text asm output with register availability info. by Jim Stichnoth · 10 years ago
  4. 336f6c4 Subzero: Implementation of "advanced Phi lowering". by Jim Stichnoth · 10 years ago
  5. 98712a3 Subzero: Minor refactoring/additions in preparation for phi edge splitting. by Jim Stichnoth · 10 years ago
  6. 7b451a9 Subzero: Class definition cleanup. by Jim Stichnoth · 10 years ago
  7. 9d98d79 Introduce the notion of function addresses in Subzero. by Karl Schimpf · 10 years ago
  8. e3f64d0 Introduce model of global initializers in Subzero. by Karl Schimpf · 10 years ago
  9. 0795ba0 Subzero: Remove LLVM_DELETED_FUNCTION. by Jim Stichnoth · 10 years ago
  10. f44f371 Subzero: Auto-awesome iterators. by Jim Stichnoth · 10 years ago
  11. a18cc9c Subzero: Change llvm::OwningPtr to C++11's std::unique_ptr. by Jim Stichnoth · 10 years ago
  12. 8acded0 Add initial integrated assembler w/ some Xmm ops. by Jan Voung · 10 years ago
  13. 144cdce Subzero: Refactor tracking of Defs and block-local Variables. by Jim Stichnoth · 10 years ago
  14. ff9c706 Subzero: Add branch optimization. by Jim Stichnoth · 10 years ago
  15. 44d53e1 Mark setjmp as "returns twice" and turn off SimpleCoalescing when called. by Jan Voung · 10 years ago
  16. b17f61d Align function starts to target-specific bundle alignment. by Jan Voung · 10 years ago
  17. c330274 Subzero: Randomly insert nops. by Matt Wala · 10 years ago
  18. d4799f4 Subzero: Align spill locations to natural alignment. by Matt Wala · 10 years ago
  19. e6e497d Fix bug when atomic load is fused with an arith op (and not in the entry BB) by Jan Voung · 10 years ago
  20. c820ddf Add a peephole to fuse cmpxchg w/ later cmp+branch. by Jan Voung · 10 years ago
  21. 839c4ce A couple of fixes for using Makefile.standalone on Mac. by Jan Voung · 10 years ago
  22. 4988923 Lower insertelement and extractelement. by Matt Wala · 10 years ago
  23. 45a0623 Add support for passing and returning vectors in accordance with the x86 calling convention. by Matt Wala · 10 years ago
  24. de4ca71 Subzero: Partial implementation of global initializers. by Jim Stichnoth · 10 years ago
  25. 3bd9f1a Add a few Subzero intrinsics (not the atomic ones yet). by Jan Voung · 10 years ago
  26. d97c7df Subzero: Initial O2 lowering by Jim Stichnoth · 10 years ago
  27. f61d5b2 Fix x86 floating-point constant emission. by Jim Stichnoth · 10 years ago
  28. 5bc2b1d Add Om1 lowering with no optimizations. by Jim Stichnoth · 10 years ago