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
/
Symbol
/
CompileUnit.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb] Don't put compile unit name into the support file list and support DWA...
Pavel Labath
2019-12-05
1
-19
/
+17
*
[lldb] s/FileSpec::Equal/FileSpec::Match
Pavel Labath
2019-12-04
1
-2
/
+1
*
[lldb] Remove FileSpec->CompileUnit inheritance
Pavel Labath
2019-11-29
1
-17
/
+7
*
[lldb] NFC: refactor CompileUnit::ResolveSymbolContext
Konrad Kleine
2019-11-28
1
-77
/
+60
*
Revert "[lldb] NFC: refactor CompileUnit::ResolveSymbolContext"
Raphael Isemann
2019-11-28
1
-60
/
+76
*
[lldb] NFC: refactor CompileUnit::ResolveSymbolContext
Konrad Kleine
2019-11-28
1
-76
/
+60
*
Use ForEachExternalModule in ParseTypeFromClangModule (NFC)
Adrian Prantl
2019-11-14
1
-2
/
+5
*
[LLDB][Formatters] Re-enable std::function formatter with fixes to improve no...
shafik
2019-11-12
1
-0
/
+26
*
[lldb] Decouple importing the std C++ module from the way the program is comp...
Raphael Isemann
2019-09-24
1
-0
/
+5
*
[DWARF} Use LLVM's debug line parser in LLDB.
Jonas Devlieghere
2019-08-13
1
-0
/
+4
*
[Symbol] Remove commented out code from CompileUnit
Alex Langford
2019-08-07
1
-43
/
+0
*
SymbolVendor: Remove passthrough methods
Pavel Labath
2019-08-06
1
-21
/
+14
*
Make CompileUnit::GetSupportFiles return a const list
Pavel Labath
2019-05-30
1
-2
/
+2
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-6
/
+0
*
Deserialize Clang module search path from DWARF
Adrian Prantl
2019-02-13
1
-1
/
+1
*
Replace 'ap' with 'up' suffix in variable names. (NFC)
Jonas Devlieghere
2019-02-13
1
-5
/
+5
*
Remove redundant ::get() for smart pointer. (NFC)
Jonas Devlieghere
2019-02-12
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[SymbolFile] Make ParseCompileUnitXXX accept a CompileUnit&.
Zachary Turner
2019-01-11
1
-17
/
+6
*
Change std::sort to llvm::sort to detect non-determinism.
Jonas Devlieghere
2019-01-08
1
-4
/
+4
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
1
-1
/
+1
*
[FileSystem] Move path resolution logic out of FileSpec
Jonas Devlieghere
2018-11-01
1
-1
/
+1
*
Don't type-erase the SymbolContextItem enumeration.
Zachary Turner
2018-10-25
1
-1
/
+2
*
Use a DenseMap for looking up functions by UID in CompileUnit::FindFunctionByUID
Raphael Isemann
2018-08-11
1
-29
/
+28
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-44
/
+43
*
Always normalize FileSpec paths.
Greg Clayton
2018-04-27
1
-5
/
+3
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-408
/
+304
*
Warning about debugging optimized code was not happening without dSYMs. Now i...
Greg Clayton
2016-07-05
1
-24
/
+39
*
Read macro info from .debug_macro section and use it for expression evaluation.
Siva Chandra
2015-12-16
1
-0
/
+31
*
Move things from the LanguageRuntime that obviously belong in the new Languag...
Jim Ingham
2015-09-02
1
-3
/
+3
*
Remove class Language - the only thing it was actually being used for is prov...
Enrico Granata
2015-08-27
1
-3
/
+5
*
First part of an attempt to indicate to the user when they are
Jason Molenda
2015-07-29
1
-4
/
+12
*
Fix a variety of typos.
Bruce Mitchener
2015-06-18
1
-4
/
+4
*
This patch implements several improvements to the
Sean Callanan
2015-04-20
1
-0
/
+17
*
For some reason, sometimes the directory paths that clang emits have internal
Jim Ingham
2014-11-15
1
-3
/
+4
*
Switch NULL to C++11 nullptr in source/Symbol and source/Utility
Ed Maste
2014-04-20
1
-4
/
+4
*
sweep up -Wformat warnings from gcc
Saleem Abdulrasool
2014-04-04
1
-4
/
+4
*
Changed the bool conversion operator on ConstString
Sean Callanan
2013-10-03
1
-1
/
+1
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-1
/
+1
*
<rdar://problem/11757916>
Greg Clayton
2012-08-29
1
-5
/
+32
*
CompileUnit::ResolveSymbolContext was only filling in the LineEntry regardles...
Jim Ingham
2012-05-21
1
-6
/
+28
*
Pass *this in explicitly to save the FileSpec copy construction.
Jim Ingham
2012-04-23
1
-1
/
+1
*
<rdar://problem/10103468>
Greg Clayton
2012-02-24
1
-7
/
+7
*
Moved lldb::user_id_t values to be 64 bit. This was going to be needed for
Greg Clayton
2011-10-19
1
-1
/
+1
*
Added the ability to restrict breakpoints by function name, function regexp, ...
Jim Ingham
2011-09-23
1
-6
/
+7
*
Update declarations for all functions/methods that accept printf-style
Jason Molenda
2011-09-20
1
-1
/
+1
*
We were leaking a stack frame in StackFrameList in Thread.cpp which could
Greg Clayton
2011-08-12
1
-0
/
+12
*
Added "target variable" command that allows introspection of global
Greg Clayton
2011-07-07
1
-1
/
+1
*
Fixed an issue where we were resolving paths when we should have been.
Greg Clayton
2010-10-20
1
-1
/
+1
*
Looking at some of the test suite failures in DWARF in .o files with the
Greg Clayton
2010-09-14
1
-2
/
+2
[next]