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
/
RenderScript
/
RenderScriptRuntime
/
RenderScriptRuntime.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb][NFC] Migrate FileSpec::Dump to raw_ostream
Raphael Isemann
2019-12-06
1
-1
/
+1
*
[lldb][NFC] Allow range-based for-loops on VariableList
Raphael Isemann
2019-11-25
1
-2
/
+1
*
[lldb][NFC] Remove strange bool parameter from Searcher::SearchCallback
Raphael Isemann
2019-10-10
1
-4
/
+3
*
Convert FileSystem::Open() to return Expected<FileUP>
Lawrence D'Anna
2019-09-26
1
-20
/
+24
*
[lldb] D66174 `RegularExpression` cleanup
Jan Kratochvil
2019-08-20
1
-13
/
+4
*
[Utility] Reimplement RegularExpression on top of llvm::Regex
Jonas Devlieghere
2019-08-16
1
-9
/
+9
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
1
-380
/
+271
*
[CplusPlus] ISVTableName is unused. NFCI.
Davide Italiano
2019-07-05
1
-2
/
+0
*
[LanguageRuntime] Introduce LLVM-style casts
Alex Langford
2019-06-08
1
-18
/
+20
*
Replace assert with static_assert here applicable.
Jonas Devlieghere
2019-05-15
1
-6
/
+6
*
[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
-7
/
+7
*
Replace 'ap' with 'up' suffix in variable names. (NFC)
Jonas Devlieghere
2019-02-13
1
-3
/
+3
*
Use std::make_shared in LLDB (NFC)
Jonas Devlieghere
2019-02-11
1
-4
/
+6
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
1
-8
/
+3
*
Re-land "Extract construction of DataBufferLLVM into FileSystem"
Jonas Devlieghere
2018-11-12
1
-3
/
+3
*
Revert "Extract construction of DataBufferLLVM into FileSystem"
Davide Italiano
2018-11-12
1
-3
/
+3
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
Extract construction of DataBufferLLVM into FileSystem
Jonas Devlieghere
2018-11-10
1
-3
/
+3
*
[FileSystem] Open File instances through the FileSystem.
Jonas Devlieghere
2018-11-02
1
-9
/
+14
*
[FileSystem] Move path resolution logic out of FileSpec
Jonas Devlieghere
2018-11-01
1
-3
/
+6
*
[FileSystem] Remove Exists() from FileSpec
Jonas Devlieghere
2018-11-01
1
-2
/
+2
*
[FileSystem] Remove GetPermissions() and Readable() from FileSpec
Jonas Devlieghere
2018-11-01
1
-1
/
+1
*
Don't type-erase the SymbolContextItem enumeration.
Zachary Turner
2018-10-25
1
-1
/
+2
*
Revert "Return a named error in the result object of an expression with no re...
Krasimir Georgiev
2018-10-18
1
-1
/
+1
*
Return a named error in the result object of an expression with no result
Jim Ingham
2018-10-16
1
-1
/
+1
*
Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...
Tatyana Krasnukha
2018-09-26
1
-9
/
+9
*
Move RegisterValue,Scalar,State from Core to Utility
Pavel Labath
2018-08-07
1
-1
/
+1
*
[FileSpec] Make style argument mandatory for SetFile. NFC
Jonas Devlieghere
2018-06-13
1
-1
/
+1
*
Remove append parameter to FindGlobalVariables
Pavel Labath
2018-05-31
1
-2
/
+2
*
Typo fixes.
Bruce Mitchener
2018-05-29
1
-2
/
+2
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-104
/
+93
*
Move Args.cpp from Interpreter to Utility
Pavel Labath
2018-04-17
1
-1
/
+1
*
Make breakpoint names real entities.
Jim Ingham
2017-09-14
1
-10
/
+14
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-36
/
+36
*
Teach RenderScriptRuntime about changed context representation.
David Gross
2017-04-19
1
-30
/
+39
*
iwyu fixes for lldbCore.
Zachary Turner
2017-04-06
1
-0
/
+1
*
Delete some more dead includes.
Zachary Turner
2017-03-22
1
-0
/
+1
*
Remove FileSpec::ReadFileContents.
Zachary Turner
2017-03-06
1
-2
/
+3
*
Isolate Target-specific functionality of DataExtractor.
Zachary Turner
2017-03-03
1
-2
/
+4
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Clean up debug logging
Pavel Labath
2017-02-13
1
-3
/
+2
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-3
/
+3
*
Add a debuginfo version check for RenderScript modules
Luke Drummond
2017-01-04
1
-1
/
+46
*
Don't allow direct access to StreamString's internal buffer.
Zachary Turner
2016-11-16
1
-1
/
+1
*
Make Options::SetOptionValue take a StringRef.
Zachary Turner
2016-11-12
1
-16
/
+16
*
[RenderScript] Fix reduction argument printing
Luke Drummond
2016-11-09
1
-0
/
+4
*
[Renderscript] Add commands for scriptgroup interaction.
Aidan Dodds
2016-11-03
1
-4
/
+345
*
Add the ability to set breakpoints on named RenderScript reductions
Luke Drummond
2016-10-05
1
-40
/
+344
[next]