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
/
Type.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb] Remove various dead Compare functions
Alex Langford
2020-01-08
1
-11
/
+0
*
[lldb] Support for DWARF-5 atomic types
Raphael Isemann
2019-12-09
1
-0
/
+16
*
[lldb] remove unsigned Stream::operator<< overloads
Pavel Labath
2019-11-26
1
-1
/
+1
*
Replace bitfield in lldb::Type with byte-sized members. (NFC)
Adrian Prantl
2019-11-18
1
-26
/
+25
*
Generalize FindTypes with CompilerContext to support fuzzy lookup
Adrian Prantl
2019-08-21
1
-4
/
+39
*
[Symbol] Remove unused clang headers from Type
Alex Langford
2019-08-21
1
-3
/
+0
*
[Symbol] Use llvm::Expected when getting TypeSystems
Alex Langford
2019-07-30
1
-32
/
+40
*
SymbolVendor: Remove the type list member
Pavel Labath
2019-07-25
1
-2
/
+0
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-1
/
+1
*
Delete unnecessary copy ctors/copy assignment operators
Fangrui Song
2019-05-15
1
-24
/
+0
*
Remove the TypePair class
Pavel Labath
2019-03-26
1
-54
/
+36
*
Delete type_sp member from TypePair
Pavel Labath
2019-03-15
1
-5
/
+1
*
Pass ConstString by value (NFC)
Adrian Prantl
2019-03-06
1
-5
/
+5
*
Make Type::GetByteSize optional (NFC)
Adrian Prantl
2019-01-29
1
-29
/
+48
*
Revert "Make Type::GetByteSize optional (NFC)"
Adrian Prantl
2019-01-28
1
-48
/
+29
*
Remove unimplemented function
Adrian Prantl
2019-01-28
1
-6
/
+0
*
Make Type::GetByteSize optional (NFC)
Adrian Prantl
2019-01-28
1
-29
/
+48
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Replace auto -> llvm::Optional<uint64_t>
Adrian Prantl
2019-01-15
1
-1
/
+2
*
Make CompilerType::getBitSize() / getByteSize() return an optional result. NFC
Adrian Prantl
2019-01-15
1
-1
/
+2
*
Simplify ObjectFile::GetArchitecture
Pavel Labath
2019-01-03
1
-2
/
+1
*
[Type] Simplify operator!=. NFC.
Davide Italiano
2018-12-30
1
-2
/
+1
*
[TypeName] Simplify operator!=. NFCI.
Davide Italiano
2018-12-30
1
-5
/
+1
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
1
-4
/
+1
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
Fix (and improve) the support for C99 variable length array types
Adrian Prantl
2018-11-05
1
-1
/
+1
*
Move RegisterValue,Scalar,State from Core to Utility
Pavel Labath
2018-08-07
1
-1
/
+1
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-30
/
+19
*
Fix some warnings found by ToT clang
Pavel Labath
2017-11-02
1
-1
/
+1
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-1
/
+1
*
Move DataBuffer / DataExtractor and friends from Core -> Utility.
Zachary Turner
2017-03-04
1
-2
/
+2
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
Improve Type::GetTypeScopeAndBasenameHelper and add unit tests
Tamas Berghammer
2017-01-10
1
-39
/
+48
*
Make lldb -Werror clean for -Wstring-conversion
David Blaikie
2017-01-06
1
-4
/
+2
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-1207
/
+944
*
When creating typedefs, don't call Type::GetName() since that might recursive...
Greg Clayton
2016-03-29
1
-4
/
+4
*
Remove default case in switch which covers all enumeration values
Ed Maste
2015-12-08
1
-1
/
+0
*
Trying to submit 254476 one more time. This implement -gmodule debugging supp...
Greg Clayton
2015-12-08
1
-1
/
+33
*
Revert "Added support for -gmodule debugging when debug info is left in the ....
Tamas Berghammer
2015-12-02
1
-33
/
+1
*
Added support for -gmodule debugging when debug info is left in the .o files ...
Greg Clayton
2015-12-02
1
-1
/
+33
*
Fixed TypeMemberFunctionImpl to not use clang types directly but use the new ...
Greg Clayton
2015-11-10
1
-44
/
+15
*
Silence -Wqual-cast warnings from GCC 5.2
Saleem Abdulrasool
2015-10-18
1
-1
/
+1
*
Rename clang_type -> compiler_type for variables.
Bruce Mitchener
2015-09-24
1
-57
/
+57
*
TypeSystem is now a plugin interface and removed any "ClangASTContext &Class:...
Greg Clayton
2015-09-17
1
-26
/
+23
*
Final bit of type system cleanup that abstracts declaration contexts into lld...
Greg Clayton
2015-08-24
1
-86
/
+30
*
More abstraction to get almost all clang specific DWARF parsing code into Cla...
Greg Clayton
2015-08-18
1
-1
/
+1
*
ClangASTType is now CompilerType.
Greg Clayton
2015-08-11
1
-33
/
+33
*
First step in getting LLDB ready to support multiple different type systems.
Greg Clayton
2015-08-11
1
-22
/
+25
*
Found an issue that was causing types to be completed much more often than th...
Greg Clayton
2015-06-15
1
-6
/
+17
*
Revert "Introduce a TypeSystem interface to support adding non-clang languages."
Pavel Labath
2015-06-08
1
-25
/
+22
[next]