aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2010-10-09cleanup: remove need for .text in item.typealon@honor
2010-10-09optimize away 1's and 0's in getelementptr; 1% speedupalon@honor
2010-10-09fix memory alignment/padding of structures | TESTS FIXEDalon@honor
2010-10-08add entry labels only when necessary | all tests pass but fasta on clangalon@honor
2010-10-08fix bug with last commit, and better GUARD_MEMORY optionalon@honor
2010-10-08initial support for |extractvalue|alon@honor
2010-10-08beginnings of fixes for clang 2.8alon@honor
2010-10-07handle |linkonce| constants | all llvm_gcc tests pass but saueralon@honor
2010-10-07begin work to adapt to llvm 2.8 | TESTS BROKENalon@honor
2010-10-06inline stack allocationsalon@honor
2010-10-06Runtime system, and inlining of stackEnter/Exitalon@honor
2010-10-05fix relooper bug with not noticing other entries as invalidating; now loops ↵alon@honor
are only created when truly needed
2010-10-05version 0.3alon@honor
2010-10-04higher memory defaults, for raytracing demoalon@honor
2010-10-04temporary hackish removal of unneeded breaks outside of complex emulated blocksalon@honor
2010-10-04GUARD_LABELS option + further cleanupalon@honor
2010-10-04clean up relooperalon@honor
2010-10-04initial working version of 'multiple' block in relooperalon@honor
2010-10-03cleanup fallback when no RELOOPalon@honor
2010-10-03proper indentation of generated codealon@honor
2010-10-03reloop blocks with multiple entriesalon@honor
2010-10-03minor relooper fixesalon@honor
2010-10-03clean up relooperalon@honor
2010-10-03cleanup + test both optimized and non-optimizedalon@honor
2010-10-02add missing branch detection of assign&invoke. all tests pass with reloopingalon@honor
2010-10-02add missing branch detection of default in switch. all reloop but sauer, ↵alon@honor
dlmalloc/clang
2010-10-02rewrite of relooper, part I: just emulated and loops, no ifs. all reloop but ↵alon@honor
sauer
2010-10-02dlmalloc testalon@honor
2010-10-02memory implementation cleanupalon@honor
2010-10-01test+fix for modifying fields of global structuresalon@honor
2010-10-01handle nested function calls in mathopsalon@honor
2010-09-30use parse/finalizeLLVM in mathopsalon@honor
2010-09-30library additionsalon@honor
2010-09-30optional stricter support for unsigned values +testalon@honor
2010-09-30abort()alon@honor
2010-09-29nicer llvm parameter parsing tools, used in 'store'alon@honor
2010-09-29clean up memory allocationalon@honor
2010-09-28SDL fixes, do not malloc for each framealon@honor
2010-09-28call stack implementationalon@honor
2010-09-27parseLLVMFunctionCall/finalizeLLVMFunctionCall cleanupalon@honor
2010-09-27preprocessor requires variable>0 to consider it truealon@honor
2010-09-27ignore 'noalias' in function defsalon@honor
2010-09-27emscripten.h tweaksalon@honor
2010-09-27missing udivalon@honor
2010-09-27simplify intertyping of storealon@honor
2010-09-27clean out parseBitcastalon@honor
2010-09-27cleanup parseGetElementPtr and ignore 'volatile'alon@honor
2010-09-26beginnings of SDL support; minor fixes for SDL; raytrace web demoalon@honor
2010-09-25add raytracing testalon@honor
2010-09-25fix for arrays of arrays +testalon@honor