The Week Of Monday 7 September 2015 Archives by subject
Starting: Tue Sep 8 10:53:26 UTC 2015
Ending: Sun Sep 13 23:35:14 UTC 2015
Messages: 333
- [libclc] 01/01: Update mailing list reference.
Andreas Beckmann
- [libclc] 01/02: don't build amdgcn package yet
Michael Gilbert
- [libclc] 01/02: pristine-tar data for libclc_0~git20130819.orig.tar.xz
Andreas Beckmann
- [libclc] 01/291: Create libclc subdirectories.
Andreas Beckmann
- [libclc] 02/02: pristine-tar data for libclc_0~git20140101.orig.tar.gz
Andreas Beckmann
- [libclc] 02/02: release 0.2.0+git20150813-1
Michael Gilbert
- [libclc] 02/291: Initial commit.
Andreas Beckmann
- [libclc] 03/291: Update repository paths.
Andreas Beckmann
- [libclc] 04/291: Test web page update.
Andreas Beckmann
- [libclc] 05/291: Switch to BSD/MIT dual license.
Andreas Beckmann
- [libclc] 06/291: Switch to the NVPTX backend.
Andreas Beckmann
- [libclc] 07/291: Explicit conversions.
Andreas Beckmann
- [libclc] 08/291: Add some tests which had heretofore evaded 'git add'.
Andreas Beckmann
- [libclc] 09/291: Add fabs builtin.
Andreas Beckmann
- [libclc] 10/291: Fix typo in double precision case.
Andreas Beckmann
- [libclc] 100/291: R600: Set the noduplicate attribute on barrier() intrinsics
Andreas Beckmann
- [libclc] 101/291: s/_CLC_DECL/_CLC_DEF/
Andreas Beckmann
- [libclc] 102/291: Implement builtins for cl_khr_global_int32_base_atomics extension
Andreas Beckmann
- [libclc] 103/291: Implement round builtin
Andreas Beckmann
- [libclc] 104/291: R600: Add aliases for Sea Islands GPUs
Andreas Beckmann
- [libclc] 105/291: Fix a C&P error in r195021 (65a950abab3cb8435ccb2646ac4773986c995c81)
Andreas Beckmann
- [libclc] 106/291: Implement trunc builtin.
Andreas Beckmann
- [libclc] 107/291: Add floating-point macro definitions v2
Andreas Beckmann
- [libclc] 108/291: Fix build with LLVM 3.5
Andreas Beckmann
- [libclc] 109/291: Pass -fno-builtin flag to clang to silence warnings
Andreas Beckmann
- [libclc] 11/291: Implement exp, exp2, log, log2, native_exp, native_exp2, native_log, native_log2. Patch by Joshua Cranmer!
Andreas Beckmann
- [libclc] 110/291: Update the copyright credits -- Happy new year 2014!
Andreas Beckmann
- [libclc] 111/291: Merge tag 'upstream/0_git20140101'
Andreas Beckmann
- [libclc] 112/291: Imported Debian patch 0~git20140101-1
Andreas Beckmann
- [libclc] 113/291: Fix build broken by LLVM commit r199279
Andreas Beckmann
- [libclc] 114/291: Enforce python2 for systems that use python3 as their default.
Andreas Beckmann
- [libclc] 115/291: Fixed ninja build issues relating to use of $(DESTDIR)
Andreas Beckmann
- [libclc] 116/291: Fixed rules names so they are unique when aliases are present.
Andreas Beckmann
- [libclc] 117/291: Updated README.TXT with information about using DESTDIR and building with Ninja.
Andreas Beckmann
- [libclc] 118/291: Revert "Enforce python2 for systems that use python3 as their default."
Andreas Beckmann
- [libclc] 119/291: Add generic nvptx targets
Andreas Beckmann
- [libclc] 12/291: Implement mad builtin.
Andreas Beckmann
- [libclc] 120/291: Fix build since r202052
Andreas Beckmann
- [libclc] 121/291: Add cross for double3 and double4
Andreas Beckmann
- [libclc] 122/291: Add sincos
Andreas Beckmann
- [libclc] 123/291: Add definition for M_PI_F v3
Andreas Beckmann
- [libclc] 124/291: Replace tabs by spaces
Andreas Beckmann
- [libclc] 125/291: Introduce M_LOG2E_F and M_LOG2E
Andreas Beckmann
- [libclc] 126/291: Remove clc/gentype.inc
Andreas Beckmann
- [libclc] 127/291: Fix build broken by LLVM commit r207593
Andreas Beckmann
- [libclc] 128/291: Add definition for M_PI
Andreas Beckmann
- [libclc] 129/291: Fix _F definitions
Andreas Beckmann
- [libclc] 13/291: Add fma, hypot builtins.
Andreas Beckmann
- [libclc] 130/291: Add more log related float constants
Andreas Beckmann
- [libclc] 131/291: Fix build broken by LLVM commit r209103
Andreas Beckmann
- [libclc] 132/291: Remove unused include which breaks build after r210803
Andreas Beckmann
- [libclc] 133/291: prepare-builtins: Use std:: prefix for error_code
Andreas Beckmann
- [libclc] 134/291: Implementations for exp(float) and exp(double) v2
Andreas Beckmann
- [libclc] 135/291: Add files forgotten in the previous commit
Andreas Beckmann
- [libclc] 136/291: Add intptr types
Andreas Beckmann
- [libclc] 137/291: clctypes.h: Don't rely on stddef.h for size_t and ptrdiff_t
Andreas Beckmann
- [libclc] 138/291: Add all(igentype) builtin
Andreas Beckmann
- [libclc] 139/291: relational: Add isequal(floatN) builtin
Andreas Beckmann
- [libclc] 14/291: Define FLOAT in floatn.inc.
Andreas Beckmann
- [libclc] 140/291: math: Implement mix builtin
Andreas Beckmann
- [libclc] 141/291: Revert "clctypes.h: Don't rely on stddef.h for size_t and ptrdiff_t"
Andreas Beckmann
- [libclc] 142/291: Add remaining float constants
Andreas Beckmann
- [libclc] 143/291: Fix definition of INFINITY and add NAN/HUGE_VAL[F]
Andreas Beckmann
- [libclc] 144/291: Add missing undefs
Andreas Beckmann
- [libclc] 145/291: Add pown
Andreas Beckmann
- [libclc] 146/291: Fix breakage after r211259
Andreas Beckmann
- [libclc] 147/291: Protect functions taking double by #ifdef cl_khr_fp64
Andreas Beckmann
- [libclc] 148/291: Move clcmacro.h to avoid cluttering user namespace v2
Andreas Beckmann
- [libclc] 149/291: Add MAXFLOAT
Andreas Beckmann
- [libclc] 15/291: Add missing dot.h include.
Andreas Beckmann
- [libclc] 150/291: Introduce CLC_VERSION macros v2
Andreas Beckmann
- [libclc] 151/291: Add half limits
Andreas Beckmann
- [libclc] 152/291: Add exp10
Andreas Beckmann
- [libclc] 153/291: relational: Implement signbit
Andreas Beckmann
- [libclc] 154/291: relational: Fix signbit
Andreas Beckmann
- [libclc] 155/291: OpenCL 1.1 does not define CL_VERSION_1_2 so use hardcoded number instead
Andreas Beckmann
- [libclc] 156/291: prepare-builtins: Fix broken build due to recent LLVM API change
Andreas Beckmann
- [libclc] 157/291: relational: create re-usable macros for relational declarations
Andreas Beckmann
- [libclc] 158/291: Fix isnan definition for vector results
Andreas Beckmann
- [libclc] 159/291: relational/signbit: Refactor to use relational macros
Andreas Beckmann
- [libclc] 16/291: Enable cl_khr_fp64 when building the library, and fix several bugs uncovered when doing so.
Andreas Beckmann
- [libclc] 160/291: relational: Implement isgreater
Andreas Beckmann
- [libclc] 161/291: relational: Implement isgreaterequal
Andreas Beckmann
- [libclc] 162/291: relational: Implement isnotequal
Andreas Beckmann
- [libclc] 163/291: Add several missing double constant definitions
Andreas Beckmann
- [libclc] 164/291: Implement atan builtin
Andreas Beckmann
- [libclc] 165/291: Implement atan2 builtin
Andreas Beckmann
- [libclc] 166/291: Implement cos builtin for float types
Andreas Beckmann
- [libclc] 167/291: Implement sin builtin for float types
Andreas Beckmann
- [libclc] 168/291: relational: Add isless(floatN) builtin
Andreas Beckmann
- [libclc] 169/291: relational: Add islessequal(floatN) builtin
Andreas Beckmann
- [libclc] 17/291: Add pow builtin.
Andreas Beckmann
- [libclc] 170/291: vload/vstore: Use casts instead of scalarizing everything in CLC version
Andreas Beckmann
- [libclc] 171/291: R600: Add aliases for hainan and mullins
Andreas Beckmann
- [libclc] 172/291: Implement prefetch builtin
Andreas Beckmann
- [libclc] 173/291: Add missing file from r216127
Andreas Beckmann
- [libclc] 174/291: Include llvm-config.h instead of config.h
Andreas Beckmann
- [libclc] 175/291: Implement generic mad_sat
Andreas Beckmann
- [libclc] 176/291: Add int3/uint3 to integer-gentype.inc
Andreas Beckmann
- [libclc] 177/291: Revert "Implement generic mad_sat"
Andreas Beckmann
- [libclc] 178/291: Fix build against LLVM SVN >= r216393
Andreas Beckmann
- [libclc] 179/291: Fix build against LLVM SVN >= r216488
Andreas Beckmann
- [libclc] 18/291: configure.py: Add an install rule.
Andreas Beckmann
- [libclc] 180/291: Imported Debian patch 0~git20140101-2
Andreas Beckmann
- [libclc] 181/291: configure: Add rpath to prepare-builtins util
Andreas Beckmann
- [libclc] 182/291: Implement generic mad_sat
Andreas Beckmann
- [libclc] 183/291: Fix implementation of copysign
Andreas Beckmann
- [libclc] 184/291: Implement isinf builtin
Andreas Beckmann
- [libclc] 185/291: add isfinite builtin
Andreas Beckmann
- [libclc] 186/291: add isnormal builtin
Andreas Beckmann
- [libclc] 187/291: add islessgreater builtin
Andreas Beckmann
- [libclc] 188/291: add isunordered builtin
Andreas Beckmann
- [libclc] 189/291: add isordered builtin
Andreas Beckmann
- [libclc] 19/291: Fix declarations of __clc_add_sat_*. Patch by Lei Mou!
Andreas Beckmann
- [libclc] 190/291: Imported Debian patch 0~git20140101-3
Andreas Beckmann
- [libclc] 191/291: math: Add acos implementation
Andreas Beckmann
- [libclc] 192/291: math: Add asin implementation
Andreas Beckmann
- [libclc] 193/291: math: Add tan implementation
Andreas Beckmann
- [libclc] 194/291: atomic: define extension functions for existing atomic implementations
Andreas Beckmann
- [libclc] 195/291: atomic: Add generic implementation of atom[ic]_max
Andreas Beckmann
- [libclc] 196/291: atomics: Add generic atom[ic]_and
Andreas Beckmann
- [libclc] 197/291: atomic: Add atom[ic]_or
Andreas Beckmann
- [libclc] 198/291: atomic: Add generic atom[ic]_xor
Andreas Beckmann
- [libclc] 199/291: atomic: Add generic atomic_min implementation
Andreas Beckmann
- [libclc] 20/291: Implement sub_sat builtin. Patch by Lei Mou!
Andreas Beckmann
- [libclc] 200/291: atomic: Implement generic atom[ic]_xchg
Andreas Beckmann
- [libclc] 201/291: atomic: Add generic atom[ic]_cmpxchg
Andreas Beckmann
- [libclc] 202/291: R600: Map atomic_and address spaces
Andreas Beckmann
- [libclc] 203/291: R600: Map address spaces for atomic_or
Andreas Beckmann
- [libclc] 204/291: R600: Map addr spaces and use atomic_max
Andreas Beckmann
- [libclc] 205/291: R600: Map address spaces for atomic_xor
Andreas Beckmann
- [libclc] 206/291: R600: Map address spaces for atomic_min
Andreas Beckmann
- [libclc] 207/291: R600: Map address spaces for atomic_xchg
Andreas Beckmann
- [libclc] 208/291: R600: Map Address spaces for atomic_cmpxchg
Andreas Beckmann
- [libclc] 209/291: Remove redundant semi-colons
Andreas Beckmann
- [libclc] 21/291: PTX: move implementations of work-item and synchronisation functions to lib, and add header files in generic. Incorporates a patch by Tom Stellard!
Andreas Beckmann
- [libclc] 210/291: atomic: undef macros that are included from atomic_decl.inc
Andreas Beckmann
- [libclc] 211/291: Remove more redundant semi-colons
Andreas Beckmann
- [libclc] 212/291: Implement wait_group_events builtin v2
Andreas Beckmann
- [libclc] 213/291: Implement async_work_group_strided_copy builtin v2
Andreas Beckmann
- [libclc] 214/291: Implement async_work_group_copy builtin v3
Andreas Beckmann
- [libclc] 215/291: Implement fmod
Andreas Beckmann
- [libclc] 216/291: Implement log1p builtin
Andreas Beckmann
- [libclc] 217/291: Imported Debian patch 0~git20140101-4
Andreas Beckmann
- [libclc] 218/291: r600: Use llvm intrinsic to read work dimension information
Andreas Beckmann
- [libclc] 219/291: r600: Fix get_work_dim range metadata
Andreas Beckmann
- [libclc] 22/291: Do not use linkonce_odr linkage in .ll files. This prevented them from being linked into the library under lazy linkage.
Andreas Beckmann
- [libclc] 220/291: Prune CRLF.
Andreas Beckmann
- [libclc] 221/291: Imported Debian patch 0~git20140101-5
Andreas Beckmann
- [libclc] 222/291: Don't include <stddef.h>
Andreas Beckmann
- [libclc] 223/291: Remove wrong semi-colons
Andreas Beckmann
- [libclc] 224/291: Require LLVM 3.6 and bump version to 0.1.0
Andreas Beckmann
- [libclc] 225/291: r600: get_work_dim: Update metadata syntax for LLVM 3.6
Andreas Beckmann
- [libclc] 226/291: Use amdgcn triple for SI+ GPUs
Andreas Beckmann
- [libclc] 227/291: Implement log10
Andreas Beckmann
- [libclc] 228/291: libclc/math: Add cospi
Andreas Beckmann
- [libclc] 229/291: Implement degrees builtin v2
Andreas Beckmann
- [libclc] 23/291: Add floor builtin. Patch by Cassie Epps!
Andreas Beckmann
- [libclc] 230/291: Implement radians builtin v2
Andreas Beckmann
- [libclc] 231/291: Implement smoothstep builtin v2
Andreas Beckmann
- [libclc] 232/291: Implement step builtin
Andreas Beckmann
- [libclc] 233/291: Move mix from math to common
Andreas Beckmann
- [libclc] 234/291: Fix bitselect for float/double types v2
Andreas Beckmann
- [libclc] 235/291: math: Implement erfc
Andreas Beckmann
- [libclc] 236/291: Add __clc_ prefix to functions in sincos_helpers.cl
Andreas Beckmann
- [libclc] 237/291: Fix implementation of length builtin v2
Andreas Beckmann
- [libclc] 238/291: Implement distance builtin v2
Andreas Beckmann
- [libclc] 239/291: Implement half_sqrt builtin v2
Andreas Beckmann
- [libclc] 24/291: Add rsqrt builtin. Based on patch by Cassie Epps!
Andreas Beckmann
- [libclc] 240/291: Implement fast_length builtin
Andreas Beckmann
- [libclc] 241/291: Implement fast_distance builtin
Andreas Beckmann
- [libclc] 242/291: Implement fmin using __builtin_fmin
Andreas Beckmann
- [libclc] 243/291: Implement fmax using __builtin_fmax
Andreas Beckmann
- [libclc] 244/291: Implement acospi builtin
Andreas Beckmann
- [libclc] 245/291: Implement asinh builtin
Andreas Beckmann
- [libclc] 246/291: Implement asinpi builtin
Andreas Beckmann
- [libclc] 247/291: Implement atanpi builtin
Andreas Beckmann
- [libclc] 248/291: Implement acosh builtin
Andreas Beckmann
- [libclc] 249/291: Implement atanh builtin
Andreas Beckmann
- [libclc] 25/291: Add barrier.cl to SOURCES, spotted by Jin Wang.
Andreas Beckmann
- [libclc] 250/291: configure: Add --enable-runtime-subnormal option
Andreas Beckmann
- [libclc] 251/291: Implement fract builtin
Andreas Beckmann
- [libclc] 252/291: Fix compilation warnings without cl_khr_fp64
Andreas Beckmann
- [libclc] 253/291: Allow compilation depending to the LLVM version
Andreas Beckmann
- [libclc] 254/291: Fix implementation of normalize builtin
Andreas Beckmann
- [libclc] 255/291: Implement ldexp for R600/SI
Andreas Beckmann
- [libclc] 256/291: math: Add ldexp implementation
Andreas Beckmann
- [libclc] 257/291: Implement sinpi builtin
Andreas Beckmann
- [libclc] 258/291: Move ldexp soft implementation to a separate file
Andreas Beckmann
- [libclc] 259/291: r600: Use __clc_ldexp on asics that don't implement the intruction
Andreas Beckmann
- [libclc] 26/291: Add native_powr builtin. Patch by Tom Stellard!
Andreas Beckmann
- [libclc] 260/291: Implement half_rsqrt builtin v3
Andreas Beckmann
- [libclc] 261/291: Implement fast_normalize builtin v4
Andreas Beckmann
- [libclc] 262/291: Fix ldexp fp64 build error
Andreas Beckmann
- [libclc] 263/291: geometric: Limit fast_{distance, length} functions to single precision
Andreas Beckmann
- [libclc] 264/291: math: limit half_sqrt to single precision
Andreas Beckmann
- [libclc] 265/291: Implement atan2 for doubles
Andreas Beckmann
- [libclc] 266/291: Implement atan2pi builtin
Andreas Beckmann
- [libclc] 267/291: Implement cos for double types
Andreas Beckmann
- [libclc] 268/291: Implement sin for double types
Andreas Beckmann
- [libclc] 269/291: Implement exp2 using OpenCL C rather than using an intrinsic
Andreas Beckmann
- [libclc] 27/291: Implement any() builtin. Patch by Tom Stellard!
Andreas Beckmann
- [libclc] 270/291: Use a more accurate implementation for exp
Andreas Beckmann
- [libclc] 271/291: prepare-builtins: Fix build with LLVM 3.7
Andreas Beckmann
- [libclc] 272/291: Properly initialize Module pointer
Andreas Beckmann
- [libclc] 273/291: prepare-builtins: Fix build with LLVM 3.6
Andreas Beckmann
- [libclc] 274/291: Fix implementation of sqrt v2
Andreas Beckmann
- [libclc] 275/291: R600: Implement accurate double precision sqrt v2
Andreas Beckmann
- [libclc] 276/291: Use llvm intrinsics for native_log and native_log2
Andreas Beckmann
- [libclc] 277/291: Implement accurate log2 function
Andreas Beckmann
- [libclc] 278/291: Fix double implementation of log
Andreas Beckmann
- [libclc] 279/291: Require LLVM >=3.7 and bump version to 0.2.0
Andreas Beckmann
- [libclc] 28/291: Fix build against recent versions of Clang. Based on patch by Alastair Donaldson!
Andreas Beckmann
- [libclc] 280/291: Remove files accidentally not removed in r244310
Andreas Beckmann
- [libclc] 281/291: Merge branch 'upstream'
Andreas Beckmann
- [libclc] 282/291: update the changelog
Andreas Beckmann
- [libclc] 283/291: control: Bump llvm build-dep to 3.7.
Andreas Beckmann
- [libclc] 284/291: Remove clang3.5.patch, refresh system-clang.patch.
Andreas Beckmann
- [libclc] 285/291: further changes for llvm 3.7
Andreas Beckmann
- [libclc] 286/291: libclc-amdgcn: Add a new subpackage for amdgcn. (Closes: #788219)
Andreas Beckmann
- [libclc] 287/291: Remove system-clang.patch.
Andreas Beckmann
- [libclc] 288/291: Add supported GPU families to description.
Andreas Beckmann
- [libclc] 289/291: Bump standards version to 3.9.6 (no changes needed).
Andreas Beckmann
- [libclc] 29/291: Update the copyright coredits -- Happy new year 2013!
Andreas Beckmann
- [libclc] 290/291: Fix Lintian warning: invalid-short-name-in-dep5-copyright bsd.
Andreas Beckmann
- [libclc] 291/291: add Vcs-* URLs
Andreas Beckmann
- [libclc] 30/291: r600: Initial support
Andreas Beckmann
- [libclc] 31/291: r600: Fix get_global_id implementation
Andreas Beckmann
- [libclc] 32/291: r600: Add get_global_size() implementation
Andreas Beckmann
- [libclc] 33/291: Move R600 headers into generic directory
Andreas Beckmann
- [libclc] 34/291: PTX: move implementations of work-item and synchronisation functions to lib, and add header files in generic. Incorporates a patch by Tom Stellard!
Andreas Beckmann
- [libclc] 35/291: R600: Replace cl implementations with LLVM IR implementation
Andreas Beckmann
- [libclc] 36/291: Make libclc more Linux FHS conform.
Andreas Beckmann
- [libclc] 37/291: Allow targets to override generic implementations
Andreas Beckmann
- [libclc] 38/291: r600: Add overrides file
Andreas Beckmann
- [libclc] 39/291: Fix typo in include/clc/geometric/length.inc
Andreas Beckmann
- [libclc] 40/291: Use brackets around include files in length.cl and normalize.cl
Andreas Beckmann
- [libclc] 41/291: Remove the static keyword from the _CLC_INLINE macro
Andreas Beckmann
- [libclc] 42/291: Implement fmax() and fmin() builtins
Andreas Beckmann
- [libclc] 43/291: Implement ceil() builtin
Andreas Beckmann
- [libclc] 44/291: Fix build with LLVM 3.3
Andreas Beckmann
- [libclc] 45/291: configure: fix out-of-source build
Andreas Beckmann
- [libclc] 46/291: configure: Enable building separate libraries for target variants
Andreas Beckmann
- [libclc] 47/291: libclc: Add max() builtin function
Andreas Beckmann
- [libclc] 48/291: libclc: Fix abs_diff builtin integer function
Andreas Beckmann
- [libclc] 49/291: libclc: Add clamp() builtin for integer/floating point
Andreas Beckmann
- [libclc] 50/291: libclc: Move max builtin to shared/
Andreas Beckmann
- [libclc] 51/291: libclc: implement rotate builtin
Andreas Beckmann
- [libclc] 52/291: Simplify rotate implementation a bit..
Andreas Beckmann
- [libclc] 53/291: Add a TODO note.
Andreas Beckmann
- [libclc] 54/291: Add a another TODO note.
Andreas Beckmann
- [libclc] 55/291: libclc: Rename [add|sub]_sat.ll to [add|sub]_sat_if.ll
Andreas Beckmann
- [libclc] 56/291: libclc: implement initial version of min()
Andreas Beckmann
- [libclc] 57/291: libclc: Implement the min(vec, scalar) version of the min builtin.
Andreas Beckmann
- [libclc] 58/291: libclc: Add clamp(vec, scalar, scalar) and max(vec, scalar)
Andreas Beckmann
- [libclc] 59/291: libclc: Implement clz() builtin
Andreas Beckmann
- [libclc] 60/291: r600: Fix implementations of get_group_id.ll and get_local_size.ll
Andreas Beckmann
- [libclc] 61/291: libclc: Initial vload implementation
Andreas Beckmann
- [libclc] 62/291: libclc: Initial vstore implementation
Andreas Beckmann
- [libclc] 63/291: libclc: Add assembly versions of vload for global int4/8/16
Andreas Beckmann
- [libclc] 64/291: libclc: Add assembly versions of vstore for global [u]int4/8/16
Andreas Beckmann
- [libclc] 65/291: Add bitselect() builtin
Andreas Beckmann
- [libclc] 66/291: Implement barrier() builtin
Andreas Beckmann
- [libclc] 67/291: Add __CLC_ prefix to all macro definitions in headers
Andreas Beckmann
- [libclc] 68/291: Implement mad24() and mul24() builtins
Andreas Beckmann
- [libclc] 69/291: Add integer-gentype.inc: Missing file from r185839
Andreas Beckmann
- [libclc] 70/291: libclc: vload/vstore disable assembly and fix offset calculation
Andreas Beckmann
- [libclc] 71/291: Fix and re-enable R600 vload/vstore assembly
Andreas Beckmann
- [libclc] 72/291: Fix build with LLVM 3.4
Andreas Beckmann
- [libclc] 73/291: Implement generic upsample()
Andreas Beckmann
- [libclc] 74/291: Added get_num_groups
Andreas Beckmann
- [libclc] 75/291: Add missing integer min/max definitions
Andreas Beckmann
- [libclc] 76/291: configure: Fix build when clang is installed to a non-standard prefix
Andreas Beckmann
- [libclc] 77/291: Implement generic rint()
Andreas Beckmann
- [libclc] 78/291: Add some missing convert_* functions
Andreas Beckmann
- [libclc] 79/291: Add vload* for addrspace(2) and use as constant load for R600
Andreas Beckmann
- [libclc] 80/291: Enable assembly vload3 int/uint constant/global for R600
Andreas Beckmann
- [libclc] 81/291: Add intN vloadN() implementations for address spaces 3 and 4
Andreas Beckmann
- [libclc] 82/291: Add hadd builtin
Andreas Beckmann
- [libclc] 83/291: Add rhadd builtin
Andreas Beckmann
- [libclc] 84/291: Add mul_hi implementation [v2]
Andreas Beckmann
- [libclc] 85/291: Imported Debian patch 0~git20130819-1
Andreas Beckmann
- [libclc] 86/291: Add atomic_inc and atomic_add builtins
Andreas Beckmann
- [libclc] 87/291: Remove unneeded semi-colons
Andreas Beckmann
- [libclc] 88/291: Place pkg-config file in $prefix/share/pkgconfig.
Andreas Beckmann
- [libclc] 89/291: Add atomic_sub and atomic_dec builtin functions
Andreas Beckmann
- [libclc] 90/291: Implement mad_hi built-in
Andreas Beckmann
- [libclc] 91/291: Parenthesize arguments for mad_hi
Andreas Beckmann
- [libclc] 92/291: Imported Debian patch 0~git20130819-2
Andreas Beckmann
- [libclc] 93/291: Add missing as_{float,double} functions
Andreas Beckmann
- [libclc] 94/291: Implement isnan() builtin
Andreas Beckmann
- [libclc] 95/291: Implement nextafter() builtin
Andreas Beckmann
- [libclc] 96/291: Implement sign() builtin
Andreas Beckmann
- [libclc] 97/291: Port pocl's gen_convert.py script to libclc
Andreas Beckmann
- [libclc] 98/291: Make C++ compiler configurable
Andreas Beckmann
- [libclc] 99/291: Clean-up dependency files
Andreas Beckmann
- [libclc] annotated tag debian/0.2.0+git20150813-1 created (now c03eaeb)
Michael Gilbert
- [libclc] annotated tag debian/0_git20130819-1 created (now 7d09d4e)
Andreas Beckmann
- [libclc] annotated tag debian/0_git20130819-2 created (now 3cfb160)
Andreas Beckmann
- [libclc] annotated tag debian/0_git20140101-1 created (now e9c2a9f)
Andreas Beckmann
- [libclc] annotated tag debian/0_git20140101-2 created (now eeaebf4)
Andreas Beckmann
- [libclc] annotated tag debian/0_git20140101-3 created (now 265ca61)
Andreas Beckmann
- [libclc] annotated tag debian/0_git20140101-4 created (now b3de7aa)
Andreas Beckmann
- [libclc] annotated tag debian/0_git20140101-5 created (now fd4f978)
Andreas Beckmann
- [libclc] annotated tag upstream/0.2.0+git20150813 created (now ef4be64)
Michael Gilbert
- [libclc] branch master created (now 90c52d9)
Andreas Beckmann
- [libclc] branch master updated (90c52d9 -> 66a4c83)
Michael Gilbert
- [libclc] branch pristine-tar created (now 16027e6)
Andreas Beckmann
- [libclc] branch upstream created (now f9b8aac)
Andreas Beckmann
- [libclc] tag upstream/0_git20130819 created (now 14aec1e)
Andreas Beckmann
- [libclc] tag upstream/0_git20140101 created (now 0e431f5)
Andreas Beckmann
- [oclgrind] 01/01: bump timestamp, whitespace cleanup
Andreas Beckmann
- [oclgrind] 01/01: Move PCH files to subdirectory of library directory.
James Price
- [oclgrind] 01/01: Preserve external CMAKE_{C, CXX}_FLAGS defintions (from upstream).
James Price
- [oclgrind] 01/02: Pass --as-needed to linker to avoid useless dependencies.
James Price
- [oclgrind] 01/03: Added license for Khronos OpenCL headers in src/CL.
James Price
- [oclgrind] 01/03: Exclude liboclgrind-rt from dh_makeshlibs.
James Price
- [oclgrind] 01/04: Removed spurious >> from debian/copyright.
James Price
- [oclgrind] 02/02: Fix Clang library link order.
James Price
- [oclgrind] 02/03: Corrected copyright holders for main source files.
James Price
- [oclgrind] 02/03: Move shared libraries to multi-arch subdirectory.
James Price
- [oclgrind] 02/04: Removed unused autogenerated examples from debian/watch.
James Price
- [oclgrind] 03/03: Added Multi-Arch tags to debian/control.
James Price
- [oclgrind] 03/03: Updated BSD license text to match LICENSE file.
James Price
- [oclgrind] 03/04: Renamed debian/docs to debian/oclgrind.docs.
James Price
- [oclgrind] 04/04: Removed duplicate (inherited) Section statement from binary package.
James Price
- [oclgrind] branch master updated (3b73e2e -> b409642)
Andreas Beckmann
- [oclgrind] branch master updated (4bbc1af -> 3b73e2e)
James Price
- [oclgrind] branch master updated (6bb2c94 -> 756a8ac)
James Price
- [oclgrind] branch master updated (756a8ac -> c18887e)
James Price
- [oclgrind] branch master updated (8103338 -> d8c78b1)
James Price
- [oclgrind] branch master updated (c18887e -> 4bbc1af)
James Price
- [oclgrind] branch master updated (d8c78b1 -> 6bb2c94)
James Price
Last message date:
Sun Sep 13 23:35:14 UTC 2015
Archived on: Sun Sep 13 23:35:16 UTC 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).