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
/
CompilerType.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb][NFC] Simplify CompilerType constructors/destructors and fix unused var...
Raphael Isemann
2020-01-01
1
-6
/
+0
*
[lldb] Support for DWARF-5 atomic types
Raphael Isemann
2019-12-09
1
-0
/
+6
*
[lldb][NFC] Remove unused CompilerType memory functions
Raphael Isemann
2019-11-27
1
-167
/
+0
*
[Symbol] Decouple clang from CompilerType
Alex Langford
2019-08-13
1
-15
/
+0
*
[CompilerType] Pass an ExecutionContextScope to GetTypeBitAlign.
Davide Italiano
2019-08-12
1
-2
/
+2
*
[Symbol] GetTypeBitAlign() should return None in case of failure.
Davide Italiano
2019-08-12
1
-2
/
+2
*
Revert "[CompilerType] Simplify the interface a bit more.."
Davide Italiano
2019-08-06
1
-0
/
+6
*
[CompilerType] Simplify the interface a bit more..
Davide Italiano
2019-08-06
1
-6
/
+0
*
[CompilerType] Remove an unused function.
Davide Italiano
2019-08-05
1
-7
/
+0
*
Fix integer literals which are cast to bool
Jonas Devlieghere
2019-05-24
1
-1
/
+1
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-2
/
+2
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-14
/
+0
*
Add an LLVM-style dump method to CompilerType for extra convenience during de...
Adrian Prantl
2019-03-07
1
-0
/
+9
*
Promote more debug-only assertions to regular assertions.
Adrian Prantl
2019-03-07
1
-2
/
+0
*
Pass ConstString by value (NFC)
Adrian Prantl
2019-03-06
1
-1
/
+1
*
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
-3
/
+3
*
Make CompilerType::getBitSize() / getByteSize() return an optional result. NFC
Adrian Prantl
2019-01-15
1
-35
/
+48
*
[CompilerType] Simplify operator!=. NFCI.
Davide Italiano
2018-12-29
1
-2
/
+1
*
[CompilerType] Remove dead code. NFCI.
Davide Italiano
2018-12-29
1
-10
/
+0
*
Fix (and improve) the support for C99 variable length array types
Adrian Prantl
2018-11-05
1
-2
/
+4
*
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
-15
/
+12
*
Fix assertion in ClangASTContext
Pavel Labath
2017-11-30
1
-4
/
+3
*
CompilerType: Add ability to retrieve an integral template argument
Pavel Labath
2017-11-13
1
-4
/
+16
*
Fix some warnings found by ToT clang
Pavel Labath
2017-11-02
1
-1
/
+1
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-2
/
+2
*
Move DataBuffer / DataExtractor and friends from Core -> Utility.
Zachary Turner
2017-03-04
1
-2
/
+2
*
Isolate Target-specific functionality of DataExtractor.
Zachary Turner
2017-03-03
1
-4
/
+3
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-3
/
+3
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-1032
/
+754
*
Add SBType::GetArrayType() such that - given a type - one can make an array (...
Enrico Granata
2016-08-30
1
-1
/
+10
*
Made templates that have Enumeration values as arguments work correctly.
Greg Clayton
2016-06-24
1
-0
/
+14
*
Import block pointers from DWARF as Clang block pointers, not as structs.
Sean Callanan
2016-05-02
1
-0
/
+7
*
Rework the way in which ValueObjectChild decides how to update itself; this i...
Enrico Granata
2015-11-09
1
-0
/
+8
*
Extend the TypeSystem's ShouldPrintAsOneLiner implementation so that the Valu...
Enrico Granata
2015-11-09
1
-2
/
+2
*
Add a way for source languages to "mark" ValueObjects with language-specific ...
Enrico Granata
2015-11-09
1
-2
/
+4
*
Add SBType::IsAnonymousType() and relative plumbing in the debugger internals
Enrico Granata
2015-11-07
1
-0
/
+8
*
Introduce the concept of a type that is meaningless without dynamic resolutio...
Enrico Granata
2015-10-20
1
-0
/
+8
*
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
-9
/
+9
*
Allow CompilerType to express a vote on whether oneliner printing should happen
Enrico Granata
2015-09-23
1
-0
/
+8
*
Add {TypeSystem|CompilerType}::GetTypeForFormatters()
Enrico Granata
2015-09-23
1
-0
/
+7
*
Use opaque_compiler_type_t in place of void*.
Bruce Mitchener
2015-09-23
1
-2
/
+2
*
Rename clang_type_t to opaque_compiler_type_t.
Bruce Mitchener
2015-09-22
1
-1
/
+1
*
Rename GetChildClangTypeAtIndex to GetChildCompilerTypeAtIndex
Bruce Mitchener
2015-09-21
1
-27
/
+27
*
Reduce inclusion of clang headers.
Bruce Mitchener
2015-09-18
1
-1
/
+0
*
TypeSystem is now a plugin interface and removed any "ClangASTContext &Class:...
Greg Clayton
2015-09-17
1
-1
/
+56
*
Return false, not 0, for bools.
Bruce Mitchener
2015-09-16
1
-1
/
+1
*
Now that CompilerType uses a "TypeSystem *" and a "void *" instead of a "clan...
Greg Clayton
2015-09-09
1
-0
/
+4
[next]