aboutsummaryrefslogtreecommitdiff
path: root/src/intertyper.js
AgeCommit message (Collapse)Author
2010-09-29nicer llvm parameter parsing tools, used in 'store'alon@honor
2010-09-27parseLLVMFunctionCall/finalizeLLVMFunctionCall cleanupalon@honor
2010-09-27ignore 'noalias' in function defsalon@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-25additional function qualifiers to ignorealon@honor
2010-09-25getelementptr intertyping fixalon@honor
2010-09-22handle a few minor parsing issues (negative IEEE doubles, []s in constants, ↵alon@honor
aliases - ignored)
2010-09-20refactor into filesalon@honor
--HG-- rename : src/parser.js => src/compiler.js