summaryrefslogtreecommitdiff
path: root/lldb/source/Target/ObjCLanguageRuntime.cpp
AgeCommit message (Expand)Author
2019-07-15[LanguageRuntime] Move ObjCLanguageRuntime into a pluginAlex Langford
2019-07-12[Core] Generalize ValueObject::MaybeCalculateCompleteTypeAlex Langford
2019-07-01[Core] Generalize ValueObject::IsRuntimeSupportValueAlex Langford
2019-06-21[Target] Decouple ObjCLanguageRuntime from LanguageRuntimeAlex Langford
2019-06-08[LanguageRuntime] Introduce LLVM-style castsAlex Langford
2019-05-02Hide runtime support values such as clang's __vla_expr from frame variableAdrian Prantl
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-03-06Pass ConstString by value (NFC)Adrian Prantl
2019-02-13Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-14[SymbolFile] Remove SymbolContext parameter from FindTypes.Zachary Turner
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2018-02-23Replace HashStringUsingDJB with llvm::djbHashPavel Labath
2017-06-29Move Timer and TraceOptions from Core to UtilityPavel Labath
2017-05-12Rename Error -> Status.Zachary Turner
2017-03-03Move Log from Core -> Utility.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-02-10Now that SymbolFileDWARF supports having types in completely separate .pcm fi...Greg Clayton
2015-12-18Make the Language print the description of the Exception Breakpoint resolver....Jim Ingham
2015-09-24Rename clang_type -> compiler_type for variables.Bruce Mitchener
2015-09-02Move more functionality from the LanguageRuntimes to the Languages.Jim Ingham
2015-08-24Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton
2015-08-11ClangASTType is now CompilerType.Greg Clayton
2015-08-11First step in getting LLDB ready to support multiple different type systems.Greg Clayton
2015-06-08Revert "Introduce a TypeSystem interface to support adding non-clang languages."Pavel Labath
2015-06-08Introduce a TypeSystem interface to support adding non-clang languages.Pavel Labath
2015-05-08Fix build on windows.Colin Riley
2015-05-06Add a language objc class-table dump commandEnrico Granata
2015-04-22This is some groundwork for filtering the language ExceptionJim Ingham
2015-04-16Add new virtual method for language runtime plug-ins:Greg Clayton
2015-03-03Reduce header footprint of Target.hZachary Turner
2015-01-28More work for the dynamic type size featureEnrico Granata
2014-10-31- Use "for_expression" rather than "allow_unknownanytype"Sean Callanan
2014-08-19This is a fairly bulky patch, but a lot of it involves rearranging existing codeEnrico Granata
2013-07-11Huge change to clean up types.Greg Clayton
2013-04-19Fixed some linux buildbot warnings.Greg Clayton
2013-04-05<rdar://problem/13563628>Enrico Granata
2013-03-27<rdar://problem/13521159>Greg Clayton
2013-02-13<rdar://problem/13210494>Greg Clayton
2013-01-30Remove debug code and commented out code that was left in.Greg Clayton
2013-01-30<rdar://problem/9141269>Greg Clayton
2012-12-19This patch removes the SymbolFileSymtab support Sean Callanan
2012-11-29Resolve printf formatting warnings on Linux:Daniel Malea
2012-11-08<rdar://problem/12586350>Enrico Granata
2012-11-02Extra safeguards to ensure that we never querySean Callanan
2012-10-25Changed the V1 and V2 runtimes to be able to detect when the ISA hash table h...Greg Clayton
2012-10-23Objective C cleanup. Removed an cache that was no longer needed and changes t...Greg Clayton
2012-10-11<rdar://problem/12331741>Greg Clayton
2012-10-09Changes to clean up the runtime and how the ISA caches are managed.Greg Clayton
2012-09-15More runtime work. We now successfully traverseSean Callanan