1. c5c8957 Subzero: Fix x86 lowering for shift-by-relocatable-constant. by Jim Stichnoth · 10 years ago
  2. 713dbde Inline memset when there is a constant value and count. by Andrew Scull · 10 years ago
  3. 28068ad ARM: Add a postRA pass to legalize stack offsets. Greedy approach (reserve IP). by Jan Voung · 10 years ago
  4. 969f6a3 Add -reorder-basic-blocks option and fix nop insertion by Qining Lu · 10 years ago
  5. 86df4e9 Iasm and obj lowering for advanced switch lowering. by Andrew Scull · 10 years ago
  6. 016c56d Handle UINT64_MAX edge case in switch lowering. by Andrew Scull · 10 years ago
  7. 713278a Remove jumps over empty blocks. by Andrew Scull · 10 years ago
  8. 8c8f3bc Only run adv-switch test when asm is allowed. by Andrew Scull · 10 years ago
  9. b7db1a5 Fix --filetype=iasm non-pc-rel fixup offsets (double counted). by Jan Voung · 10 years ago
  10. 87f80c1 Introduction of improved switch lowering. by Andrew Scull · 10 years ago
  11. 5348369 Factor out prelowerPhi for 32-bit targets. Disable adv phi lowering for ARM. by Jan Voung · 10 years ago
  12. fbdd244 Factor out legalization of undef, and handle more cases for ARM. by Jan Voung · 10 years ago
  13. e105c74 Change MIPS to avoid "none-nacl" for unsandboxed tests. by Reed Kotler · 10 years ago
  14. f645d85 ARM32: Lower more integer intrinsics and test. by Jan Voung · 10 years ago
  15. d00d48d implement the null function for the Mips32 subzero compiler by Reed Kotler · 10 years ago
  16. 70fa525 Fix ARM Om1 lowering for arithmetic, and test. by Jan Voung · 10 years ago
  17. 7b60eb7 Fix invalid tests to not run when minimal. by Karl Schimpf · 10 years ago
  18. 6ec369e ARM lowering integer divide and remainder, with div by 0 checks. by Jan Voung · 10 years ago
  19. 6c17dd8 Fixes case where terminator instruction is missing at end of function. by Karl Schimpf · 10 years ago
  20. e0df91f ARM: lowerSelect for integers. by Jan Voung · 10 years ago
  21. fdc54db Implement ARM32 switch lowering. by Andrew Scull · 10 years ago
  22. 40df458 Subzero: Fix a new test under MINIMAL mode. by Jim Stichnoth · 10 years ago
  23. c070d6f Fixes bug on conditional branch where the targets are the same. by Karl Schimpf · 10 years ago
  24. 7cd5351 Function Layout, Global Variable Layout and Pooled Constants Layout Reordering by Qining Lu · 10 years ago
  25. c879968 Subzero: Fix "make -f Makefile.standalone MINIMAL=1 check". by Jim Stichnoth · 10 years ago
  26. 8525c32 Subzero: Apply commutativity to the RMW optimization. by Jim Stichnoth · 10 years ago
  27. 253dc8a Add constant blinding/pooling option for X8632 code translation. by Qining Lu · 10 years ago
  28. b0a8c24 ARM: Assign "actuals" at call site to the appropriate GPR/stack slot. by Jan Voung · 10 years ago
  29. e4f65d8 Subzero: Transform suitable Load/Arith/Store sequences into RMW ops. by Jim Stichnoth · 10 years ago
  30. 8b1a705 Fix a bug that would cause subzero to fail when --threads=0. by John Porto · 10 years ago
  31. 58eea4d Move lowerGlobal() from target-specific code to emitGlobal() in generic code. by Jan Voung · 10 years ago
  32. 0933c0c Subzero: Strength-reduce mul by certain constants. by Jim Stichnoth · 10 years ago
  33. d9f1f9f Subzero: Fix lit and cross tests broken in f8b4cc8. by Jim Stichnoth · 10 years ago
  34. 66c3d5e Subzero ARM32: Lower shift and zext, sext, and trunc. by Jan Voung · 10 years ago
  35. 03ffa58 Subzero: Legalize FP constants directly into memory operands. by Jim Stichnoth · 10 years ago
  36. 8e6bf6e Subzero: Improve/refactor folding loads into the next instruction. by Jim Stichnoth · 10 years ago
  37. befd03a Subzero ARM: lowerLoad and lowerStore. by Jan Voung · 10 years ago
  38. e5b58fb Subzero: Changes needed for LLVM 3.7 integration. by Jim Stichnoth · 10 years ago
  39. 0fa6c5a Subzero ARM: addProlog/addEpilogue -- share some code with x86. by Jan Voung · 10 years ago
  40. c77f817 Subzero: Fold the load instruction into the next cast instruction. by Jim Stichnoth · 10 years ago
  41. c207d51 Use ldr for movs out of stack slots (instead of mov reg, [sp/fp]). by Jan Voung · 10 years ago
  42. 55500db Subzero ARM: lower alloca instruction. by Jan Voung · 10 years ago
  43. 3bfd99a Subzero ARM: do lowerIcmp, lowerBr, and a bit of lowerCall. by Jan Voung · 10 years ago
  44. e94740a Subzero: Use setcc for most fcmp conditions, instead of control flow. by Jim Stichnoth · 10 years ago
  45. 2971997 Lower a few basic ARM binops for i{8,16,32,64}. by Jan Voung · 10 years ago
  46. 537b5ba Subzero: Use cmov to improve lowering for the select instruction. by Jim Stichnoth · 10 years ago
  47. b3401d2 Subzero ARM: lowerArguments (GPR), basic legalize(), and lowerRet(i32, i64). by Jan Voung · 10 years ago
  48. a59ae6f Subzero: Fold icmp into br/select lowering. by Jim Stichnoth · 10 years ago
  49. 33492e7 Change a build-attribute REQUIRES check to use supported not requested. by Jan Voung · 10 years ago
  50. b2d5084 Handle ARM "ret void" and function alignment with proper padding. by Jan Voung · 10 years ago
  51. 90db6ae Subzero: Simplify the icmp i64 lowering. by Jim Stichnoth · 10 years ago
  52. f48b320 Subzero: Use a setcc sequence for better icmp lowering. by Jim Stichnoth · 10 years ago
  53. b36ad9b Add a basic TargetARM32 skeleton which knows nothing. by Jan Voung · 10 years ago
  54. 0a9e126 Subzero: Auto-detect cmake versus autoconf LLVM build. by Jim Stichnoth · 10 years ago
  55. caef348 Subzero: Use a "deterministic" random shuffle for register allocation. by Jim Stichnoth · 10 years ago
  56. 6e293c8 Subzero: Deterministically sort constant pool entries. by Jim Stichnoth · 10 years ago
  57. 0e432ac Subzero: Fix a lowering bug involving xchg and xadd instructions. by Jim Stichnoth · 10 years ago
  58. f79d2cb Subzero: Don't use key SSE instructions on potentially unaligned loads. by Jim Stichnoth · 10 years ago
  59. 69d3f9c Subzero: Prune unreachable nodes after constructing the Cfg. by Jim Stichnoth · 10 years ago
  60. 27c56bf Subzero: Fix inappropriate use of nullptr. by Jim Stichnoth · 10 years ago
  61. 5dfdf5f Subzero: Fix lowering of the fabs() intrinsic. by Jim Stichnoth · 10 years ago
  62. 5bfe215 Subzero: Fix floating-point constant pooling. by Jim Stichnoth · 10 years ago
  63. 8c980d0 Subzero: Add fabs intrinsic support. by Jim Stichnoth · 10 years ago
  64. f644a4b Assemble calls to constant addresses. by Jan Voung · 10 years ago
  65. 1c335ef Subzero: Support non sequentially consistent memory orderings for atomic ops. by Jim Stichnoth · 10 years ago
  66. 68a0633 Use the installed/downloaded objdump instead of work-dir one. by Jan Voung · 10 years ago
  67. 22ed4eb Fix subzero translator to use new API for reporting errors. by Karl Schimpf · 10 years ago
  68. a67fc44 Subzero: Run sandboxed cross tests, and do some cleanup. by Jim Stichnoth · 10 years ago
  69. 5bc4431 Subzero: Fix a register allocation issue for "advanced phi lowering". by Jim Stichnoth · 10 years ago
  70. c450879 Subzero: Clean up the runtime implementation. by Jim Stichnoth · 10 years ago
  71. 739327a llvm-readobj no longer prints section data for .bss sections (adjust test) by Jan Voung · 10 years ago
  72. fa0cfa5 Subzero: Change the name llvm2ice to the more appropriate pnacl-sz. by Jim Stichnoth · 10 years ago
  73. 729dbd0 Subzero: Clean up function header emission. by Jim Stichnoth · 10 years ago
  74. b5447a0 Omit textual emitConstPool in MINIMAL build. by Jan Voung · 10 years ago
  75. cb165ca Handle ffunction-sections w/ filetype=obj. by Jan Voung · 10 years ago
  76. 9738a9e Subzero: Update tests and build scripts for sandboxing. by Jim Stichnoth · 10 years ago
  77. c53f7a6 Subzero: Translate the unreachable bitcode directly to ud2. by Jim Stichnoth · 10 years ago
  78. 9f42d8c Subzero: Add sandboxing for x86-32. by Jim Stichnoth · 10 years ago
  79. a2703ae Subzero: switch from llvm-objdump to objdump for lit tests (for LLVM merge) by Jan Voung · 10 years ago
  80. 9f76aec Subzero: Make threads=2 and filetype=obj the testing defaults. by Jim Stichnoth · 10 years ago
  81. 7b30067 Convert a few lit tests that use "lc2i | llvm-mc | llvm-objdump" to use p2i. by Jan Voung · 10 years ago
  82. d442e7e Subzero: Use -filetype instead of -ias and -elf-writer. by Jim Stichnoth · 10 years ago
  83. bbca754 Subzero: Emit functions and global initializers in a separate thread. by Jim Stichnoth · 10 years ago
  84. 77973cc Track protos + globals w/out initializers as undef too (not just helper funcs) by Jan Voung · 10 years ago
  85. 261cae3 Track undefined sym in the symtab. Remove hack for missing relocs against undef. by Jan Voung · 10 years ago
  86. 72984d8 Write out global initializers and data rel directly to ELF file. by Jan Voung · 10 years ago
  87. fa4efea Subzero: Initial implementation of multithreaded translation. by Jim Stichnoth · 10 years ago
  88. fed97af Make use of BSS more explicit in global initializers (vs a local .comm). by Jan Voung · 10 years ago
  89. ec27073 Start writing out some relocation sections (text). by Jan Voung · 10 years ago
  90. 91a3e2c Subzero: Write float/double constant pools directly to the ELF file. by Jan Voung · 10 years ago
  91. e6d2478 Subzero: Randomize register assignment. by Jim Stichnoth · 10 years ago
  92. 9bb188d Reduce one layer of decoding for binary operations in bitcode reading. by Karl Schimpf · 10 years ago
  93. 4828be2 Subzero: Add llvm-readobj to lit.cfg. by Jim Stichnoth · 10 years ago
  94. 08c3bcd Subzero: Add basic ELFObjectWriter (text section, symtab, strtab, headers). by Jan Voung · 10 years ago
  95. 2f6f860 Create local config file for subzero reader tests. by Karl Schimpf · 10 years ago
  96. 3324642 Subzero: Fix new issues after the LLVM 3.5 merge. by Jim Stichnoth · 10 years ago
  97. d2cb436 Subzero: Simplify the constant pools. by Jim Stichnoth · 10 years ago
  98. b6c96af Turn off dump/emit routines when building minimal subzero. by Karl Schimpf · 10 years ago
  99. 70d0a05 Subzero: Use the linear-scan register allocator for Om1 as well. by Jim Stichnoth · 10 years ago
  100. 51596d4 Subzero: Auto-set -build-on-read=0 for .ll input files. by Jim Stichnoth · 10 years ago