log src/pt-jit.cc @ 14949:c57cfdb37f81

age author description
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 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 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 15:38:40 -0500 Max Brister Locate and link with LLVM properly
Fri, 01 Jun 2012 19:08:43 -0500 Max Brister Use standard SSA construction algorithm, and support break/continue
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
Mon, 28 May 2012 23:19:41 -0500 Max Brister If, ifelse, and else statements JIT compile now
Sun, 27 May 2012 22:57:55 -0500 Max Brister Cleanup of some type inference functions
Sat, 26 May 2012 20:30:28 -0500 Max Brister For loops compile with new IR
Thu, 24 May 2012 15:25:06 -0600 Max Brister Removed dead functions
Thu, 24 May 2012 15:08:09 -0600 Max Brister Rewrite pt-jit.* adding new low level octave IR
Mon, 21 May 2012 15:41:19 -0600 Max Brister Add if support and fix leak with any
Fri, 18 May 2012 10:22:34 -0600 Max Brister Use symbol_record_ref instead of names in JIT
Fri, 18 May 2012 08:11:00 -0600 Max Brister doc: Removed old FIXMEs
Fri, 18 May 2012 08:09:03 -0600 Max Brister Simplified llvm::GenericValue creation
Thu, 17 May 2012 16:07:21 -0600 Max Brister JIT for loops over ranges
Sat, 12 May 2012 19:24:32 -0600 Max Brister Reworking JIT implementation
Mon, 07 May 2012 18:37:31 -0600 Max Brister doc: Copyright fix in pt-jit.h and pt-jit.cc
Sun, 06 May 2012 20:17:30 -0600 Max Brister Initial JIT support