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