log

age author description
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