| Commit message (Expand) | Author | Age | Files | Lines |
| * | [lldb/Lua] Add Boilerplate for a Lua Script Interpreter | Jonas Devlieghere | 2019-12-19 | 1 | -0/+8 |
| * | [lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_PYTHON | Jonas Devlieghere | 2019-12-13 | 1 | -4/+4 |
| * | [lldb/Host] Use Host/Config.h entries instead of a global define. | Jonas Devlieghere | 2019-12-10 | 1 | -1/+1 |
| * | [ARC] Add SystemV ABI | Tatyana Krasnukha | 2019-10-17 | 1 | -1/+3 |
| * | SystemInitializer: Define macros for experimental targets too | Pavel Labath | 2019-09-26 | 1 | -0/+2 |
| * | SystemInitializer: Use Targets.def to selectively initialize ABI plugins | Pavel Labath | 2019-09-26 | 1 | -56/+34 |
| * | Have ABI plugins vend llvm MCRegisterInfo data | Pavel Labath | 2019-09-25 | 1 | -14/+43 |
| * | [ABI] Implement Windows ABI for x86_64 | Alex Langford | 2019-06-24 | 1 | -0/+3 |
| * | Initialization: move InstructionEmulation to full initialization | Saleem Abdulrasool | 2019-05-06 | 1 | -0/+13 |
| * | ExpressionParser: only force link MCJIT when needed | Saleem Abdulrasool | 2019-05-03 | 1 | -0/+5 |
| * | Revert "Initialization: move InstructionEmulation to full initialization" | Pavel Labath | 2019-05-03 | 1 | -13/+0 |
| * | Initialization: move InstructionEmulation to full initialization | Saleem Abdulrasool | 2019-05-02 | 1 | -0/+13 |
| * | Initialization: remove ObjectContainer from Common | Saleem Abdulrasool | 2019-05-02 | 1 | -0/+8 |
| * | [SystemInitializerFull] Fix header sorting (NFC) | Jonas Devlieghere | 2019-04-24 | 1 | -2/+1 |
| * | [NFC] Remove ASCII lines from comments | Jonas Devlieghere | 2019-04-10 | 1 | -2/+0 |
| * | [Python] Remove Python include from ScriptInterpreterPython.h | Jonas Devlieghere | 2019-03-29 | 1 | -4/+0 |
| * | [Platform] Remove Kalimba Platform | Jonas Devlieghere | 2019-03-27 | 1 | -3/+0 |
| * | [Python] Remove dynamic indirection | Jonas Devlieghere | 2019-03-26 | 1 | -1/+0 |
| * | [ScriptInterpreterPython] Move SWIG initialization into the Python plugin (NFC) | Jonas Devlieghere | 2019-03-25 | 1 | -169/+1 |
| * | [Reproducers] Initialize reproducers before initializing the debugger. | Jonas Devlieghere | 2019-02-21 | 1 | -3/+2 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Introduce SymbolFileBreakpad and use it to fill symtab | Pavel Labath | 2019-01-11 | 1 | -0/+3 |
| * | Add missing Initialize/Terminate for Architecture plugins | Tatyana Krasnukha | 2018-12-13 | 1 | -0/+6 |
| * | Re-commit "Introduce ObjectFileBreakpad" | Pavel Labath | 2018-12-10 | 1 | -0/+3 |
| * | Revert "Introduce ObjectFileBreakpad" | Shafik Yaghmour | 2018-12-07 | 1 | -3/+0 |
| * | Introduce ObjectFileBreakpad | Pavel Labath | 2018-12-07 | 1 | -0/+3 |
| * | [Reproducers] Change how reproducers are initialized. | Jonas Devlieghere | 2018-12-03 | 1 | -2/+6 |
| * | Remove OCaml debugger plugin | Jonas Devlieghere | 2018-11-05 | 1 | -6/+0 |
| * | Remove Java debugger plugin | Jonas Devlieghere | 2018-11-05 | 1 | -9/+0 |
| * | Remove Go debugger plugin | Jonas Devlieghere | 2018-11-05 | 1 | -12/+1 |
| * | [lldb] Introduce StackFrameRecognizer [take 3] | Kuba Mracek | 2018-10-31 | 1 | -1/+10 |
| * | Revert r345686 due to build failures | Kuba Mracek | 2018-10-31 | 1 | -10/+1 |
| * | [lldb] Introduce StackFrameRecognizer [take 2] | Kuba Mracek | 2018-10-31 | 1 | -1/+10 |
| * | Revert r345678 (build failure on Linux machines). | Kuba Mracek | 2018-10-31 | 1 | -10/+1 |
| * | [lldb] Introduce StackFrameRecognizer | Kuba Mracek | 2018-10-31 | 1 | -1/+10 |
| * | Upstreaming the BridgeOS device support and the | Jason Molenda | 2018-10-11 | 1 | -0/+3 |
| * | Add a "scripted" breakpoint type to lldb. | Jim Ingham | 2018-09-13 | 1 | -1/+14 |
| * | Move SystemInitializerFull header to source/API | Alex Langford | 2018-05-25 | 1 | -1/+1 |
| * | Move ObjectFile initialization out of SystemInitializerCommon | Pavel Labath | 2018-05-24 | 1 | -0/+12 |
| * | Enable ProcessMachCore plugin on non-apple platforms | Pavel Labath | 2018-05-22 | 1 | -3/+3 |
| * | Reflow paragraphs in comments. | Adrian Prantl | 2018-04-30 | 1 | -13/+11 |
| * | Re-add change for https://reviews.llvm.org/D42582 with added directories. | Jim Ingham | 2018-03-12 | 1 | -0/+2 |
| * | Revert "Improve prologue handling to support functions with multiple entry po... | Vedant Kumar | 2018-03-12 | 1 | -2/+0 |
| * | Improve prologue handling to support functions with multiple entry points. | Jim Ingham | 2018-03-12 | 1 | -0/+2 |
| * | [LLDB] Initial version of PPC64 InstEmulation | Pavel Labath | 2018-02-27 | 1 | -0/+3 |
| * | Move StopInfoOverride callback to the new architecture plugin | Pavel Labath | 2017-10-25 | 1 | -1/+5 |
| * | Move Timer and TraceOptions from Core to Utility | Pavel Labath | 2017-06-29 | 1 | -1/+1 |
| * | Shorten sanitizer plugin names | Pavel Labath | 2017-06-26 | 1 | -3/+3 |
| * | Upstreaming the UndefinedBehaviorSanitizerRuntime and MainThreadCheckerRuntim... | Kuba Mracek | 2017-06-16 | 1 | -0/+6 |
| * | Remove an expensive lock from Timer | Pavel Labath | 2017-05-15 | 1 | -1/+2 |