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
*
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
*
DebugInfo: Prepare for DIDescriptor to be gutted in LLVM
Duncan P. N. Exon Smith
2015-04-16
1
-28
/
+28
*
DebugInfo: Prepare for DIScope to be gutted in LLVM
Duncan P. N. Exon Smith
2015-04-16
1
-2
/
+2
*
DebugInfo: Prepare for DIType to be gutted
Duncan P. N. Exon Smith
2015-04-16
1
-17
/
+14
*
DebugInfo: Prepare for LLVM change removing DIType::isValid()
Duncan P. N. Exon Smith
2015-04-15
1
-3
/
+3
*
DebugInfo: Prepare for LLVM gutting DICompileUnit/DIFile
Duncan P. N. Exon Smith
2015-04-15
1
-9
/
+10
*
DebugInfo: Pass DebugLocs when creating intrinsics
Duncan P. N. Exon Smith
2015-04-15
1
-24
/
+21
*
DebugInfo: Prepare for DISubprogram/DILexicalBlock* to be gutted
Duncan P. N. Exon Smith
2015-04-14
1
-9
/
+8
*
DebugInfo: Switch from replaceAllUsesWith() to replaceTemporary()
Duncan P. N. Exon Smith
2015-04-11
1
-8
/
+8
*
Revert "Fix a compiler error under MSVC"
Duncan P. N. Exon Smith
2015-04-07
1
-1
/
+1
*
DebugInfo: LLVM API change in r234326 for array-like tuple wrappers
Duncan P. N. Exon Smith
2015-04-07
1
-9
/
+7
*
Fix a compiler error under MSVC
Timur Iskhodzhanov
2015-04-07
1
-1
/
+1
*
DebugInfo: Update for LLVM change in r234290
Duncan P. N. Exon Smith
2015-04-07
1
-4
/
+4
*
CGDebugInfo: Stop using DIDescriptor::is*() and auto-casting
Duncan P. N. Exon Smith
2015-04-06
1
-41
/
+45
*
DebugInfo: Use DILexicalBlockFile::getContext() over getScope()
Duncan P. N. Exon Smith
2015-04-06
1
-1
/
+1
*
DebugInfo: Use new LLVM API for DebugLoc
Duncan P. N. Exon Smith
2015-03-30
1
-1
/
+1
*
DebugInfo: Don't call DIBuilder::retainType(nullptr)
Duncan P. N. Exon Smith
2015-03-27
1
-3
/
+4
*
DebugInfo: Check for null before using DIType
Duncan P. N. Exon Smith
2015-03-20
1
-1
/
+1
*
DebugInfo: Give externally defined types a size and alignment where
Peter Collingbourne
2015-03-01
1
-1
/
+9
*
DebugInfo: hoist definition into global context when needed
Saleem Abdulrasool
2015-02-28
1
-3
/
+12
*
CGDebugInfo: Use DIImportedEntity default constructor, NFC
Duncan P. N. Exon Smith
2015-02-26
1
-2
/
+2
*
Fix PR19351. While building up a composite type it is important to use
Adrian Prantl
2015-02-11
1
-28
/
+29
*
CodeGen: Move DebugLocs.
Benjamin Kramer
2015-02-07
1
-2
/
+2
*
DebugInfo: Attribute cleanup code to the end of the scope, not the end of the...
David Blaikie
2015-02-04
1
-1
/
+0
*
CodeGen: Update for LLVM API change in r228030
Duncan P. N. Exon Smith
2015-02-03
1
-1
/
+1
*
Address review feedback for r228003.
Adrian Prantl
2015-02-03
1
-4
/
+4
*
Merge ArtificialLocation into ApplyDebugLocation and make a clear
Adrian Prantl
2015-02-03
1
-13
/
+19
*
DebugInfo: Use the preferred location rather than the start location for expr...
David Blaikie
2015-01-25
1
-0
/
+9
*
DebugInfo: Remove forced column-info workaround for inlined calls
David Blaikie
2015-01-21
1
-6
/
+4
*
Migrate all uses of DIVariable's FlagIndirectVariable to use a DIExpression
Adrian Prantl
2015-01-19
1
-11
/
+12
*
Reapply r225000 (reverted in r225555): DebugInfo: Generalize debug info locat...
David Blaikie
2015-01-14
1
-52
/
+31
*
Revert "DebugInfo: Generalize debug info location handling" and related commits
David Blaikie
2015-01-09
1
-31
/
+52
*
Debug info: pass in the correct size for a pointer to a member function.
Adrian Prantl
2015-01-07
1
-2
/
+2
*
DebugInfo: Provide a less subtle way to set the debug location of simple ret ...
David Blaikie
2015-01-02
1
-0
/
+9
*
DebugInfo: Fix cases where location failed to be updated after r225000
David Blaikie
2015-01-02
1
-14
/
+0
*
Reapply "DebugInfo: Generalize debug info location handling"
David Blaikie
2014-12-30
1
-40
/
+24
*
Revert "DebugInfo: Generalize debug info location handling"
David Blaikie
2014-12-29
1
-21
/
+40
*
Add an assertion to verify a container is non-empty before calling 'back()'
David Blaikie
2014-12-29
1
-0
/
+1
[next]