Changes in directory llvm-test/MultiSource/Applications/minisat:
Makefile updated: 1.10 -> 1.11
---
Log message:
oops.
---
Diffs of the changes: (+2 -2)
Makefile |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm-test/MultiSource/Applications/minisat/Makefile
diff -
Changes in directory llvm-test/MultiSource/Applications/minisat:
Makefile updated: 1.9 -> 1.10
---
Log message:
Fix for src != obj.
---
Diffs of the changes: (+2 -2)
Makefile |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm-test/MultiSource/Applications/minisat/Ma
Changes in directory llvm-test/MultiSource/Applications/minisat:
Makefile updated: 1.8 -> 1.9
---
Log message:
work around a libtool bug.
---
Diffs of the changes: (+4 -0)
Makefile |4
1 files changed, 4 insertions(+)
Index: llvm-test/MultiSource/Applications/minisat/Makefile
di
Changes in directory llvm-test/MultiSource/Applications/minisat:
Makefile updated: 1.7 -> 1.8
---
Log message:
Use $(SHLIBEXT) for the shared library extension instead of .dylib
---
Diffs of the changes: (+1 -2)
Makefile |3 +--
1 files changed, 1 insertion(+), 2 deletions(-)
Index:
Changes in directory llvm-test/MultiSource/Applications/minisat:
Makefile updated: 1.6 -> 1.7
---
Log message:
Set a tolerance of 0.1 so that LLC and CBE can pass on SSE machines.
---
Diffs of the changes: (+1 -0)
Makefile |1 +
1 files changed, 1 insertion(+)
Index: llvm-test/MultiS
Changes in directory llvm-test/MultiSource/Applications/minisat:
Makefile updated: 1.5 -> 1.6
---
Log message:
Allow the CBE to link on Linux by adding the math library for "pow"
---
Diffs of the changes: (+1 -1)
Makefile |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: l
Changes in directory llvm-test/MultiSource/Applications/minisat:
Makefile updated: 1.4 -> 1.5
---
Log message:
let this sort-of work with darwin at least
---
Diffs of the changes: (+3 -0)
Makefile |3 +++
1 files changed, 3 insertions(+)
Index: llvm-test/MultiSource/Applications/mini