1. 230d410 Subzero: Improve usability of liveness-related tools. by Jim Stichnoth · 9 years ago
  2. ba6a67c Subzero. Enables (most) crosstests for ARM32. by John Porto · 9 years ago
  3. 2f5534f Subzero. ARM32 Fcmp lowering. by John Porto · 9 years ago
  4. a83bfde Subzero. Implements TargetDataARM32::lowerConstants. by John Porto · 9 years ago
  5. 6966055 Subzero: Fix a couple of debugging tools. by Jim Stichnoth · 9 years ago
  6. 6d47bcd Refactor Hi and Lo out of Variable. by Andrew Scull · 9 years ago
  7. 385351b Fixes ARM32 VFP calling convetion. by John Porto · 9 years ago
  8. 57e1268 Reflow comments to use the full width. by Andrew Scull · 9 years ago
  9. f977f71 Subzero. Implements the scalar bitcast operations for ARM32. by John Porto · 9 years ago
  10. c31e2ed Implements int2fp, fp2int, and fp2fp conversions for ARM32. by John Porto · 9 years ago
  11. 2c688f6 Fix the build for clang 3.8 and MINIMAL=1. by Andrew Scull · 9 years ago
  12. a8d4713 Fix warnings produced by g++ on Windows. by Jim Stichnoth · 9 years ago
  13. 5300bfe Subzero. Changes the declaration for ARM32 registers. by John Porto · 9 years ago
  14. bb0a5fe Subzero. Changes the Register Allocator so that it is aware of register aliases. by John Porto · 9 years ago
  15. 11c9a32 Weight variables for register allocation by their number of uses. by Andrew Scull · 9 years ago
  16. aee5fa8 Use separate random number generator for each randomization pass by Qining Lu · 9 years ago
  17. 86ebec1 Add the ARM32 FP register table entries, simple arith, and args. by Jan Voung · 9 years ago
  18. b3bfcbc Subzero: Expand the liveness consistency check. by Jim Stichnoth · 9 years ago
  19. 28068ad ARM: Add a postRA pass to legalize stack offsets. Greedy approach (reserve IP). by Jan Voung · 9 years ago
  20. 86df4e9 Iasm and obj lowering for advanced switch lowering. by Andrew Scull · 9 years ago
  21. a3f57b9 Subzero: Cleanly implement register allocation after phi lowering. by Jim Stichnoth · 9 years ago
  22. 0dab032 Make ARM RegNames[] static like X86 (no ARM syms in X86-only build). by Jan Voung · 9 years ago
  23. 97f460d Rename legalizeToVar to the more accurate legalizeToReg. by Andrew Scull · 9 years ago
  24. 5348369 Factor out prelowerPhi for 32-bit targets. Disable adv phi lowering for ARM. by Jan Voung · 9 years ago
  25. fbdd244 Factor out legalization of undef, and handle more cases for ARM. by Jan Voung · 9 years ago
  26. f645d85 ARM32: Lower more integer intrinsics and test. by Jan Voung · 9 years ago
  27. 9612d32 Doxygenize the documentation comments by Andrew Scull · 9 years ago
  28. 70fa525 Fix ARM Om1 lowering for arithmetic, and test. by Jan Voung · 9 years ago
  29. 6ec369e ARM lowering integer divide and remainder, with div by 0 checks. by Jan Voung · 9 years ago
  30. e0df91f ARM: lowerSelect for integers. by Jan Voung · 9 years ago
  31. fdc54db Implement ARM32 switch lowering. by Andrew Scull · 9 years ago
  32. 67f8de9 Includes module header first. by John Porto · 9 years ago
  33. 20b71f5 Subzero: Reduce the amount of #ifdef'd code. by Jim Stichnoth · 9 years ago
  34. eafb56c Subzero: Use C++11 member initializers where practical. by Jim Stichnoth · 9 years ago
  35. b0a8c24 ARM: Assign "actuals" at call site to the appropriate GPR/stack slot. by Jan Voung · 9 years ago
  36. 8b1a705 Fix a bug that would cause subzero to fail when --threads=0. by John Porto · 9 years ago
  37. d062f73 Add a basic enum for ARM InstructionSet / cpu features. by Jan Voung · 9 years ago
  38. 58eea4d Move lowerGlobal() from target-specific code to emitGlobal() in generic code. by Jan Voung · 9 years ago
  39. 0f86d03 Removes const qualification for two methods in TargetDataLowering. by John Porto · 9 years ago
  40. fb79284 Emit ARM build-attributes in the file scope (as header). by Jan Voung · 9 years ago
  41. 66c3d5e Subzero ARM32: Lower shift and zext, sext, and trunc. by Jan Voung · 9 years ago
  42. befd03a Subzero ARM: lowerLoad and lowerStore. by Jan Voung · 9 years ago
  43. 0fa6c5a Subzero ARM: addProlog/addEpilogue -- share some code with x86. by Jan Voung · 9 years ago
  44. 55500db Subzero ARM: lower alloca instruction. by Jan Voung · 9 years ago
  45. 3bfd99a Subzero ARM: do lowerIcmp, lowerBr, and a bit of lowerCall. by Jan Voung · 9 years ago
  46. 2971997 Lower a few basic ARM binops for i{8,16,32,64}. by Jan Voung · 9 years ago
  47. b3401d2 Subzero ARM: lowerArguments (GPR), basic legalize(), and lowerRet(i32, i64). by Jan Voung · 9 years ago
  48. 76bb0be Convert Constant->emit() definitions to allow multiple targets to define them. by Jan Voung · 9 years ago
  49. b2d5084 Handle ARM "ret void" and function alignment with proper padding. by Jan Voung · 9 years ago
  50. b36ad9b Add a basic TargetARM32 skeleton which knows nothing. by Jan Voung · 10 years ago