1. 9612d32 Doxygenize the documentation comments by Andrew Scull · 10 years ago
  2. 67f8de9 Includes module header first. by John Porto · 10 years ago
  3. 20b71f5 Subzero: Reduce the amount of #ifdef'd code. by Jim Stichnoth · 10 years ago
  4. 1bec8bc Subzero. Fixes memory leaks. by John Porto · 10 years ago
  5. eafb56c Subzero: Use C++11 member initializers where practical. by Jim Stichnoth · 10 years ago
  6. 253dc8a Add constant blinding/pooling option for X8632 code translation. by Qining Lu · 10 years ago
  7. e4f65d8 Subzero: Transform suitable Load/Arith/Store sequences into RMW ops. by Jim Stichnoth · 10 years ago
  8. a59ae6f Subzero: Fold icmp into br/select lowering. by Jim Stichnoth · 10 years ago
  9. d442e7e Subzero: Use -filetype instead of -ias and -elf-writer. by Jim Stichnoth · 10 years ago
  10. 8e92838 Subzero: Manage each Cfg as a std::unique_ptr<Cfg>. by Jim Stichnoth · 10 years ago
  11. 72984d8 Write out global initializers and data rel directly to ELF file. by Jan Voung · 10 years ago
  12. 867684e Work around GCC bug in constexpr to attributes by JF Bastien · 10 years ago
  13. 26f9433 Add -pedantic to Makefile.standalone to match production. by Jim Stichnoth · 10 years ago
  14. dd842db Subzero: Use a "known" version of clang-format. by Jim Stichnoth · 10 years ago
  15. fa4efea Subzero: Initial implementation of multithreaded translation. by Jim Stichnoth · 10 years ago
  16. a5fe17a Subzero: Second attempt at fixing MacOS 10.6 build. by Jim Stichnoth · 10 years ago
  17. 7d53825 Subzero: Make thread_local work under MacOS 10.6. by Jim Stichnoth · 10 years ago
  18. e4a8f40 Subzero: Add locking to prepare for multithreaded translation. by Jim Stichnoth · 10 years ago
  19. 769be68 Subzero: Remove the IceV_RegManager enum value. by Jim Stichnoth · 10 years ago
  20. ec27073 Start writing out some relocation sections (text). by Jan Voung · 10 years ago
  21. 1d62cf0 Make fixups reference any constant (allow const float/double pool literals). by Jan Voung · 10 years ago
  22. 7e57136 Subzero: Clean up a few areas. by Jim Stichnoth · 10 years ago
  23. c599e46 Subzero: Use the CfgLocalAllocator for more vector types. by Jim Stichnoth · 10 years ago
  24. 31c9559 Subzero: Use CFG-local arena allocation for relevant containers. by Jim Stichnoth · 10 years ago
  25. e6d2478 Subzero: Randomize register assignment. by Jim Stichnoth · 10 years ago
  26. 1502e59 Subzero: Use llvm::ilist<> for PhiList and AssignList. by Jim Stichnoth · 10 years ago
  27. 586d4c2 Subzero: Improve performance by using llvm::SmallVector<>. by Jim Stichnoth · 10 years ago
  28. 2a7fcbb Subzero: Use std::vector<> instead of std::list for live range segments. by Jim Stichnoth · 10 years ago
  29. 08c3bcd Subzero: Add basic ELFObjectWriter (text section, symtab, strtab, headers). by Jan Voung · 10 years ago
  30. 70d0a05 Subzero: Use the linear-scan register allocator for Om1 as well. by Jim Stichnoth · 10 years ago
  31. 607e9f0 Subzero: Implement InstList in terms of llvm::ilist<> . by Jim Stichnoth · 10 years ago
  32. c0d965f Subzero: Use a common RelocOffsetType / RelocOffsetT. by Jan Voung · 10 years ago
  33. 336f6c4 Subzero: Implementation of "advanced Phi lowering". by Jim Stichnoth · 10 years ago
  34. 4775255 Subzero: Improve performance of liveness analysis and live range construction. by Jim Stichnoth · 10 years ago
  35. fe14fb8 Handle "Mov" which is mov, movss, movsd, and used for nacl.read.tp. by Jan Voung · 10 years ago
  36. 9d98d79 Introduce the notion of function addresses in Subzero. by Karl Schimpf · 10 years ago
  37. 8363a06 Subzero: Add a few performance measurement tools. by Jim Stichnoth · 10 years ago
  38. fac5517 Subzero: Move to C++11 static_assert(). by Jim Stichnoth · 10 years ago
  39. 9c234e2 Subzero: Allow builds with assertions disabled. by Jim Stichnoth · 10 years ago
  40. a18cc9c Subzero: Change llvm::OwningPtr to C++11's std::unique_ptr. by Jim Stichnoth · 10 years ago
  41. c4554d7 Subzero: Rewrite the pass timing infrastructure. by Jim Stichnoth · 10 years ago
  42. ad40353 Subzero: Automatically infer regalloc preferences and overlap. by Jim Stichnoth · 11 years ago
  43. 8acded0 Add initial integrated assembler w/ some Xmm ops. by Jan Voung · 11 years ago
  44. 144cdce Subzero: Refactor tracking of Defs and block-local Variables. by Jim Stichnoth · 11 years ago
  45. bc00463 Split ConstantInteger into ConstantInteger32 and ConstantInteger64. by Jan Voung · 11 years ago
  46. b17f61d Align function starts to target-specific bundle alignment. by Jan Voung · 11 years ago
  47. 89d7956 Subzero: Fix address mode optimization involving phi temporaries. by Jim Stichnoth · 11 years ago
  48. 78282f6 Subzero: Make Ice::Ostream a typedef for llvm::raw_ostream. by Jim Stichnoth · 11 years ago
  49. 45a0623 Add support for passing and returning vectors in accordance with the x86 calling convention. by Matt Wala · 11 years ago
  50. d97c7df Subzero: Initial O2 lowering by Jim Stichnoth · 11 years ago
  51. f61d5b2 Fix x86 floating-point constant emission. by Jim Stichnoth · 11 years ago
  52. 5bc2b1d Add Om1 lowering with no optimizations. by Jim Stichnoth · 11 years ago
  53. f7c9a14 Initial skeleton of Subzero. by Jim Stichnoth · 11 years ago