Changes in directory llvm/utils:
Makefile updated: 1.15 -> 1.16
---
Log message:
Set the new NO_INSTALL flag for build-only tools.
---
Diffs of the changes: (+1 -1)
Makefile |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/utils/Makefile
diff -u llvm/utils/Makefile:1
Changes in directory llvm/utils:
Makefile updated: 1.14 -> 1.15
---
Log message:
llvm-config doesn't live here anymore ==> tools
---
Diffs of the changes: (+1 -6)
Makefile |7 +--
1 files changed, 1 insertion(+), 6 deletions(-)
Index: llvm/utils/Makefile
diff -u llvm/utils/Makefi
Changes in directory llvm/utils:
Makefile updated: 1.13 -> 1.14
---
Log message:
Burg not needed any more now that SparcV9 is gone.
---
Diffs of the changes: (+1 -1)
Makefile |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/utils/Makefile
diff -u llvm/utils/Makefile:
Changes in directory llvm/utils:
Makefile updated: 1.12 -> 1.13
---
Log message:
Rename BuildShuffleTable -> PerfectShuffle
---
Diffs of the changes: (+1 -1)
Makefile |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/utils/Makefile
diff -u llvm/utils/Makefile:1.12 llv
Changes in directory llvm/utils:
Makefile updated: 1.11 -> 1.12
---
Log message:
Add missing things to the distribution.
---
Diffs of the changes: (+3 -3)
Makefile |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
Index: llvm/utils/Makefile
diff -u llvm/utils/Makefile:1.11
Changes in directory llvm/utils:
Makefile updated: 1.10 -> 1.11
---
Log message:
Fix a typo in the name of a file.
---
Diffs of the changes: (+1 -1)
Makefile |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/utils/Makefile
diff -u llvm/utils/Makefile:1.10 llvm/utils/M
Changes in directory llvm/utils:
Makefile updated: 1.9 -> 1.10
---
Log message:
Additional files to distribute.
---
Diffs of the changes: (+7 -5)
Makefile | 12 +++-
1 files changed, 7 insertions(+), 5 deletions(-)
Index: llvm/utils/Makefile
diff -u llvm/utils/Makefile:1.9 llvm
Changes in directory llvm/utils:
Makefile updated: 1.8 -> 1.9
---
Log message:
Add the llvm-config directory to the EXTRA_DIST line so it gets distributed
even though its not being built currently. This prevents dist-check from
failing because configure can't find llvm-config.in.in
---
Diffs
Changes in directory llvm/utils:
Makefile updated: 1.7 -> 1.8
---
Log message:
Update to llvm-config tool, by Erik Kidd:
1. Check for Perl and only build llvm-config if its available.
2. Add some virtual components
3. Don't depend on "standard" location for Perl, but configured location
4. Doc