Commit Graph

1132 Commits

Author SHA1 Message Date
Gianfranco Costamagna
2b97c8a523 Improved message for helpers 2016-03-08 10:20:56 +00:00
Gianfranco Costamagna
fdfc741264 Update changelog 2016-03-08 08:02:04 +00:00
Gianfranco Costamagna
98e3a8c4d6 switch to https link 2016-03-07 13:15:35 +00:00
Gianfranco Costamagna
8588e6ddcf Fix VCS fields 2016-03-07 13:15:03 +00:00
Sylvestre Ledru
a3daeed38a improve the txt generation + comments 2016-03-07 13:04:45 +00:00
Sylvestre Ledru
43c2efe17e fix the cmake build 2016-03-07 13:04:35 +00:00
Gianfranco Costamagna
b59d0b52f5 Update changelog 2016-03-07 12:51:37 +00:00
Gianfranco Costamagna
b221173cdd Update changelog 2016-03-07 12:45:48 +00:00
Gianfranco Costamagna
4e201f6c4b Fix libllvm3.8 from Graham Inggs 2016-03-07 12:45:42 +00:00
Gianfranco Costamagna
e213b377c7 Fix polly checks 2016-03-07 12:45:14 +00:00
Gianfranco Costamagna
904f8cdfb8 Do not disable polly on s390x 2016-03-07 12:31:32 +00:00
Gianfranco Costamagna
e2c6557046 Disable polly on s390x 2016-03-07 10:01:43 +00:00
Sylvestre Ledru
0af2594ef7 * Sync against 3.8
* Disable "Sphinx warnings treated as errors"
2016-03-06 08:15:40 +00:00
Sylvestre Ledru
7138491dc0 * New upstream release
* Install a missing library to unbreak lldb (Closes: #815809)
* New snapshot release
* Update the clang description for something more accurate (C++-11, 14, etc)
* Update debian/orig-tar.sh to remove autoconf/config.sub autoconf/config.guess
  in polly
* clang-tidy-3.8: Remove Breaks/Replaces on clang-modernize-3.8.
* Disable lldb on s390x.
* New snapshot release
* Remove build-llvm/ after the install step to save space.
  Most of the rc1 builds failed because of hd space.
* New snapshot release
* Cmake migration. Done by Andrew Wilkins. Many thanks to him
  - Update patches to set SONAME in CMake build
  - Create symlinks with ".links", don't install from build tree
  - Remove LLVM-internal tools (lit, FileCheck, not, tblgen, etc.)
  - Remove llvm-X.Y-tools package, because it contained only
    internal tools that are not intended for distribution.
  - Remove autotools-specific artifacts from packages.
  - Remove "dummy" documentation artifacts from llvm-X.Y-docs
    package. Not built/installed by CMake, not useful.
  - Update control/rules to support CMake
  - Patch LLDB SWIG interfaces to workaround a bug in SWIG
    See https://llvm.org/bugs/show_bug.cgi?id=25468
  - add missing files to clang-format
  - Add patch to fix sanitizer lit invocation
  - removed LLVM-internal tools (lit, FileCheck, not, *-tblgen, etc.);
    not installed by CMake, not intended for distribution
  - removed llvm-X.Y-tools (contained only internal tools)
  - removed autotools-specific artifacts (configure, Makefile, etc.)
  - removed dummy documentation files
2016-03-05 11:31:54 +00:00
Sylvestre Ledru
bfbceeb386 fix the cmake 2016-03-05 11:30:02 +00:00
Sylvestre Ledru
8816882602 ok, let's ship it 2016-03-05 10:45:39 +00:00
Sylvestre Ledru
651d5e531c fix some lldb install issue 2016-03-05 08:22:56 +00:00
Sylvestre Ledru
cf0c03051d fix the changelog 2016-03-04 19:04:13 +00:00
Sylvestre Ledru
d03409dc83 * New upstream release
* install missing file (TODO bug lldb)
2016-03-04 16:56:55 +00:00
Sylvestre Ledru
6df26a99ec * New snapshot release
* clang-tidy-3.8: Remove Breaks/Replaces on clang-modernize-3.8.
* Disable lldb on s390x.
2016-02-25 13:26:49 +00:00
Sylvestre Ledru
ac8d009c00 fix the build with cmake 2016-02-15 19:13:13 +00:00
Sylvestre Ledru
b69ddd8385 remove old useless files 2016-02-15 12:21:12 +00:00
Sylvestre Ledru
db9627d9c7 remove old useless files^C 2016-02-15 12:20:21 +00:00
Sylvestre Ledru
f6359ef2eb Update debian/orig-tar.sh to remove autoconf/config.sub autoconf/config.guess
in polly
2016-02-14 20:50:45 +00:00
Sylvestre Ledru
34d37439a8 disable patch 2016-02-14 18:07:40 +00:00
Sylvestre Ledru
da7745a4f6 fix the build system when using cmake 2016-02-14 17:18:09 +00:00
Sylvestre Ledru
720303b34c rebase of the patches + remove + fix-doc-rst.diff 2016-02-14 17:16:22 +00:00
Sylvestre Ledru
ef02fcab14 Switch to 3.9 (remove lldb-3.9-dev as it was a transitionnal pkg) 2016-02-08 12:54:05 +00:00
Sylvestre Ledru
81281baa5f Switch to 3.9 2016-02-08 12:53:27 +00:00
Sylvestre Ledru
ee3519828b add missing patch 2016-02-08 12:51:49 +00:00
Sylvestre Ledru
dd8713ffce * Cmake migration. Done by Andrew Wilkins. Many thanks to him
- Update patches to set SONAME in CMake build
  - Create symlinks with ".links", don't install from build tree
  - Remove LLVM-internal tools (lit, FileCheck, not, tblgen, etc.)
  - Remove llvm-X.Y-tools package, because it contained only
    internal tools that are not intended for distribution.
  - Remove autotools-specific artifacts from packages.
  - Remove "dummy" documentation artifacts from llvm-X.Y-docs
    package. Not built/installed by CMake, not useful.
  - Update control/rules to support CMake
  - Patch LLDB SWIG interfaces to workaround a bug in SWIG
    See https://llvm.org/bugs/show_bug.cgi?id=25468
  - add missing files to clang-format
  - Add patch to fix sanitizer lit invocation
  - removed LLVM-internal tools (lit, FileCheck, not, *-tblgen, etc.);
    not installed by CMake, not intended for distribution
  - removed llvm-X.Y-tools (contained only internal tools)
  - removed autotools-specific artifacts (configure, Makefile, etc.)
  - removed dummy documentation files
2016-02-08 12:49:57 +00:00
Sylvestre Ledru
6c1a959183 * Update the clang description for something more accurate (C++-11, 14, etc) 2016-02-08 12:45:58 +00:00
Sylvestre Ledru
fab0601479 Update the clang description for something more accurate (C++-11, 14, etc) 2016-02-08 12:45:08 +00:00
Sylvestre Ledru
dc22bf0057 * New snapshot release
* Remove build-llvm/ after the install step to save space.
  Most of the rc1 builds failed because of hd space.
2016-02-03 15:21:15 +00:00
Sylvestre Ledru
c59c8e7c6c rebase of the patch 2016-02-03 15:20:09 +00:00
Sylvestre Ledru
b7c907c689 remove deprecate patch 2016-02-03 15:20:02 +00:00
Sylvestre Ledru
4678747a3e fixed some various issues 2016-02-03 07:55:20 +00:00
Sylvestre Ledru
cd6a4210bb silent more tests 2016-01-24 17:40:11 +00:00
Sylvestre Ledru
3149b75b87 json cmake based patch 2016-01-22 16:05:19 +00:00
Sylvestre Ledru
cb16042796 explicit dep on python + change priority of a dbg pkg 2016-01-22 14:37:22 +00:00
Sylvestre Ledru
f19419341f For now, disable the fail on testsuite on amd64 & i386 2016-01-20 17:51:48 +00:00
Sylvestre Ledru
8c26e94d7e new symbol 2016-01-20 17:41:23 +00:00
Sylvestre Ledru
bb0a70c453 prepare the 3.8 build 2016-01-20 17:35:53 +00:00
Sylvestre Ledru
20af508abf rebase of the patch 2016-01-20 15:03:12 +00:00
Sylvestre Ledru
ceb6fcfd24 rebase of the patch 2016-01-07 11:38:42 +00:00
Sylvestre Ledru
763531d41e more info in the changelog 2016-01-04 12:51:36 +00:00
Sylvestre Ledru
e3c1b1391d Add patch to fix sanitizer lit invocation 2016-01-04 12:48:33 +00:00
Sylvestre Ledru
5cba9bcc94 add missing files to clang-format 2016-01-04 12:47:36 +00:00
Sylvestre Ledru
a996cf3647 Patch LLDB SWIG interfaces to workaround a bug in SWIG
See https://llvm.org/bugs/show_bug.cgi?id=25468
2016-01-04 12:47:12 +00:00
Sylvestre Ledru
08f5bc9767 Update control/rules to support CMake 2016-01-04 12:46:28 +00:00