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