Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix some Clang-tidy modernize warnings, other minor fixes. | Eugene Zelenko | 2015-11-04 | 1 | -2/+2 |
* | [C++] Use 'nullptr'. Tools edition. | Craig Topper | 2014-04-25 | 1 | -2/+2 |
* | Remove unused include following r199929 | Alp Toker | 2014-01-23 | 1 | -1/+0 |
* | Replace the interim lli build fix with something cleaner | Alp Toker | 2014-01-23 | 1 | -25/+0 |
* | Interim build fix for Makefiles | Alp Toker | 2014-01-23 | 1 | -0/+3 |
* | Refactor lli-child-target to remove duplicated code | Alp Toker | 2014-01-23 | 1 | -0/+1 |
* | Sanitize MCJIT remote execution | Renato Golin | 2014-01-14 | 1 | -7/+8 |
* | Adding out-of-process execution support to lli. | Andrew Kaylor | 2013-10-02 | 1 | -0/+31 |
* | Mark code, not data, as executable in lli RemoteTarget simulator. | Andrew Kaylor | 2012-10-31 | 1 | -2/+2 |
* | Fix includes of llvm files that used angle brackets. | Craig Topper | 2012-09-15 | 1 | -3/+3 |
* | Don't include stdint.h directly. | Eli Friedman | 2012-09-06 | 1 | -1/+1 |
* | MCJIT: Add faux remote target execution to lli for the MCJIT. | Jim Grosbach | 2012-09-05 | 1 | -0/+61 |