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