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
*
Remove TypeValidators (NFC in terms of the testsuite)
Adrian Prantl
2019-12-11
1
-5
/
+0
*
Extend FindTypes with CompilerContext to allow filtering by language.
Adrian Prantl
2019-08-22
1
-17
/
+7
*
Revert Extend FindTypes with CompilerContext to allow filtering by language.
Adrian Prantl
2019-08-22
1
-7
/
+17
*
Extend FindTypes with CompilerContext to allow filtering by language.
Adrian Prantl
2019-08-22
1
-17
/
+7
*
[Target] Introduce Process::GetLanguageRuntimes
Alex Langford
2019-05-29
1
-0
/
+9
*
Factor out switch statement into a helper function (NFC)
Adrian Prantl
2019-05-16
1
-0
/
+18
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-4
/
+0
*
Remove redundant ::get() for smart pointer. (NFC)
Jonas Devlieghere
2019-02-12
1
-1
/
+1
*
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
*
[LLDB] Added syntax highlighting support
Raphael Isemann
2018-08-02
1
-0
/
+32
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-1
/
+1
*
Switch std::call_once to llvm::call_once
Kamil Rytarowski
2017-02-06
1
-4
/
+6
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
Implement a general type scavenger that can dig types from debug info + a fil...
Enrico Granata
2016-11-01
1
-0
/
+33
*
Update OptionGroup::SetValue to take StringRef.
Zachary Turner
2016-09-23
1
-4
/
+0
*
Convert many functions to use StringRefs.
Zachary Turner
2016-09-17
1
-4
/
+9
*
*** 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