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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NFC] Fixes -Wrange-loop-analysis warnings
Mark de Wever
2020-01-01
1
-1
/
+1
*
[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
2
-10
/
+9
*
[lldb] [cmake] Support linking against clang-cpp dylib
Michal Gorny
2019-10-04
1
-1
/
+2
*
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
3
-390
/
+280
*
[LanguageRuntime] Move CPPLanguageRuntime into a plugin
Alex Langford
2019-07-12
1
-1
/
+2
*
[CplusPlus] ISVTableName is unused. NFCI.
Davide Italiano
2019-07-05
2
-4
/
+0
*
[LanguageRuntime] Introduce LLVM-style casts
Alex Langford
2019-06-08
2
-18
/
+30
*
Replace assert with static_assert here applicable.
Jonas Devlieghere
2019-05-15
1
-6
/
+6
*
C.128 override, virtual keyword handling
Raphael Isemann
2019-05-03
1
-1
/
+1
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
2
-8
/
+0
*
Pass ConstString by value (NFC)
Adrian Prantl
2019-03-06
2
-14
/
+14
*
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
*
[opaque pointer types] Update calls to CreateCall to pass the function
James Y Knight
2019-02-08
1
-2
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
8
-32
/
+24
*
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
5
-20
/
+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
*
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
[next]