1. ff9c706 Subzero: Add branch optimization. by Jim Stichnoth · 10 years ago
  2. d1a971a Add switch instruction to Subzero bitcode reader. by Karl Schimpf · 10 years ago
  3. cc0ee13 Subzero: Add a convenience script for Spec2K. Add the --stats argument. by Jim Stichnoth · 10 years ago
  4. 8f07aa8 Add forward instruction declaration to Subzero bitcode reader. by Karl Schimpf · 10 years ago
  5. 5e06f9f Subzero: Use ccache for building, if available. by Jim Stichnoth · 10 years ago
  6. 1873560 Subzero: Add rudimentary statistics on generated code. by Jim Stichnoth · 10 years ago
  7. bc00463 Split ConstantInteger into ConstantInteger32 and ConstantInteger64. by Jan Voung · 10 years ago
  8. 9750183 Add unreachable instruction to Subzero. by Karl Schimpf · 10 years ago
  9. e8b404b Subzero: Make python clean up after itself by removing its /tmp subdir. by Jim Stichnoth · 10 years ago
  10. 0fb613f Subzero: Make the szbuild.py script more automatic. by Jim Stichnoth · 10 years ago
  11. 2e8bfbb Subzero: Refactor Operand::dump(). by Jim Stichnoth · 10 years ago
  12. 8fcefc3 Fix makefile to use chrome clang to compile, so we link to LLVM. by Karl Schimpf · 10 years ago
  13. e5ac7db Subzero: Fix incorrect address mode inference involving Phi temporaries. by Jim Stichnoth · 10 years ago
  14. a522972 Subzero: Always be sure x87 FP stack is emptied after a call. by Jim Stichnoth · 10 years ago
  15. 1eb3a55 Switch to llvm::findFirstSet instead of ffs since mingw doesn't have ffs. by Jan Voung · 10 years ago
  16. 5ee234a Allow ability to name unnamed global addresses in Subzero. by Karl Schimpf · 10 years ago
  17. 44d53e1 Mark setjmp as "returns twice" and turn off SimpleCoalescing when called. by Jan Voung · 10 years ago
  18. 4766156 Add phi instruction to Subzero bitcode reader. by Karl Schimpf · 10 years ago
  19. 65d8d53 Subzero: Print defaults as appropriate in python script help text. by Jim Stichnoth · 10 years ago
  20. c132b76 Fix symbol table handling in functions. by Karl Schimpf · 10 years ago
  21. 64dcde7 Fix bug introduced by CL 561883002. by Karl Schimpf · 10 years ago
  22. 41689df Add load and store instructions to Subzero bitcode reader. by Karl Schimpf · 10 years ago
  23. e5a5be7 Subzero: Fix Phi lowering. by Jim Stichnoth · 10 years ago
  24. a262333 List Subzero's local optlevel flags after LLVM's cxxflags (precedence). by Jan Voung · 10 years ago
  25. 6d4f564 Subzero: The cross tests should use the actual Subzero runtime. by Jim Stichnoth · 10 years ago
  26. 742d72d Add alloca instruction to Subzero bitcode reader. by Karl Schimpf · 10 years ago
  27. 10ea698 Subzero: Add a script that builds a hybrid Subzero/llc native executable. by Jim Stichnoth · 10 years ago
  28. 72a8f8d Subzero: Make sure alloca with align=0 is handled correctly. by Jim Stichnoth · 10 years ago
  29. f12355e Add constants block to PNaCl bitcode reader. by Karl Schimpf · 10 years ago
  30. 7076c88 Subzero: Move python scripts into a common pydir. by Jim Stichnoth · 10 years ago
  31. 3ef786f Subzero: Be more strict about i1 calculations. by Jim Stichnoth · 10 years ago
  32. b63cd88 Subzero: Use cvttss2si and similar instead of cvtss2si for fp->int casts. by Jim Stichnoth · 10 years ago
  33. c836acb Add branch instructions to Subzero bitcode reader. by Karl Schimpf · 10 years ago
  34. 83f9f0c Add icmp and fcmp instructions to Subzero bitcode reader. by Karl Schimpf · 10 years ago
  35. dd30c81 Subzero: Fix sext/zext lowering with i1 source operands. by Jim Stichnoth · 10 years ago
  36. 1d6f0e4 Add select instruction to Subzero bitcode reader. by Karl Schimpf · 10 years ago
  37. 523ef72 Subzero: Work around another llvm-mc parser bug for relocatable symbols. by Jim Stichnoth · 10 years ago
  38. dd7b846 Subzero: Make sure register preferences obey register class constraints. by Jim Stichnoth · 10 years ago
  39. cabfa30 Subzero: Render constants in dump() to be more like LLVM. by Jim Stichnoth · 10 years ago
  40. 71ba822 Add vector insert/extract instructions to Subzero bitcode reader. by Karl Schimpf · 10 years ago
  41. 94539ce Subzero: Rename -external to -externalize to match llc. by Jim Stichnoth · 10 years ago
  42. 16178a1 Subzero: Remove the need for a separate NaCl SDK installation. by Jim Stichnoth · 10 years ago
  43. c0fdc27 Add cast instructions to subzero's pnacl bitcode translator. by Karl Schimpf · 10 years ago
  44. dddc306 Convert lit tests to check disassembled assembly. by Jan Voung · 10 years ago
  45. b17f61d Align function starts to target-specific bundle alignment. by Jan Voung · 10 years ago
  46. ce58163 Add pnacl-freeze to the tests_lit/lit.cfg. Also, unsigned vs signed. by Jan Voung · 10 years ago
  47. d6064a1 Start processing function blocks. by Karl Schimpf · 10 years ago
  48. 89d7956 Subzero: Fix address mode optimization involving phi temporaries. by Jim Stichnoth · 10 years ago
  49. 14c3f41 Subzero: Fix the link command for Trusty. by Jim Stichnoth · 10 years ago
  50. ef8cf0e Subzero: Fix some legalization issues involving immediates. by Jim Stichnoth · 10 years ago
  51. ac9c943 Subzero: Add a check-lit target for faster smoke testing. by Jim Stichnoth · 10 years ago
  52. bfb03e5 Subzero: Fixes for Hello World and bisection debugging. by Jim Stichnoth · 10 years ago
  53. 6170e75 Revert "COmmit" by Jim Stichnoth · 10 years ago
  54. 420e8bf COmmit by Jim Stichnoth · 10 years ago
  55. 4d79fe5 Subzero: Fix the simple register allocation for -Om1. by Jim Stichnoth · 10 years ago
  56. c330274 Subzero: Randomly insert nops. by Matt Wala · 10 years ago
  57. 9dbe38e Subzero: Start a list of SIMD improvement ideas. by Matt Wala · 10 years ago
  58. d4799f4 Subzero: Align spill locations to natural alignment. by Matt Wala · 10 years ago
  59. f820da5 Emit .local before .comm for bss to make llvm-mc happy. by Jan Voung · 10 years ago
  60. c8e8781 Convert lit test llvm-mc -arch arguments to full -triple. by Jan Voung · 10 years ago
  61. e58178a Subzero: Factor our commonalities between mov-like instructions. by Matt Wala · 10 years ago
  62. 105b704 Subzero: Align the stack at the point of function calls. by Matt Wala · 10 years ago
  63. 8835b89 Subzero: address mode opt: Transform *(reg+const) into [reg+const]. by Matt Wala · 10 years ago
  64. 89cbfb0 Subzero: Fix a debugging string in the test_icmp crosstest. by Matt Wala · 10 years ago
  65. 1bd2fce Subzero: Add a random number generator. by Matt Wala · 10 years ago
  66. 989a703 Subzero: Add the "llvm2ice -ffunction-sections" argument. by Jim Stichnoth · 10 years ago
  67. 51e8cfb Subzero: Make InstX8632Cbwdq a UnaryOp. by Matt Wala · 10 years ago
  68. afeaee4 Subzero: Use scalar arithmetic when no vector instruction exists. by Matt Wala · 10 years ago
  69. 206833c Subzero: A few fixes toward running larger programs. by Jim Stichnoth · 10 years ago
  70. 7da431b Subzero: Fix and clean up some cross tests. by Jim Stichnoth · 10 years ago
  71. e377767 Subzero: Fix some issues related to legalization and undef handling. by Matt Wala · 10 years ago
  72. 5acafbc Subzero: Fix a signed/unsigned warning reported on the Mac. by Jim Stichnoth · 10 years ago
  73. 6e99214 Subzero: Try to fix warnings and errors in the Windows build. by Jim Stichnoth · 10 years ago
  74. 1e88958 Add dtor to InstX8632Lockable. by Jan Voung · 10 years ago
  75. 0a45051 Subzero: Add support for SSE4.1 instructions. by Matt Wala · 10 years ago
  76. e6e497d Fix bug when atomic load is fused with an arith op (and not in the entry BB) by Jan Voung · 10 years ago
  77. d7ee972 Remove extra semicolon after method definition by Derek Schuff · 10 years ago
  78. c820ddf Add a peephole to fuse cmpxchg w/ later cmp+branch. by Jan Voung · 10 years ago
  79. 839c4ce A couple of fixes for using Makefile.standalone on Mac. by Jan Voung · 10 years ago
  80. 78282f6 Subzero: Make Ice::Ostream a typedef for llvm::raw_ostream. by Jim Stichnoth · 10 years ago
  81. cfe5146 Use movss to implement insertelement when elements = 4 and index = 0. by Matt Wala · 10 years ago
  82. ce0ca8f Lower the fcmp instruction for <4 x float> operands. by Matt Wala · 10 years ago
  83. 9cb61e2 Lower the select instruction when the operands are of vector type. by Matt Wala · 10 years ago
  84. 656d176 Fix a counter in the test_global crosstest. by Matt Wala · 10 years ago
  85. 68e2819 Subzero: Fix a regalloc eviction bug. by Jim Stichnoth · 10 years ago
  86. 9a0168a Lower icmp operations between vector values. by Matt Wala · 10 years ago
  87. 8754335 Add llvm-mc to the set of commands lit knows about. by Jim Stichnoth · 10 years ago
  88. d9ea7ad Add -arch=x86 and -filetype=obj to all RUN lines involving llvm-mc. by Matt Wala · 10 years ago
  89. 53c5e60 Fix legalization of source operand to bsr and bsf. by Matt Wala · 10 years ago
  90. 927cc17 Validate the assembly code that Subzero generates in unit tests. by Matt Wala · 10 years ago
  91. 89a7c2b Factor out common vector crosstesting code. by Matt Wala · 10 years ago
  92. 957c50d Use lowerCast instead of inlined _movzx, to get legalization, for memset. by Jan Voung · 10 years ago
  93. 35ec373 Fix array index in test initialization. by Matt Wala · 10 years ago
  94. 7b34b59 Lower stacksave and restore intrinsics. by Jan Voung · 10 years ago
  95. 7fa813b Lower byte swap intrinsic. by Jan Voung · 10 years ago
  96. 4988923 Lower insertelement and extractelement. by Matt Wala · 10 years ago
  97. 7fa22d8 Lower the rest of the vector arithmetic operations. by Matt Wala · 10 years ago
  98. 83b8036 Lower casting operations that involve vector types. by Matt Wala · 10 years ago
  99. e4da26f Lower bitmanip intrinsics, assuming absence of BMI/SSE4.2 for now. by Jan Voung · 10 years ago
  100. ad8f726 Various improvements related to legalization code. by Matt Wala · 10 years ago