1. 72984d8 Write out global initializers and data rel directly to ELF file. by Jan Voung · 10 years ago
  2. fa4efea Subzero: Initial implementation of multithreaded translation. by Jim Stichnoth · 10 years ago
  3. ae95320 Subzero: Convert NULL->nullptr. by Jim Stichnoth · 10 years ago
  4. e6d2478 Subzero: Randomize register assignment. by Jim Stichnoth · 10 years ago
  5. 08c3bcd Subzero: Add basic ELFObjectWriter (text section, symtab, strtab, headers). by Jan Voung · 10 years ago
  6. d2cb436 Subzero: Simplify the constant pools. by Jim Stichnoth · 10 years ago
  7. 87ff3a1 Subzero: Simplify the FakeKill instruction. by Jim Stichnoth · 10 years ago
  8. 33c8064 Subzero: Remove Variable::NeedsStackSlot. by Jim Stichnoth · 10 years ago
  9. bb8b624 Subzero: Improve the representation and handling of the FakeKill instruction. by Jim Stichnoth · 10 years ago
  10. dd16507 Subzero: Remove the LEAHACK workarounds. by Jim Stichnoth · 10 years ago
  11. 3d44fe8 Subzero: Decorate the text asm output with register availability info. by Jim Stichnoth · 10 years ago
  12. 336f6c4 Subzero: Implementation of "advanced Phi lowering". by Jim Stichnoth · 10 years ago
  13. 98712a3 Subzero: Minor refactoring/additions in preparation for phi edge splitting. by Jim Stichnoth · 10 years ago
  14. 7b451a9 Subzero: Class definition cleanup. by Jim Stichnoth · 10 years ago
  15. 4775255 Subzero: Improve performance of liveness analysis and live range construction. by Jim Stichnoth · 10 years ago
  16. 9d98d79 Introduce the notion of function addresses in Subzero. by Karl Schimpf · 10 years ago
  17. 699bf02 emitIAS for cvtt?.*2.* by Jan Voung · 10 years ago
  18. 0b9eee5 emitIAS for push -- simplify push since it's not used for args passing anymore by Jan Voung · 10 years ago
  19. e3f64d0 Introduce model of global initializers in Subzero. by Karl Schimpf · 10 years ago
  20. e4dc61b emitIAS for icmp, and test, movss-reg, movq, movups, storep, storeq, tighten some of the Xmm ops by Jan Voung · 10 years ago
  21. 0795ba0 Subzero: Remove LLVM_DELETED_FUNCTION. by Jim Stichnoth · 10 years ago
  22. f44f371 Subzero: Auto-awesome iterators. by Jim Stichnoth · 10 years ago
  23. a18cc9c Subzero: Change llvm::OwningPtr to C++11's std::unique_ptr. by Jim Stichnoth · 10 years ago
  24. b56c8f4 Subzero: Use 'override' as appropriate for C++11. by Jim Stichnoth · 10 years ago
  25. ad40353 Subzero: Automatically infer regalloc preferences and overlap. by Jim Stichnoth · 10 years ago
  26. 03532e5 Handle a few more instructions in assembler (cmov, cdq, cmpxchg, xadd, xchg). by Jan Voung · 10 years ago
  27. 8acded0 Add initial integrated assembler w/ some Xmm ops. by Jan Voung · 10 years ago
  28. 144cdce Subzero: Refactor tracking of Defs and block-local Variables. by Jim Stichnoth · 10 years ago
  29. 8df26f3 Add call instructions to Subzero's bitcode reader. by Karl Schimpf · 10 years ago
  30. bd385e4 Lift register and condition code enums out into their own file. by Jan Voung · 10 years ago
  31. ff9c706 Subzero: Add branch optimization. by Jim Stichnoth · 10 years ago
  32. bc00463 Split ConstantInteger into ConstantInteger32 and ConstantInteger64. by Jan Voung · 10 years ago
  33. b63cd88 Subzero: Use cvttss2si and similar instead of cvtss2si for fp->int casts. by Jim Stichnoth · 10 years ago
  34. b17f61d Align function starts to target-specific bundle alignment. by Jan Voung · 10 years ago
  35. c330274 Subzero: Randomly insert nops. by Matt Wala · 10 years ago
  36. d4799f4 Subzero: Align spill locations to natural alignment. by Matt Wala · 10 years ago
  37. 105b704 Subzero: Align the stack at the point of function calls. by Matt Wala · 10 years ago
  38. afeaee4 Subzero: Use scalar arithmetic when no vector instruction exists. by Matt Wala · 10 years ago
  39. 0a45051 Subzero: Add support for SSE4.1 instructions. by Matt Wala · 10 years ago
  40. c820ddf Add a peephole to fuse cmpxchg w/ later cmp+branch. by Jan Voung · 10 years ago
  41. ce0ca8f Lower the fcmp instruction for <4 x float> operands. by Matt Wala · 10 years ago
  42. 9cb61e2 Lower the select instruction when the operands are of vector type. by Matt Wala · 10 years ago
  43. 9a0168a Lower icmp operations between vector values. by Matt Wala · 10 years ago
  44. 7fa813b Lower byte swap intrinsic. by Jan Voung · 10 years ago
  45. 4988923 Lower insertelement and extractelement. by Matt Wala · 10 years ago
  46. 7fa22d8 Lower the rest of the vector arithmetic operations. by Matt Wala · 10 years ago
  47. 83b8036 Lower casting operations that involve vector types. by Matt Wala · 10 years ago
  48. e4da26f Lower bitmanip intrinsics, assuming absence of BMI/SSE4.2 for now. by Jan Voung · 10 years ago
  49. ad8f726 Various improvements related to legalization code. by Matt Wala · 10 years ago
  50. a3a01a2 Subzero: lower the rest of the atomic operations. by Jan Voung · 10 years ago
  51. 8d1072e Lower vector floating point arithmetic operations. by Matt Wala · 10 years ago
  52. 45a0623 Add support for passing and returning vectors in accordance with the x86 calling convention. by Matt Wala · 10 years ago
  53. f37fbbe Add scalar lowering for sqrt intrinsic. by Jan Voung · 10 years ago
  54. 928f129 Add support for vector types. by Matt Wala · 10 years ago
  55. de4ca71 Subzero: Partial implementation of global initializers. by Jim Stichnoth · 10 years ago
  56. 5cd240d Add atomic load/store, fetch_add, fence, and is-lock-free lowering. by Jan Voung · 10 years ago
  57. 3bd9f1a Add a few Subzero intrinsics (not the atomic ones yet). by Jan Voung · 10 years ago
  58. d97c7df Subzero: Initial O2 lowering by Jim Stichnoth · 10 years ago
  59. f61d5b2 Fix x86 floating-point constant emission. by Jim Stichnoth · 10 years ago
  60. 5bc2b1d Add Om1 lowering with no optimizations. by Jim Stichnoth · 10 years ago