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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert r261634 "Supporting all entities declared in lexical scope in LLVM deb...
Hans Wennborg
2016-02-23
1
-11
/
+0
*
Supporting all entities declared in lexical scope in LLVM debug info.
Amjad Aboud
2016-02-23
1
-0
/
+11
*
Fix typo in comment. NFC
Craig Topper
2016-02-07
1
-1
/
+1
*
Move DebugInfoKind into its own header to cut the cyclic dependency edge from...
Benjamin Kramer
2016-02-02
1
-1
/
+1
*
Module debugging: Create a parent DIModule with the PCH name for types
Adrian Prantl
2016-01-22
1
-0
/
+12
*
[OpenCL] Pipe type support
Xiuli Pan
2016-01-09
1
-0
/
+1
*
Fix funciton->function typo.
Eric Christopher
2015-12-16
1
-1
/
+1
*
Put back doxygen comment accidentally dropped in r250418.
Benjamin Kramer
2015-10-15
1
-0
/
+5
*
[CodeGen] Remove dead code. NFC.
Benjamin Kramer
2015-10-15
1
-19
/
+0
*
Support Debug Info path remapping
Saleem Abdulrasool
2015-10-12
1
-0
/
+5
*
Fix Clang-tidy modernize-use-nullptr warnings in headers and generated files;...
Hans Wennborg
2015-09-29
1
-2
/
+2
*
Debug Info: Use the module pointer as key for the module cache.
Adrian Prantl
2015-09-24
1
-1
/
+1
*
Module Debugging: Use the clang module signature as the module's dwo_id
Adrian Prantl
2015-09-22
1
-0
/
+3
*
Module debugging: Support submodules in the PCM/PCH debug info.
Adrian Prantl
2015-09-20
1
-3
/
+10
*
CGDebugInfo: Make creating a skeleton CU in getOrCreateModuleRef optional.
Adrian Prantl
2015-09-18
1
-2
/
+4
*
Debug Info: Use the full module name as a key when caching DIModules.
Adrian Prantl
2015-09-18
1
-2
/
+2
*
[OpenCL] Add new types for OpenCL 2.0.
Alexey Bader
2015-09-15
1
-0
/
+10
*
Module Debugging: Emit forward declarations for types that are defined in
Adrian Prantl
2015-09-11
1
-0
/
+3
*
Revert "Module Debugging: Emit forward declarations for types that are define...
Adrian Prantl
2015-09-11
1
-9
/
+0
*
Module Debugging: Emit forward declarations for types that are defined in
Adrian Prantl
2015-09-11
1
-0
/
+9
*
Cleanup: Let CGDebugInfo::ModuleRefCache use a TrackingMDNode (NFC).
Adrian Prantl
2015-09-11
1
-1
/
+1
*
Add a getDeclContextDescriptor() helper function to CGDebugInfo. (NFC)
Adrian Prantl
2015-09-10
1
-2
/
+5
*
Module Debugging: Emit debug type information into clang ObjC modules.
Adrian Prantl
2015-09-08
1
-0
/
+3
*
CGDebugInfo: Factor out a getOrCreateStandaloneType() method.
Adrian Prantl
2015-08-27
1
-0
/
+3
*
Add a -gmodules option to the driver and a -dwarf-ext-refs to cc1
Adrian Prantl
2015-08-27
1
-0
/
+1
*
Wdeprecated: ApplyDebugLocation is returned by value yet if it is ever copied...
David Blaikie
2015-08-12
1
-1
/
+4
*
[UB] Another place where we were trying to put string data into
Chandler Carruth
2015-08-04
1
-2
/
+4
*
DI: Update for LLVM API change for local variables
Duncan P. N. Exon Smith
2015-07-31
1
-4
/
+3
*
DI: Make getOrCreateLimitedType() return DICompositeType, NFC
Duncan P. N. Exon Smith
2015-07-24
1
-1
/
+2
*
DI: Make StaticDataMemberCache type-safe, NFC
Duncan P. N. Exon Smith
2015-07-24
1
-1
/
+2
*
Cleanup the doxygen comments in CGDebugInfo.cpp according to the coding
Adrian Prantl
2015-07-08
1
-7
/
+54
*
Cleanup the doxygen comments in CGDebugInfo.h according to the coding
Adrian Prantl
2015-07-08
1
-126
/
+122
*
Fix the spelling of Objective-C.
Adrian Prantl
2015-07-08
1
-2
/
+1
*
Debug info: Emit distinct __block_literal_generic types for blocks with
Adrian Prantl
2015-07-07
1
-1
/
+0
*
Revert "[DebugInfo] Fix debug info generation for function static variables, ...
David Blaikie
2015-07-01
1
-11
/
+0
*
[DebugInfo] Fix debug info generation for function static variables, typedefs...
Michael Kuperstein
2015-07-01
1
-0
/
+11
*
Debug Info: Emit debug info for @import declarations.
Adrian Prantl
2015-06-30
1
-0
/
+10
*
DebugInfo: Metadata constructs now start with DI*
Duncan P. N. Exon Smith
2015-04-29
1
-110
/
+110
*
DebugInfo: Prepare for removal of DIArray and DITypeArray typedefs
Duncan P. N. Exon Smith
2015-04-21
1
-7
/
+8
*
DebugInfo: Prepare for deletion of DIDescriptor subclasses
Duncan P. N. Exon Smith
2015-04-21
1
-5
/
+6
*
DebugInfo: Prepare for deletion of subclasses of DIScope
Duncan P. N. Exon Smith
2015-04-20
1
-49
/
+48
*
DebugInfo: Prepare for deletion of subclasses of DIType
Duncan P. N. Exon Smith
2015-04-20
1
-5
/
+5
*
DebugInfo: Prepare for deletion of DIType
Duncan P. N. Exon Smith
2015-04-20
1
-68
/
+70
*
DebugInfo: Prepare for deletion of DIScope
Duncan P. N. Exon Smith
2015-04-20
1
-7
/
+5
*
Remove dead code, NFC
Duncan P. N. Exon Smith
2015-04-18
1
-3
/
+0
*
DebugInfo: Prepare for deletion of DIDescriptor
Duncan P. N. Exon Smith
2015-04-18
1
-1
/
+1
*
DebugInfo: Update for LLVM API change in DIBuilder (r235111)
Duncan P. N. Exon Smith
2015-04-16
1
-22
/
+21
*
CodeGen: Update for LLVM API change in r228030
Duncan P. N. Exon Smith
2015-02-03
1
-2
/
+2
*
Address review feedback for r228003.
Adrian Prantl
2015-02-03
1
-14
/
+36
*
Merge ArtificialLocation into ApplyDebugLocation and make a clear
Adrian Prantl
2015-02-03
1
-21
/
+19
[next]