index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
source
/
Target
/
ObjCLanguageRuntime.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[LanguageRuntime] Move ObjCLanguageRuntime into a plugin
Alex Langford
2019-07-15
1
-435
/
+0
*
[Core] Generalize ValueObject::MaybeCalculateCompleteType
Alex Langford
2019-07-12
1
-0
/
+35
*
[Core] Generalize ValueObject::IsRuntimeSupportValue
Alex Langford
2019-07-01
1
-13
/
+0
*
[Target] Decouple ObjCLanguageRuntime from LanguageRuntime
Alex Langford
2019-06-21
1
-0
/
+12
*
[LanguageRuntime] Introduce LLVM-style casts
Alex Langford
2019-06-08
1
-0
/
+2
*
Hide runtime support values such as clang's __vla_expr from frame variable
Adrian Prantl
2019-05-02
1
-0
/
+20
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-4
/
+0
*
Pass ConstString by value (NFC)
Adrian Prantl
2019-03-06
1
-3
/
+3
*
Replace 'ap' with 'up' suffix in variable names. (NFC)
Jonas Devlieghere
2019-02-13
1
-2
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[SymbolFile] Remove SymbolContext parameter from FindTypes.
Zachary Turner
2019-01-14
1
-2
/
+1
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-5
/
+4
*
Replace HashStringUsingDJB with llvm::djbHash
Pavel Labath
2018-02-23
1
-4
/
+3
*
Move Timer and TraceOptions from Core to Utility
Pavel Labath
2017-06-29
1
-1
/
+1
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-3
/
+3
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-339
/
+283
*
Now that SymbolFileDWARF supports having types in completely separate .pcm fi...
Greg Clayton
2016-02-10
1
-1
/
+4
*
Make the Language print the description of the Exception Breakpoint resolver....
Jim Ingham
2015-12-18
1
-1
/
+1
*
Rename clang_type -> compiler_type for variables.
Bruce Mitchener
2015-09-24
1
-3
/
+3
*
Move more functionality from the LanguageRuntimes to the Languages.
Jim Ingham
2015-09-02
1
-277
/
+0
*
Final bit of type system cleanup that abstracts declaration contexts into lld...
Greg Clayton
2015-08-24
1
-2
/
+2
*
ClangASTType is now CompilerType.
Greg Clayton
2015-08-11
1
-6
/
+6
*
First step in getting LLDB ready to support multiple different type systems.
Greg Clayton
2015-08-11
1
-2
/
+2
*
Revert "Introduce a TypeSystem interface to support adding non-clang languages."
Pavel Labath
2015-06-08
1
-2
/
+2
*
Introduce a TypeSystem interface to support adding non-clang languages.
Pavel Labath
2015-06-08
1
-2
/
+2
*
Fix build on windows.
Colin Riley
2015-05-08
1
-1
/
+5
*
Add a language objc class-table dump command
Enrico Granata
2015-05-06
1
-0
/
+8
*
This is some groundwork for filtering the language Exception
Jim Ingham
2015-04-22
1
-0
/
+33
*
Add new virtual method for language runtime plug-ins:
Greg Clayton
2015-04-16
1
-1
/
+0
*
Reduce header footprint of Target.h
Zachary Turner
2015-03-03
1
-0
/
+1
*
More work for the dynamic type size feature
Enrico Granata
2015-01-28
1
-1
/
+45
*
- Use "for_expression" rather than "allow_unknownanytype"
Sean Callanan
2014-10-31
1
-4
/
+4
*
This is a fairly bulky patch, but a lot of it involves rearranging existing code
Enrico Granata
2014-08-19
1
-0
/
+23
*
Huge change to clean up types.
Greg Clayton
2013-07-11
1
-2
/
+2
*
Fixed some linux buildbot warnings.
Greg Clayton
2013-04-19
1
-5
/
+5
*
<rdar://problem/13563628>
Enrico Granata
2013-04-05
1
-0
/
+4
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-1
/
+1
*
<rdar://problem/13210494>
Greg Clayton
2013-02-13
1
-12
/
+62
*
Remove debug code and commented out code that was left in.
Greg Clayton
2013-01-30
1
-92
/
+0
*
<rdar://problem/9141269>
Greg Clayton
2013-01-30
1
-68
/
+357
*
This patch removes the SymbolFileSymtab support
Sean Callanan
2012-12-19
1
-5
/
+1
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-1
/
+1
*
<rdar://problem/12586350>
Enrico Granata
2012-11-08
1
-1
/
+1
*
Extra safeguards to ensure that we never query
Sean Callanan
2012-11-02
1
-11
/
+0
*
Changed the V1 and V2 runtimes to be able to detect when the ISA hash table h...
Greg Clayton
2012-10-25
1
-1
/
+1
*
Objective C cleanup. Removed an cache that was no longer needed and changes t...
Greg Clayton
2012-10-23
1
-93
/
+57
*
<rdar://problem/12331741>
Greg Clayton
2012-10-11
1
-38
/
+61
*
Changes to clean up the runtime and how the ISA caches are managed.
Greg Clayton
2012-10-09
1
-48
/
+59
*
More runtime work. We now successfully traverse
Sean Callanan
2012-09-15
1
-1
/
+16
[next]