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
...
*
Update for LLVM function name change.
Rui Ueyama
2016-01-14
1
-2
/
+1
*
[OpenCL] Pipe type support
Xiuli Pan
2016-01-09
1
-0
/
+8
*
Fix an unused variable warning from r256012.
Chad Rosier
2015-12-18
1
-1
/
+1
*
Add a defensive check for a nullptr.
Adrian Prantl
2015-12-18
1
-5
/
+7
*
Print qualified display names when emitting CodeView
Reid Kleckner
2015-12-16
1
-11
/
+20
*
Do not generate DW_TAG_imported_module for anonymous namespaces (even nested)...
Ekaterina Romanova
2015-12-10
1
-4
/
+8
*
Small follow-up to 254750 to get the test added there passing...
Nico Weber
2015-12-04
1
-5
/
+5
*
Fix debug info for Objective-C properties from class extensions after r251874
Nico Weber
2015-12-04
1
-1
/
+16
*
[DebugInfo] Look through type sugar on union types when casting
Reid Kleckner
2015-11-20
1
-1
/
+1
*
[CGDebugInfo] Set the size and align for reference types
Keno Fischer
2015-11-16
1
-6
/
+7
*
CodeGen: Update for debug info API change.
Peter Collingbourne
2015-11-05
1
-6
/
+6
*
Stop back-patching 'readonly' Objective-C properties with 'readwrite' ones.
Douglas Gregor
2015-11-03
1
-0
/
+7
*
[CodeGen] Remove dead code. NFC.
Benjamin Kramer
2015-10-15
1
-24
/
+0
*
Update clang for DIBuilder::createSubroutineType API change.
Eric Christopher
2015-10-15
1
-7
/
+6
*
Support Debug Info path remapping
Saleem Abdulrasool
2015-10-12
1
-8
/
+20
*
Module Debugging: Emit (ObjC) function declarations in the module scope
Adrian Prantl
2015-10-04
1
-1
/
+1
*
Module debugging: Don't emit forward declarations in module scopes.
Adrian Prantl
2015-10-02
1
-0
/
+3
*
Remove unused variable.
Adrian Prantl
2015-10-02
1
-1
/
+0
*
Module debugging: Also emit Objective-C interfaces forward declarations
Adrian Prantl
2015-10-01
1
-2
/
+3
*
Module debugging: Emit Objective-C interfaces in their module scope when
Adrian Prantl
2015-10-01
1
-2
/
+3
*
CGDebugInfo: Don't reuse a reference into a DenseMap if the DenseMap may
Adrian Prantl
2015-09-29
1
-4
/
+4
*
Module Debugging: Emit submodules as nested DW_TAG_modules.
Adrian Prantl
2015-09-24
1
-5
/
+10
*
Debug Info: Use the module pointer as key for the module cache.
Adrian Prantl
2015-09-24
1
-5
/
+9
*
Refactor ASTSourceDescriptor to not store copies of all strings. (NFC)
Adrian Prantl
2015-09-24
1
-6
/
+7
*
Module Debugging: Use the clang module signature as the module's dwo_id
Adrian Prantl
2015-09-22
1
-0
/
+6
*
Debug Info: When building a module, emit skeleton CUs for imported modules.
Adrian Prantl
2015-09-21
1
-9
/
+8
*
Module debugging: Support submodules in the PCM/PCH debug info.
Adrian Prantl
2015-09-20
1
-10
/
+28
*
Further simplify CGDebugInfo::getOrCreateModuleRef().
Adrian Prantl
2015-09-19
1
-10
/
+8
*
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
[prev]
[next]