1. 0933c0c Subzero: Strength-reduce mul by certain constants. by Jim Stichnoth · 10 years ago
  2. fb79284 Emit ARM build-attributes in the file scope (as header). by Jan Voung · 10 years ago
  3. f8b4cc8 Subzero: Basic Block Profiler. by John Porto · 10 years ago
  4. 03ffa58 Subzero: Legalize FP constants directly into memory operands. by Jim Stichnoth · 10 years ago
  5. 8e6bf6e Subzero: Improve/refactor folding loads into the next instruction. by Jim Stichnoth · 10 years ago
  6. befd03a Subzero ARM: lowerLoad and lowerStore. by Jan Voung · 10 years ago
  7. 0fa6c5a Subzero ARM: addProlog/addEpilogue -- share some code with x86. by Jan Voung · 10 years ago
  8. c77f817 Subzero: Fold the load instruction into the next cast instruction. by Jim Stichnoth · 10 years ago
  9. 0d9faea Remove the FrameSizeLocals field which appears to be unused (write-only). by Jan Voung · 10 years ago
  10. 55500db Subzero ARM: lower alloca instruction. by Jan Voung · 10 years ago
  11. e94740a Subzero: Use setcc for most fcmp conditions, instead of control flow. by Jim Stichnoth · 10 years ago
  12. 537b5ba Subzero: Use cmov to improve lowering for the select instruction. by Jim Stichnoth · 10 years ago
  13. b3401d2 Subzero ARM: lowerArguments (GPR), basic legalize(), and lowerRet(i32, i64). by Jan Voung · 10 years ago
  14. a59ae6f Subzero: Fold icmp into br/select lowering. by Jim Stichnoth · 10 years ago
  15. 76bb0be Convert Constant->emit() definitions to allow multiple targets to define them. by Jan Voung · 10 years ago
  16. b2d5084 Handle ARM "ret void" and function alignment with proper padding. by Jan Voung · 10 years ago
  17. 90db6ae Subzero: Simplify the icmp i64 lowering. by Jim Stichnoth · 10 years ago
  18. f48b320 Subzero: Use a setcc sequence for better icmp lowering. by Jim Stichnoth · 10 years ago
  19. 90ccc3f Rename AssemblerX86 to AssemblerX8632 so it works with SZTargets.def. by Jan Voung · 10 years ago
  20. 76dcf1a Subzero: Produce actually correct code in --asm-verbose mode. by Jim Stichnoth · 10 years ago
  21. b36ad9b Add a basic TargetARM32 skeleton which knows nothing. by Jan Voung · 10 years ago
  22. caef348 Subzero: Use a "deterministic" random shuffle for register allocation. by Jim Stichnoth · 10 years ago
  23. f79d2cb Subzero: Don't use key SSE instructions on potentially unaligned loads. by Jim Stichnoth · 10 years ago
  24. 27c56bf Subzero: Fix inappropriate use of nullptr. by Jim Stichnoth · 10 years ago
  25. 1f47ad0 Move some flag-like props from GlobalContext and TargetLowering to ClFlags. by Jan Voung · 10 years ago
  26. 5dfdf5f Subzero: Fix lowering of the fabs() intrinsic. by Jim Stichnoth · 10 years ago
  27. 8c980d0 Subzero: Add fabs intrinsic support. by Jim Stichnoth · 10 years ago
  28. f644a4b Assemble calls to constant addresses. by Jan Voung · 10 years ago
  29. 1c335ef Subzero: Support non sequentially consistent memory orderings for atomic ops. by Jim Stichnoth · 10 years ago
  30. d9dc82e Subzero: Rerun clang-format after LLVM 3.6 merge. by Jim Stichnoth · 10 years ago
  31. 5bc4431 Subzero: Fix a register allocation issue for "advanced phi lowering". by Jim Stichnoth · 10 years ago
  32. c450879 Subzero: Clean up the runtime implementation. by Jim Stichnoth · 10 years ago
  33. b5447a0 Omit textual emitConstPool in MINIMAL build. by Jan Voung · 10 years ago
  34. c6ead20 Subzero: Improve class definition hygiene. by Jim Stichnoth · 10 years ago
  35. 9738a9e Subzero: Update tests and build scripts for sandboxing. by Jim Stichnoth · 10 years ago
  36. c53f7a6 Subzero: Translate the unreachable bitcode directly to ud2. by Jim Stichnoth · 10 years ago
  37. 9f42d8c Subzero: Add sandboxing for x86-32. by Jim Stichnoth · 10 years ago
  38. d442e7e Subzero: Use -filetype instead of -ias and -elf-writer. by Jim Stichnoth · 10 years ago
  39. bbca754 Subzero: Emit functions and global initializers in a separate thread. by Jim Stichnoth · 10 years ago
  40. df80eb8 Adds accessor methods to class ClFlags. by Karl Schimpf · 10 years ago
  41. 72984d8 Write out global initializers and data rel directly to ELF file. by Jan Voung · 10 years ago
  42. 8427ea2 Fix pedantic build warnings; by JF Bastien · 10 years ago
  43. dd842db Subzero: Use a "known" version of clang-format. by Jim Stichnoth · 10 years ago
  44. fa4efea Subzero: Initial implementation of multithreaded translation. by Jim Stichnoth · 10 years ago
  45. fed97af Make use of BSS more explicit in global initializers (vs a local .comm). by Jan Voung · 10 years ago
  46. f2e93b6 Fix build warnings by JF Bastien · 10 years ago
  47. e4a8f40 Subzero: Add locking to prepare for multithreaded translation. by Jim Stichnoth · 10 years ago
  48. ec27073 Start writing out some relocation sections (text). by Jan Voung · 10 years ago
  49. 1d62cf0 Make fixups reference any constant (allow const float/double pool literals). by Jan Voung · 10 years ago
  50. 91a3e2c Subzero: Write float/double constant pools directly to the ELF file. by Jan Voung · 10 years ago
  51. 7e57136 Subzero: Clean up a few areas. by Jim Stichnoth · 10 years ago
  52. 29841e8 Subzero: Use range-based for loops with llvm::ilist<Inst> lists. by Jim Stichnoth · 10 years ago
  53. ae95320 Subzero: Convert NULL->nullptr. by Jim Stichnoth · 10 years ago
  54. 31c9559 Subzero: Use CFG-local arena allocation for relevant containers. by Jim Stichnoth · 10 years ago
  55. e6d2478 Subzero: Randomize register assignment. by Jim Stichnoth · 10 years ago
  56. 9a04c07 Subzero: Don't store std::string objects inside Variable. by Jim Stichnoth · 10 years ago
  57. 1502e59 Subzero: Use llvm::ilist<> for PhiList and AssignList. by Jim Stichnoth · 10 years ago
  58. 08c3bcd Subzero: Add basic ELFObjectWriter (text section, symtab, strtab, headers). by Jan Voung · 10 years ago
  59. 5d2fa0c Subzero: Fix a bug in postLower(). by Jim Stichnoth · 10 years ago
  60. d2cb436 Subzero: Simplify the constant pools. by Jim Stichnoth · 10 years ago
  61. b6c96af Turn off dump/emit routines when building minimal subzero. by Karl Schimpf · 10 years ago
  62. 70d0a05 Subzero: Use the linear-scan register allocator for Om1 as well. by Jim Stichnoth · 10 years ago
  63. 87ff3a1 Subzero: Simplify the FakeKill instruction. by Jim Stichnoth · 10 years ago
  64. 33c8064 Subzero: Remove Variable::NeedsStackSlot. by Jim Stichnoth · 10 years ago
  65. 607e9f0 Subzero: Implement InstList in terms of llvm::ilist<> . by Jim Stichnoth · 10 years ago
  66. bfb410d Subzero: Improve the use of NodeList objects. by Jim Stichnoth · 10 years ago
  67. c0d965f Subzero: Use a common RelocOffsetType / RelocOffsetT. by Jan Voung · 10 years ago
  68. bb8b624 Subzero: Improve the representation and handling of the FakeKill instruction. by Jim Stichnoth · 10 years ago
  69. 2daadb7 Subzero: Implement switch lowering for i64. by Jim Stichnoth · 10 years ago
  70. dd16507 Subzero: Remove the LEAHACK workarounds. by Jim Stichnoth · 10 years ago
  71. bca2f65 Subzero: Switch to AT&T asm syntax. I give up. by Jim Stichnoth · 10 years ago
  72. 3d44fe8 Subzero: Decorate the text asm output with register availability info. by Jim Stichnoth · 10 years ago
  73. 336f6c4 Subzero: Implementation of "advanced Phi lowering". by Jim Stichnoth · 10 years ago
  74. 98712a3 Subzero: Minor refactoring/additions in preparation for phi edge splitting. by Jim Stichnoth · 10 years ago
  75. 088b2be Subzero: Improve debugging controls, plus minor refactoring. by Jim Stichnoth · 10 years ago
  76. df6f9d1 Fix handling of relocation names, so that prefix mangling works. by Karl Schimpf · 10 years ago
  77. 39d4aca emitIAS for movsx and movzx. by Jan Voung · 10 years ago
  78. 877b04e Subzero: Speed up VariablesMetadata initialization. by Jim Stichnoth · 10 years ago
  79. 4775255 Subzero: Improve performance of liveness analysis and live range construction. by Jim Stichnoth · 10 years ago
  80. fe14fb8 Handle "Mov" which is mov, movss, movsd, and used for nacl.read.tp. by Jan Voung · 10 years ago
  81. 9d98d79 Introduce the notion of function addresses in Subzero. by Karl Schimpf · 10 years ago
  82. 699bf02 emitIAS for cvtt?.*2.* by Jan Voung · 10 years ago
  83. 2a063e2 Subzero: Fix emission of global initializers. by Jim Stichnoth · 10 years ago
  84. 0b9eee5 emitIAS for push -- simplify push since it's not used for args passing anymore by Jan Voung · 10 years ago
  85. e3f64d0 Introduce model of global initializers in Subzero. by Karl Schimpf · 10 years ago
  86. 8363a06 Subzero: Add a few performance measurement tools. by Jim Stichnoth · 10 years ago
  87. 541ba66 Subzero: Improve regalloc performance by optimizing UnhandledPrecolored. by Jim Stichnoth · 10 years ago
  88. f44f371 Subzero: Auto-awesome iterators. by Jim Stichnoth · 10 years ago
  89. fac5517 Subzero: Move to C++11 static_assert(). by Jim Stichnoth · 10 years ago
  90. 9c234e2 Subzero: Allow builds with assertions disabled. by Jim Stichnoth · 10 years ago
  91. a18cc9c Subzero: Change llvm::OwningPtr to C++11's std::unique_ptr. by Jim Stichnoth · 10 years ago
  92. c4554d7 Subzero: Rewrite the pass timing infrastructure. by Jim Stichnoth · 10 years ago
  93. 0ac50dc Handle imul, pcmpeq, pcmpgt. by Jan Voung · 11 years ago
  94. 3a56918 Change some explicit type checks into using helper functions. by Jan Voung · 11 years ago
  95. ad40353 Subzero: Automatically infer regalloc preferences and overlap. by Jim Stichnoth · 11 years ago
  96. 8acded0 Add initial integrated assembler w/ some Xmm ops. by Jan Voung · 11 years ago
  97. 144cdce Subzero: Refactor tracking of Defs and block-local Variables. by Jim Stichnoth · 11 years ago
  98. 800dab2 Subzero: Change the way bitcast stack slot lowering is handled. by Jim Stichnoth · 11 years ago
  99. bd385e4 Lift register and condition code enums out into their own file. by Jan Voung · 11 years ago
  100. ff9c706 Subzero: Add branch optimization. by Jim Stichnoth · 11 years ago