1. b3401d2 Subzero ARM: lowerArguments (GPR), basic legalize(), and lowerRet(i32, i64). by Jan Voung · 10 years ago
  2. a59ae6f Subzero: Fold icmp into br/select lowering. by Jim Stichnoth · 10 years ago
  3. 33492e7 Change a build-attribute REQUIRES check to use supported not requested. by Jan Voung · 10 years ago
  4. b2d5084 Handle ARM "ret void" and function alignment with proper padding. by Jan Voung · 10 years ago
  5. 90db6ae Subzero: Simplify the icmp i64 lowering. by Jim Stichnoth · 10 years ago
  6. f48b320 Subzero: Use a setcc sequence for better icmp lowering. by Jim Stichnoth · 10 years ago
  7. b36ad9b Add a basic TargetARM32 skeleton which knows nothing. by Jan Voung · 10 years ago
  8. 0a9e126 Subzero: Auto-detect cmake versus autoconf LLVM build. by Jim Stichnoth · 10 years ago
  9. caef348 Subzero: Use a "deterministic" random shuffle for register allocation. by Jim Stichnoth · 10 years ago
  10. 6e293c8 Subzero: Deterministically sort constant pool entries. by Jim Stichnoth · 10 years ago
  11. 0e432ac Subzero: Fix a lowering bug involving xchg and xadd instructions. by Jim Stichnoth · 10 years ago
  12. f79d2cb Subzero: Don't use key SSE instructions on potentially unaligned loads. by Jim Stichnoth · 10 years ago
  13. 69d3f9c Subzero: Prune unreachable nodes after constructing the Cfg. by Jim Stichnoth · 10 years ago
  14. 27c56bf Subzero: Fix inappropriate use of nullptr. by Jim Stichnoth · 10 years ago
  15. 5dfdf5f Subzero: Fix lowering of the fabs() intrinsic. by Jim Stichnoth · 10 years ago
  16. 5bfe215 Subzero: Fix floating-point constant pooling. by Jim Stichnoth · 10 years ago
  17. 8c980d0 Subzero: Add fabs intrinsic support. by Jim Stichnoth · 10 years ago
  18. f644a4b Assemble calls to constant addresses. by Jan Voung · 10 years ago
  19. 1c335ef Subzero: Support non sequentially consistent memory orderings for atomic ops. by Jim Stichnoth · 10 years ago
  20. 68a0633 Use the installed/downloaded objdump instead of work-dir one. by Jan Voung · 10 years ago
  21. 22ed4eb Fix subzero translator to use new API for reporting errors. by Karl Schimpf · 10 years ago
  22. a67fc44 Subzero: Run sandboxed cross tests, and do some cleanup. by Jim Stichnoth · 10 years ago
  23. 5bc4431 Subzero: Fix a register allocation issue for "advanced phi lowering". by Jim Stichnoth · 10 years ago
  24. c450879 Subzero: Clean up the runtime implementation. by Jim Stichnoth · 10 years ago
  25. 739327a llvm-readobj no longer prints section data for .bss sections (adjust test) by Jan Voung · 10 years ago
  26. fa0cfa5 Subzero: Change the name llvm2ice to the more appropriate pnacl-sz. by Jim Stichnoth · 10 years ago
  27. 729dbd0 Subzero: Clean up function header emission. by Jim Stichnoth · 10 years ago
  28. b5447a0 Omit textual emitConstPool in MINIMAL build. by Jan Voung · 10 years ago
  29. cb165ca Handle ffunction-sections w/ filetype=obj. by Jan Voung · 10 years ago
  30. 9738a9e Subzero: Update tests and build scripts for sandboxing. by Jim Stichnoth · 10 years ago
  31. c53f7a6 Subzero: Translate the unreachable bitcode directly to ud2. by Jim Stichnoth · 10 years ago
  32. 9f42d8c Subzero: Add sandboxing for x86-32. by Jim Stichnoth · 10 years ago
  33. a2703ae Subzero: switch from llvm-objdump to objdump for lit tests (for LLVM merge) by Jan Voung · 10 years ago
  34. 9f76aec Subzero: Make threads=2 and filetype=obj the testing defaults. by Jim Stichnoth · 10 years ago
  35. 7b30067 Convert a few lit tests that use "lc2i | llvm-mc | llvm-objdump" to use p2i. by Jan Voung · 10 years ago
  36. d442e7e Subzero: Use -filetype instead of -ias and -elf-writer. by Jim Stichnoth · 10 years ago
  37. bbca754 Subzero: Emit functions and global initializers in a separate thread. by Jim Stichnoth · 10 years ago
  38. 77973cc Track protos + globals w/out initializers as undef too (not just helper funcs) by Jan Voung · 10 years ago
  39. 261cae3 Track undefined sym in the symtab. Remove hack for missing relocs against undef. by Jan Voung · 10 years ago
  40. 72984d8 Write out global initializers and data rel directly to ELF file. by Jan Voung · 10 years ago
  41. fa4efea Subzero: Initial implementation of multithreaded translation. by Jim Stichnoth · 10 years ago
  42. fed97af Make use of BSS more explicit in global initializers (vs a local .comm). by Jan Voung · 10 years ago
  43. ec27073 Start writing out some relocation sections (text). by Jan Voung · 10 years ago
  44. 91a3e2c Subzero: Write float/double constant pools directly to the ELF file. by Jan Voung · 10 years ago
  45. e6d2478 Subzero: Randomize register assignment. by Jim Stichnoth · 10 years ago
  46. 9bb188d Reduce one layer of decoding for binary operations in bitcode reading. by Karl Schimpf · 10 years ago
  47. 4828be2 Subzero: Add llvm-readobj to lit.cfg. by Jim Stichnoth · 10 years ago
  48. 08c3bcd Subzero: Add basic ELFObjectWriter (text section, symtab, strtab, headers). by Jan Voung · 10 years ago
  49. 2f6f860 Create local config file for subzero reader tests. by Karl Schimpf · 10 years ago
  50. 3324642 Subzero: Fix new issues after the LLVM 3.5 merge. by Jim Stichnoth · 10 years ago
  51. d2cb436 Subzero: Simplify the constant pools. by Jim Stichnoth · 10 years ago
  52. b6c96af Turn off dump/emit routines when building minimal subzero. by Karl Schimpf · 10 years ago
  53. 70d0a05 Subzero: Use the linear-scan register allocator for Om1 as well. by Jim Stichnoth · 10 years ago
  54. 51596d4 Subzero: Auto-set -build-on-read=0 for .ll input files. by Jim Stichnoth · 10 years ago
  55. 6fcbddd Disable Subzero IR generation for performance testing. by Karl Schimpf · 10 years ago
  56. 0faec4c Rearrange emit vs emitIAS. Wait till function is done before dumping text. by Jan Voung · 10 years ago
  57. 43e9482 Subzero: Delete szdiff.py tests and ERRORS tests. by Jim Stichnoth · 10 years ago
  58. 2daadb7 Subzero: Implement switch lowering for i64. by Jim Stichnoth · 10 years ago
  59. f1156be Subzero: Support multiple fixups in one instruction. by Jim Stichnoth · 10 years ago
  60. bca2f65 Subzero: Switch to AT&T asm syntax. I give up. by Jim Stichnoth · 10 years ago
  61. 336f6c4 Subzero: Implementation of "advanced Phi lowering". by Jim Stichnoth · 10 years ago
  62. 0506fc7 Subzero: Fix broken lit tests. by Jim Stichnoth · 10 years ago
  63. 6af6336 Remove building llvm2ice.build_atts from Subzero build. by Karl Schimpf · 10 years ago
  64. aff9fa2 Fix insert/extract element vector operations to check that literal by Karl Schimpf · 10 years ago
  65. b262c5e Allow conditional lit tests in Subzero, based on build flags. by Karl Schimpf · 10 years ago
  66. 7e1e485 First pass at emitIAS for branches and binding labels by Jan Voung · 10 years ago
  67. bd4ea5b Subzero: Adjust expectations now that llvm-mc aligns calls not just naclcall. by Jan Voung · 10 years ago
  68. 088b2be Subzero: Improve debugging controls, plus minor refactoring. by Jim Stichnoth · 10 years ago
  69. d8d67f4 Fix nacl-atomic-fence-all test to have alignment specified in load. by Jan Voung · 10 years ago
  70. df6f9d1 Fix handling of relocation names, so that prefix mangling works. by Karl Schimpf · 10 years ago
  71. 198b294 emitIAS for store and indirect calls. by Jan Voung · 10 years ago
  72. 39d4aca emitIAS for movsx and movzx. by Jan Voung · 10 years ago
  73. 962befa emitIAS for Shld and Shrd and the ternary and three-address ops. by Jan Voung · 10 years ago
  74. 4775255 Subzero: Improve performance of liveness analysis and live range construction. by Jim Stichnoth · 10 years ago
  75. fe14fb8 Handle "Mov" which is mov, movss, movsd, and used for nacl.read.tp. by Jan Voung · 10 years ago
  76. 9d98d79 Introduce the notion of function addresses in Subzero. by Karl Schimpf · 10 years ago
  77. d026c44 emitIAS for the couple of blend instructions. by Jan Voung · 10 years ago
  78. 479e563 emitIAS for fld and fstp by Jan Voung · 10 years ago
  79. 2a063e2 Subzero: Fix emission of global initializers. by Jim Stichnoth · 10 years ago
  80. 109fa15 Add cross test for vector itofp and fptoi casts. by Jan Voung · 10 years ago
  81. e3f64d0 Introduce model of global initializers in Subzero. by Karl Schimpf · 10 years ago
  82. e4dc61b emitIAS for icmp, and test, movss-reg, movq, movups, storep, storeq, tighten some of the Xmm ops by Jan Voung · 10 years ago
  83. 8bcca04 Handle GPR and vector shift ops. Handle pmull also. by Jan Voung · 10 years ago
  84. 0ac50dc Handle imul, pcmpeq, pcmpgt. by Jan Voung · 11 years ago
  85. 94c4c8e Subzero: Fix emission of 16-bit immediates. by Jim Stichnoth · 11 years ago
  86. af2780c Handle add, adc, etc., mfence, div, idiv, mul in the assembler. by Jan Voung · 11 years ago
  87. 5081c21 Remove broken szdiff tests. by Karl Schimpf · 11 years ago
  88. b1b1736 Fix undef test to use Subzero's bitcode reader. by Karl Schimpf · 11 years ago
  89. f0657dd Fix bug in Subzero bitcode reader for insertelement instruction. by Karl Schimpf · 11 years ago
  90. ad40353 Subzero: Automatically infer regalloc preferences and overlap. by Jim Stichnoth · 11 years ago
  91. 2a5324a Clean up run script to use for testing Subzero. by Karl Schimpf · 11 years ago
  92. 3b43b89 Handle "inplace" ops and unary ops w/ assembler by Jan Voung · 11 years ago
  93. 8acded0 Add initial integrated assembler w/ some Xmm ops. by Jan Voung · 11 years ago
  94. 144cdce Subzero: Refactor tracking of Defs and block-local Variables. by Jim Stichnoth · 11 years ago
  95. cff9dae Make tests stricter after fixing "lock foo" bundling bug. by Jan Voung · 11 years ago
  96. 6ff33d2 Test generation of global initializers in Subzero bitcode reader. by Karl Schimpf · 11 years ago
  97. 8df26f3 Add call instructions to Subzero's bitcode reader. by Karl Schimpf · 11 years ago
  98. ff9c706 Subzero: Add branch optimization. by Jim Stichnoth · 11 years ago
  99. d1a971a Add switch instruction to Subzero bitcode reader. by Karl Schimpf · 11 years ago
  100. 8f07aa8 Add forward instruction declaration to Subzero bitcode reader. by Karl Schimpf · 11 years ago