aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Expression/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2024-06-22[lldb][ExpressionParser][NFCI] Add new DoPrepareForExecution interface to be ...Michael Buch1-0/+1
2023-05-23[LLDB] Add some declarations related to REPL support for mojowalter erquinigo1-0/+1
2023-04-03[lldb][NFC] Remove outdated TODO messageAlex Langford1-1/+0
2023-03-31[lldb] Move ObjectFileJIT to lldbExpressionAlex Langford1-2/+2
2023-03-21[lldb][CMake] Enforce not linking against plugin libs in core libsAlex Langford1-0/+1
2022-07-12Reland "[LLDB][NFC] Decouple dwarf location table from DWARFExpression."Zequan Wu1-0/+1
2022-07-07Revert "[LLDB][NFC] Decouple dwarf location table from DWARFExpression."Jonas Devlieghere1-1/+0
2022-07-07[LLDB][NFC] Decouple dwarf location table from DWARFExpression.Zequan Wu1-0/+1
2021-09-29[lldb] Remove Expression's dependency on CPlusPlusLanguagePluginAlex Langford1-1/+0
2020-07-17[CMake] Make `intrinsics_gen` dependency unconditional.Michele Scandale1-5/+1
2019-07-12[Expression] Move IRDynamicChecks to ClangExpressionParserAlex Langford1-1/+0
2019-05-21[CMake] Correct some dependenciesAlex Langford1-0/+1
2019-05-07[Expression] Remove unused dependencyAlex Langford1-1/+0
2019-03-06Fix Cmake files for ExpressionSourceCode.cpp -> ClangExpressionSourceCode.cpp.Jim Ingham1-1/+0
2018-05-23Break dependency from Core to ObjectFileJIT.Zachary Turner1-0/+1
2017-03-30Revert r298776 - Expression: add missing linkage to RuntimeDyld ...Michal Gorny1-1/+0
2017-03-25Expression: add missing linkage to RuntimeDyld componentMichal Gorny1-0/+1
2017-01-31[CMake] Add accurate dependency specificationsChris Bieneman1-0/+14
2016-11-18[CMake] NFC. Updating CMake dependency specificationsChris Bieneman1-4/+7
2016-09-29[CMake] LLDB/Expression needs to depend on intrinsics_genChris Bieneman1-0/+4
2016-03-19Add a DiagnosticManager replace error streams in the expression parser.Sean Callanan1-0/+1
2015-11-02Create an expression parser for Go.Ryan Brown1-0/+1
2015-10-19Added REPL.cpp to the relevant CMakeLists.txtSean Callanan1-0/+1
2015-09-25Moved more Clang-specific parts of the expression parser into the Clang plugin.Sean Callanan1-12/+0
2015-09-15This patch makes Clang-independent base classes for all the expression types ...Jim Ingham1-1/+5
2015-09-03[cmake] Remove LLVM_NO_RTTI.Bruce Mitchener1-2/+0
2015-09-03Fix cmake build.Bruce Mitchener1-1/+1
2014-12-05Added CMake support so all the Clang modules codeSean Callanan1-0/+1
2013-09-25Convert to UNIX line endings.Joerg Sonnenberger1-23/+23
2013-04-11cmake build of lldb was complaining about missing files.Sylvestre Ledru1-0/+2
2013-03-20Update source/Expression/CMakeLists.txt to reflect actual source files.Andy Gibbs1-2/+1
2013-02-21Adding CMake build system to LLDB. Some known issues remain:Daniel Malea1-0/+22