- b36ad9b Add a basic TargetARM32 skeleton which knows nothing. by Jan Voung · 10 years ago
- caef348 Subzero: Use a "deterministic" random shuffle for register allocation. by Jim Stichnoth · 10 years ago
- 6e293c8 Subzero: Deterministically sort constant pool entries. by Jim Stichnoth · 10 years ago
- 0e432ac Subzero: Fix a lowering bug involving xchg and xadd instructions. by Jim Stichnoth · 10 years ago
- f79d2cb Subzero: Don't use key SSE instructions on potentially unaligned loads. by Jim Stichnoth · 10 years ago
- 69d3f9c Subzero: Prune unreachable nodes after constructing the Cfg. by Jim Stichnoth · 10 years ago
- 27c56bf Subzero: Fix inappropriate use of nullptr. by Jim Stichnoth · 10 years ago
- 5dfdf5f Subzero: Fix lowering of the fabs() intrinsic. by Jim Stichnoth · 10 years ago
- 5bfe215 Subzero: Fix floating-point constant pooling. by Jim Stichnoth · 10 years ago
- 8c980d0 Subzero: Add fabs intrinsic support. by Jim Stichnoth · 10 years ago
- f644a4b Assemble calls to constant addresses. by Jan Voung · 10 years ago
- 1c335ef Subzero: Support non sequentially consistent memory orderings for atomic ops. by Jim Stichnoth · 10 years ago
- 68a0633 Use the installed/downloaded objdump instead of work-dir one. by Jan Voung · 10 years ago
- a67fc44 Subzero: Run sandboxed cross tests, and do some cleanup. by Jim Stichnoth · 10 years ago
- 5bc4431 Subzero: Fix a register allocation issue for "advanced phi lowering". by Jim Stichnoth · 10 years ago
- c450879 Subzero: Clean up the runtime implementation. by Jim Stichnoth · 10 years ago
- 739327a llvm-readobj no longer prints section data for .bss sections (adjust test) by Jan Voung · 10 years ago
- fa0cfa5 Subzero: Change the name llvm2ice to the more appropriate pnacl-sz. by Jim Stichnoth · 10 years ago
- 729dbd0 Subzero: Clean up function header emission. by Jim Stichnoth · 10 years ago
- b5447a0 Omit textual emitConstPool in MINIMAL build. by Jan Voung · 10 years ago
- cb165ca Handle ffunction-sections w/ filetype=obj. by Jan Voung · 10 years ago
- c53f7a6 Subzero: Translate the unreachable bitcode directly to ud2. by Jim Stichnoth · 10 years ago
- a2703ae Subzero: switch from llvm-objdump to objdump for lit tests (for LLVM merge) by Jan Voung · 10 years ago
- 9f76aec Subzero: Make threads=2 and filetype=obj the testing defaults. by Jim Stichnoth · 10 years ago
- 7b30067 Convert a few lit tests that use "lc2i | llvm-mc | llvm-objdump" to use p2i. by Jan Voung · 10 years ago
- d442e7e Subzero: Use -filetype instead of -ias and -elf-writer. by Jim Stichnoth · 10 years ago
- bbca754 Subzero: Emit functions and global initializers in a separate thread. by Jim Stichnoth · 10 years ago
- 77973cc Track protos + globals w/out initializers as undef too (not just helper funcs) by Jan Voung · 10 years ago
- 261cae3 Track undefined sym in the symtab. Remove hack for missing relocs against undef. by Jan Voung · 10 years ago
- 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
- fed97af Make use of BSS more explicit in global initializers (vs a local .comm). by Jan Voung · 10 years ago
- ec27073 Start writing out some relocation sections (text). by Jan Voung · 10 years ago
- 91a3e2c Subzero: Write float/double constant pools directly to the ELF file. by Jan Voung · 10 years ago
- e6d2478 Subzero: Randomize register assignment. by Jim Stichnoth · 10 years ago
- 9bb188d Reduce one layer of decoding for binary operations in bitcode reading. by Karl Schimpf · 10 years ago
- 08c3bcd Subzero: Add basic ELFObjectWriter (text section, symtab, strtab, headers). by Jan Voung · 10 years ago
- 3324642 Subzero: Fix new issues after the LLVM 3.5 merge. by Jim Stichnoth · 10 years ago
- d2cb436 Subzero: Simplify the constant pools. by Jim Stichnoth · 10 years ago
- b6c96af Turn off dump/emit routines when building minimal subzero. by Karl Schimpf · 10 years ago
- 70d0a05 Subzero: Use the linear-scan register allocator for Om1 as well. by Jim Stichnoth · 10 years ago
- 0faec4c Rearrange emit vs emitIAS. Wait till function is done before dumping text. by Jan Voung · 10 years ago
- 43e9482 Subzero: Delete szdiff.py tests and ERRORS tests. by Jim Stichnoth · 10 years ago
- 2daadb7 Subzero: Implement switch lowering for i64. by Jim Stichnoth · 10 years ago
- f1156be Subzero: Support multiple fixups in one instruction. by Jim Stichnoth · 10 years ago
- bca2f65 Subzero: Switch to AT&T asm syntax. I give up. by Jim Stichnoth · 10 years ago
- 336f6c4 Subzero: Implementation of "advanced Phi lowering". by Jim Stichnoth · 10 years ago
- b262c5e Allow conditional lit tests in Subzero, based on build flags. by Karl Schimpf · 10 years ago
- bd4ea5b Subzero: Adjust expectations now that llvm-mc aligns calls not just naclcall. by Jan Voung · 10 years ago
- 088b2be Subzero: Improve debugging controls, plus minor refactoring. by Jim Stichnoth · 10 years ago
- d8d67f4 Fix nacl-atomic-fence-all test to have alignment specified in load. by Jan Voung · 10 years ago
- 198b294 emitIAS for store and indirect calls. by Jan Voung · 10 years ago
- 39d4aca emitIAS for movsx and movzx. by Jan Voung · 10 years ago
- 4775255 Subzero: Improve performance of liveness analysis and live range construction. by Jim Stichnoth · 10 years ago
- fe14fb8 Handle "Mov" which is mov, movss, movsd, and used for nacl.read.tp. by Jan Voung · 10 years ago
- 9d98d79 Introduce the notion of function addresses in Subzero. by Karl Schimpf · 10 years ago
- d026c44 emitIAS for the couple of blend instructions. by Jan Voung · 10 years ago
- 479e563 emitIAS for fld and fstp by Jan Voung · 10 years ago
- 2a063e2 Subzero: Fix emission of global initializers. by Jim Stichnoth · 10 years ago
- 109fa15 Add cross test for vector itofp and fptoi casts. 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
- 8bcca04 Handle GPR and vector shift ops. Handle pmull also. by Jan Voung · 10 years ago
- 0ac50dc Handle imul, pcmpeq, pcmpgt. by Jan Voung · 10 years ago
- af2780c Handle add, adc, etc., mfence, div, idiv, mul in the assembler. by Jan Voung · 10 years ago
- 5081c21 Remove broken szdiff tests. by Karl Schimpf · 10 years ago
- b1b1736 Fix undef test to use Subzero's bitcode reader. by Karl Schimpf · 10 years ago
- f0657dd Fix bug in Subzero bitcode reader for insertelement instruction. by Karl Schimpf · 11 years ago
- ad40353 Subzero: Automatically infer regalloc preferences and overlap. by Jim Stichnoth · 11 years ago
- 2a5324a Clean up run script to use for testing Subzero. by Karl Schimpf · 11 years ago
- 3b43b89 Handle "inplace" ops and unary ops w/ assembler by Jan Voung · 11 years ago
- 8acded0 Add initial integrated assembler w/ some Xmm ops. by Jan Voung · 11 years ago
- 144cdce Subzero: Refactor tracking of Defs and block-local Variables. by Jim Stichnoth · 11 years ago
- cff9dae Make tests stricter after fixing "lock foo" bundling bug. by Jan Voung · 11 years ago
- ff9c706 Subzero: Add branch optimization. by Jim Stichnoth · 11 years ago
- bc00463 Split ConstantInteger into ConstantInteger32 and ConstantInteger64. by Jan Voung · 11 years ago
- e5ac7db Subzero: Fix incorrect address mode inference involving Phi temporaries. by Jim Stichnoth · 11 years ago
- a522972 Subzero: Always be sure x87 FP stack is emptied after a call. by Jim Stichnoth · 11 years ago
- 5ee234a Allow ability to name unnamed global addresses in Subzero. by Karl Schimpf · 11 years ago
- 44d53e1 Mark setjmp as "returns twice" and turn off SimpleCoalescing when called. by Jan Voung · 11 years ago
- e5a5be7 Subzero: Fix Phi lowering. by Jim Stichnoth · 11 years ago
- 72a8f8d Subzero: Make sure alloca with align=0 is handled correctly. by Jim Stichnoth · 11 years ago
- 3ef786f Subzero: Be more strict about i1 calculations. by Jim Stichnoth · 11 years ago
- b63cd88 Subzero: Use cvttss2si and similar instead of cvtss2si for fp->int casts. by Jim Stichnoth · 11 years ago
- dd30c81 Subzero: Fix sext/zext lowering with i1 source operands. by Jim Stichnoth · 11 years ago
- 523ef72 Subzero: Work around another llvm-mc parser bug for relocatable symbols. by Jim Stichnoth · 11 years ago
- cabfa30 Subzero: Render constants in dump() to be more like LLVM. by Jim Stichnoth · 11 years ago
- dddc306 Convert lit tests to check disassembled assembly. by Jan Voung · 11 years ago
- b17f61d Align function starts to target-specific bundle alignment. by Jan Voung · 11 years ago
- 89d7956 Subzero: Fix address mode optimization involving phi temporaries. by Jim Stichnoth · 11 years ago
- ef8cf0e Subzero: Fix some legalization issues involving immediates. by Jim Stichnoth · 11 years ago
- bfb03e5 Subzero: Fixes for Hello World and bisection debugging. by Jim Stichnoth · 11 years ago
- 6170e75 Revert "COmmit" by Jim Stichnoth · 11 years ago
- 420e8bf COmmit by Jim Stichnoth · 11 years ago
- 4d79fe5 Subzero: Fix the simple register allocation for -Om1. by Jim Stichnoth · 11 years ago
- c330274 Subzero: Randomly insert nops. by Matt Wala · 11 years ago
- d4799f4 Subzero: Align spill locations to natural alignment. by Matt Wala · 11 years ago
- f820da5 Emit .local before .comm for bss to make llvm-mc happy. by Jan Voung · 11 years ago
- c8e8781 Convert lit test llvm-mc -arch arguments to full -triple. by Jan Voung · 11 years ago
- 105b704 Subzero: Align the stack at the point of function calls. by Matt Wala · 11 years ago