log libinterp/parse-tree/jit-typeinfo.cc @ 28223:45763d59cb4f stable

age author description
Wed, 15 Apr 2020 15:55:32 -0400 John W. Eaton use nullptr instead of NULL or 0 in a few more places stable
Tue, 21 Jan 2020 12:53:13 -0800 Rik maint: Eliminate single "Author:" lines from code base.
Fri, 17 Jan 2020 13:27:27 -0600 John W. Eaton merge stable to default.
Fri, 17 Jan 2020 13:15:27 -0600 John W. Eaton fix many spelling errors (bug #57613) stable
Wed, 08 Jan 2020 11:59:41 -0500 John W. Eaton update formatting of copyright notices
Mon, 06 Jan 2020 22:29:51 -0500 John W. Eaton update Octave Project Developers copyright for the new year
Mon, 06 Jan 2020 15:38:17 -0500 John W. Eaton use centralized file for copyright info for individual contributors
Wed, 25 Sep 2019 17:57:08 -0400 John W. Eaton use std::atomic to implement refcount class
Sun, 21 Jul 2019 10:21:01 -0400 John W. Eaton style fixes: generally aim to break long lines before operators, not after
Wed, 22 May 2019 13:57:30 +0000 John W. Eaton where possible, eliminate octave:: namespace qualifier inside octave namespace
Tue, 22 Jan 2019 14:34:08 +0100 Kai T. Ohlhus Remove inconsistent warning "Octave:divide-by-zero" (bug #46650).
Tue, 01 Jan 2019 07:15:46 +0100 Julien Bect jit: Avoid the use of llvm::getGlobalContext, removed in LLVM 3.9 stable
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Sun, 30 Dec 2018 18:00:03 +0100 Julien Bect Fix jit compilation with LLVM 3.8 (bug #55349). stable
Thu, 01 Nov 2018 14:37:10 -0400 John W. Eaton avoid std::cout in JIT compiler code
Fri, 19 Oct 2018 12:41:19 -0400 John W. Eaton maint: Merge stable to default.
Fri, 19 Oct 2018 12:38:01 -0400 John W. Eaton style fixes stable
Thu, 26 Jul 2018 16:32:12 -0700 Rik maint: Use Octave convention for spacing of C++ cast statements.
Thu, 03 May 2018 01:13:32 -0400 John W. Eaton use cbegin, crbegin, cend, and crend and auto decls where possible
Thu, 03 May 2018 00:39:14 -0400 John W. Eaton be more careful with using auto in place of explicit const iterator decls
Wed, 02 May 2018 01:36:20 -0400 John W. Eaton use auto keyword to declare iterator variables where possible
Wed, 02 May 2018 00:30:00 -0400 John W. Eaton eliminate redundant octave:: namespace tags
Tue, 03 Apr 2018 13:52:07 -0700 Rik maint: style check C++ ahead of 4.4 release. stable
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Wed, 07 Mar 2018 16:42:08 -0500 John W. Eaton use m_ prefix consistently in jit compiler classes in the parser
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Thu, 21 Dec 2017 12:47:20 -0500 John W. Eaton maint: Strip trailing whitespace from source files.
Sun, 23 Jul 2017 08:35:32 +0200 Julien Bect jit: Use MJCIT instead of the old JIT
Sat, 23 Sep 2017 19:27:49 +0200 Julien Bect jit: Move join() outside of class jit_typeinfo, renamed to jit_type_join()
Wed, 09 Aug 2017 08:32:06 +0200 Julien Bect jit: jit-typeinfo.cc: Introduce a local variable for clarity
Tue, 08 Aug 2017 22:00:50 +0200 Julien Bect jit: Use nullptr (instead of 0 or NULL) as much as possible
Sat, 22 Jul 2017 13:43:43 +0200 Julien Bect jit: jit-typeinfo.cc: Do not use assignment with llvm::Twine objects
Fri, 21 Jul 2017 07:32:44 +0200 Julien Bect jit: Convert llvm::Function::arg_iterator to pointer explicitely
Sun, 15 Oct 2017 21:08:02 +0200 Julien Bect jit: Move everything inside the octave namespace
Fri, 28 Jul 2017 15:40:00 -0700 Rik Use character literals 'c' rather than string literals "c" when possible.
Tue, 25 Jul 2017 14:54:10 -0700 Rik Use C++11 nullptr rather than 0 in code (bug #51565).
Sun, 25 Jun 2017 09:50:51 -0400 John W. Eaton move symbol_table class inside octave namespace
Fri, 09 Jun 2017 02:21:28 -0400 John W. Eaton don't use singleton for symbol_table
Mon, 12 Jun 2017 21:18:23 -0700 Rik maint: Deprecate is_complex_type and replace with iscomplex.
Fri, 28 Apr 2017 13:19:12 -0700 Rik maint: Use C++11 nullptr rather than 0 or NULL when possible.
Mon, 24 Apr 2017 17:20:37 -0700 Rik maint: Use convention 'int& x' for naming references.
Mon, 06 Mar 2017 10:58:55 -0500 John W. Eaton maint: Merge stable to default. base libinterp/corefcn/jit-typeinfo.cc@33b27bcad97a
Wed, 22 Feb 2017 12:58:07 -0500 John W. Eaton maint: Merge stable to default. base libinterp/corefcn/jit-typeinfo.cc@d048b77d002f
Tue, 31 Jan 2017 17:43:58 -0500 John W. Eaton move JIT compiler files from corefcn to parse-tree directory base libinterp/corefcn/jit-typeinfo.cc@b66463d4d64d