1. 08c3bcd Subzero: Add basic ELFObjectWriter (text section, symtab, strtab, headers). by Jan Voung · 10 years ago
  2. 5d2fa0c Subzero: Fix a bug in postLower(). by Jim Stichnoth · 10 years ago
  3. d2cb436 Subzero: Simplify the constant pools. by Jim Stichnoth · 10 years ago
  4. b6c96af Turn off dump/emit routines when building minimal subzero. by Karl Schimpf · 10 years ago
  5. 70d0a05 Subzero: Use the linear-scan register allocator for Om1 as well. by Jim Stichnoth · 10 years ago
  6. 87ff3a1 Subzero: Simplify the FakeKill instruction. by Jim Stichnoth · 10 years ago
  7. 33c8064 Subzero: Remove Variable::NeedsStackSlot. by Jim Stichnoth · 10 years ago
  8. 607e9f0 Subzero: Implement InstList in terms of llvm::ilist<> . by Jim Stichnoth · 10 years ago
  9. bfb410d Subzero: Improve the use of NodeList objects. by Jim Stichnoth · 10 years ago
  10. c0d965f Subzero: Use a common RelocOffsetType / RelocOffsetT. by Jan Voung · 10 years ago
  11. bb8b624 Subzero: Improve the representation and handling of the FakeKill instruction. by Jim Stichnoth · 10 years ago
  12. 2daadb7 Subzero: Implement switch lowering for i64. by Jim Stichnoth · 10 years ago
  13. dd16507 Subzero: Remove the LEAHACK workarounds. by Jim Stichnoth · 10 years ago
  14. bca2f65 Subzero: Switch to AT&T asm syntax. I give up. by Jim Stichnoth · 10 years ago
  15. 3d44fe8 Subzero: Decorate the text asm output with register availability info. by Jim Stichnoth · 10 years ago
  16. 336f6c4 Subzero: Implementation of "advanced Phi lowering". by Jim Stichnoth · 10 years ago
  17. 98712a3 Subzero: Minor refactoring/additions in preparation for phi edge splitting. by Jim Stichnoth · 10 years ago
  18. 088b2be Subzero: Improve debugging controls, plus minor refactoring. by Jim Stichnoth · 10 years ago
  19. df6f9d1 Fix handling of relocation names, so that prefix mangling works. by Karl Schimpf · 10 years ago
  20. 39d4aca emitIAS for movsx and movzx. by Jan Voung · 10 years ago
  21. 877b04e Subzero: Speed up VariablesMetadata initialization. by Jim Stichnoth · 10 years ago
  22. 4775255 Subzero: Improve performance of liveness analysis and live range construction. by Jim Stichnoth · 10 years ago
  23. fe14fb8 Handle "Mov" which is mov, movss, movsd, and used for nacl.read.tp. by Jan Voung · 10 years ago
  24. 9d98d79 Introduce the notion of function addresses in Subzero. by Karl Schimpf · 10 years ago
  25. 699bf02 emitIAS for cvtt?.*2.* by Jan Voung · 10 years ago
  26. 2a063e2 Subzero: Fix emission of global initializers. by Jim Stichnoth · 10 years ago
  27. 0b9eee5 emitIAS for push -- simplify push since it's not used for args passing anymore by Jan Voung · 10 years ago
  28. e3f64d0 Introduce model of global initializers in Subzero. by Karl Schimpf · 10 years ago
  29. 8363a06 Subzero: Add a few performance measurement tools. by Jim Stichnoth · 10 years ago
  30. 541ba66 Subzero: Improve regalloc performance by optimizing UnhandledPrecolored. by Jim Stichnoth · 10 years ago
  31. f44f371 Subzero: Auto-awesome iterators. by Jim Stichnoth · 10 years ago
  32. fac5517 Subzero: Move to C++11 static_assert(). by Jim Stichnoth · 10 years ago
  33. 9c234e2 Subzero: Allow builds with assertions disabled. by Jim Stichnoth · 10 years ago
  34. a18cc9c Subzero: Change llvm::OwningPtr to C++11's std::unique_ptr. by Jim Stichnoth · 10 years ago
  35. c4554d7 Subzero: Rewrite the pass timing infrastructure. by Jim Stichnoth · 10 years ago
  36. 0ac50dc Handle imul, pcmpeq, pcmpgt. by Jan Voung · 10 years ago
  37. 3a56918 Change some explicit type checks into using helper functions. by Jan Voung · 10 years ago
  38. ad40353 Subzero: Automatically infer regalloc preferences and overlap. by Jim Stichnoth · 11 years ago
  39. 8acded0 Add initial integrated assembler w/ some Xmm ops. by Jan Voung · 11 years ago
  40. 144cdce Subzero: Refactor tracking of Defs and block-local Variables. by Jim Stichnoth · 11 years ago
  41. 800dab2 Subzero: Change the way bitcast stack slot lowering is handled. by Jim Stichnoth · 11 years ago
  42. bd385e4 Lift register and condition code enums out into their own file. by Jan Voung · 11 years ago
  43. ff9c706 Subzero: Add branch optimization. by Jim Stichnoth · 11 years ago
  44. 1873560 Subzero: Add rudimentary statistics on generated code. by Jim Stichnoth · 11 years ago
  45. bc00463 Split ConstantInteger into ConstantInteger32 and ConstantInteger64. by Jan Voung · 11 years ago
  46. e5ac7db Subzero: Fix incorrect address mode inference involving Phi temporaries. by Jim Stichnoth · 11 years ago
  47. a522972 Subzero: Always be sure x87 FP stack is emptied after a call. by Jim Stichnoth · 11 years ago
  48. 1eb3a55 Switch to llvm::findFirstSet instead of ffs since mingw doesn't have ffs. by Jan Voung · 11 years ago
  49. 44d53e1 Mark setjmp as "returns twice" and turn off SimpleCoalescing when called. by Jan Voung · 11 years ago
  50. 72a8f8d Subzero: Make sure alloca with align=0 is handled correctly. by Jim Stichnoth · 11 years ago
  51. 3ef786f Subzero: Be more strict about i1 calculations. by Jim Stichnoth · 11 years ago
  52. b63cd88 Subzero: Use cvttss2si and similar instead of cvtss2si for fp->int casts. by Jim Stichnoth · 11 years ago
  53. dd30c81 Subzero: Fix sext/zext lowering with i1 source operands. by Jim Stichnoth · 11 years ago
  54. cabfa30 Subzero: Render constants in dump() to be more like LLVM. by Jim Stichnoth · 11 years ago
  55. 89d7956 Subzero: Fix address mode optimization involving phi temporaries. by Jim Stichnoth · 11 years ago
  56. ef8cf0e Subzero: Fix some legalization issues involving immediates. by Jim Stichnoth · 11 years ago
  57. bfb03e5 Subzero: Fixes for Hello World and bisection debugging. by Jim Stichnoth · 11 years ago
  58. 6170e75 Revert "COmmit" by Jim Stichnoth · 11 years ago
  59. 420e8bf COmmit by Jim Stichnoth · 11 years ago
  60. 4d79fe5 Subzero: Fix the simple register allocation for -Om1. by Jim Stichnoth · 11 years ago
  61. c330274 Subzero: Randomly insert nops. by Matt Wala · 11 years ago
  62. d4799f4 Subzero: Align spill locations to natural alignment. by Matt Wala · 11 years ago
  63. f820da5 Emit .local before .comm for bss to make llvm-mc happy. by Jan Voung · 11 years ago
  64. c8e8781 Convert lit test llvm-mc -arch arguments to full -triple. by Jan Voung · 11 years ago
  65. 105b704 Subzero: Align the stack at the point of function calls. by Matt Wala · 11 years ago
  66. 8835b89 Subzero: address mode opt: Transform *(reg+const) into [reg+const]. by Matt Wala · 11 years ago
  67. afeaee4 Subzero: Use scalar arithmetic when no vector instruction exists. by Matt Wala · 11 years ago
  68. 206833c Subzero: A few fixes toward running larger programs. by Jim Stichnoth · 11 years ago
  69. e377767 Subzero: Fix some issues related to legalization and undef handling. by Matt Wala · 11 years ago
  70. 6e99214 Subzero: Try to fix warnings and errors in the Windows build. by Jim Stichnoth · 11 years ago
  71. 0a45051 Subzero: Add support for SSE4.1 instructions. by Matt Wala · 11 years ago
  72. e6e497d Fix bug when atomic load is fused with an arith op (and not in the entry BB) by Jan Voung · 11 years ago
  73. c820ddf Add a peephole to fuse cmpxchg w/ later cmp+branch. by Jan Voung · 11 years ago
  74. 839c4ce A couple of fixes for using Makefile.standalone on Mac. by Jan Voung · 11 years ago
  75. 78282f6 Subzero: Make Ice::Ostream a typedef for llvm::raw_ostream. by Jim Stichnoth · 11 years ago
  76. cfe5146 Use movss to implement insertelement when elements = 4 and index = 0. by Matt Wala · 11 years ago
  77. ce0ca8f Lower the fcmp instruction for <4 x float> operands. by Matt Wala · 11 years ago
  78. 9cb61e2 Lower the select instruction when the operands are of vector type. by Matt Wala · 11 years ago
  79. 9a0168a Lower icmp operations between vector values. by Matt Wala · 11 years ago
  80. 53c5e60 Fix legalization of source operand to bsr and bsf. by Matt Wala · 11 years ago
  81. 957c50d Use lowerCast instead of inlined _movzx, to get legalization, for memset. by Jan Voung · 11 years ago
  82. 7b34b59 Lower stacksave and restore intrinsics. by Jan Voung · 11 years ago
  83. 7fa813b Lower byte swap intrinsic. by Jan Voung · 11 years ago
  84. 4988923 Lower insertelement and extractelement. by Matt Wala · 11 years ago
  85. 7fa22d8 Lower the rest of the vector arithmetic operations. by Matt Wala · 11 years ago
  86. 83b8036 Lower casting operations that involve vector types. by Matt Wala · 11 years ago
  87. e4da26f Lower bitmanip intrinsics, assuming absence of BMI/SSE4.2 for now. by Jan Voung · 11 years ago
  88. ad8f726 Various improvements related to legalization code. by Matt Wala · 11 years ago
  89. 0ecabc8 Fix floating point vector frem lowering. by Matt Wala · 11 years ago
  90. a3a01a2 Subzero: lower the rest of the atomic operations. by Jan Voung · 11 years ago
  91. 8d1072e Lower vector floating point arithmetic operations. by Matt Wala · 11 years ago
  92. ca662e9 Subzero: Fix a regalloc bug involving too-aggressive AllowRegisterOverlap. by Jim Stichnoth · 11 years ago
  93. 45a0623 Add support for passing and returning vectors in accordance with the x86 calling convention. by Matt Wala · 11 years ago
  94. f37fbbe Add scalar lowering for sqrt intrinsic. by Jan Voung · 11 years ago
  95. 9559899 Avoid assigning esp (or ebp for framepointer-using frames) in Om1. by Jan Voung · 11 years ago
  96. 928f129 Add support for vector types. by Matt Wala · 11 years ago
  97. de4ca71 Subzero: Partial implementation of global initializers. by Jim Stichnoth · 11 years ago
  98. 5cd240d Add atomic load/store, fetch_add, fence, and is-lock-free lowering. by Jan Voung · 11 years ago
  99. 1ee3416 Bitcast of 64-bit immediates may need to split the immediate, not a var. by Jan Voung · 11 years ago
  100. 3bd9f1a Add a few Subzero intrinsics (not the atomic ones yet). by Jan Voung · 11 years ago