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