Mercurial > hg > octave-nkf
graph
-
Rename jit_function to jit_operationMon, 09 Jul 2012 12:32:42 -0500, by Max Brister
-
Fix bad mergeMon, 09 Jul 2012 12:21:19 -0500, by Max Brister
-
maint: periodic merge of default to jitMon, 09 Jul 2012 09:55:35 -0500, by Max Brister
-
Reduce code duplication in JITThu, 05 Jul 2012 17:25:25 -0500, by Max Brister
-
maint: periodic merge of default to jitTue, 03 Jul 2012 11:05:16 -0500, by Max Brister
-
Add short circult operators to JITWed, 27 Jun 2012 23:43:06 -0500, by Max Brister
-
src/pt-jit.cc: Take into account step for matrix range subsasgn in JITWed, 27 Jun 2012 18:50:59 -0500, by Max Brister
-
In jit support A(idx) = v; where A is matrix, idx is a range, and v is a scalarWed, 27 Jun 2012 18:19:41 -0500, by Max Brister
-
Add element wise boolean And and Or in JITWed, 27 Jun 2012 15:49:28 -0500, by Max Brister
-
Generalize builtin specification in JIT and add support for cos and expWed, 27 Jun 2012 14:14:20 -0500, by Max Brister
-
Add sin to JITTue, 26 Jun 2012 16:15:30 -0500, by Max Brister
-
src/TEMPLATE-INST/Array-jit.cc: Check for LLVM presenceMon, 25 Jun 2012 17:26:28 -0500, by Max Brister
-
Remove jit_block::visit_dom and simplify release placementMon, 25 Jun 2012 16:26:00 -0500, by Max Brister
-
maint: periodic merge of default to jitMon, 25 Jun 2012 14:40:21 -0500, by Max Brister
-
Add support for matrix indexed assignment to JITMon, 25 Jun 2012 14:21:45 -0500, by Max Brister
-
Do not smash stack when passing structures in JITFri, 22 Jun 2012 17:17:48 -0500, by Max Brister
-
Simplify matrix handling in JITFri, 22 Jun 2012 15:46:26 -0500, by Max Brister
-
Place releases for temporaries on errorFri, 22 Jun 2012 11:43:30 -0500, by Max Brister
-
Place grab/release for assignmentsThu, 21 Jun 2012 17:37:36 -0500, by Max Brister
-
src/pt-jit.cc (jit_block::maybe_split): Correctly mark if split branch is aliveThu, 21 Jun 2012 16:21:47 -0500, by Max Brister
-
Change algorithm for placing releases and simplify PHIs in low level Octave IRThu, 21 Jun 2012 15:08:06 -0500, by Max Brister
-
Keep track of variables after SSA constructionTue, 19 Jun 2012 18:48:39 -0500, by Max Brister
-
Simplify the creation of error checks in jitTue, 19 Jun 2012 13:10:10 -0500, by Max Brister
-
Rename jit_check_error to jit_error_checkTue, 19 Jun 2012 12:36:53 -0500, by Max Brister
-
Fix whitespace issues and update documentationTue, 19 Jun 2012 12:27:55 -0500, by Max Brister
-
Rename jit_break to jit_branch and jit_cond_break to jit_cond_branchTue, 19 Jun 2012 12:15:44 -0500, by Max Brister
-
pt-jit.h: Remove unused variables from jit_blockTue, 19 Jun 2012 10:14:47 -0500, by Max Brister
-
maint: periodic merge of default to jitMon, 18 Jun 2012 16:45:10 -0500, by Max Brister
-
src/pt-jit.cc (jit_info::~jit_info): New functionFri, 15 Jun 2012 14:10:24 -0500, by Max Brister
-
Check for null index listsFri, 15 Jun 2012 13:35:35 -0500, by Max Brister
-
Fix some segfaultsFri, 15 Jun 2012 13:15:48 -0500, by Max Brister
-
Do not define OCTAVE_JIT_DEBUGFri, 15 Jun 2012 12:41:44 -0500, by Max Brister
-
Start of jit support for double matriciesThu, 14 Jun 2012 16:38:06 -0500, by Max Brister
-
maint: periodic merge of default to jitMon, 11 Jun 2012 20:11:20 -0500, by Max Brister
-
Add power to jitMon, 11 Jun 2012 10:03:28 -0500, by Max Brister
-
Cleanup and optimization of JITSun, 10 Jun 2012 12:16:29 -0500, by Max Brister
-
maint: periodic merge of default to jitSat, 09 Jun 2012 14:26:15 -0500, by Max Brister
-
Only add items to worklist in type inferece if not already thereSat, 09 Jun 2012 10:23:28 -0500, by Max Brister
-
Remove uneeded error checksFri, 08 Jun 2012 22:31:57 -0500, by Max Brister
-
jit_const no longer inherits from jit_instructionFri, 08 Jun 2012 15:30:07 -0500, by Max Brister
-
Prevent crash when using scalars as conditionalsFri, 08 Jun 2012 13:35:40 -0500, by Max Brister
-
Improve printing of jit_extract_argumentThu, 07 Jun 2012 21:28:56 -0500, by Max Brister
-
warn on divide by zeroThu, 07 Jun 2012 17:25:58 -0500, by Max Brister
-
Mark fail with GCC_ATTR_NORETURNThu, 07 Jun 2012 16:45:19 -0500, by Max Brister
-
No longer segfault when compiling nested for loopsThu, 07 Jun 2012 15:48:43 -0500, by Max Brister
-
Adding basic error support to JITThu, 07 Jun 2012 12:43:20 -0500, by Max Brister
-
Remove some macros from pt-jit.h and pt-jit.ccTue, 05 Jun 2012 16:28:09 -0500, by Max Brister
-
Allow for construction of ranges during jitMon, 04 Jun 2012 17:18:47 -0500, by Max Brister
-
Place releases after last use and generalize dom visitingMon, 04 Jun 2012 13:10:44 -0500, by Max Brister
-
maint: periodic merge of default to jitSun, 03 Jun 2012 16:30:21 -0500, by Max Brister
-
Use CXX and CPP flags correctly when configuring llvmSun, 03 Jun 2012 16:00:22 -0500, by Max Brister
-
Locate and link with LLVM properlySun, 03 Jun 2012 15:38:40 -0500, by Max Brister
-
maint: periodic merge of default to jitSat, 02 Jun 2012 10:06:54 -0500, by Max Brister
-
Rename symbol_table::symbol_record_ref to symbol_table::symbol_referenceSat, 02 Jun 2012 10:04:55 -0500, by Max Brister
-
maint: periodic merge of default to jitFri, 01 Jun 2012 19:24:15 -0500, by Max Brister
-
Use standard SSA construction algorithm, and support break/continueFri, 01 Jun 2012 19:08:43 -0500, by Max Brister
-
maint: periodic merge of default to jitWed, 30 May 2012 09:36:38 -0500, by Max Brister
-
Prevent double release of input arguments in JITTue, 29 May 2012 13:51:02 -0500, by Max Brister
-
Properly cleanup the low level IRTue, 29 May 2012 12:07:26 -0500, by Max Brister
-
Treat undefined as anyTue, 29 May 2012 09:50:40 -0500, by Max Brister
-
If, ifelse, and else statements JIT compile nowMon, 28 May 2012 23:19:41 -0500, by Max Brister
-
Cleanup of some type inference functionsSun, 27 May 2012 22:57:55 -0500, by Max Brister
-
maint: periodic merge of default to jitSat, 26 May 2012 20:38:17 -0500, by Max Brister
-
For loops compile with new IRSat, 26 May 2012 20:30:28 -0500, by Max Brister
-
maint: Periodic merge of default to jitThu, 24 May 2012 15:48:10 -0600, by Max Brister
-
Removed dead functionsThu, 24 May 2012 15:25:06 -0600, by Max Brister
-
Rewrite pt-jit.* adding new low level octave IRThu, 24 May 2012 15:08:09 -0600, by Max Brister
-
maint: Periodic merge of default to jitWed, 23 May 2012 16:22:05 -0400, by Jordi Gutiérrez Hermoso
-
Add if support and fix leak with anyMon, 21 May 2012 15:41:19 -0600, by Max Brister
-
doc (pt-jit.h): Update progressFri, 18 May 2012 10:24:14 -0600, by Max Brister
-
Use symbol_record_ref instead of names in JITFri, 18 May 2012 10:22:34 -0600, by Max Brister
-
Add symbol_table::symbol_record_refFri, 18 May 2012 08:53:26 -0600, by Max Brister
-
doc: Removed old FIXMEsFri, 18 May 2012 08:11:00 -0600, by Max Brister
-
Simplified llvm::GenericValue creationFri, 18 May 2012 08:09:03 -0600, by Max Brister
-
Remove OCTINTERP_API from jit classesFri, 18 May 2012 05:59:59 -0600, by Max Brister
-
maint: Periodic merge of default to jitThu, 17 May 2012 21:22:25 -0600, by Max Brister
-
maint: Periodic merge of default to jitThu, 17 May 2012 19:50:01 -0400, by Jordi Gutiérrez Hermoso
-
JIT for loops over rangesThu, 17 May 2012 16:07:21 -0600, by Max Brister
-
maint: periodic merge of default to jitTue, 15 May 2012 18:43:18 -0600, by Max Brister
-
maint: periodic merge of default to jitSat, 12 May 2012 19:39:44 -0600, by Max Brister
-
Reworking JIT implementationSat, 12 May 2012 19:24:32 -0600, by Max Brister
-
configure.ac: Bad mergeWed, 09 May 2012 12:53:41 -0600, by Max Brister
-
doc: Copyright fix in pt-jit.h and pt-jit.ccMon, 07 May 2012 18:37:31 -0600, by Max Brister
-
maint: periodic merge of default to jitMon, 07 May 2012 16:57:57 -0600, by Max Brister
-
Initial JIT supportSun, 06 May 2012 20:17:30 -0600, by Max Brister
-
doc: Add "Display" option to optimset documentation.Fri, 20 Jul 2012 12:39:28 -0700, by Andy Adler
-
doc: Use 'grayscale' rather than 'gray-scale' in documentation.Fri, 20 Jul 2012 12:26:31 -0700, by Rik
-
Add new functions cmpermute(), cmunque().Fri, 20 Jul 2012 12:22:48 -0700, by Rik
-
Add new function fminsearch.mFri, 20 Jul 2012 09:25:37 -0700, by Andy Adler
-
shorten signal warningsFri, 20 Jul 2012 11:40:50 -0400, by John W. Eaton
-
Fixed bug with error message about missing arguments when running a file. guiFri, 20 Jul 2012 09:15:22 -0400, by Jacob Dawid
-
rename octave-core file to octave-workspaceThu, 19 Jul 2012 18:19:57 -0400, by John W. Eaton
-
Do computations with octave_uint64 to avoid overflow stableThu, 19 Jul 2012 18:08:08 -0400, by Jordi Gutiérrez Hermoso
-
Fixed performance issues on updating the symbol table. guiThu, 19 Jul 2012 16:03:47 -0400, by Jacob Dawid
-
doc: corrected eig docThu, 19 Jul 2012 12:08:46 -0700, by Ed Meyer
-
omit warning for multiple Contents.m files in the load pathThu, 19 Jul 2012 15:18:19 -0400, by John W. Eaton
-
doc: recommend to use bug tracker rather than maintainers mailing list.Wed, 18 Jul 2012 20:05:32 +0100, by Carnë Draug
-
maint: periodic merge of default to gui guiThu, 19 Jul 2012 11:53:00 -0400, by Jordi Gutiérrez Hermoso
-
maint: Periodic merge of stable to defaultThu, 19 Jul 2012 11:48:40 -0400, by Jordi Gutiérrez Hermoso
-
Added dimension column to workspace view. Using octave print-function to retrieve a value string for a variable. guiThu, 19 Jul 2012 10:13:40 -0400, by Jacob Dawid
-
Added patch from jwe that forks the GUI process in order to have less work. guiThu, 19 Jul 2012 09:30:07 -0400, by Jacob Dawid
-
Removed cd'ing back after running a script for compatibility with less. guiWed, 18 Jul 2012 17:06:59 -0400, by Jacob Dawid
-
correcly compute Z for 3-output call to qz (bug #36728)Wed, 18 Jul 2012 15:37:36 -0400, by John W. Eaton
-
Forgot to have a fallback lexer when the file suffix is unknown. Removed unused variable and added comments. guiWed, 18 Jul 2012 07:07:18 -0400, by Jacob Dawid
-
Added syntax highlighting support for .sh/.bat/.pl and .diff-files. guiWed, 18 Jul 2012 05:45:40 -0400, by Jacob Dawid
-
maint: use rows() and columns() to clarify m-files.Tue, 17 Jul 2012 13:34:19 -0700, by Rik
-
Give message id to undefined function errorTue, 17 Jul 2012 15:08:20 +0200, by Juan Pablo Carbajal
-
maint: Use single quotes to simplify backslashing of double quotes.Tue, 17 Jul 2012 08:43:15 -0700, by Rik
-
maint: Use Octave coding conventions for cuddling parentheses in scripts directoryTue, 17 Jul 2012 07:08:39 -0700, by Rik
-
New Functions; copyobj.m, hdl2struct.m, struct2hdl.mMon, 16 Jul 2012 20:37:01 -0400, by Pantxo Diribarne
-
Use explicit false and true instead of 0 and 1Mon, 16 Jul 2012 17:32:27 -0400, by Jordi Gutiérrez Hermoso