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
*
Remove redundant casts. NFC
George Burgess IV
2018-03-01
1
-2
/
+2
*
[DebugInfo] Support DWARF v5 source code embedding extension
Scott Linder
2018-02-26
1
-5
/
+24
*
[CodeGen][DebugInfo] Refactor duplicated code, NFC
Scott Linder
2018-02-26
1
-6
/
+2
*
Implement function attribute artificial
Erich Keane
2018-02-14
1
-1
/
+1
*
[DebugInfo] Update Checksum handling in CGDebugInfo
Scott Linder
2018-02-12
1
-10
/
+14
*
Re-commit r324490: [DebugInfo] Improvements to representation of enumeration ...
Momchil Velikov
2018-02-12
1
-5
/
+7
*
Revert [DebugInfo] Improvements to representation of enumeration types (PR361...
Momchil Velikov
2018-02-07
1
-7
/
+5
*
[DebugInfo] Improvements to representation of enumeration types (PR36168)
Momchil Velikov
2018-02-07
1
-5
/
+7
*
Recommit rL323952: [DebugInfo] Enable debug information for C99 VLA types.
Sander de Smalen
2018-02-03
1
-16
/
+25
*
Reverting patch rL323952 due to build errors that I
Sander de Smalen
2018-02-01
1
-25
/
+16
*
[DebugInfo] Enable debug information for C99 VLA types
Sander de Smalen
2018-02-01
1
-16
/
+25
*
[DWARFv5] Have -gdwarf-5 generate MD5 checksums
Paul Robinson
2018-01-12
1
-1
/
+2
*
Debug Info: Support DW_AT_calling_convention on composite types.
Adrian Prantl
2018-01-05
1
-1
/
+10
*
Delete dead code.
Adrian Prantl
2017-12-21
1
-1
/
+0
*
Refactor overridden methods iteration to avoid double lookups.
Benjamin Kramer
2017-12-17
1
-1
/
+1
*
Refactor functions PrintTemplateArgumentList
Serge Pavlov
2017-11-28
1
-7
/
+3
*
Simplify codegen and debug info generation for block context parameters.
Adrian Prantl
2017-10-26
1
-12
/
+4
*
Revert "Simplify codegen and debug info generation for block context paramete...
Adrian Prantl
2017-10-26
1
-4
/
+12
*
Simplify codegen and debug info generation for block context parameters.
Adrian Prantl
2017-10-26
1
-12
/
+4
*
[DWARF] Allow forward declarations of a class template instantiation
Paul Robinson
2017-09-28
1
-0
/
+4
*
Mark static member functions as static in CodeViewDebug
Adrian McCarthy
2017-09-13
1
-0
/
+2
*
IR: Represent -ggnu-pubnames with a flag on the DICompileUnit.
Peter Collingbourne
2017-09-12
1
-1
/
+2
*
[codeview] omit debug locations for nested exprs unless column info enabled
Bob Haarman
2017-09-11
1
-0
/
+4
*
Recommit "Add _Float16 as a C/C++ source language type"
Sjoerd Meijer
2017-09-08
1
-0
/
+1
*
Revert "Add _Float16 as a C/C++ source language type"
Sjoerd Meijer
2017-09-08
1
-1
/
+0
*
Add _Float16 as a C/C++ source language type
Sjoerd Meijer
2017-09-08
1
-0
/
+1
*
Fix a bug in CGDebugInfo::EmitInlineFunctionStart causing DILocations to be
Adrian Prantl
2017-08-23
1
-1
/
+1
*
Use the file name from linemarker for debug info if an input is preprocessed ...
Taewook Oh
2017-08-16
1
-0
/
+11
*
Extract IRGen's constant-emitter into its own helper class and clean up
John McCall
2017-08-15
1
-1
/
+2
*
[codeview] Emit nested enums and typedefs from classes
Reid Kleckner
2017-08-08
1
-10
/
+12
*
[codeview] Fix class name formatting
Reid Kleckner
2017-08-08
1
-8
/
+18
*
Debug Info: Set the DICompileUnit's isOptimized flag when compiling with LTO.
Adrian Prantl
2017-08-04
1
-6
/
+5
*
Adopt to LLVM API change (llvm.dbg.value no longer has an offset)
Adrian Prantl
2017-07-28
1
-1
/
+1
*
Debug Info: Avoid completing class types when a definition is in a module.
Adrian Prantl
2017-07-24
1
-23
/
+27
*
Update for LLVM IR metadata changes (DIImportedEntity now needs a DIFile).
Adrian Prantl
2017-07-19
1
-9
/
+13
*
[AArch64] Add support for __builtin_ms_va_list on aarch64
Martin Storsjo
2017-07-17
1
-1
/
+1
*
Align definition of DW_OP_plus with DWARF spec [2/3]
Florian Hahn
2017-06-13
1
-5
/
+5
*
Correct debug info bit offset calculation for big-endian targets
Reid Kleckner
2017-06-12
1
-1
/
+7
*
[DebugInfo] Fix comment, NFC.
Alexey Bataev
2017-06-09
1
-2
/
+2
*
[DebugInfo] Add kind of ImplicitParamDecl for emission of FlagObjectPointer.
Alexey Bataev
2017-06-09
1
-9
/
+10
*
Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.
Galina Kistanova
2017-06-03
1
-0
/
+1
*
[CGDebugInfo] Finalize SubPrograms when we're done with them
Keno Fischer
2017-06-01
1
-2
/
+5
*
[modules] Switch from inferring owning modules based on source location to
Richard Smith
2017-05-18
1
-1
/
+1
*
Fix scope of namespaced DISubprograms when the function definition is out-of-...
Adrian Prantl
2017-05-16
1
-1
/
+1
*
Simplify DINamespace caching in CGDebugInfo
Adrian Prantl
2017-05-12
1
-22
/
+14
*
Module Debug Info: Emit namespaced C++ forward decls in the correct module.
Adrian Prantl
2017-05-11
1
-11
/
+22
*
Adapt to LLVM API change (DINamespace no longer takes line/file info).
Adrian Prantl
2017-04-28
1
-4
/
+2
*
Move Split DWARF handling to an MC option/command line argument rather than u...
David Blaikie
2017-04-21
1
-5
/
+7
*
Debug Info: Remove special-casing of indirect function argument handling.
Adrian Prantl
2017-04-18
1
-28
/
+11
*
Modular Codegen: Support homing debug info for types in modular objects
David Blaikie
2017-04-11
1
-2
/
+12
[next]