1. 230d410 Subzero: Improve usability of liveness-related tools. by Jim Stichnoth · 9 years ago
  2. 188eae5 Consolidate shift processing into utility function by David Sehr · 9 years ago
  3. 55f931f Subzero: Improve handling of alloca instructions of constant size. by Jim Stichnoth · 9 years ago
  4. 55f2e6d Optimize 64-bit shifts by constants for x86-32 by David Sehr · 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. 00741a0 Improve use of CfgLocalAllocator and introduce containers that use it. by Andrew Scull · 9 years ago
  8. 57e1268 Reflow comments to use the full width. by Andrew Scull · 9 years ago
  9. ad2989b Subzero: Add a flag to mock up bounds checking on unsafe references. by Jim Stichnoth · 9 years ago
  10. bb0a5fe Subzero. Changes the Register Allocator so that it is aware of register aliases. by John Porto · 9 years ago
  11. aa6c109 This improves the variable use weight by taking into account use in loops. It by Andrew Scull · 9 years ago
  12. ec3f565 Subzero: Provide a macro for iterating over instruction variables. by John Porto · 9 years ago
  13. 11c9a32 Weight variables for register allocation by their number of uses. by Andrew Scull · 9 years ago
  14. aee5fa8 Use separate random number generator for each randomization pass by Qining Lu · 9 years ago
  15. cfa628b Inline memove for small constant sizes and refactor memcpy and memset. by Andrew Scull · 9 years ago
  16. 1d23542 Subzero. Native 64-bit int arithmetic on x86-64. by John Porto · 9 years ago
  17. 992f91d Subzero: Misc fixes/cleanup. by Jim Stichnoth · 9 years ago
  18. 9df4a37 Inline memcpy for small constant sizes. by Andrew Scull · 9 years ago
  19. 729b5f6 Subzero. Moves code around in preparations for 64-bit lowering. by John Porto · 9 years ago
  20. f6f9825 Subzero: Fix an Om1 crash from memset lowering. by Jim Stichnoth · 9 years ago
  21. e0d9afa Subzero. Implements x86-64 lowerCall. by John Porto · 9 years ago
  22. c5c8957 Subzero: Fix x86 lowering for shift-by-relocatable-constant. by Jim Stichnoth · 9 years ago
  23. 713dbde Inline memset when there is a constant value and count. by Andrew Scull · 9 years ago
  24. 59f2d92 Subzero. Misc fixes. by John Porto · 9 years ago
  25. 28068ad ARM: Add a postRA pass to legalize stack offsets. Greedy approach (reserve IP). by Jan Voung · 9 years ago
  26. 969f6a3 Add -reorder-basic-blocks option and fix nop insertion by Qining Lu · 9 years ago
  27. 86df4e9 Iasm and obj lowering for advanced switch lowering. by Andrew Scull · 9 years ago
  28. a3f57b9 Subzero: Cleanly implement register allocation after phi lowering. by Jim Stichnoth · 9 years ago
  29. 448c16f Removes references to ah. by John Porto · 9 years ago
  30. 8447bba Avoid heap allocation for binary search work stack. by Andrew Scull · 9 years ago
  31. 5aeed95 Changes the TargetX8632 to inherit from TargetX86Base<TargetX8632>. by John Porto · 9 years ago
  32. 97f460d Rename legalizeToVar to the more accurate legalizeToReg. by Andrew Scull · 9 years ago
  33. 87f80c1 Introduction of improved switch lowering. by Andrew Scull · 9 years ago
  34. 5348369 Factor out prelowerPhi for 32-bit targets. Disable adv phi lowering for ARM. by Jan Voung · 9 years ago
  35. fbdd244 Factor out legalization of undef, and handle more cases for ARM. by Jan Voung · 9 years ago
  36. f645d85 ARM32: Lower more integer intrinsics and test. by Jan Voung · 9 years ago
  37. 921856d X8632 Templatization completed. by John Porto · 9 years ago
  38. 9612d32 Doxygenize the documentation comments by Andrew Scull · 9 years ago
  39. 5d0acff Move X8632-specific Assembler stuff to Machine Traits. by John Porto · 9 years ago
  40. 7cd5351 Function Layout, Global Variable Layout and Pooled Constants Layout Reordering by Qining Lu · 9 years ago
  41. 67f8de9 Includes module header first. by John Porto · 9 years ago
  42. 36087cd Fixes the X86 Base template. by John Porto · 9 years ago
  43. 20b71f5 Subzero: Reduce the amount of #ifdef'd code. by Jim Stichnoth · 9 years ago
  44. 7e93c62 Extracts an TargetX86Base target which will be used as the common X86{32,64} implementation. by John Porto · 9 years ago