log src/pt-jit.cc @ 14925:8697e3e9d77a

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