Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Converting the JITDebugLock mutex to a ManagedStatic to avoid the static ↵ | Chris Bieneman | 2014-09-19 | 1 | -4/+4 |
| | | | | | | constructor and destructor. llvm-svn: 218154 | ||||
* | [C++] Use 'nullptr'. | Craig Topper | 2014-04-24 | 1 | -7/+6 |
| | | | | llvm-svn: 207083 | ||||
* | Make GDBJITRegistrar thread safe. Patch by Jim Kearyn, with cleanup by | Lang Hames | 2014-03-13 | 1 | -16/+10 |
| | | | | | | | | Ivan Puzyrevskiy. Fixes PR15750. Thanks Jim and Ivan. llvm-svn: 203853 | ||||
* | [C++11] Add 'override' keyword to virtual methods that override their base ↵ | Craig Topper | 2014-03-08 | 1 | -2/+2 |
| | | | | | | class. llvm-svn: 203344 | ||||
* | Attempt to fix the MSVC build. | Rafael Espindola | 2014-01-16 | 1 | -0/+2 |
| | | | | llvm-svn: 199352 | ||||
* | Prevent calls to __jit_debug_register_code from being optimized out. | Rafael Espindola | 2014-01-16 | 1 | -1/+5 |
| | | | | | | Patch by Andrew MacPherson. I just tweaked the comment. llvm-svn: 199350 | ||||
* | Removed "static" from "__jit_debug_descriptor" because "static" adds C++ ↵ | Elena Demikhovsky | 2012-12-24 | 1 | -1/+1 |
| | | | | | | mangling prefix to this symbol. llvm-svn: 171025 | ||||
* | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | Sooooo many of these had incorrect or strange main module includes. I have manually inspected all of these, and fixed the main module include to be the nearest plausible thing I could find. If you own or care about any of these source files, I encourage you to take some time and check that these edits were sensible. I can't have broken anything (I strictly added headers, and reordered them, never removed), but they may not be the headers you'd really like to identify as containing the API being implemented. Many forward declarations and missing includes were added to a header files to allow them to parse cleanly when included first. The main module rule does in fact have its merits. =] llvm-svn: 169131 | ||||
* | Clean-up of memory buffer and object ownership model in MCJIT | Andrew Kaylor | 2012-10-02 | 1 | -4/+4 |
| | | | | llvm-svn: 165053 | ||||
* | Add files which were not included by commit 154868. | Preston Gurd | 2012-04-16 | 1 | -0/+214 |
llvm-svn: 154872 |