| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | unittests: add ErrorStr to ExecutionEngine test | Dylan Noblesmith | 2011-12-02 | 1 | -3/+5 |
| | | | | | | | Makes failures more self-explanatory. llvm-svn: 145704 | ||||
| * | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner | 2011-07-18 | 1 | -1/+1 |
| | | | | | llvm-svn: 135375 | ||||
| * | Make the ExecutionEngine automatically remove global mappings on when their | Jeffrey Yasskin | 2009-10-13 | 1 | -0/+13 |
| | | | | | | | | GlobalValue is destroyed. Function destruction still leaks machine code and can crash on leaked stubs, but this is some progress. llvm-svn: 83987 | ||||
| * | ExecutionEngine::clearGlobalMappingsFromModule failed to remove reverse | Jeffrey Yasskin | 2009-10-09 | 1 | -0/+20 |
| | | | | | | | | mappings, which could cause errors and assert-failures. This patch fixes that, adds a test, and refactors the global-mapping-removal code into a single place. llvm-svn: 83678 | ||||
| * | Push LLVMContexts through the IntegerType APIs. | Owen Anderson | 2009-08-13 | 1 | -4/+8 |
| | | | | | llvm-svn: 78948 | ||||
| * | Make ExecutionEngine::updateGlobalMapping(GV, NULL) properly remove GV's old | Jeffrey Yasskin | 2009-08-04 | 1 | -0/+92 |
| address from the reverse mapping, and add a test that this works now. llvm-svn: 78127 | |||||

