Commit Graph

  • 0620bc6bf0 - Don't run gcc for ada files, just fail instead. Ismail Dönmez 2011-12-25 15:48:32 +0000
  • ec4cb546de - Ismail Dönmez 2011-12-22 16:11:17 +0000
  • 09d7f5796a - Ismail Dönmez 2011-12-22 16:10:59 +0000
  • d234ddfc3e - Add clang-glibc2.14.patch to support glibc 2.14 headers - Install libprofile_rt.a Ismail Dönmez 2011-12-22 15:34:18 +0000
  • 750b387d12 Accepting request 95509 from devel:tools:compiler Stephan Kulow 2011-12-06 16:59:38 +0000
  • 6c752c8ae6 Fix build Ismail Dönmez 2011-12-05 19:33:29 +0000
  • 83e9dfb0e4 Fix build Ismail Dönmez 2011-12-05 16:01:36 +0000
  • 4924b082fd - Switch to 3-stage bootstrap Ismail Dönmez 2011-12-05 13:38:51 +0000
  • 1e5a0441c4 - Build first stage compiler with -O0 to workaround gcc 4.5 bug Ismail Dönmez 2011-12-02 12:22:27 +0000
  • 3b19d5767f - Update to final 3.0 release * No real change since rc2 Ismail Dönmez 2011-12-01 18:06:09 +0000
  • 9db86cfd9d - Use %{_lib} macro instead of checking for x86_64 Ismail Dönmez 2011-11-29 13:23:48 +0000
  • 8e9524212e - Enable ARM support again - Switch to optimized build Ismail Dönmez 2011-11-16 14:28:41 +0000
  • 58c2b1acef - Disable ARM support, VM goes out of memory while compiling it Ismail Dönmez 2011-11-10 14:55:16 +0000
  • bd026aef2c - Really enable ARM support - Remove forcing -frtti Ismail Dönmez 2011-11-10 10:34:16 +0000
  • 79dba80552 Accepting request 90302 from devel:tools:compiler Stephan Kulow 2011-11-08 08:30:56 +0000
  • 8765ddc3df - Update to r143961 from llvm-3.0 branch * No longer hardcoding include paths Ismail Dönmez 2011-11-07 15:26:23 +0000
  • fa5e6ec205 - Fix LLVMgold.so path for x86-64 Ismail Dönmez 2011-11-07 09:17:59 +0000
  • b859c3e7af - Enable ld gold support Ismail Dönmez 2011-11-06 22:03:33 +0000
  • 6c555d1bef Accepting request 89882 from devel:tools:compiler Stephan Kulow 2011-11-02 11:02:00 +0000
  • 5c15b50344 Fix tarball Ismail Dönmez 2011-11-01 13:53:35 +0000
  • 36a9d3777e - Update r143456 from llvm-3.0 branch * llvm/clang 3.0rc2 Ismail Dönmez 2011-11-01 11:05:08 +0000
  • 6aaa51e172 Accepting request 89723 from devel:tools:compiler Stephan Kulow 2011-10-29 06:00:43 +0000
  • ac3e402418 - Ismail Dönmez 2011-10-28 21:36:13 +0000
  • 09cda447bc - Add llvm-pr9614.patch to fix LLVM PR914 Ismail Dönmez 2011-10-28 21:31:30 +0000
  • 54e3e59227 Accepting request 89625 from devel:tools:compiler Stephan Kulow 2011-10-28 17:31:15 +0000
  • 1966aaef6f - Ismail Dönmez 2011-10-28 08:22:10 +0000
  • 8951ca8c41 Some small changes Ismail Dönmez 2011-10-25 18:59:57 +0000
  • 9e150b5b9f Accepting request 89231 from devel:tools:compiler Stephan Kulow 2011-10-25 14:15:23 +0000
  • 4b8b44cd9a - Update to r142912 llvm-3.0 branch * Fixes to python bindings Ismail Dönmez 2011-10-25 07:42:22 +0000
  • 595b8b2200 - Update to r142641 * llvm/clang 3.0 rc1 Ismail Dönmez 2011-10-21 07:00:19 +0000
  • b2eda0f5d3 - Enable ARM code generation Ismail Dönmez 2011-10-20 19:34:29 +0000
  • 8b0f1f3b6b - Fix libdir on x86_64 Ismail Dönmez 2011-10-19 15:46:09 +0000
  • 2da5396355 - Update to r142341 * First build from 3.0 branch * -Wc++98-compat warnings for the lexer * Add flags for the remaining shift related warnings (-Wshift-count-negative, -Wshift-count-overflow). * Only warn in -Wliteral-conversion if the conversion loses information * Added clang_getCompletionAnnotation and clang_getCompletionNumAnnotations to retrieve annotations from completion string. * Add support for -std=gnu90 and -std=c++03, for compatibility with modern gcc. - Switch to tar.bz2 and remove xz dependency Ismail Dönmez 2011-10-18 11:53:37 +0000
  • ce6eda7b8b Accepting request 85531 from devel:tools:compiler Lars Vogdt 2011-10-02 08:17:52 +0000
  • 0dbb902a47 - Update to r140780 * Code cleanup * Crash fixes * Add support for alignment-specifiers in C1X and C++11 * Introduce a new compiler switch: -fms-compatility * Emit debug info for c++0x nullptr. Ismail Dönmez 2011-09-29 20:33:54 +0000
  • 96c74a615b Autobuild autoformatter for 82000 Sascha Peilicke 2011-09-14 12:58:29 +0000
  • 6adc31d383 Updating link to change in openSUSE:Factory/llvm revision 12.0 OBS User buildservice-autocommit 2011-09-14 12:58:29 +0000
  • 094546c94c Accepting request 82000 from devel:tools:compiler Sascha Peilicke 2011-09-14 12:58:15 +0000
  • 1f1d5207a9 - Update to r139589 * C++0x fixes * PCH fixes Ismail Dönmez 2011-09-13 08:11:38 +0000
  • 2209b9e158 Autobuild autoformatter for 80523 Sascha Peilicke 2011-09-02 07:56:10 +0000
  • 2868ddd8e5 Updating link to change in openSUSE:Factory/llvm revision 10.0 OBS User buildservice-autocommit 2011-09-02 07:56:10 +0000
  • b434dac3f9 Accepting request 80523 from devel:tools:compiler Sascha Peilicke 2011-09-02 07:55:59 +0000
  • 6f0709d701 - Update to r138939 * Many crash fixes. * Performance optimizations. * Allow C99 hexfloats in C++0x mode. * Add missing function _mm_ucomige_sd to emmintrin.h. Ismail Dönmez 2011-09-01 14:35:13 +0000
  • 465ba1b569 Accepting request 78647 from devel:tools:compiler Sascha Peilicke 2011-08-15 09:45:34 +0000
  • ae811c1f2a - Update to r137452 * Fix problems found by PVS-Studio * More AVX fixes * Many C++ fixes - Add assume-opensuse.patch to remove dependency on openSUSE-release Ismail Dönmez 2011-08-12 10:31:37 +0000
  • 94d1c9107b Accepting request 77865 from devel:tools:compiler Sascha Peilicke 2011-08-04 08:05:43 +0000
  • b8c29699a3 - Update to r136773 * Many AVX fixes * Support for C++0x unicode string and character literals - Update to r135431 Ismail Dönmez 2011-08-03 11:49:17 +0000
  • e270a88ea5 Autobuild autoformatter for 76476 Sascha Peilicke 2011-07-20 07:41:29 +0000
  • 9e09f740c5 Updating link to change in openSUSE:Factory/llvm revision 6.0 OBS User buildservice-autocommit 2011-07-20 07:41:29 +0000
  • 4ca56f90d8 Accepting request 76476 from devel:tools:compiler Sascha Peilicke 2011-07-20 07:41:14 +0000
  • b8dde3d7ec Accepting request 76470 from home:vlj:branches:X11:XOrg Ismail Dönmez 2011-07-19 14:14:26 +0000
  • 0814c7548b - Ismail Dönmez 2011-07-11 12:41:14 +0000
  • 3a7419b0e8 - Update to r134888 * Type system rewrite Ismail Dönmez 2011-07-11 08:53:09 +0000
  • 046aa134c6 Autobuild autoformatter for 75928 Sascha Peilicke 2011-07-11 08:27:41 +0000
  • 2bcbea42f6 Updating link to change in openSUSE:Factory/llvm revision 4.0 OBS User buildservice-autocommit 2011-07-11 08:27:41 +0000
  • 6b303ce371 Accepting request 75928 from devel:tools:compiler Sascha Peilicke 2011-07-11 08:27:30 +0000
  • 484002eb14 - Update to r134813 * Mainly gcc compatibility fixes * gcc 4.6.1 support Ismail Dönmez 2011-07-09 09:46:54 +0000
  • e94eb1dd5f - Update to r134698 * Up to 80x speed improvements with -Wuninitialized Ismail Dönmez 2011-07-08 11:32:05 +0000
  • e2a56505bf Fix conflicts Ismail Dönmez 2011-07-07 12:17:56 +0000
  • b0aca1186b - Fix manpage generation (bnc #703591) Ismail Dönmez 2011-07-02 19:57:45 +0000
  • 7c4eac0b92 Updating link to change in openSUSE:Factory/llvm revision 2.0 OBS User buildservice-autocommit 2011-06-10 09:29:12 +0000
  • 067821080c Autobuild autoformatter for 73051 Sascha Peilicke 2011-06-10 09:29:12 +0000
  • 158146ed9f Accepting request 73051 from devel:tools:compiler Sascha Peilicke 2011-06-10 09:28:59 +0000
  • 785b421d3a Add some changelog Ismail Dönmez 2011-06-09 08:54:51 +0000
  • 636e89489d - Ismail Dönmez 2011-06-05 19:49:13 +0000
  • 67a385c7f5 - Ismail Dönmez 2011-06-05 19:37:37 +0000
  • a55b04b04f Only build X86 backend Ismail Dönmez 2011-06-05 19:31:48 +0000
  • 8bf01d7e5c - Update to r132667 Ismail Dönmez 2011-06-05 14:40:56 +0000
  • f53d75108d Depend on openSUSE-release to detect openSUSE version Ismail Dönmez 2011-06-04 22:04:15 +0000
  • 222a14b414 - Ismail Dönmez 2011-06-03 13:52:45 +0000
  • 9367f6478d Fix llvm-config Ismail Dönmez 2011-06-03 06:40:46 +0000
  • 0fcaf58dbe * Ismail Dönmez 2011-06-02 11:29:39 +0000
  • 38b2bcdcc2 - Ismail Dönmez 2011-06-02 07:50:08 +0000
  • 979b3a1467 - Ismail Dönmez 2011-06-01 21:01:24 +0000
  • 9d08f1c43c - Ismail Dönmez 2011-06-01 19:48:25 +0000
  • 46b5e4ff85 - Ismail Dönmez 2011-06-01 18:11:58 +0000
  • 4c9508dd5b Also remove .pod from the filename Ismail Dönmez 2011-06-01 13:32:18 +0000
  • 2beafd85a2 sigh Ismail Dönmez 2011-05-30 19:05:52 +0000
  • b58e3cb347 - Ismail Dönmez 2011-05-30 16:19:33 +0000
  • a11a327a9b - Ismail Dönmez 2011-05-30 14:35:16 +0000
  • 534aa67019 Define _prefix Ismail Dönmez 2011-05-29 20:16:51 +0000
  • d14bf2f762 Define _release_version Ismail Dönmez 2011-05-29 17:48:28 +0000
  • 8eb4986690 - Update to use cmake buildsystem - Remove unmaintained ocaml support Ismail Dönmez 2011-05-29 16:36:18 +0000
  • d3c1db314d Disable ocaml integration by default, its buggy Ismail Dönmez 2011-05-27 17:00:18 +0000
  • 5cbde32f5d - Update to latest svn revision 132050 Ismail Dönmez 2011-05-26 11:59:52 +0000
  • 3df78398af - Fix ocaml dependency Ismail Dönmez 2011-04-29 12:15:37 +0000
  • f98c2e0df3 Fix license Ismail Dönmez 2011-04-20 16:02:22 +0000
  • fb34434f16 OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=22 Ismail Dönmez 2011-04-20 13:53:17 +0000