Update of /cvsroot/monetdb/pathfinder/compiler/include
In directory 
sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv29041/compiler/include

Modified Files:
      Tag: M5XQ
        builtins.h 
Log Message:
propagated changes of Friday Dec 04 2009
from the XQFT branch to the M5XQ branch

  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2009/12/04 - sjoerd: compiler/include/builtins.h,1.65.2.1
  propagated changes of Friday Dec 04 2009
  from the development trunk to the XQFT branch
  
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    2009/12/04 - jflokstra: compiler/include/builtins.h,1.67
    Implemented translation to a MIL function of the following new tijah 
functions.
  
    - tijah:terms(element*) as string*
    - tijah:terms(element*,node) as string*
    - tijah:tf-all(string) as integer
    - tijah:tf-all(string,node) as integer
    - tijah:tf(element*,string) as integer
    - tijah:tf(element*,string,node) as integer
    - tijah:fb-terms(element*) as string*
    - tijah:fb-terms(element*,node) as string*
  
    The main MIL functions are still empty and Henning will fill te blanks.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Index: builtins.h
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/include/builtins.h,v
retrieving revision 1.62.2.3
retrieving revision 1.62.2.4
diff -u -d -r1.62.2.3 -r1.62.2.4
--- builtins.h  9 Nov 2009 00:03:59 -0000       1.62.2.3
+++ builtins.h  4 Dec 2009 14:49:07 -0000       1.62.2.4
@@ -1362,6 +1362,42 @@
                                            bool ordering,
                                            PFla_op_t **side_effects,
                                            struct PFla_pair_t *args);
+
+/* the new term functions */
+
+struct PFla_pair_t PFbui_tijah_terms (const PFla_op_t *loop,
+                                           bool ordering,
+                                           PFla_op_t **side_effects,
+                                           struct PFla_pair_t *args);
+struct PFla_pair_t PFbui_tijah_terms_o (const PFla_op_t *loop,
+                                           bool ordering,
+                                           PFla_op_t **side_effects,
+                                           struct PFla_pair_t *args);
+struct PFla_pair_t PFbui_tijah_tfall (const PFla_op_t *loop,
+                                           bool ordering,
+                                           PFla_op_t **side_effects,
+                                           struct PFla_pair_t *args);
+struct PFla_pair_t PFbui_tijah_tfall_o (const PFla_op_t *loop,
+                                           bool ordering,
+                                           PFla_op_t **side_effects,
+                                           struct PFla_pair_t *args);
+struct PFla_pair_t PFbui_tijah_tf (const PFla_op_t *loop,
+                                           bool ordering,
+                                           PFla_op_t **side_effects,
+                                           struct PFla_pair_t *args);
+struct PFla_pair_t PFbui_tijah_tf_o (const PFla_op_t *loop,
+                                           bool ordering,
+                                           PFla_op_t **side_effects,
+                                           struct PFla_pair_t *args);
+struct PFla_pair_t PFbui_tijah_fbterms (const PFla_op_t *loop,
+                                           bool ordering,
+                                           PFla_op_t **side_effects,
+                                           struct PFla_pair_t *args);
+struct PFla_pair_t PFbui_tijah_fbterms_o (const PFla_op_t *loop,
+                                           bool ordering,
+                                           PFla_op_t **side_effects,
+                                           struct PFla_pair_t *args);
+
 #endif
 
 


------------------------------------------------------------------------------
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to