1. e11f878 Use three-address form of imul by David Sehr · 10 years ago
  2. 578f116 Subzero. Enable Atomics in ARM. by John Porto · 10 years ago
  3. ebbb591 Subzero: Improve lowering sequence for "a=b*b". by Jim Stichnoth · 10 years ago
  4. b36757e Subzero: Fix nondeterministic behavior in constant pool creation. by Jim Stichnoth · 10 years ago
  5. 318f4cd Subzero: Use register availability during lowering to improve the code. by Jim Stichnoth · 10 years ago
  6. 07af2ac Add check to verify alignment on global variables. by Karl Schimpf · 10 years ago
  7. fc0a52d Check that address is i32 for indirect calls. by Karl Schimpf · 10 years ago
  8. e0b829f Subzero. Eliminates the use of Variable64On32 as operands in ARM. by John Porto · 10 years ago
  9. ba6a67c Subzero. Enables (most) crosstests for ARM32. by John Porto · 10 years ago
  10. 55f931f Subzero: Improve handling of alloca instructions of constant size. by Jim Stichnoth · 10 years ago
  11. 467a222 Subzero: Enable the asm-verbose.ll test for ARM32. by Jim Stichnoth · 10 years ago
  12. 958ff34 Fix code checking arguments to an intrinsic call. by Karl Schimpf · 10 years ago
  13. 28fc2d7 Require that the module symbol table can't appear after function. by Karl Schimpf · 10 years ago
  14. 0b8763e Fix pnacl-sz to not accept files containing multiple modules. by Karl Schimpf · 10 years ago
  15. 55f2e6d Optimize 64-bit shifts by constants for x86-32 by David Sehr · 10 years ago
  16. 43632b9 Check that element type correct in vector insert element. by Karl Schimpf · 10 years ago
  17. 2f5534f Subzero. ARM32 Fcmp lowering. by John Porto · 10 years ago
  18. ff94f59 Fix call instructions to check parameter types for consistency. by Karl Schimpf · 10 years ago
  19. a83bfde Subzero. Implements TargetDataARM32::lowerConstants. by John Porto · 10 years ago
  20. 6966055 Subzero: Fix a couple of debugging tools. by Jim Stichnoth · 10 years ago
  21. c49eeae Don't allow multiple symbol tables in the module block. by Karl Schimpf · 10 years ago
  22. 385351b Fixes ARM32 VFP calling convetion. by John Porto · 10 years ago
  23. 52863b1 Check that symbol names in symbol tables are unique. by Karl Schimpf · 10 years ago
  24. 9d25e62 Fix operand lookup in functions to check if local index out of range. by Karl Schimpf · 10 years ago
  25. 1aca230 Subzero: Validate phi instructions after CFG construction. by Jim Stichnoth · 10 years ago
  26. be49888 Subzero: Generate correct code for shifts by a large immediate. by Jim Stichnoth · 10 years ago
  27. 1921fba Subzero: Don't contract an empty node that branches to itself. by Jim Stichnoth · 10 years ago
  28. f977f71 Subzero. Implements the scalar bitcast operations for ARM32. by John Porto · 10 years ago
  29. c31e2ed Implements int2fp, fp2int, and fp2fp conversions for ARM32. by John Porto · 10 years ago
  30. aa6c109 This improves the variable use weight by taking into account use in loops. It by Andrew Scull · 10 years ago
  31. 11c9a32 Weight variables for register allocation by their number of uses. by Andrew Scull · 10 years ago
  32. 0042fea Fix handling unknown branches when parsing switch instructions. by Karl Schimpf · 10 years ago
  33. 360e319 Fix bug in the call to random number generator in Cfg's ctor by Qining Lu · 10 years ago
  34. aee5fa8 Use separate random number generator for each randomization pass by Qining Lu · 10 years ago
  35. cfa628b Inline memove for small constant sizes and refactor memcpy and memset. by Andrew Scull · 10 years ago
  36. 7a99327 Restore function-local variables to use a vector. by Karl Schimpf · 10 years ago
  37. 98ed446 Change tracking of basic blocks (within function) to use a vector. by Karl Schimpf · 10 years ago
  38. 992f91d Subzero: Misc fixes/cleanup. by Jim Stichnoth · 10 years ago
  39. 86ebec1 Add the ARM32 FP register table entries, simple arith, and args. by Jan Voung · 10 years ago
  40. 9df4a37 Inline memcpy for small constant sizes. by Andrew Scull · 10 years ago
  41. f6f9825 Subzero: Fix an Om1 crash from memset lowering. by Jim Stichnoth · 10 years ago
  42. c5c8957 Subzero: Fix x86 lowering for shift-by-relocatable-constant. by Jim Stichnoth · 10 years ago
  43. 713dbde Inline memset when there is a constant value and count. by Andrew Scull · 10 years ago
  44. 28068ad ARM: Add a postRA pass to legalize stack offsets. Greedy approach (reserve IP). by Jan Voung · 10 years ago
  45. 969f6a3 Add -reorder-basic-blocks option and fix nop insertion by Qining Lu · 10 years ago
  46. 86df4e9 Iasm and obj lowering for advanced switch lowering. by Andrew Scull · 10 years ago
  47. 016c56d Handle UINT64_MAX edge case in switch lowering. by Andrew Scull · 10 years ago
  48. 713278a Remove jumps over empty blocks. by Andrew Scull · 10 years ago
  49. 8c8f3bc Only run adv-switch test when asm is allowed. by Andrew Scull · 10 years ago
  50. b7db1a5 Fix --filetype=iasm non-pc-rel fixup offsets (double counted). by Jan Voung · 10 years ago
  51. 87f80c1 Introduction of improved switch lowering. by Andrew Scull · 10 years ago
  52. 5348369 Factor out prelowerPhi for 32-bit targets. Disable adv phi lowering for ARM. by Jan Voung · 10 years ago
  53. fbdd244 Factor out legalization of undef, and handle more cases for ARM. by Jan Voung · 10 years ago
  54. e105c74 Change MIPS to avoid "none-nacl" for unsandboxed tests. by Reed Kotler · 10 years ago
  55. f645d85 ARM32: Lower more integer intrinsics and test. by Jan Voung · 10 years ago
  56. d00d48d implement the null function for the Mips32 subzero compiler by Reed Kotler · 10 years ago
  57. 70fa525 Fix ARM Om1 lowering for arithmetic, and test. by Jan Voung · 10 years ago
  58. 7b60eb7 Fix invalid tests to not run when minimal. by Karl Schimpf · 10 years ago
  59. 6ec369e ARM lowering integer divide and remainder, with div by 0 checks. by Jan Voung · 10 years ago
  60. 6c17dd8 Fixes case where terminator instruction is missing at end of function. by Karl Schimpf · 10 years ago
  61. e0df91f ARM: lowerSelect for integers. by Jan Voung · 10 years ago
  62. fdc54db Implement ARM32 switch lowering. by Andrew Scull · 10 years ago
  63. 40df458 Subzero: Fix a new test under MINIMAL mode. by Jim Stichnoth · 10 years ago
  64. c070d6f Fixes bug on conditional branch where the targets are the same. by Karl Schimpf · 10 years ago
  65. 7cd5351 Function Layout, Global Variable Layout and Pooled Constants Layout Reordering by Qining Lu · 10 years ago
  66. c879968 Subzero: Fix "make -f Makefile.standalone MINIMAL=1 check". by Jim Stichnoth · 10 years ago
  67. 8525c32 Subzero: Apply commutativity to the RMW optimization. by Jim Stichnoth · 10 years ago
  68. 253dc8a Add constant blinding/pooling option for X8632 code translation. by Qining Lu · 10 years ago
  69. b0a8c24 ARM: Assign "actuals" at call site to the appropriate GPR/stack slot. by Jan Voung · 10 years ago
  70. e4f65d8 Subzero: Transform suitable Load/Arith/Store sequences into RMW ops. by Jim Stichnoth · 10 years ago
  71. 8b1a705 Fix a bug that would cause subzero to fail when --threads=0. by John Porto · 10 years ago
  72. 58eea4d Move lowerGlobal() from target-specific code to emitGlobal() in generic code. by Jan Voung · 10 years ago
  73. 0933c0c Subzero: Strength-reduce mul by certain constants. by Jim Stichnoth · 10 years ago
  74. d9f1f9f Subzero: Fix lit and cross tests broken in f8b4cc8. by Jim Stichnoth · 10 years ago
  75. 66c3d5e Subzero ARM32: Lower shift and zext, sext, and trunc. by Jan Voung · 10 years ago
  76. 03ffa58 Subzero: Legalize FP constants directly into memory operands. by Jim Stichnoth · 10 years ago
  77. 8e6bf6e Subzero: Improve/refactor folding loads into the next instruction. by Jim Stichnoth · 10 years ago
  78. befd03a Subzero ARM: lowerLoad and lowerStore. by Jan Voung · 10 years ago
  79. e5b58fb Subzero: Changes needed for LLVM 3.7 integration. by Jim Stichnoth · 10 years ago
  80. 0fa6c5a Subzero ARM: addProlog/addEpilogue -- share some code with x86. by Jan Voung · 10 years ago
  81. c77f817 Subzero: Fold the load instruction into the next cast instruction. by Jim Stichnoth · 10 years ago
  82. c207d51 Use ldr for movs out of stack slots (instead of mov reg, [sp/fp]). by Jan Voung · 10 years ago
  83. 55500db Subzero ARM: lower alloca instruction. by Jan Voung · 10 years ago
  84. 3bfd99a Subzero ARM: do lowerIcmp, lowerBr, and a bit of lowerCall. by Jan Voung · 10 years ago
  85. e94740a Subzero: Use setcc for most fcmp conditions, instead of control flow. by Jim Stichnoth · 10 years ago
  86. 2971997 Lower a few basic ARM binops for i{8,16,32,64}. by Jan Voung · 10 years ago
  87. 537b5ba Subzero: Use cmov to improve lowering for the select instruction. by Jim Stichnoth · 10 years ago
  88. b3401d2 Subzero ARM: lowerArguments (GPR), basic legalize(), and lowerRet(i32, i64). by Jan Voung · 10 years ago
  89. a59ae6f Subzero: Fold icmp into br/select lowering. by Jim Stichnoth · 10 years ago
  90. 33492e7 Change a build-attribute REQUIRES check to use supported not requested. by Jan Voung · 10 years ago
  91. b2d5084 Handle ARM "ret void" and function alignment with proper padding. by Jan Voung · 10 years ago
  92. 90db6ae Subzero: Simplify the icmp i64 lowering. by Jim Stichnoth · 10 years ago
  93. f48b320 Subzero: Use a setcc sequence for better icmp lowering. by Jim Stichnoth · 10 years ago
  94. b36ad9b Add a basic TargetARM32 skeleton which knows nothing. by Jan Voung · 10 years ago
  95. 0a9e126 Subzero: Auto-detect cmake versus autoconf LLVM build. by Jim Stichnoth · 10 years ago
  96. caef348 Subzero: Use a "deterministic" random shuffle for register allocation. by Jim Stichnoth · 10 years ago
  97. 6e293c8 Subzero: Deterministically sort constant pool entries. by Jim Stichnoth · 10 years ago
  98. 0e432ac Subzero: Fix a lowering bug involving xchg and xadd instructions. by Jim Stichnoth · 10 years ago
  99. f79d2cb Subzero: Don't use key SSE instructions on potentially unaligned loads. by Jim Stichnoth · 10 years ago
  100. 69d3f9c Subzero: Prune unreachable nodes after constructing the Cfg. by Jim Stichnoth · 10 years ago