aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/JSBackend/CMakeLists.txt
AgeCommit message (Collapse)Author
2014-03-05Fix missing LLVMBuild.txt and CMake dependencies.Dan Gohman
2014-03-04Introduce AllocaManager, a class for managing allocas.Dan Gohman
The AllocaManager performs stack layout for alloca objects. It is capable of analyzing alloca liveness and sharing space between multiple allocas.
2014-03-04Better integration with the LLVM Target system.Dan Gohman
In particular, this is needed to make getOptLevel() work.
2014-02-28Move ExpandI64 into lib/Target/JSBackend.Dan Gohman
2013-12-31fix cmake buildAlon Zakai
2013-12-27CPPBackend => JSBackendAlon Zakai