Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sort the #include lines for unittest/... | Chandler Carruth | 2012-12-04 | 1 | -1/+1 |
| | | | | llvm-svn: 169250 | ||||
* | Implementing page permission setting in MCJIT unit test SectionMemoryManager.cpp | Andrew Kaylor | 2012-11-27 | 1 | -2/+6 |
| | | | | | | This commit is primarily here for the revision history. I'm about to move the SectionMemoryManager into the RuntimeDyld library, but I wanted to check the changes in here so people could see the differences in the updated implementation. llvm-svn: 168718 | ||||
* | MCJIT unit test: add calls to ensure that instruction caches are properly ↵ | Amara Emerson | 2012-10-31 | 1 | -0/+5 |
| | | | | | | invalidated before code execution. llvm-svn: 167146 | ||||
* | Adding MCJIT and MemoryBuffer unit tests | Andrew Kaylor | 2012-10-04 | 1 | -0/+226 |
Patch by Daniel Malea. llvm-svn: 165246 |