1. 86df4e9 Iasm and obj lowering for advanced switch lowering. by Andrew Scull · 10 years ago
  2. 87f80c1 Introduction of improved switch lowering. by Andrew Scull · 10 years ago
  3. 9612d32 Doxygenize the documentation comments by Andrew Scull · 10 years ago
  4. 7e93c62 Extracts an TargetX86Base target which will be used as the common X86{32,64} implementation. by John Porto · 10 years ago
  5. 1bec8bc Subzero. Fixes memory leaks. by John Porto · 10 years ago
  6. eafb56c Subzero: Use C++11 member initializers where practical. by Jim Stichnoth · 10 years ago
  7. e4f65d8 Subzero: Transform suitable Load/Arith/Store sequences into RMW ops. by Jim Stichnoth · 10 years ago
  8. 8e6bf6e Subzero: Improve/refactor folding loads into the next instruction. by Jim Stichnoth · 10 years ago
  9. b3401d2 Subzero ARM: lowerArguments (GPR), basic legalize(), and lowerRet(i32, i64). by Jan Voung · 10 years ago
  10. a59ae6f Subzero: Fold icmp into br/select lowering. by Jim Stichnoth · 10 years ago
  11. c6ead20 Subzero: Improve class definition hygiene. by Jim Stichnoth · 10 years ago
  12. 9f42d8c Subzero: Add sandboxing for x86-32. by Jim Stichnoth · 10 years ago
  13. 3ce1a99 Subzero: Fix some -Winconsistent-missing-override that clang 3.6 warns about. by Jan Voung · 10 years ago
  14. ae95320 Subzero: Convert NULL->nullptr. by Jim Stichnoth · 10 years ago
  15. 31c9559 Subzero: Use CFG-local arena allocation for relevant containers. by Jim Stichnoth · 10 years ago
  16. bf17037 Remove using LLVM tools to check correctness of cast operation. by Karl Schimpf · 10 years ago
  17. e5b73e6 Subzero: Clean up live range construction. by Jim Stichnoth · 10 years ago
  18. dddaf9c Subzero: Fix the g++ build (e.g. Windows). by Jim Stichnoth · 10 years ago
  19. b6c96af Turn off dump/emit routines when building minimal subzero. by Karl Schimpf · 10 years ago
  20. 87ff3a1 Subzero: Simplify the FakeKill instruction. by Jim Stichnoth · 10 years ago
  21. 607e9f0 Subzero: Implement InstList in terms of llvm::ilist<> . by Jim Stichnoth · 10 years ago
  22. bb8b624 Subzero: Improve the representation and handling of the FakeKill instruction. by Jim Stichnoth · 10 years ago
  23. 336f6c4 Subzero: Implementation of "advanced Phi lowering". by Jim Stichnoth · 10 years ago
  24. 98712a3 Subzero: Minor refactoring/additions in preparation for phi edge splitting. by Jim Stichnoth · 10 years ago
  25. 198b294 emitIAS for store and indirect calls. by Jan Voung · 10 years ago
  26. 7b451a9 Subzero: Class definition cleanup. by Jim Stichnoth · 10 years ago
  27. 4775255 Subzero: Improve performance of liveness analysis and live range construction. by Jim Stichnoth · 10 years ago
  28. 0795ba0 Subzero: Remove LLVM_DELETED_FUNCTION. by Jim Stichnoth · 10 years ago
  29. c4554d7 Subzero: Rewrite the pass timing infrastructure. by Jim Stichnoth · 10 years ago
  30. b56c8f4 Subzero: Use 'override' as appropriate for C++11. by Jim Stichnoth · 11 years ago
  31. ad40353 Subzero: Automatically infer regalloc preferences and overlap. by Jim Stichnoth · 11 years ago
  32. 8acded0 Add initial integrated assembler w/ some Xmm ops. by Jan Voung · 11 years ago
  33. 144cdce Subzero: Refactor tracking of Defs and block-local Variables. by Jim Stichnoth · 11 years ago
  34. 8df26f3 Add call instructions to Subzero's bitcode reader. by Karl Schimpf · 11 years ago
  35. 1873560 Subzero: Add rudimentary statistics on generated code. by Jim Stichnoth · 11 years ago
  36. 41689df Add load and store instructions to Subzero bitcode reader. by Karl Schimpf · 11 years ago
  37. d6064a1 Start processing function blocks. by Karl Schimpf · 11 years ago
  38. 4988923 Lower insertelement and extractelement. by Matt Wala · 11 years ago
  39. 3bd9f1a Add a few Subzero intrinsics (not the atomic ones yet). by Jan Voung · 11 years ago
  40. d97c7df Subzero: Initial O2 lowering by Jim Stichnoth · 11 years ago
  41. 4376d29 Fix g++ -pedantic warnings. by Jim Stichnoth · 11 years ago
  42. 5bc2b1d Add Om1 lowering with no optimizations. by Jim Stichnoth · 11 years ago
  43. f7c9a14 Initial skeleton of Subzero. by Jim Stichnoth · 11 years ago