summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/RuntimeDyld/GDBRegistrar.cpp
Commit message (Expand)AuthorAgeFilesLines
* [MCJIT] Reapply r222828 and r222810-r222812 with fix for MSVC move-op issues.Lang Hames2014-11-261-213/+0
* Reverting r222828 and r222810-r222812 as they broke the build on Windows.Aaron Ballman2014-11-261-0/+213
* [MCJIT] Clean up RuntimeDyld's quirky object-ownership/modification scheme.Lang Hames2014-11-261-213/+0
* Converting the JITDebugLock mutex to a ManagedStatic to avoid the static cons...Chris Bieneman2014-09-191-4/+4
* [C++] Use 'nullptr'.Craig Topper2014-04-241-7/+6
* Make GDBJITRegistrar thread safe. Patch by Jim Kearyn, with cleanup byLang Hames2014-03-131-16/+10
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-081-2/+2
* Attempt to fix the MSVC build.Rafael Espindola2014-01-161-0/+2
* Prevent calls to __jit_debug_register_code from being optimized out.Rafael Espindola2014-01-161-1/+5
* Removed "static" from "__jit_debug_descriptor" because "static" adds C++ mang...Elena Demikhovsky2012-12-241-1/+1
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-3/+3
* Clean-up of memory buffer and object ownership model in MCJITAndrew Kaylor2012-10-021-4/+4
* Add files which were not included by commit 154868.Preston Gurd2012-04-161-0/+214
OpenPOWER on IntegriCloud