summaryrefslogtreecommitdiff
path: root/backend/src/llvm/llvm_to_gen.hpp
AgeCommit message (Expand)AuthorFilesLines
2014-11-11License: adjust all license version to LGPL v2.1+.Zhigang Gong1-1/+1
2014-09-10Add the switch logic for math conformance fast pathJunyan He1-1/+1
2014-06-09remove the code of saving the llvm bitcode to file, replace it with llvm::ModuleLuo1-1/+1
2013-12-31Move the llvm optimize pass from clang to backend.Yang Rong1-2/+3
2012-08-10Removed useless EOL at the end of the filesBenjamin Segovia1-2/+0
2012-08-10s/getSrcIndex/getSrc/g s/getDstIndex/getDst/gBenjamin Segovia1-0/+2
2012-08-10Started to implement Gen code generationBenjamin Segovia1-1/+1
2012-08-10Implemented a first implementation of the function argument parsing from LLVM IRBenjamin Segovia1-0/+39