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
/
clang
/
lib
/
CodeGen
/
CGDebugInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Rename ASTSourceDescriptor::ModuleName to FullModuleName for clarity.
Adrian Prantl
2015-09-19
1
-7
/
+7
*
Refactor ASTReader::getSourceDescriptor(const Module &) into a constructor
Adrian Prantl
2015-09-19
1
-2
/
+1
*
CGDebugInfo: Make creating a skeleton CU in getOrCreateModuleRef optional.
Adrian Prantl
2015-09-18
1
-14
/
+21
*
Debug Info: Use the full module name as a key when caching DIModules.
Adrian Prantl
2015-09-18
1
-1
/
+1
*
[OpenCL] Add new types for OpenCL 2.0.
Alexey Bader
2015-09-15
1
-0
/
+26
*
Remove an unnecessary check. NFC
Adrian Prantl
2015-09-11
1
-1
/
+1
*
Remove a redundant check from CGDebugInfo::shouldOmitDefinition() (NFC).
Adrian Prantl
2015-09-11
1
-7
/
+1
*
Cleanup: Get rid of a bunch of unnecessary invocations of internString()
Adrian Prantl
2015-09-11
1
-21
/
+14
*
Module Debugging: Emit forward declarations for types that are defined in
Adrian Prantl
2015-09-11
1
-12
/
+56
*
Revert "Module Debugging: Emit forward declarations for types that are define...
Adrian Prantl
2015-09-11
1
-144
/
+10
*
Module Debugging: Emit forward declarations for types that are defined in
Adrian Prantl
2015-09-11
1
-10
/
+144
*
Cleanup: Let CGDebugInfo::ModuleRefCache use a TrackingMDNode (NFC).
Adrian Prantl
2015-09-11
1
-6
/
+6
*
[MS ABI] Make member pointers return true for isIncompleteType
David Majnemer
2015-09-10
1
-3
/
+2
*
Add a getDeclContextDescriptor() helper function to CGDebugInfo. (NFC)
Adrian Prantl
2015-09-10
1
-25
/
+23
*
Remove unneeded #include.
Adrian Prantl
2015-09-08
1
-1
/
+0
*
Module Debugging: Emit debug type information into clang ObjC modules.
Adrian Prantl
2015-09-08
1
-3
/
+52
*
CGDebugInfo: Instead of uniquing RetainedTypes, just refrain from retaining
Adrian Prantl
2015-08-27
1
-6
/
+7
*
CGDebugInfo: Factor out a getOrCreateStandaloneType() method.
Adrian Prantl
2015-08-27
1
-3
/
+15
*
Add a -gmodules option to the driver and a -dwarf-ext-refs to cc1
Adrian Prantl
2015-08-27
1
-0
/
+1
*
DI: Clarify meaning of createTempFunctionFwdDecl() arg, NFC
Duncan P. N. Exon Smith
2015-08-26
1
-1
/
+1
*
Remove and forbid raw_svector_ostream::flush() calls.
Yaron Keren
2015-08-13
1
-1
/
+0
*
Wdeprecated: ApplyDebugLocation is returned by value yet if it is ever copied...
David Blaikie
2015-08-12
1
-23
/
+32
*
DI: Update for LLVM API change for local variables
Duncan P. N. Exon Smith
2015-07-31
1
-18
/
+23
*
DI: Make getOrCreateLimitedType() return DICompositeType, NFC
Duncan P. N. Exon Smith
2015-07-24
1
-6
/
+4
*
DI: Make StaticDataMemberCache type-safe, NFC
Duncan P. N. Exon Smith
2015-07-24
1
-2
/
+2
*
Cleanup the doxygen comments in CGDebugInfo.cpp according to the coding
Adrian Prantl
2015-07-08
1
-95
/
+1
*
Debug info: Emit distinct __block_literal_generic types for blocks with
Adrian Prantl
2015-07-07
1
-6
/
+6
*
Debug info: Don't emit a bogus location for the global block pointer type
Adrian Prantl
2015-07-06
1
-4
/
+4
*
Revert "[DebugInfo] Fix debug info generation for function static variables, ...
David Blaikie
2015-07-01
1
-31
/
+5
*
[DebugInfo] Fix debug info generation for function static variables, typedefs...
Michael Kuperstein
2015-07-01
1
-5
/
+31
*
Use an early exit to improve readability. (NFC)
Adrian Prantl
2015-06-30
1
-34
/
+32
*
Debug Info: Emit debug info for @import declarations.
Adrian Prantl
2015-06-30
1
-0
/
+54
*
Omit 'nodebug' methods from the class description.
Paul Robinson
2015-06-25
1
-1
/
+2
*
[CodeGen] Rename EmitMemberPointer to EmitMemberFunctionPointer
David Majnemer
2015-06-23
1
-1
/
+1
*
Debug Info: Turn on ODR type uniquing for (the C++ part of) Objective-C++.
Adrian Prantl
2015-06-15
1
-4
/
+15
*
[MS ABI, DebugInfo] Omit the size for model-less pointers-to-members
David Majnemer
2015-05-26
1
-3
/
+5
*
Debug info: Adapt to new DIBuilder interface.
Adrian Prantl
2015-05-21
1
-0
/
+1
*
Debug Info: Represent local anonymous unions as anonymous unions
Adrian Prantl
2015-04-29
1
-2
/
+9
*
DebugInfo: Metadata constructs now start with DI*
Duncan P. N. Exon Smith
2015-04-29
1
-290
/
+289
*
Revert "Debug Info: Represent local anonymous unions as anonymous unions"
Adrian Prantl
2015-04-29
1
-0
/
+25
*
Debug Info: Represent local anonymous unions as anonymous unions
Adrian Prantl
2015-04-28
1
-25
/
+0
*
Replace getPointeeType()->isFunctionType with isMemberDataPointerType
David Majnemer
2015-04-24
1
-1
/
+1
*
DebugInfo: Prepare for removal of DIArray and DITypeArray typedefs
Duncan P. N. Exon Smith
2015-04-21
1
-31
/
+36
*
DebugInfo: Prepare for deletion of DIDescriptor subclasses
Duncan P. N. Exon Smith
2015-04-21
1
-54
/
+41
*
DebugInfo: Prepare for deletion of subclasses of DIScope
Duncan P. N. Exon Smith
2015-04-20
1
-79
/
+80
*
DebugInfo: Prepare for deletion of subclasses of DIType
Duncan P. N. Exon Smith
2015-04-20
1
-16
/
+14
*
DebugInfo: Prepare for deletion of DIType
Duncan P. N. Exon Smith
2015-04-20
1
-174
/
+159
*
DebugInfo: Prepare for deletion of DIScope
Duncan P. N. Exon Smith
2015-04-20
1
-7
/
+7
*
DebugInfo: Prepare for deletion of DIDescriptor
Duncan P. N. Exon Smith
2015-04-18
1
-22
/
+13
*
DebugInfo: Update for LLVM API change in DIBuilder (r235111)
Duncan P. N. Exon Smith
2015-04-16
1
-91
/
+75
[prev]
[next]