This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0333e48f081 Fix typo: "with he MODULE" -> "with the MODULE" new 2c32ed44d3c [CostModel][X86] Add SSE1 fp cost tests new 1ac5e01f9fa Revert patches 348835 and 348571 because they're causing co [...]
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/IR/ConstantFold.cpp | 9 +- test/Analysis/ConstantFolding/func-and-folding.ll | 27 --- test/Analysis/CostModel/X86/arith-fp.ll | 224 +++++++++++++++++---- .../2004-03-07-FunctionAddressAlignment.ll | 16 ++ 4 files changed, 204 insertions(+), 72 deletions(-) delete mode 100644 test/Analysis/ConstantFolding/func-and-folding.ll create mode 100644 test/Assembler/2004-03-07-FunctionAddressAlignment.ll