1. 74ab84c Change "Name" to "AsmName" in the target register info. Gee, a refactoring tool by Bill Wendling · 17 years ago
  2. 672e550 Same isPhysRegAvailable bug as local register allocator. by Evan Cheng · 17 years ago
  3. 4c71dfe Update gcc 4.3 warnings fix patch with recent head changes by Anton Korobeynikov · 17 years ago
  4. 63e3cd4 Remove unnecessary #include. by Evan Cheng · 17 years ago
  5. 6f0d024 Rename MRegisterInfo to TargetRegisterInfo. by Dan Gohman · 18 years ago
  6. f2f8c2a Forgot these files. by Evan Cheng · 18 years ago
  7. 8822eab RegAllocBigBlock doesn't need LiveVariables either. by Owen Anderson · 18 years ago
  8. 749c6f6 rename TargetInstrDescriptor -> TargetInstrDesc. by Chris Lattner · 18 years ago
  9. 6425f8b Update CodeGen for MRegisterInfo --> TargetInstrInfo changes. by Owen Anderson · 18 years ago
  10. f6372aa Move some more instruction creation methods from RegisterInfo into InstrInfo. by Owen Anderson · 18 years ago
  11. 84bc542 Rename SSARegMap -> MachineRegisterInfo in keeping with the idea by Chris Lattner · 18 years ago
  12. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  13. d64b5c8 Add a argument to storeRegToStackSlot and storeRegToAddr to specify whether by Evan Cheng · 18 years ago
  14. aee4af6 Remove redundant foldMemoryOperand variants and other code clean up. by Evan Cheng · 18 years ago
  15. 76c1b97 Merge DenseMapKeyInfo & DenseMapValueInfo into DenseMapInfo by Chris Lattner · 18 years ago
  16. df82c93 ok, this is something of a dirty hack, but it seems to work. (fixes e.g. by Duraid Madina · 18 years ago
  17. b2efabd ok, this much doesn't seem to bork anything by Duraid Madina · 18 years ago
  18. 4e378c6 revert evan's fixes (and my doofusness) since they had a huge code by Duraid Madina · 18 years ago
  19. 669f738 pull evan's fixes - should help the nightly tester (but there are still by Duraid Madina · 18 years ago
  20. 837a600 tidy this file up a bit by Duraid Madina · 18 years ago
  21. 2e0930c A bunch of fixes to the BigBlock allocator improve compile-time by ~20% by Duraid Madina · 18 years ago
  22. a8c7682 check in the BigBlock local register allocator by Duraid Madina · 18 years ago