1. 921856d X8632 Templatization completed. by John Porto · 10 years ago
  2. 9612d32 Doxygenize the documentation comments by Andrew Scull · 10 years ago
  3. 5d0acff Move X8632-specific Assembler stuff to Machine Traits. by John Porto · 10 years ago
  4. 20b71f5 Subzero: Reduce the amount of #ifdef'd code. by Jim Stichnoth · 10 years ago
  5. 1bec8bc Subzero. Fixes memory leaks. by John Porto · 10 years ago
  6. 253dc8a Add constant blinding/pooling option for X8632 code translation. by Qining Lu · 10 years ago
  7. cac003e Subzero: Add more kinds of RMW lowering. by Jim Stichnoth · 10 years ago
  8. e4f65d8 Subzero: Transform suitable Load/Arith/Store sequences into RMW ops. by Jim Stichnoth · 10 years ago
  9. aff4ccf Renames the assembler* files. by John Porto · 10 years ago
  10. 3bfd99a Subzero ARM: do lowerIcmp, lowerBr, and a bit of lowerCall. by Jan Voung · 10 years ago
  11. 537b5ba Subzero: Use cmov to improve lowering for the select instruction. by Jim Stichnoth · 10 years ago
  12. b3401d2 Subzero ARM: lowerArguments (GPR), basic legalize(), and lowerRet(i32, i64). by Jan Voung · 10 years ago
  13. f48b320 Subzero: Use a setcc sequence for better icmp lowering. by Jim Stichnoth · 10 years ago
  14. 90ccc3f Rename AssemblerX86 to AssemblerX8632 so it works with SZTargets.def. by Jan Voung · 10 years ago
  15. b36ad9b Add a basic TargetARM32 skeleton which knows nothing. by Jan Voung · 10 years ago
  16. 44c3a80 Refactor Subzero initialization and add a browser callback handler. by Jan Voung · 10 years ago
  17. f79d2cb Subzero: Don't use key SSE instructions on potentially unaligned loads. by Jim Stichnoth · 10 years ago
  18. 8c980d0 Subzero: Add fabs intrinsic support. by Jim Stichnoth · 10 years ago
  19. c6ead20 Subzero: Improve class definition hygiene. by Jim Stichnoth · 10 years ago
  20. 9f42d8c Subzero: Add sandboxing for x86-32. by Jim Stichnoth · 10 years ago
  21. dd842db Subzero: Use a "known" version of clang-format. by Jim Stichnoth · 10 years ago
  22. ae95320 Subzero: Convert NULL->nullptr. by Jim Stichnoth · 10 years ago
  23. 9a04c07 Subzero: Don't store std::string objects inside Variable. by Jim Stichnoth · 10 years ago
  24. b6c96af Turn off dump/emit routines when building minimal subzero. by Karl Schimpf · 10 years ago
  25. bca2f65 Subzero: Switch to AT&T asm syntax. I give up. by Jim Stichnoth · 10 years ago
  26. 8835576 Subzero: Remove a TODO comment about shld/shrd. by Jan Voung · 10 years ago
  27. 336f6c4 Subzero: Implementation of "advanced Phi lowering". by Jim Stichnoth · 10 years ago
  28. 120b412 Subzero: Refactor newline emission for Inst::emit(). by Jim Stichnoth · 10 years ago
  29. 98712a3 Subzero: Minor refactoring/additions in preparation for phi edge splitting. by Jim Stichnoth · 10 years ago
  30. 7e1e485 First pass at emitIAS for branches and binding labels by Jan Voung · 10 years ago
  31. 198b294 emitIAS for store and indirect calls. by Jan Voung · 10 years ago
  32. 39d4aca emitIAS for movsx and movzx. by Jan Voung · 10 years ago
  33. 7b451a9 Subzero: Class definition cleanup. by Jim Stichnoth · 10 years ago
  34. 962befa emitIAS for Shld and Shrd and the ternary and three-address ops. by Jan Voung · 10 years ago
  35. fe14fb8 Handle "Mov" which is mov, movss, movsd, and used for nacl.read.tp. by Jan Voung · 10 years ago
  36. d026c44 emitIAS for the couple of blend instructions. by Jan Voung · 10 years ago
  37. 479e563 emitIAS for fld and fstp by Jan Voung · 10 years ago
  38. 699bf02 emitIAS for cvtt?.*2.* by Jan Voung · 10 years ago
  39. 0b9eee5 emitIAS for push -- simplify push since it's not used for args passing anymore by Jan Voung · 10 years ago
  40. e4dc61b emitIAS for icmp, and test, movss-reg, movq, movups, storep, storeq, tighten some of the Xmm ops by Jan Voung · 10 years ago
  41. 8bcca04 Handle GPR and vector shift ops. Handle pmull also. by Jan Voung · 10 years ago
  42. 0795ba0 Subzero: Remove LLVM_DELETED_FUNCTION. by Jim Stichnoth · 10 years ago
  43. 0ac50dc Handle imul, pcmpeq, pcmpgt. by Jan Voung · 10 years ago
  44. af2780c Handle add, adc, etc., mfence, div, idiv, mul in the assembler. by Jan Voung · 11 years ago
  45. b56c8f4 Subzero: Use 'override' as appropriate for C++11. by Jim Stichnoth · 11 years ago
  46. ad40353 Subzero: Automatically infer regalloc preferences and overlap. by Jim Stichnoth · 11 years ago
  47. 3b43b89 Handle "inplace" ops and unary ops w/ assembler by Jan Voung · 11 years ago
  48. 03532e5 Handle a few more instructions in assembler (cmov, cdq, cmpxchg, xadd, xchg). by Jan Voung · 11 years ago
  49. 8acded0 Add initial integrated assembler w/ some Xmm ops. by Jan Voung · 11 years ago
  50. 144cdce Subzero: Refactor tracking of Defs and block-local Variables. by Jim Stichnoth · 11 years ago
  51. 800dab2 Subzero: Change the way bitcast stack slot lowering is handled. by Jim Stichnoth · 11 years ago
  52. bd385e4 Lift register and condition code enums out into their own file. by Jan Voung · 11 years ago
  53. ff9c706 Subzero: Add branch optimization. by Jim Stichnoth · 11 years ago
  54. 1873560 Subzero: Add rudimentary statistics on generated code. by Jim Stichnoth · 11 years ago
  55. 2e8bfbb Subzero: Refactor Operand::dump(). by Jim Stichnoth · 11 years ago
  56. a262333 List Subzero's local optlevel flags after LLVM's cxxflags (precedence). by Jan Voung · 11 years ago
  57. b63cd88 Subzero: Use cvttss2si and similar instead of cvtss2si for fp->int casts. by Jim Stichnoth · 11 years ago
  58. c330274 Subzero: Randomly insert nops. by Matt Wala · 11 years ago
  59. e58178a Subzero: Factor our commonalities between mov-like instructions. by Matt Wala · 11 years ago
  60. 105b704 Subzero: Align the stack at the point of function calls. by Matt Wala · 11 years ago
  61. 51e8cfb Subzero: Make InstX8632Cbwdq a UnaryOp. by Matt Wala · 11 years ago
  62. afeaee4 Subzero: Use scalar arithmetic when no vector instruction exists. by Matt Wala · 11 years ago
  63. 6e99214 Subzero: Try to fix warnings and errors in the Windows build. by Jim Stichnoth · 11 years ago
  64. 1e88958 Add dtor to InstX8632Lockable. by Jan Voung · 11 years ago
  65. 0a45051 Subzero: Add support for SSE4.1 instructions. by Matt Wala · 11 years ago
  66. cfe5146 Use movss to implement insertelement when elements = 4 and index = 0. by Matt Wala · 11 years ago
  67. ce0ca8f Lower the fcmp instruction for <4 x float> operands. by Matt Wala · 11 years ago
  68. 9cb61e2 Lower the select instruction when the operands are of vector type. by Matt Wala · 11 years ago
  69. 7fa813b Lower byte swap intrinsic. by Jan Voung · 11 years ago
  70. 4988923 Lower insertelement and extractelement. by Matt Wala · 11 years ago
  71. 7fa22d8 Lower the rest of the vector arithmetic operations. by Matt Wala · 11 years ago
  72. 83b8036 Lower casting operations that involve vector types. by Matt Wala · 11 years ago
  73. e4da26f Lower bitmanip intrinsics, assuming absence of BMI/SSE4.2 for now. by Jan Voung · 11 years ago
  74. a3a01a2 Subzero: lower the rest of the atomic operations. by Jan Voung · 11 years ago
  75. 8d1072e Lower vector floating point arithmetic operations. by Matt Wala · 11 years ago
  76. f37fbbe Add scalar lowering for sqrt intrinsic. by Jan Voung · 11 years ago
  77. 928f129 Add support for vector types. by Matt Wala · 11 years ago
  78. 5cd240d Add atomic load/store, fetch_add, fence, and is-lock-free lowering. by Jan Voung · 11 years ago
  79. 3bd9f1a Add a few Subzero intrinsics (not the atomic ones yet). by Jan Voung · 11 years ago
  80. 5bc2b1d Add Om1 lowering with no optimizations. by Jim Stichnoth · 11 years ago