1. 6bf4f67 CostModel: Add parameter to instruction cost to further classify operand values by Arnold Schwaighofer · 12 years ago
  2. ac5b391 Small fix for cost analysis of ptrtoint. by Patrik Hagglund · 12 years ago
  3. fb55a8f ARM cost model: Address computation in vector mem ops not free by Arnold Schwaighofer · 12 years ago
  4. 13086a6 Begin fleshing out an interface in TTI for modelling the costs of by Chandler Carruth · 12 years ago
  5. a5157e6 Switch CodeMetrics itself over to use TTI to determine if an instruction by Chandler Carruth · 12 years ago
  6. 1e05bd9 Introduce a generic interface for querying an operation's expected lowered cost. by Chandler Carruth · 12 years ago
  7. 053a211 Revert CostTable algorithm, will re-write by Renato Golin · 12 years ago
  8. 065db23 Fix 80-col and early exit in cost model by Renato Golin · 12 years ago
  9. d3c965d Change CostTable model to be global to all targets by Renato Golin · 12 years ago
  10. 14925e6 ARM Cost model: Use the size of vector registers and widest vectorizable instruction to determine the max vectorization factor. by Nadav Rotem · 12 years ago
  11. 83be7b0 Cost Model: Move the 'max unroll factor' variable to the TTI and add initial Cost Model support on ARM. by Nadav Rotem · 12 years ago
  12. e4ba75f Switch the SCEV expander and LoopStrengthReduce to use by Chandler Carruth · 12 years ago
  13. d1b8ef9 Make the popcnt support enums and methods have more clear names and by Chandler Carruth · 12 years ago
  14. be04929 Move TargetTransformInfo to live under the Analysis library. This no by Chandler Carruth · 12 years ago[Renamed (97%) from lib/IR/TargetTransformInfo.cpp]
  15. aeef83c Switch TargetTransformInfo from an immutable analysis pass that requires by Chandler Carruth · 12 years ago
  16. 7bdf6b0 Convert the TargetTransformInfo from an immutable pass with dynamic by Chandler Carruth · 12 years ago
  17. c2c50cd Rename VMCore directory to IR. by Chandler Carruth · 12 years ago[Renamed (94%) from lib/VMCore/TargetTransformInfo.cpp]
  18. 276c43f Lowercase the argument for TargetTransformInfo so it's consistent with all other passes. by Benjamin Kramer · 12 years ago
  19. c97410e Add a comment which explains why the assert fired and how to fix it. by Nadav Rotem · 12 years ago
  20. cbd9a19 Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerinvoke. by Nadav Rotem · 12 years ago
  21. 3b9a911 Temporarily revert the TargetTransform changes. by Bob Wilson · 12 years ago
  22. e3d0e86 by Nadav Rotem · 12 years ago