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
Commit message (
Expand
)
Author
Age
Files
Lines
*
When support for DWO files was added, there were two ways to pass lldb::user_...
Greg Clayton
2016-03-30
18
-333
/
+360
*
Fix header name.
Jim Ingham
2016-03-30
1
-1
/
+1
*
Fix the ThreadSanitizer support to avoid creating empty SBThreads and to not ...
Kuba Brecka
2016-03-30
2
-2
/
+6
*
Fix SocketAddressTest (again)
Pavel Labath
2016-03-30
1
-1
/
+2
*
Fix warning in ThreadSanitizerRuntime
Pavel Labath
2016-03-30
1
-1
/
+1
*
Fix warning in ClangExpressionParser
Pavel Labath
2016-03-30
1
-1
/
+1
*
Fix flakyness in TestWatchpointMultipleThreads
Pavel Labath
2016-03-30
2
-13
/
+3
*
Don't register the addresses of private symbols from expressions.
Sean Callanan
2016-03-30
1
-1
/
+1
*
Fixed the failing test TestCommandScriptImmediateOutput on MacOSX. Turns out ...
Greg Clayton
2016-03-30
3
-6
/
+6
*
LLDB top of tree SVN fails to attach to a MacOSX native process by pid only (...
Greg Clayton
2016-03-29
1
-2
/
+2
*
Figure out what the fixed expression is, and print it. Added another target ...
Jim Ingham
2016-03-29
13
-68
/
+217
*
When creating typedefs, don't call Type::GetName() since that might recursive...
Greg Clayton
2016-03-29
1
-4
/
+4
*
Don't try to call getTypeSize() on a class if it isn't complete as clang will...
Greg Clayton
2016-03-29
1
-1
/
+9
*
Move DynamicLoader plugins to SystemInitializerFull
Pavel Labath
2016-03-29
2
-12
/
+12
*
Revert the "build fix" in r264104
Pavel Labath
2016-03-29
1
-4
/
+0
*
Fix infinite recursion in DWO file parsing
Pavel Labath
2016-03-29
4
-37
/
+45
*
Add ClangUtil.cpp to the xcode project
Pavel Labath
2016-03-29
1
-0
/
+8
*
Add missing swig wrappers for r264662
Pavel Labath
2016-03-29
1
-0
/
+5
*
Move some functions from DWARFASTParserClang to ClangASTImporter.
Zachary Turner
2016-03-28
17
-611
/
+584
*
Expose top-level Clang expressions via the command line and the API.
Sean Callanan
2016-03-28
10
-1
/
+206
*
Don't try to actually run code when the expression is top-level.
Sean Callanan
2016-03-28
1
-0
/
+5
*
Removed an override of LookupSymbol that mistakenly disabled it for Clang.
Sean Callanan
2016-03-28
1
-3
/
+0
*
When we import the definition for a Tagdecl, propagate its completeness too.
Sean Callanan
2016-03-26
1
-3
/
+14
*
Record all translation units with more than one function in them (e.g., blocks).
Sean Callanan
2016-03-26
1
-3
/
+9
*
Removed LoggingDiagnosticConsumer, an unused class.
Sean Callanan
2016-03-25
1
-50
/
+0
*
Fix FILE * leak in Python API
Stephane Sezer
2016-03-25
3
-9
/
+35
*
Add a 'language cplusplus demangle' command. This can be useful to provide a ...
Enrico Granata
2016-03-25
1
-1
/
+89
*
Fix an issue with nested aliases where the help system wouldn't correctly tra...
Enrico Granata
2016-03-25
3
-0
/
+23
*
Fix now-ambiguous references to Error.
Lang Hames
2016-03-25
1
-5
/
+5
*
Add the same host logging that I added to PlatformRemoteiOS a few
Jason Molenda
2016-03-25
2
-1
/
+154
*
Use Clang's FixItHints to correct expressions with "trivial" mistakes (e.g. "...
Jim Ingham
2016-03-25
19
-29
/
+562
*
Ignore global constructor warning in clang.
Greg Clayton
2016-03-24
1
-0
/
+4
*
Make it possible for language plugins to provide additional custom help for '...
Enrico Granata
2016-03-24
3
-2
/
+37
*
Update the INFOPLIST_FILE setting in the xcode project file
Jason Molenda
2016-03-24
2
-5
/
+5
*
Make File option flags consistent for Python API
Stephane Sezer
2016-03-24
3
-3
/
+46
*
Get rid of a global constructor and also make this code safe to use after the...
Greg Clayton
2016-03-24
1
-14
/
+30
*
Get rid of two global constructors by making things static variables in the o...
Greg Clayton
2016-03-24
2
-9
/
+8
*
Get rid of a global constructor that was causing a warning on MacOSX and make...
Greg Clayton
2016-03-24
2
-4
/
+14
*
Make 'type lookup' print an error message instead of complete radio silence w...
Enrico Granata
2016-03-24
2
-0
/
+4
*
Fix for missing prompt on Windows
Ted Woodward
2016-03-24
1
-0
/
+23
*
[JITLoaderGDB] Read jit entry struct manually.
Siva Chandra
2016-03-23
2
-51
/
+63
*
Implement ObjectFilePECOFF::GetEntryPointAddress.
Stephane Sezer
2016-03-23
2
-3
/
+24
*
Follow-up for r264162 to fix the CMake build (update LLDBDependencies.cmake).
Kuba Brecka
2016-03-23
1
-0
/
+1
*
Add ThreadSanitizer debugging support.
Kuba Brecka
2016-03-23
17
-1
/
+954
*
Change 'apropos' such that it doesn't look into the "long help/syntax" string...
Enrico Granata
2016-03-23
7
-79
/
+82
*
Reverted a change in r264074 that made lldb-mi use lldb_private APIs.
Sean Callanan
2016-03-22
1
-1
/
+2
*
Make it so that a command alias can actually remove the help/long help from i...
Enrico Granata
2016-03-22
6
-48
/
+67
*
[lldb-mi] Uncomment a line in CMakeLists.txt to make linux build happy.
Siva Chandra
2016-03-22
1
-1
/
+1
*
Fix a bug caused by my alias refactoring where, if an alias was defined in te...
Enrico Granata
2016-03-22
6
-2
/
+116
*
Backend support for top-level Clang epxressions
Sean Callanan
2016-03-22
9
-212
/
+375
[next]