log

age author description
Sat, 28 Jul 2012 12:06:34 -0400 Jordi Gutiérrez Hermoso maint: periodic merge of default to gui gui
Sat, 28 Jul 2012 11:59:10 -0400 Jordi Gutiérrez Hermoso maint: periodic merge of stable to default
Sat, 28 Jul 2012 15:17:57 +0200 Jacob Dawid Update qterminal thanks to Jen. Removed performance information on events. gui
Fri, 27 Jul 2012 16:31:18 -0700 Rik doc: Periodic spellcheck of documentation.
Fri, 27 Jul 2012 15:35:00 -0700 Rik maint: Move non-dynamically linked functions from DLD-FUNCTIONS/ to corefcn/ directory
Fri, 27 Jul 2012 14:37:37 -0700 Rik doc: Update docstrings for built-in functions to not use "Loadable Function" as type.
Fri, 27 Jul 2012 17:10:25 -0400 John W. Eaton improvements in parsing classdef classdef
Fri, 27 Jul 2012 16:02:01 -0400 Michael Goffioul octave_value classdef objects classdef
Fri, 27 Jul 2012 15:44:11 -0400 John W. Eaton new tree_funcall class classdef
Fri, 27 Jul 2012 09:11:49 -0700 Rik doc: Fix for bad cross-referencing due to use of aliases in Texinfo.
Fri, 27 Jul 2012 11:52:13 -0400 John W. Eaton fix cross-referencing for some function aliases
Fri, 27 Jul 2012 08:22:21 -0700 Rik doc: Fix image processing workflow documentation (bug #36974)
Fri, 27 Jul 2012 08:54:39 -0400 Doug Stewart Added one more *seealso* in "I" and removed a space at start of line, all in data.cc
Thu, 26 Jul 2012 23:36:51 -0500 Max Brister src/pt-jit.cc: Fix JIT build with LLVM 3.0.
Thu, 26 Jul 2012 18:45:52 -0400 Jordi Gutiérrez Hermoso Merge in Doug's changes
Thu, 26 Jul 2012 17:59:30 -0400 Doug Stewart Added many *seealso* to the help messages
Thu, 26 Jul 2012 17:03:15 -0500 Max Brister Check trip count before compiling for loops.
Mon, 23 Jul 2012 12:18:07 +0400 Sergey Dudoladov help.m: Added option '.' (dot); 'help .' lists all operators
Thu, 26 Jul 2012 14:36:25 -0400 Jordi Gutiérrez Hermoso Merge in Doug's changes
Thu, 26 Jul 2012 14:20:11 -0400 Doug Stewart Added to the sort help message.
Thu, 26 Jul 2012 12:17:56 -0500 Max Brister Compile top level while loops in JIT.
Thu, 26 Jul 2012 09:43:23 -0700 Rik maint: Use space after OCTAVE_LOCAL_BUFFER invocation in liboctave source code.
Thu, 26 Jul 2012 09:32:11 -0700 Rik maint: Cuddle parenthesis for indexing expressions in ccolamd.cc.
Thu, 26 Jul 2012 09:25:47 -0700 Rik maint: Cuddle open bracket used for indexing C++ arrays in source code.
Thu, 26 Jul 2012 10:40:26 -0500 Max Brister Update the execution engine's global mapping for external functions
Thu, 26 Jul 2012 08:13:22 -0700 Rik maint: Use Octave coding conventions for cuddled parentheses in liboctave/.
Wed, 25 Jul 2012 20:58:21 -0700 Rik maint: Fix a few Octave coding convention violations.
Wed, 25 Jul 2012 21:12:47 -0500 Max Brister Split pt-jit into multiple files.
Wed, 25 Jul 2012 16:30:39 -0700 Rik Add demos for plot.m (bug #36939).
Wed, 25 Jul 2012 06:40:15 -0500 Max Brister Take into account different calling conventions
Wed, 25 Jul 2012 16:48:10 +0100 Carnë Draug acinclude.m4: generate gnuplot warning message correctly (fixing bug from revision 8a84849ad986)
Wed, 25 Jul 2012 15:33:47 +0100 Carnë Draug configure.ac: consistency on output (using the same word for the same thing)
Tue, 24 Jul 2012 13:41:41 -0700 Rik maint: Use Octave coding standards for copyobj.m, hdl2struct.m, struct2hdl.m.
Tue, 24 Jul 2012 13:40:26 -0700 Rik doc: Fix typo in docstring for gco.m
Tue, 24 Jul 2012 13:38:58 -0700 Rik Fix typos introduced by changeset 5d3a684236b0.
Tue, 24 Jul 2012 13:13:45 -0400 John W. Eaton preserve order of path elements when doing "path (new_path)"
Tue, 24 Jul 2012 09:34:51 -0700 Rik doc: Periodic grammarcheck of documentation
Tue, 24 Jul 2012 07:50:42 -0700 Rik Clear %!functions at the end of testing, not for each shared block.
Mon, 23 Jul 2012 15:23:41 -0400 John W. Eaton fix failure with function handles caused by changeset ea6997657614
Mon, 23 Jul 2012 12:59:44 -0400 John W. Eaton which: provide source file name for built-in functions
Mon, 23 Jul 2012 06:53:09 -0500 Max Brister 'clear -f' does not work for command line functions (bug #34497)
Sun, 22 Jul 2012 04:16:02 +0200 Carlo de Falco Merge erroneously crated head
Sun, 22 Jul 2012 03:58:02 +0200 Carlo de Falco Properly restore compiler and linker flags after llvm tests
Thu, 19 Jul 2012 21:28:00 +0200 Carlo de Falco remove redundant private function absolute_pathname
Sat, 21 Jul 2012 10:23:00 -0400 Jordi Gutiérrez Hermoso Fix think-o in 4315a39da4c9 stable
Sat, 21 Jul 2012 01:39:03 -0400 Jacob Dawid Added support for changing the terminal cursor and the cursor blinking. gui
Fri, 20 Jul 2012 16:45:10 -0400 Jacob Dawid The GUI now remembers when categories in the workspace view have been closed. Bug #36885 gui
Fri, 20 Jul 2012 16:36:30 -0400 Jacob Dawid Updated qterminal. gui
Fri, 20 Jul 2012 16:13:35 -0400 Jordi Gutiérrez Hermoso Merge in JIT branch \o/
Fri, 20 Jul 2012 14:30:07 -0500 Max Brister Use -I instead of -isystem if -isystem is not avaiable
Fri, 20 Jul 2012 10:50:16 -0500 Max Brister configure.ac: Skip compiling JIT if LLVM_CONFIG is not specified
Tue, 17 Jul 2012 09:48:53 -0500 Michael Goffioul Compile JIT on msvc
Fri, 13 Jul 2012 12:31:51 -0400 Jordi Gutiérrez Hermoso maint: periodic merge of default to jit
Thu, 12 Jul 2012 13:15:27 -0500 Max Brister configure.ac: llvm include goes in CPPFLAGS not CXXFLAGS
Wed, 11 Jul 2012 17:34:22 -0500 Max Brister Support while loops in JIT
Wed, 11 Jul 2012 14:42:56 -0500 Max Brister More support for complex-complex and complex-scalar operations in JIT
Tue, 10 Jul 2012 21:25:51 -0500 Max Brister Memory leaks with matrices in JIT
Tue, 10 Jul 2012 17:14:32 -0500 Max Brister Ignore unkonwn functions during compilation
Tue, 10 Jul 2012 15:55:05 -0500 Max Brister More support for complex numbers in JIT
Mon, 09 Jul 2012 17:06:54 -0500 Max Brister Initial support for complex numbers in JIT
Mon, 09 Jul 2012 12:32:42 -0500 Max Brister Rename jit_function to jit_operation
Mon, 09 Jul 2012 12:21:19 -0500 Max Brister Fix bad merge
Mon, 09 Jul 2012 09:55:35 -0500 Max Brister maint: periodic merge of default to jit
Thu, 05 Jul 2012 17:25:25 -0500 Max Brister Reduce code duplication in JIT
Tue, 03 Jul 2012 11:05:16 -0500 Max Brister maint: periodic merge of default to jit
Wed, 27 Jun 2012 23:43:06 -0500 Max Brister Add short circult operators to JIT
Wed, 27 Jun 2012 18:50:59 -0500 Max Brister src/pt-jit.cc: Take into account step for matrix range subsasgn in JIT
Wed, 27 Jun 2012 18:19:41 -0500 Max Brister In jit support A(idx) = v; where A is matrix, idx is a range, and v is a scalar
Wed, 27 Jun 2012 15:49:28 -0500 Max Brister Add element wise boolean And and Or in JIT
Wed, 27 Jun 2012 14:14:20 -0500 Max Brister Generalize builtin specification in JIT and add support for cos and exp
Tue, 26 Jun 2012 16:15:30 -0500 Max Brister Add sin to JIT
Mon, 25 Jun 2012 17:26:28 -0500 Max Brister src/TEMPLATE-INST/Array-jit.cc: Check for LLVM presence
Mon, 25 Jun 2012 16:26:00 -0500 Max Brister Remove jit_block::visit_dom and simplify release placement
Mon, 25 Jun 2012 14:40:21 -0500 Max Brister maint: periodic merge of default to jit
Mon, 25 Jun 2012 14:21:45 -0500 Max Brister Add support for matrix indexed assignment to JIT
Fri, 22 Jun 2012 17:17:48 -0500 Max Brister Do not smash stack when passing structures in JIT
Fri, 22 Jun 2012 15:46:26 -0500 Max Brister Simplify matrix handling in JIT
Fri, 22 Jun 2012 11:43:30 -0500 Max Brister Place releases for temporaries on error
Thu, 21 Jun 2012 17:37:36 -0500 Max Brister Place grab/release for assignments
Thu, 21 Jun 2012 16:21:47 -0500 Max Brister src/pt-jit.cc (jit_block::maybe_split): Correctly mark if split branch is alive
Thu, 21 Jun 2012 15:08:06 -0500 Max Brister Change algorithm for placing releases and simplify PHIs in low level Octave IR
Tue, 19 Jun 2012 18:48:39 -0500 Max Brister Keep track of variables after SSA construction
Tue, 19 Jun 2012 13:10:10 -0500 Max Brister Simplify the creation of error checks in jit
Tue, 19 Jun 2012 12:36:53 -0500 Max Brister Rename jit_check_error to jit_error_check
Tue, 19 Jun 2012 12:27:55 -0500 Max Brister Fix whitespace issues and update documentation
Tue, 19 Jun 2012 12:15:44 -0500 Max Brister Rename jit_break to jit_branch and jit_cond_break to jit_cond_branch
Tue, 19 Jun 2012 10:14:47 -0500 Max Brister pt-jit.h: Remove unused variables from jit_block
Mon, 18 Jun 2012 16:45:10 -0500 Max Brister maint: periodic merge of default to jit
Fri, 15 Jun 2012 14:10:24 -0500 Max Brister src/pt-jit.cc (jit_info::~jit_info): New function
Fri, 15 Jun 2012 13:35:35 -0500 Max Brister Check for null index lists
Fri, 15 Jun 2012 13:15:48 -0500 Max Brister Fix some segfaults
Fri, 15 Jun 2012 12:41:44 -0500 Max Brister Do not define OCTAVE_JIT_DEBUG
Thu, 14 Jun 2012 16:38:06 -0500 Max Brister Start of jit support for double matricies
Mon, 11 Jun 2012 20:11:20 -0500 Max Brister maint: periodic merge of default to jit
Mon, 11 Jun 2012 10:03:28 -0500 Max Brister Add power to jit
Sun, 10 Jun 2012 12:16:29 -0500 Max Brister Cleanup and optimization of JIT
Sat, 09 Jun 2012 14:26:15 -0500 Max Brister maint: periodic merge of default to jit
Sat, 09 Jun 2012 10:23:28 -0500 Max Brister Only add items to worklist in type inferece if not already there
Fri, 08 Jun 2012 22:31:57 -0500 Max Brister Remove uneeded error checks
Fri, 08 Jun 2012 15:30:07 -0500 Max Brister jit_const no longer inherits from jit_instruction
Fri, 08 Jun 2012 13:35:40 -0500 Max Brister Prevent crash when using scalars as conditionals
Thu, 07 Jun 2012 21:28:56 -0500 Max Brister Improve printing of jit_extract_argument
Thu, 07 Jun 2012 17:25:58 -0500 Max Brister warn on divide by zero
Thu, 07 Jun 2012 16:45:19 -0500 Max Brister Mark fail with GCC_ATTR_NORETURN
Thu, 07 Jun 2012 15:48:43 -0500 Max Brister No longer segfault when compiling nested for loops
Thu, 07 Jun 2012 12:43:20 -0500 Max Brister Adding basic error support to JIT
Tue, 05 Jun 2012 16:28:09 -0500 Max Brister Remove some macros from pt-jit.h and pt-jit.cc
Mon, 04 Jun 2012 17:18:47 -0500 Max Brister Allow for construction of ranges during jit
Mon, 04 Jun 2012 13:10:44 -0500 Max Brister Place releases after last use and generalize dom visiting
Sun, 03 Jun 2012 16:30:21 -0500 Max Brister maint: periodic merge of default to jit
Sun, 03 Jun 2012 16:00:22 -0500 Max Brister Use CXX and CPP flags correctly when configuring llvm
Sun, 03 Jun 2012 15:38:40 -0500 Max Brister Locate and link with LLVM properly
Sat, 02 Jun 2012 10:06:54 -0500 Max Brister maint: periodic merge of default to jit
Sat, 02 Jun 2012 10:04:55 -0500 Max Brister Rename symbol_table::symbol_record_ref to symbol_table::symbol_reference
Fri, 01 Jun 2012 19:24:15 -0500 Max Brister maint: periodic merge of default to jit
Fri, 01 Jun 2012 19:08:43 -0500 Max Brister Use standard SSA construction algorithm, and support break/continue
Wed, 30 May 2012 09:36:38 -0500 Max Brister maint: periodic merge of default to jit
Tue, 29 May 2012 13:51:02 -0500 Max Brister Prevent double release of input arguments in JIT
Tue, 29 May 2012 12:07:26 -0500 Max Brister Properly cleanup the low level IR
Tue, 29 May 2012 09:50:40 -0500 Max Brister Treat undefined as any