Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2013-01-16 | Introduce llvm::sys::getProcessTriple() function. | Peter Collingbourne | 1 | -1/+1 |
2013-01-02 | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 1 | -5/+5 |
2012-12-04 | Sort the #include lines for unittest/... | Chandler Carruth | 3 | -4/+4 |
2012-11-27 | Moving SectionMemoryManager into RuntimeDyld and adding unit tests for it. | Andrew Kaylor | 5 | -406/+175 |
2012-11-27 | Implementing page permission setting in MCJIT unit test SectionMemoryManager.cpp | Andrew Kaylor | 3 | -63/+205 |
2012-11-15 | Interface changes to allow RuntimeDyld memory managers to set memory permissi... | Andrew Kaylor | 2 | -2/+5 |
2012-10-31 | MCJIT unit test: add calls to ensure that instruction caches are properly inv... | Amara Emerson | 1 | -0/+5 |
2012-10-31 | Port lli bug fix from r166920 to MCJIT unit test. | Amara Emerson | 1 | -3/+11 |
2012-10-31 | Commit access test. | Amara Emerson | 1 | -0/+1 |
2012-10-04 | Adding MCJIT and MemoryBuffer unit tests | Andrew Kaylor | 7 | -0/+767 |