Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-05 | Fix missing LLVMBuild.txt and CMake dependencies. | Dan Gohman | |
2014-03-04 | Introduce 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-04 | Better integration with the LLVM Target system. | Dan Gohman | |
In particular, this is needed to make getOptLevel() work. | |||
2014-02-28 | Move ExpandI64 into lib/Target/JSBackend. | Dan Gohman | |
2013-12-31 | fix cmake build | Alon Zakai | |
2013-12-27 | CPPBackend => JSBackend | Alon Zakai | |