Mercurial > hg > Members > shinya > pyrect
graph
-
simplify grep.c, correnspod syntax '^'.2010-07-10, by Ryoma SHINYA
-
buf-fix: forgot adding CFLAGS to compile-option(jitgrep.py) .2010-07-09, by Ryoma SHINYA
-
remove unnecessary files.2010-07-09, by Ryoma SHINYA
-
organize directory. (but not separate module-dir yet,,)2010-07-09, by Ryoma SHINYA
-
modify jitgrep.py and change linking method.2010-07-09, by Ryoma SHINYA
-
add DFATranslator(GREPTranslator). which can translate into gnu-grep's DFA-based matching function.2010-07-08, by Ryoma SHINYA
-
modify jitgrep, pre-compile grep main routine to libgrep.so. so JIT-compile only required DFA-transition.2010-07-07, by Ryoma SHINYA
-
add cgrep to grep_bench.sh .2010-07-06, by Ryoma SHINYA
-
bug-fix jitgrep.py: duplicate keywords 'help' in OptionParser.add_option() 's argument.2010-07-06, by Ryoma SHINYA
-
add grep.c, it was introduced by Brian W. Kernighan and Rob Pike in "The Practice of Programming"2010-07-05, by Ryoma SHINYA
-
add convert-option --grep to converter.py.2010-07-05, by Ryoma SHINYA
-
bug fix: c_translator.py, grep_translator.py2010-07-05, by Ryoma SHINYA
-
rename files to follow PEP. and debug llvm_trnslator.py.2010-07-05, by Ryoma SHINYA
-
add contact & description to Repository.2010-07-05, by Ryoma SHINYA
-
add star/union/concat rule's graph (graph/*.png).2010-07-05, by Ryoma SHINYA
-
add LLVMTranslator(Translator) (and remove reg2llvm.py), add --LLVM option to converter.py.2010-07-04, by Ryoma SHINYA
-
add CbC test code.2010-07-04, by Ryoma SHINYA
-
remove unnecessary variable "s_local" in cTranslator.2010-07-04, by Ryoma SHINYA
-
add options -Olevel --time --debug --cc=compiler to jitgrep. add agrep to benchgrep.sh.2010-07-04, by Ryoma SHINYA
-
add LICENSE2010-07-04, by Ryoma SHINYA
-
add gcc's "concatenated" source file(over million lines), for benchmarking/testing.2010-07-03, by Ryoma SHINYA
-
add GREPTranslator(Translator) and implement jit-compile-grep,2010-07-03, by Ryoma SHINYA
-
modify some function/variable name, to follow PEP coding donvention.2010-07-03, by Ryoma SHINYA
-
remove Regexp.emitDot()2010-07-02, by Ryoma SHINYA
-
simplify DFA state name. (in C/Dot Translator. ex: "1_2_3" -> "1")2010-07-02, by Ryoma SHINYA
-
add Document directory.2010-07-01, by Ryoma SHINYA
-
add Translater(object), that can translate C/CbC source code2010-06-30, by ryoma
-
add Regexp.emitDot(), Dot file can be converted tex->pdf2010-06-29, by ryoma