• Paul Fultz II's avatar
    Add code generation for pointwise operators (#780) · 35d1bcc2
    Paul Fultz II authored
    * Add definitions for all pointwise operators
    
    * Formatting
    
    * Add cpp generator class
    
    * Formatting
    
    * Move compilation to core
    
    * Formatting
    
    * Add clock to tmp name
    
    * Add dynamic loader
    
    * Formatting
    
    * Add tests for code gen
    
    * Formatting
    
    * Add test for literals
    
    * Formatting
    
    * Use with_char
    
    * Add missing header
    
    * Fix mismerge
    
    * Ignore tidy warning
    
    * Fxx gcc 5 errors
    
    * Apply fixits
    
    * Skip signed bitwise of status
    
    * Remove unused parameters
    
    * Explicitly add c++14 flag
    
    * Fix tidy warning
    
    * Remove .o files
    35d1bcc2
jit.cpp 2.51 KB