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
/
Plugins
/
LanguageRuntime
/
CPlusPlus
/
ItaniumABI
/
ItaniumABILanguageRuntime.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Target] Remove Target::GetScratchClangASTContext
Alex Langford
2019-12-12
1
-1
/
+4
*
Don't assume that __cxa_current_exception_type exists.
Jim Ingham
2019-11-01
1
-0
/
+3
*
Remove the is_mangled flag from Mangled and Symbol
Adrian Prantl
2019-10-09
1
-1
/
+1
*
Remove size_t return parameter from FindTypes
Adrian Prantl
2019-10-01
1
-17
/
+13
*
[lldb][NFC] Remove ArgEntry::ref member
Raphael Isemann
2019-09-13
1
-4
/
+4
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
1
-35
/
+32
*
[FileSpecList] Add EmplaceBack method (NFC)
Jonas Devlieghere
2019-07-18
1
-2
/
+2
*
[CplusPlus] ISVTableName is unused. NFCI.
Davide Italiano
2019-07-05
1
-8
/
+0
*
[LanguageRuntime] Simplify CreateExceptionSearchFilter in derived classes
Alex Langford
2019-06-11
1
-4
/
+2
*
[LanguageRuntime] Introduce LLVM-style casts
Alex Langford
2019-06-08
1
-0
/
+2
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-5
/
+5
*
[Target] Generalize some behavior in Thread
Alex Langford
2019-05-15
1
-0
/
+4
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-4
/
+0
*
Unify random timeouts throughout LLDB and make them configurable.
Adrian Prantl
2019-04-05
1
-1
/
+1
*
Delete type_sp member from TypePair
Pavel Labath
2019-03-15
1
-4
/
+3
*
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
/
+2
*
[lldb] Check SafeToCallFunctions before calling functions in GetExceptionObje...
Kuba Mracek
2019-01-04
1
-0
/
+3
*
[lldb] Retrieve currently handled Obj-C exception via __cxa_current_exception...
Kuba Mracek
2018-12-20
1
-0
/
+58
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
1
-4
/
+1
*
[FileSystem] Move path resolution logic out of FileSpec
Jonas Devlieghere
2018-11-01
1
-2
/
+2
*
Convert code to use early exits in prepraration for future changes. (NFC)
Adrian Prantl
2018-10-15
1
-56
/
+56
*
Move RegisterValue,Scalar,State from Core to Utility
Pavel Labath
2018-08-07
1
-1
/
+1
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-39
/
+30
*
We were getting the wrong dynamic type if there were two classes with the sam...
Jim Ingham
2018-03-01
1
-2
/
+7
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-2
/
+2
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-2
/
+2
*
Convert some Args index-based iteration to range-style iteration.
Zachary Turner
2016-10-05
1
-26
/
+24
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-509
/
+466
*
LLDB help content has accumulated over time without a recent attempt to
Kate Stone
2016-07-14
1
-5
/
+3
*
We have many radars showing that stepping through C++ code can result in slow...
Greg Clayton
2016-05-23
1
-133
/
+148
*
Revert r268591
Enrico Granata
2016-05-05
1
-3
/
+1
*
Allow LanguageRuntimes to return an error if they fail in the course of dynam...
Enrico Granata
2016-05-05
1
-1
/
+3
*
Add a 'language cplusplus demangle' command. This can be useful to provide a ...
Enrico Granata
2016-03-25
1
-1
/
+89
*
Add an "offset" option to "break set -n" and "break set -f -l".
Jim Ingham
2016-03-09
1
-0
/
+1
*
Now that SymbolFileDWARF supports having types in completely separate .pcm fi...
Greg Clayton
2016-02-10
1
-0
/
+4
*
Don't complete a class type just to test if it is a class. Code in CompilerTy...
Greg Clayton
2016-02-09
1
-2
/
+2
*
Better scheme to lookup alternate mangled name when looking up function address.
Siva Chandra
2016-01-07
1
-51
/
+0
*
On second thought, amend the previous patch to pass itself the ValueObject& f...
Enrico Granata
2015-09-22
1
-1
/
+3
*
Move the logic to post-process dynamic types for ValueObject purposes from th...
Enrico Granata
2015-09-22
1
-0
/
+34
*
Make LanguageRuntime::GetDynamicTypeAndAddress return a ValueType
Enrico Granata
2015-09-17
1
-1
/
+3
*
Final bit of type system cleanup that abstracts declaration contexts into lld...
Greg Clayton
2015-08-24
1
-4
/
+4
*
First step in getting LLDB ready to support multiple different type systems.
Greg Clayton
2015-08-11
1
-1
/
+1
*
Don't specify languages when setting breakpoints in C function names. We won'...
Greg Clayton
2015-07-22
1
-1
/
+1
*
Add support for specifying a language to use when parsing breakpoints.
Dawn Perchik
2015-07-21
1
-0
/
+1
*
Make many mangled functions that might demangle a name be allowed to specify ...
Greg Clayton
2015-07-08
1
-1
/
+1
*
Revert "Introduce a TypeSystem interface to support adding non-clang languages."
Pavel Labath
2015-06-08
1
-1
/
+1
*
Introduce a TypeSystem interface to support adding non-clang languages.
Pavel Labath
2015-06-08
1
-1
/
+1
*
Use a singleton accessor for the static list of alternate mangling prefixes s...
Greg Clayton
2015-04-16
1
-7
/
+15
[next]