1. 8ff4b28 Subzero: Add Non-SFI support for x86-32. by Jim Stichnoth · 9 years ago
  2. 54f3d51 Subzero: Use "auto" per (unwritten) auto coding style. by Jim Stichnoth · 9 years ago
  3. 92a6e5b fix doxygen brief in subzero header files by Jim Stichnoth · 9 years ago
  4. 2f3b8ec Merge fixed alloca stack adjustments into the prolog by David Sehr · 9 years ago
  5. 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 · 9 years ago
  6. 48e3ae5 Subzero: Fix a bug in register allocator overlap computation. by Jim Stichnoth · 9 years ago
  7. 57e1268 Reflow comments to use the full width. by Andrew Scull · 9 years ago
  8. aa6c109 This improves the variable use weight by taking into account use in loops. It by Andrew Scull · 9 years ago
  9. ec3f565 Subzero: Provide a macro for iterating over instruction variables. by John Porto · 9 years ago
  10. 11c9a32 Weight variables for register allocation by their number of uses. by Andrew Scull · 9 years ago
  11. 28068ad ARM: Add a postRA pass to legalize stack offsets. Greedy approach (reserve IP). by Jan Voung · 9 years ago
  12. a3f57b9 Subzero: Cleanly implement register allocation after phi lowering. by Jim Stichnoth · 9 years ago
  13. 9612d32 Doxygenize the documentation comments by Andrew Scull · 9 years ago
  14. 67f8de9 Includes module header first. by John Porto · 9 years ago
  15. 20b71f5 Subzero: Reduce the amount of #ifdef'd code. by Jim Stichnoth · 9 years ago
  16. 253dc8a Add constant blinding/pooling option for X8632 code translation. by Qining Lu · 9 years ago
  17. 76bb0be Convert Constant->emit() definitions to allow multiple targets to define them. by Jan Voung · 9 years ago
  18. dd842db Subzero: Use a "known" version of clang-format. by Jim Stichnoth · 10 years ago
  19. fa4efea Subzero: Initial implementation of multithreaded translation. by Jim Stichnoth · 10 years ago
  20. 29841e8 Subzero: Use range-based for loops with llvm::ilist<Inst> lists. by Jim Stichnoth · 10 years ago
  21. ae95320 Subzero: Convert NULL->nullptr. by Jim Stichnoth · 10 years ago
  22. 31c9559 Subzero: Use CFG-local arena allocation for relevant containers. by Jim Stichnoth · 10 years ago
  23. e5b73e6 Subzero: Clean up live range construction. by Jim Stichnoth · 10 years ago
  24. 9a04c07 Subzero: Don't store std::string objects inside Variable. by Jim Stichnoth · 10 years ago
  25. 1502e59 Subzero: Use llvm::ilist<> for PhiList and AssignList. by Jim Stichnoth · 10 years ago
  26. dddaf9c Subzero: Fix the g++ build (e.g. Windows). by Jim Stichnoth · 10 years ago
  27. 2a7fcbb Subzero: Use std::vector<> instead of std::list for live range segments. by Jim Stichnoth · 10 years ago
  28. d2cb436 Subzero: Simplify the constant pools. by Jim Stichnoth · 10 years ago
  29. b6c96af Turn off dump/emit routines when building minimal subzero. by Karl Schimpf · 10 years ago
  30. 87ff3a1 Subzero: Simplify the FakeKill instruction. by Jim Stichnoth · 10 years ago
  31. 607e9f0 Subzero: Implement InstList in terms of llvm::ilist<> . by Jim Stichnoth · 10 years ago
  32. bb8b624 Subzero: Improve the representation and handling of the FakeKill instruction. by Jim Stichnoth · 10 years ago
  33. bca2f65 Subzero: Switch to AT&T asm syntax. I give up. by Jim Stichnoth · 10 years ago
  34. 336f6c4 Subzero: Implementation of "advanced Phi lowering". by Jim Stichnoth · 10 years ago
  35. 088b2be Subzero: Improve debugging controls, plus minor refactoring. by Jim Stichnoth · 10 years ago
  36. df6f9d1 Fix handling of relocation names, so that prefix mangling works. by Karl Schimpf · 10 years ago
  37. 877b04e Subzero: Speed up VariablesMetadata initialization. by Jim Stichnoth · 10 years ago
  38. 4775255 Subzero: Improve performance of liveness analysis and live range construction. by Jim Stichnoth · 10 years ago
  39. 037fa1d Subzero: Optimize live range overlaps() computation through trimming. by Jim Stichnoth · 10 years ago
  40. 8363a06 Subzero: Add a few performance measurement tools. by Jim Stichnoth · 10 years ago
  41. df861f7 Subzero: Optimize a common live range overlap calculation. by Jim Stichnoth · 10 years ago
  42. f44f371 Subzero: Auto-awesome iterators. by Jim Stichnoth · 10 years ago
  43. c4554d7 Subzero: Rewrite the pass timing infrastructure. by Jim Stichnoth · 10 years ago
  44. ad40353 Subzero: Automatically infer regalloc preferences and overlap. by Jim Stichnoth · 10 years ago
  45. 144cdce Subzero: Refactor tracking of Defs and block-local Variables. by Jim Stichnoth · 10 years ago
  46. 800dab2 Subzero: Change the way bitcast stack slot lowering is handled. by Jim Stichnoth · 10 years ago
  47. 2e8bfbb Subzero: Refactor Operand::dump(). by Jim Stichnoth · 10 years ago
  48. 89d7956 Subzero: Fix address mode optimization involving phi temporaries. by Jim Stichnoth · 10 years ago
  49. 45a0623 Add support for passing and returning vectors in accordance with the x86 calling convention. by Matt Wala · 10 years ago
  50. d97c7df Subzero: Initial O2 lowering by Jim Stichnoth · 10 years ago
  51. 5bc2b1d Add Om1 lowering with no optimizations. by Jim Stichnoth · 10 years ago
  52. f7c9a14 Initial skeleton of Subzero. by Jim Stichnoth · 10 years ago