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
/
Language.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-373
/
+297
*
second pass over removal of Mutex and Condition
Saleem Abdulrasool
2016-05-19
1
-1
/
+0
*
remove use of Mutex in favour of std::{,recursive_}mutex
Saleem Abdulrasool
2016-05-18
1
-8
/
+8
*
Make it possible for language plugins to provide additional custom help for '...
Enrico Granata
2016-03-24
1
-0
/
+6
*
Objective-C++ is a kind of C++.
Sean Callanan
2016-02-12
1
-0
/
+1
*
Fix formatting for last commit.
Jim Ingham
2015-12-18
1
-3
/
+3
*
Make the Language print the description of the Exception Breakpoint resolver....
Jim Ingham
2015-12-18
1
-0
/
+13
*
Rework breakpoint language filtering to use the symbol context's language.
Dawn Perchik
2015-12-16
1
-0
/
+51
*
Pass the ExecutionContext as well, since it is actually useful
Enrico Granata
2015-11-19
1
-0
/
+1
*
Allow the language plugins a say in how the function name is rendered as part...
Enrico Granata
2015-11-19
1
-0
/
+8
*
Introduce a way for Languages to specify whether values of "reference types" ...
Enrico Granata
2015-11-10
1
-0
/
+12
*
Change ValueObject::IsLogicalTrue so that it starts by asking the applicable ...
Enrico Granata
2015-11-02
1
-0
/
+7
*
Fixed version of r250913, which actually implements all the static functions.
Sean Callanan
2015-10-21
1
-0
/
+11
*
Revert "Made the REPL choose a default language if only one REPL can be chosen."
Siva Chandra
2015-10-21
1
-11
/
+0
*
Made the REPL choose a default language if only one REPL can be chosen.
Sean Callanan
2015-10-21
1
-0
/
+11
*
Let Language plugins vend a default DeclPrintingHelper in case a custom one i...
Enrico Granata
2015-10-19
1
-0
/
+6
*
Added support for enumerating the languages that actually support TypeSystems
Sean Callanan
2015-10-08
1
-0
/
+12
*
This is the work I was building up to with my patches yesterday
Enrico Granata
2015-10-07
1
-0
/
+7
*
Add a 'type lookup' command. This command is meant to look up type informatio...
Enrico Granata
2015-10-01
1
-0
/
+28
*
Introudce a IsTopLevelFunction() API on Language and Function
Enrico Granata
2015-09-30
1
-0
/
+6
*
Move hardcoded formatters from the FormatManager to the Language plugins
Enrico Granata
2015-09-16
1
-0
/
+24
*
Introduce the notion of an escape helper. Different languages have different ...
Enrico Granata
2015-09-09
1
-0
/
+7
*
Data formatter candidate matches can be generated in a number of ways; langua...
Enrico Granata
2015-09-09
1
-0
/
+6
*
Add a Language::ForAllLanguages helper function
Enrico Granata
2015-09-02
1
-0
/
+10
*
Move things from the LanguageRuntime that obviously belong in the new Languag...
Jim Ingham
2015-09-02
1
-0
/
+141
*
Add support for language plugins to provide data formatters (second attempt)
Enrico Granata
2015-09-01
1
-0
/
+6
*
Revert "Add support for language plugins to provide data formatters"
Pavel Labath
2015-09-01
1
-6
/
+0
*
Add support for language plugins to provide data formatters
Enrico Granata
2015-09-01
1
-0
/
+6
*
Include <mutex>
Enrico Granata
2015-08-27
1
-0
/
+1
*
Add a new type of plugin: Language plugin
Enrico Granata
2015-08-27
1
-0
/
+101