Changes in directory llvm/utils:
findoptdiff updated: 1.2 -> 1.3
---
Log message:
The -funcresolve and -raise options no longer exist.
---
Diffs of the changes: (+1 -1)
findoptdiff |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/utils/findoptdiff
diff -u llvm/utils/
Changes in directory llvm/utils:
findoptdiff updated: 1.1 -> 1.2
---
Log message:
Remove some clutter and make it keep going instead of stopping at the
first difference.
---
Diffs of the changes: (+23 -21)
findoptdiff | 44 +++-
1 files changed, 2
Changes in directory llvm/utils:
findoptdiff added (r1.1)
---
Log message:
Provide a script that can track down which optimization pass causes
different code to be produced between two llvm builds that differe slightly.
This is useful in tracking down mis-optimization bugs.
---
Diffs of the