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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
NFC: Move Searcher::Depth into lldb-enumerations as SearchDepth.
Jim Ingham
2018-09-07
1
-3
/
+3
*
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
2
-3
/
+3
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
3
-163
/
+136
*
Move Args.cpp from Interpreter to Utility
Pavel Labath
2018-04-17
2
-2
/
+2
*
Make breakpoint names real entities.
Jim Ingham
2017-09-14
1
-10
/
+14
*
Fix bad change in RenderScriptx86ABIFixups.cpp, forgot to change everything n...
Stephane Sezer
2017-05-23
1
-2
/
+2
*
hange RenderScriptx86ABIFixups.cpp to use llvm::AttributeList iterator
Stephane Sezer
2017-05-23
1
-1
/
+2
*
Rename Error -> Status.
Zachary Turner
2017-05-12
3
-38
/
+38
*
Teach RenderScriptRuntime about changed context representation.
David Gross
2017-04-19
1
-30
/
+39
*
Update for alloca construction changes
Matt Arsenault
2017-04-10
1
-2
/
+5
*
iwyu fixes for lldbCore.
Zachary Turner
2017-04-06
1
-0
/
+1
*
Delete some more dead includes.
Zachary Turner
2017-03-22
2
-1
/
+1
*
Remove stray paren that got in while attempting to fix the build for Attribut...
Reid Kleckner
2017-03-21
1
-1
/
+1
*
Update for LLVM API rename of AttributeSet -> AttributeList
Reid Kleckner
2017-03-21
1
-5
/
+2
*
Update for LLVM API removal of Function::getArgumentList()
Reid Kleckner
2017-03-16
1
-2
/
+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
4
-4
/
+4
*
Clean up debug logging
Pavel Labath
2017-02-13
1
-3
/
+2
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
2
-5
/
+5
*
[CMake] [2/4] Update a batch of plugins
Chris Bieneman
2017-01-31
1
-1
/
+17
*
Make lldb -Werror clean for -Wstring-conversion
David Blaikie
2017-01-06
1
-2
/
+2
*
Add a debuginfo version check for RenderScript modules
Luke Drummond
2017-01-04
2
-1
/
+53
*
Fix an unannotated fallthrough that was causing a warning.
Greg Clayton
2016-12-07
1
-1
/
+2
*
[lldb] Fix typos in file headers
Alexander Shaposhnikov
2016-11-26
4
-4
/
+4
*
[CMake] NFC. Updating CMake dependency specifications
Chris Bieneman
2016-11-18
1
-4
/
+8
*
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
5
-4
/
+610
*
Add the ability to set breakpoints on named RenderScript reductions
Luke Drummond
2016-10-05
2
-40
/
+404
*
[RenderScript] reflow/reword some comments and normalize names
Luke Drummond
2016-10-05
4
-567
/
+508
*
cleanup RSCoordinate handling and factor out coordinate parser
Luke Drummond
2016-10-05
2
-128
/
+141
*
[CMake] Fixing a few missing dependencies on intrinsics_gen
Chris Bieneman
2016-10-03
1
-0
/
+4
*
Try to fix build errors on Android.
Zachary Turner
2016-09-22
1
-3
/
+3
*
Convert option tables to ArrayRefs.
Zachary Turner
2016-09-22
1
-30
/
+27
*
Make lldb::Regex use StringRef.
Zachary Turner
2016-09-21
1
-8
/
+10
*
[RenderScript] Support tracking and dumping reduction kernels
Luke Drummond
2016-09-16
2
-59
/
+264
*
Fixing a build breakage caused from a change in LLVM rL281019
Dimitar Vlahovski
2016-09-09
1
-3
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
6
-4411
/
+4249
*
Decoupled Options from CommandInterpreter.
Todd Fiala
2016-08-11
1
-12
/
+15
*
[RenderScript] Always create a new allocation ID in CaptureAllocationInit hook
Luke Drummond
2016-08-03
2
-12
/
+39
*
Fix an unused variable warning in release builds.
Luke Drummond
2016-08-03
1
-1
/
+1
[next]