1. aee5fa8 Use separate random number generator for each randomization pass by Qining Lu · 10 years ago
  2. 86ebec1 Add the ARM32 FP register table entries, simple arith, and args. by Jan Voung · 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. 86df4e9 Iasm and obj lowering for advanced switch lowering. by Andrew Scull · 10 years ago
  5. a3f57b9 Subzero: Cleanly implement register allocation after phi lowering. by Jim Stichnoth · 10 years ago
  6. 0dab032 Make ARM RegNames[] static like X86 (no ARM syms in X86-only build). by Jan Voung · 10 years ago
  7. 97f460d Rename legalizeToVar to the more accurate legalizeToReg. by Andrew Scull · 10 years ago
  8. 87f80c1 Introduction of improved switch lowering. by Andrew Scull · 10 years ago
  9. 5348369 Factor out prelowerPhi for 32-bit targets. Disable adv phi lowering for ARM. by Jan Voung · 10 years ago
  10. fbdd244 Factor out legalization of undef, and handle more cases for ARM. by Jan Voung · 10 years ago
  11. f645d85 ARM32: Lower more integer intrinsics and test. by Jan Voung · 10 years ago
  12. 9612d32 Doxygenize the documentation comments by Andrew Scull · 10 years ago
  13. 6ec369e ARM lowering integer divide and remainder, with div by 0 checks. by Jan Voung · 10 years ago
  14. fdc54db Implement ARM32 switch lowering. by Andrew Scull · 10 years ago
  15. e587d94 Subzero: Use more "= default;" for ctors and dtors. by Jim Stichnoth · 10 years ago
  16. eafb56c Subzero: Use C++11 member initializers where practical. by Jim Stichnoth · 10 years ago
  17. b0a8c24 ARM: Assign "actuals" at call site to the appropriate GPR/stack slot. by Jan Voung · 10 years ago
  18. 8b1a705 Fix a bug that would cause subzero to fail when --threads=0. by John Porto · 10 years ago
  19. d062f73 Add a basic enum for ARM InstructionSet / cpu features. by Jan Voung · 10 years ago
  20. 58eea4d Move lowerGlobal() from target-specific code to emitGlobal() in generic code. by Jan Voung · 10 years ago
  21. 0f86d03 Removes const qualification for two methods in TargetDataLowering. by John Porto · 10 years ago
  22. fb79284 Emit ARM build-attributes in the file scope (as header). by Jan Voung · 10 years ago
  23. 66c3d5e Subzero ARM32: Lower shift and zext, sext, and trunc. by Jan Voung · 10 years ago
  24. befd03a Subzero ARM: lowerLoad and lowerStore. by Jan Voung · 10 years ago
  25. 0fa6c5a Subzero ARM: addProlog/addEpilogue -- share some code with x86. by Jan Voung · 10 years ago
  26. 55500db Subzero ARM: lower alloca instruction. by Jan Voung · 10 years ago
  27. 3bfd99a Subzero ARM: do lowerIcmp, lowerBr, and a bit of lowerCall. by Jan Voung · 10 years ago
  28. 2971997 Lower a few basic ARM binops for i{8,16,32,64}. by Jan Voung · 10 years ago
  29. b3401d2 Subzero ARM: lowerArguments (GPR), basic legalize(), and lowerRet(i32, i64). by Jan Voung · 10 years ago
  30. 76bb0be Convert Constant->emit() definitions to allow multiple targets to define them. by Jan Voung · 10 years ago
  31. b2d5084 Handle ARM "ret void" and function alignment with proper padding. by Jan Voung · 10 years ago
  32. b36ad9b Add a basic TargetARM32 skeleton which knows nothing. by Jan Voung · 10 years ago