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
/
CPPLanguageRuntime.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[LanguageRuntime] Move CPPLanguageRuntime into a plugin
Alex Langford
2019-07-12
1
-354
/
+0
*
[Core] Generalize ValueObject::IsRuntimeSupportValue
Alex Langford
2019-07-01
1
-14
/
+2
*
Add a defensive check for nullptr as in the block above.
Adrian Prantl
2019-06-25
1
-1
/
+1
*
[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
-1
/
+1
*
[DataFormatters] FindLibCppStdFunctionCallableInfo() currently uses FindFunct...
Shafik Yaghmour
2019-05-13
1
-2
/
+2
*
Hide runtime support values such as clang's __vla_expr from frame variable
Adrian Prantl
2019-05-02
1
-1
/
+21
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-3
/
+0
*
[NFC] find_first_of/find_last_of -> find/rfind for single char.
Jonas Devlieghere
2019-03-28
1
-1
/
+1
*
Use std::make_shared in LLDB (NFC)
Jonas Devlieghere
2019-02-11
1
-5
/
+7
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[DataFormatters] Fixes to libc++ std::function formatter to deal with ABI cha...
Shafik Yaghmour
2018-12-10
1
-0
/
+9
*
Adding support to step into the callable wrapped by libc++ std::function
Shafik Yaghmour
2018-10-12
1
-1
/
+74
*
Remove another unused mislayered include.
Benjamin Kramer
2018-09-12
1
-1
/
+0
*
Remove unused include that's also a layering violation.
Benjamin Kramer
2018-09-12
1
-1
/
+0
*
Refactoring std::function formatter to move core functionality into CPPLangua...
Shafik Yaghmour
2018-09-11
1
-0
/
+224
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-19
/
+13
*
Move more functionality from the LanguageRuntimes to the Languages.
Jim Ingham
2015-09-02
1
-369
/
+0
*
Improve C++ function name handling and step-in avoid regerxp handling
Tamas Berghammer
2015-07-24
1
-10
/
+7
*
Fixed the C++ method name class to be a bit more picky about what it identifi...
Greg Clayton
2014-11-05
1
-2
/
+47
*
Setting breakpoints with name mask eFunctionNameTypeBase was broken for strai...
Jim Ingham
2014-10-25
1
-10
/
+8
*
Fixed name lookups for names that contain "::" but aren't actually C++ qualif...
Greg Clayton
2014-10-22
1
-20
/
+11
*
<rdar://problem/11398407>
Greg Clayton
2013-05-18
1
-43
/
+7
*
<rdar://problem/13506727>
Greg Clayton
2013-04-03
1
-29
/
+182
*
<rdar://problem/11113279>
Greg Clayton
2012-03-26
1
-2
/
+0
*
Adding support for an "equivalents map". This can be useful when compilers em...
Enrico Granata
2012-02-03
1
-0
/
+151
*
Move the responsibility for translating the various eFunctionNameType lookups...
Jim Ingham
2011-10-07
1
-0
/
+78
*
Remove unneeded ExecutionContextScope variables.
Jim Ingham
2011-03-31
1
-1
/
+1
*
Add "-o" option to "expression" which prints the object description if availa...
Jim Ingham
2010-09-30
1
-0
/
+7
*
Replace the vestigial Value::GetOpaqueCLangQualType with the more correct Val...
Jim Ingham
2010-09-28
1
-1
/
+9
*
Committing the skeleton of Language runtime plugin classes.
Jim Ingham
2010-09-23
1
-0
/
+27