summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/ObjCLanguageRuntime.cpp
Commit message (Expand)AuthorAgeFilesLines
* [LanguageRuntime] Move ObjCLanguageRuntime into a pluginAlex Langford2019-07-151-435/+0
* [Core] Generalize ValueObject::MaybeCalculateCompleteTypeAlex Langford2019-07-121-0/+35
* [Core] Generalize ValueObject::IsRuntimeSupportValueAlex Langford2019-07-011-13/+0
* [Target] Decouple ObjCLanguageRuntime from LanguageRuntimeAlex Langford2019-06-211-0/+12
* [LanguageRuntime] Introduce LLVM-style castsAlex Langford2019-06-081-0/+2
* Hide runtime support values such as clang's __vla_expr from frame variableAdrian Prantl2019-05-021-0/+20
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-4/+0
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-3/+3
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [SymbolFile] Remove SymbolContext parameter from FindTypes.Zachary Turner2019-01-141-2/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-5/+4
* Replace HashStringUsingDJB with llvm::djbHashPavel Labath2018-02-231-4/+3
* Move Timer and TraceOptions from Core to UtilityPavel Labath2017-06-291-1/+1
* Rename Error -> Status.Zachary Turner2017-05-121-3/+3
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-339/+283
* Now that SymbolFileDWARF supports having types in completely separate .pcm fi...Greg Clayton2016-02-101-1/+4
* Make the Language print the description of the Exception Breakpoint resolver....Jim Ingham2015-12-181-1/+1
* Rename clang_type -> compiler_type for variables.Bruce Mitchener2015-09-241-3/+3
* Move more functionality from the LanguageRuntimes to the Languages.Jim Ingham2015-09-021-277/+0
* Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton2015-08-241-2/+2
* ClangASTType is now CompilerType.Greg Clayton2015-08-111-6/+6
* First step in getting LLDB ready to support multiple different type systems.Greg Clayton2015-08-111-2/+2
* Revert "Introduce a TypeSystem interface to support adding non-clang languages."Pavel Labath2015-06-081-2/+2
* Introduce a TypeSystem interface to support adding non-clang languages.Pavel Labath2015-06-081-2/+2
* Fix build on windows.Colin Riley2015-05-081-1/+5
* Add a language objc class-table dump commandEnrico Granata2015-05-061-0/+8
* This is some groundwork for filtering the language ExceptionJim Ingham2015-04-221-0/+33
* Add new virtual method for language runtime plug-ins:Greg Clayton2015-04-161-1/+0
* Reduce header footprint of Target.hZachary Turner2015-03-031-0/+1
* More work for the dynamic type size featureEnrico Granata2015-01-281-1/+45
* - Use "for_expression" rather than "allow_unknownanytype"Sean Callanan2014-10-311-4/+4
* This is a fairly bulky patch, but a lot of it involves rearranging existing codeEnrico Granata2014-08-191-0/+23
* Huge change to clean up types.Greg Clayton2013-07-111-2/+2
* Fixed some linux buildbot warnings.Greg Clayton2013-04-191-5/+5
* <rdar://problem/13563628>Enrico Granata2013-04-051-0/+4
* <rdar://problem/13521159>Greg Clayton2013-03-271-1/+1
* <rdar://problem/13210494>Greg Clayton2013-02-131-12/+62
* Remove debug code and commented out code that was left in.Greg Clayton2013-01-301-92/+0
* <rdar://problem/9141269>Greg Clayton2013-01-301-68/+357
* This patch removes the SymbolFileSymtab support Sean Callanan2012-12-191-5/+1
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-1/+1
* <rdar://problem/12586350>Enrico Granata2012-11-081-1/+1
* Extra safeguards to ensure that we never querySean Callanan2012-11-021-11/+0
* Changed the V1 and V2 runtimes to be able to detect when the ISA hash table h...Greg Clayton2012-10-251-1/+1
* Objective C cleanup. Removed an cache that was no longer needed and changes t...Greg Clayton2012-10-231-93/+57
* <rdar://problem/12331741>Greg Clayton2012-10-111-38/+61
* Changes to clean up the runtime and how the ISA caches are managed.Greg Clayton2012-10-091-48/+59
* More runtime work. We now successfully traverseSean Callanan2012-09-151-1/+16
OpenPOWER on IntegriCloud