1. 7b451a9 Subzero: Class definition cleanup. by Jim Stichnoth · 10 years ago
  2. 5ce0abb Subzero: Register allocator performance improvements and simplifications. by Jim Stichnoth · 10 years ago
  3. 962befa emitIAS for Shld and Shrd and the ternary and three-address ops. by Jan Voung · 10 years ago
  4. abce6e5 Subzero: Enhance the timer dump format. by Jim Stichnoth · 10 years ago
  5. 4775255 Subzero: Improve performance of liveness analysis and live range construction. by Jim Stichnoth · 10 years ago
  6. e22f823 Subzero: Translation-time improvements in the register allocator. by Jim Stichnoth · 10 years ago
  7. fe14fb8 Handle "Mov" which is mov, movss, movsd, and used for nacl.read.tp. by Jan Voung · 10 years ago
  8. 9d98d79 Introduce the notion of function addresses in Subzero. by Karl Schimpf · 10 years ago
  9. d026c44 emitIAS for the couple of blend instructions. by Jan Voung · 10 years ago
  10. 479e563 emitIAS for fld and fstp by Jan Voung · 10 years ago
  11. 699bf02 emitIAS for cvtt?.*2.* by Jan Voung · 10 years ago
  12. 2a063e2 Subzero: Fix emission of global initializers. by Jim Stichnoth · 10 years ago
  13. 645aa1a Convert Subzero's bitcode reader to generate ICE types. by Karl Schimpf · 10 years ago
  14. d14b1a0 Subzero: Improve the output with the --timing-focus=xxx option. by Jim Stichnoth · 10 years ago
  15. 109fa15 Add cross test for vector itofp and fptoi casts. by Jan Voung · 10 years ago
  16. 0b9eee5 emitIAS for push -- simplify push since it's not used for args passing anymore by Jan Voung · 10 years ago
  17. 037fa1d Subzero: Optimize live range overlaps() computation through trimming. by Jim Stichnoth · 10 years ago
  18. e3f64d0 Introduce model of global initializers in Subzero. by Karl Schimpf · 10 years ago
  19. 8363a06 Subzero: Add a few performance measurement tools. by Jim Stichnoth · 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. df861f7 Subzero: Optimize a common live range overlap calculation. by Jim Stichnoth · 10 years ago
  22. 8bcca04 Handle GPR and vector shift ops. Handle pmull also. by Jan Voung · 10 years ago
  23. 541ba66 Subzero: Improve regalloc performance by optimizing UnhandledPrecolored. by Jim Stichnoth · 10 years ago
  24. 0795ba0 Subzero: Remove LLVM_DELETED_FUNCTION. by Jim Stichnoth · 10 years ago
  25. f44f371 Subzero: Auto-awesome iterators. by Jim Stichnoth · 10 years ago
  26. fac5517 Subzero: Move to C++11 static_assert(). by Jim Stichnoth · 10 years ago
  27. 9c234e2 Subzero: Allow builds with assertions disabled. by Jim Stichnoth · 10 years ago
  28. a18cc9c Subzero: Change llvm::OwningPtr to C++11's std::unique_ptr. by Jim Stichnoth · 10 years ago
  29. c4554d7 Subzero: Rewrite the pass timing infrastructure. by Jim Stichnoth · 10 years ago
  30. 118ca79 Subzero: Change the echoing in shellcmd(). by Jim Stichnoth · 10 years ago
  31. 0ac50dc Handle imul, pcmpeq, pcmpgt. by Jan Voung · 10 years ago
  32. 3a56918 Change some explicit type checks into using helper functions. by Jan Voung · 10 years ago
  33. ed178a6 Subzero: Update link path after recent newlib install changes. by Jim Stichnoth · 10 years ago
  34. 94c4c8e Subzero: Fix emission of 16-bit immediates. by Jim Stichnoth · 10 years ago
  35. fddef24 Subzero: Build both Debug and Release version of llvm2ice. by Jim Stichnoth · 10 years ago
  36. af2780c Handle add, adc, etc., mfence, div, idiv, mul in the assembler. by Jan Voung · 10 years ago
  37. be22e14 Subzero: Change szbuild.py to prefer Subzero by default. by Jim Stichnoth · 10 years ago
  38. b56c8f4 Subzero: Use 'override' as appropriate for C++11. by Jim Stichnoth · 10 years ago
  39. 5081c21 Remove broken szdiff tests. by Karl Schimpf · 10 years ago
  40. b1b1736 Fix undef test to use Subzero's bitcode reader. by Karl Schimpf · 10 years ago
  41. 8e8042c Subzero: Enable the C++11 build. by Jim Stichnoth · 10 years ago
  42. f0657dd Fix bug in Subzero bitcode reader for insertelement instruction. by Karl Schimpf · 10 years ago
  43. ad40353 Subzero: Automatically infer regalloc preferences and overlap. by Jim Stichnoth · 10 years ago
  44. 2a5324a Clean up run script to use for testing Subzero. by Karl Schimpf · 10 years ago
  45. 3b43b89 Handle "inplace" ops and unary ops w/ assembler by Jan Voung · 10 years ago
  46. 03532e5 Handle a few more instructions in assembler (cmov, cdq, cmpxchg, xadd, xchg). by Jan Voung · 10 years ago
  47. 8acded0 Add initial integrated assembler w/ some Xmm ops. by Jan Voung · 10 years ago
  48. 144cdce Subzero: Refactor tracking of Defs and block-local Variables. by Jim Stichnoth · 10 years ago
  49. cff9dae Make tests stricter after fixing "lock foo" bundling bug. by Jan Voung · 10 years ago
  50. 6ff33d2 Test generation of global initializers in Subzero bitcode reader. by Karl Schimpf · 10 years ago
  51. 800dab2 Subzero: Change the way bitcast stack slot lowering is handled. by Jim Stichnoth · 10 years ago
  52. 4c127ba Adjust paths for host_x86_32/bin -> bin and for switch to 64-bit. by Jan Voung · 10 years ago
  53. 8df26f3 Add call instructions to Subzero's bitcode reader. by Karl Schimpf · 10 years ago
  54. bd385e4 Lift register and condition code enums out into their own file. by Jan Voung · 10 years ago
  55. 89906a5 Subzero: Allow extra args to be passed to llc and Subzero. by Jim Stichnoth · 10 years ago
  56. ff9c706 Subzero: Add branch optimization. by Jim Stichnoth · 10 years ago
  57. d1a971a Add switch instruction to Subzero bitcode reader. by Karl Schimpf · 10 years ago
  58. cc0ee13 Subzero: Add a convenience script for Spec2K. Add the --stats argument. by Jim Stichnoth · 10 years ago
  59. 8f07aa8 Add forward instruction declaration to Subzero bitcode reader. by Karl Schimpf · 10 years ago
  60. 5e06f9f Subzero: Use ccache for building, if available. by Jim Stichnoth · 10 years ago
  61. 1873560 Subzero: Add rudimentary statistics on generated code. by Jim Stichnoth · 10 years ago
  62. bc00463 Split ConstantInteger into ConstantInteger32 and ConstantInteger64. by Jan Voung · 10 years ago
  63. 9750183 Add unreachable instruction to Subzero. by Karl Schimpf · 10 years ago
  64. e8b404b Subzero: Make python clean up after itself by removing its /tmp subdir. by Jim Stichnoth · 10 years ago
  65. 0fb613f Subzero: Make the szbuild.py script more automatic. by Jim Stichnoth · 10 years ago
  66. 2e8bfbb Subzero: Refactor Operand::dump(). by Jim Stichnoth · 10 years ago
  67. 8fcefc3 Fix makefile to use chrome clang to compile, so we link to LLVM. by Karl Schimpf · 10 years ago
  68. e5ac7db Subzero: Fix incorrect address mode inference involving Phi temporaries. by Jim Stichnoth · 10 years ago
  69. a522972 Subzero: Always be sure x87 FP stack is emptied after a call. by Jim Stichnoth · 10 years ago
  70. 1eb3a55 Switch to llvm::findFirstSet instead of ffs since mingw doesn't have ffs. by Jan Voung · 10 years ago
  71. 5ee234a Allow ability to name unnamed global addresses in Subzero. by Karl Schimpf · 10 years ago
  72. 44d53e1 Mark setjmp as "returns twice" and turn off SimpleCoalescing when called. by Jan Voung · 10 years ago
  73. 4766156 Add phi instruction to Subzero bitcode reader. by Karl Schimpf · 10 years ago
  74. 65d8d53 Subzero: Print defaults as appropriate in python script help text. by Jim Stichnoth · 10 years ago
  75. c132b76 Fix symbol table handling in functions. by Karl Schimpf · 10 years ago
  76. 64dcde7 Fix bug introduced by CL 561883002. by Karl Schimpf · 10 years ago
  77. 41689df Add load and store instructions to Subzero bitcode reader. by Karl Schimpf · 10 years ago
  78. e5a5be7 Subzero: Fix Phi lowering. by Jim Stichnoth · 10 years ago
  79. a262333 List Subzero's local optlevel flags after LLVM's cxxflags (precedence). by Jan Voung · 10 years ago
  80. 6d4f564 Subzero: The cross tests should use the actual Subzero runtime. by Jim Stichnoth · 10 years ago
  81. 742d72d Add alloca instruction to Subzero bitcode reader. by Karl Schimpf · 10 years ago
  82. 10ea698 Subzero: Add a script that builds a hybrid Subzero/llc native executable. by Jim Stichnoth · 10 years ago
  83. 72a8f8d Subzero: Make sure alloca with align=0 is handled correctly. by Jim Stichnoth · 10 years ago
  84. f12355e Add constants block to PNaCl bitcode reader. by Karl Schimpf · 10 years ago
  85. 7076c88 Subzero: Move python scripts into a common pydir. by Jim Stichnoth · 10 years ago
  86. 3ef786f Subzero: Be more strict about i1 calculations. by Jim Stichnoth · 10 years ago
  87. b63cd88 Subzero: Use cvttss2si and similar instead of cvtss2si for fp->int casts. by Jim Stichnoth · 10 years ago
  88. c836acb Add branch instructions to Subzero bitcode reader. by Karl Schimpf · 10 years ago
  89. 83f9f0c Add icmp and fcmp instructions to Subzero bitcode reader. by Karl Schimpf · 10 years ago
  90. dd30c81 Subzero: Fix sext/zext lowering with i1 source operands. by Jim Stichnoth · 10 years ago
  91. 1d6f0e4 Add select instruction to Subzero bitcode reader. by Karl Schimpf · 10 years ago
  92. 523ef72 Subzero: Work around another llvm-mc parser bug for relocatable symbols. by Jim Stichnoth · 10 years ago
  93. dd7b846 Subzero: Make sure register preferences obey register class constraints. by Jim Stichnoth · 10 years ago
  94. cabfa30 Subzero: Render constants in dump() to be more like LLVM. by Jim Stichnoth · 10 years ago
  95. 71ba822 Add vector insert/extract instructions to Subzero bitcode reader. by Karl Schimpf · 10 years ago
  96. 94539ce Subzero: Rename -external to -externalize to match llc. by Jim Stichnoth · 10 years ago
  97. 16178a1 Subzero: Remove the need for a separate NaCl SDK installation. by Jim Stichnoth · 10 years ago
  98. c0fdc27 Add cast instructions to subzero's pnacl bitcode translator. by Karl Schimpf · 10 years ago
  99. dddc306 Convert lit tests to check disassembled assembly. by Jan Voung · 10 years ago
  100. b17f61d Align function starts to target-specific bundle alignment. by Jan Voung · 10 years ago