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
*
*** 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
*
Add IR fixups for RenderScript ABI mismatch between ARMV7 frontend and x86 ba...
Luke Drummond
2016-07-28
7
-3
/
+588
*
Typo corrections identified by codespell
Ed Maste
2016-07-19
1
-5
/
+5
*
LLDB help content has accumulated over time without a recent attempt to
Kate Stone
2016-07-14
1
-6
/
+6
*
second pass over removal of Mutex and Condition
Saleem Abdulrasool
2016-05-19
1
-1
/
+1
*
Revert r268591
Enrico Granata
2016-05-05
2
-13
/
+6
*
Allow LanguageRuntimes to return an error if they fail in the course of dynam...
Enrico Granata
2016-05-05
2
-6
/
+13
*
Get rid of two global constructors by making things static variables in the o...
Greg Clayton
2016-03-24
2
-9
/
+8
*
[Renderscript] Add stack argument reading code for Mipsel 3
Aidan Dodds
2016-03-10
1
-7
/
+7
*
[Renderscript] Add stack argument reading code for Mipsel 2
Aidan Dodds
2016-03-10
1
-2
/
+9
*
[Renderscript] Add stack argument reading code for Mipsel
Aidan Dodds
2016-03-10
1
-6
/
+17
*
[Renderscript] Explicitly set the language to evaluate allocations
Aidan Dodds
2016-03-10
1
-1
/
+3
*
Fix all of the unannotated switch cases to annotate the fall through or do th...
Greg Clayton
2016-02-26
1
-4
/
+4
*
[Renderscript] Change expression strings to use portable format specifiers.
Aidan Dodds
2016-02-24
1
-22
/
+26
*
RenderScript: silence some -Wmissing-brace warnings
Saleem Abdulrasool
2016-02-23
1
-2
/
+2
*
[Renderscript] Refactor .rs.info parser.
Aidan Dodds
2016-02-18
1
-52
/
+66
*
Silence some clang warnings
Saleem Abdulrasool
2016-02-15
1
-13
/
+13
*
[Renderscript] Fix typo in mips64 argument reading code.
Aidan Dodds
2016-02-11
1
-1
/
+1
*
[Renderscript] Refactor target argument reading code.
Aidan Dodds
2016-02-11
2
-340
/
+463
*
[RenderScript] Refactor allocation expressions
Ewan Crawford
2016-02-10
1
-77
/
+85
*
Fix an issue where certain CommandObjects (or Options thereof) were being cre...
Enrico Granata
2016-02-06
1
-6
/
+1
*
[RenderScript] Add command for recalculating allocation details
Ewan Crawford
2016-02-04
2
-0
/
+61
*
[RenderScript] Remove unused RS command
Ewan Crawford
2016-01-29
2
-55
/
+2
*
Remove autoconf support from source directories.
Eugene Zelenko
2016-01-28
1
-14
/
+0
*
[Renderscript] Clang-format the renderscript plugin.
Aidan Dodds
2016-01-28
2
-754
/
+819
*
[RenderScript] Provide option to specify a single allocation to print
Ewan Crawford
2016-01-26
2
-22
/
+23
*
Fix clang warning in RenderScriptRuntime
Pavel Labath
2016-01-20
1
-1
/
+1
*
[RenderScript] New command for viewing coordinate of current kernel invocation
Ewan Crawford
2016-01-20
2
-35
/
+138
*
[RenderScript] Remove mips specific expressions
Ewan Crawford
2016-01-18
2
-180
/
+90
*
[RenderScript] Hook kernel invocation.
Aidan Dodds
2016-01-14
2
-17
/
+115
*
Better scheme to lookup alternate mangled name when looking up function address.
Siva Chandra
2016-01-07
1
-4
/
+0
*
[RenderScript] Improve file format for saving RS allocations
Ewan Crawford
2016-01-07
2
-29
/
+154
*
[Renderscript] Fix stack argument inspection.
Aidan Dodds
2016-01-06
1
-43
/
+42
*
Revert r256769
Ewan Crawford
2016-01-05
1
-1
/
+1
*
Use correct format identifiers to print something meaningful.
Davide Italiano
2016-01-04
1
-1
/
+1
*
[RenderScript] Support all RS allocation types
Ewan Crawford
2015-12-17
1
-18
/
+100
*
[RenderScript] Support for amd64 RS hooks
Ewan Crawford
2015-12-11
1
-9
/
+54
*
[RenderScript] Refactor condition deciding when to JIT RS runtime
Ewan Crawford
2015-12-10
1
-9
/
+19
*
[RenderScript] Add hook for destroyed allocations
Ewan Crawford
2015-12-09
2
-1
/
+46
*
[RenderScript] Mips64 allocations workaround
Ewan Crawford
2015-12-07
2
-90
/
+180
*
Fix hang in global static initialization
Adrian McCarthy
2015-11-30
1
-4
/
+10
*
[RS] Support RenderScript struct allocations
Ewan Crawford
2015-11-30
2
-116
/
+409
*
Allow renderscript runtime to read MIPS target arguments.
Aidan Dodds
2015-11-12
1
-1
/
+41
*
Explicitly cast size_t var to (uint64_t) when printf format is PRIx64.
Jason Molenda
2015-10-29
1
-2
/
+2
*
Fix Clang-tidy modernize-use-override warnings in source/Plugins/LanguageRunt...
Eugene Zelenko
2015-10-27
2
-161
/
+123
*
[RenderScript] Add option to break on a specific kernel invocation
Ewan Crawford
2015-10-26
2
-21
/
+262
*
Fix a build issue on Debian unstable. The compiler rejected the convertion to...
Sylvestre Ledru
2015-10-26
1
-2
/
+2
[next]