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
...
*
[codeview] Don't emit variable templates as class members
Reid Kleckner
2018-07-20
1
-5
/
+10
*
[DebugInfo] Follow-up commit to improve consistency. NFC
Jonas Devlieghere
2018-06-28
1
-112
/
+106
*
[DebugInfo] Emit ObjC methods as part of interface
Jonas Devlieghere
2018-06-27
1
-0
/
+44
*
Re-land "[LTO] Enable module summary emission by default for regular LTO"
Tobias Edler von Koch
2018-06-22
1
-1
/
+1
*
Revert "[LTO] Enable module summary emission by default for regular LTO"
Tobias Edler von Koch
2018-06-21
1
-1
/
+1
*
[LTO] Enable module summary emission by default for regular LTO
Tobias Edler von Koch
2018-06-21
1
-1
/
+1
*
[Fixed Point Arithmetic] Addition of the remaining fixed point types and thei...
Leonard Chan
2018-06-14
1
-0
/
+18
*
This diff includes changes for supporting the following types.
Leonard Chan
2018-06-04
1
-0
/
+10
*
Revert "This diff includes changes for supporting the following types."
Leonard Chan
2018-06-02
1
-10
/
+0
*
This diff includes changes for supporting the following types.
Leonard Chan
2018-06-02
1
-0
/
+10
*
Revert "[DebugInfo] Don't bother with MD5 checksums of preprocessed files."
Paul Robinson
2018-05-25
1
-12
/
+4
*
[DebugInfo] Don't bother with MD5 checksums of preprocessed files.
Paul Robinson
2018-05-25
1
-4
/
+12
*
[CodeView] Enable debugging of captured variables within C++ lambdas
Brock Wyma
2018-05-22
1
-19
/
+43
*
[CodeView] Improve debugging of virtual base class member variables
Brock Wyma
2018-05-14
1
-2
/
+6
*
Revert r331843 "[DebugInfo] Generate debug information for labels."
Hans Wennborg
2018-05-09
1
-26
/
+0
*
[DebugInfo] Generate debug information for labels.
Shiva Chen
2018-05-09
1
-0
/
+26
*
Implement P0482R2, support for char8_t type.
Richard Smith
2018-05-01
1
-0
/
+1
*
[CodeGen] Reland r330442: Add an option to suppress output of llvm.ident
Mikhail Maltsev
2018-04-23
1
-1
/
+2
*
Revert r330442, CodeGen/no-ident-version.c is failing on PPC
Mikhail Maltsev
2018-04-20
1
-2
/
+1
*
[CodeGen] Add an option to suppress output of llvm.ident
Mikhail Maltsev
2018-04-20
1
-1
/
+2
*
[CodeView] Initial support for emitting S_THUNK32 symbols for compiler...
Brock Wyma
2018-04-16
1
-1
/
+6
*
Fix typos in clang
Alexander Kornienko
2018-04-06
1
-4
/
+4
*
Revert "Set calling convention for CUDA kernel"
Artem Belevich
2018-04-03
1
-3
/
+0
*
Fix some DenseMap use-after-rehash bugs and hoist MethodVFTableLocation
Reid Kleckner
2018-04-02
1
-1
/
+1
*
Revert r328845, it caused crbug.com/827810.
Nico Weber
2018-03-31
1
-1
/
+1
*
Hoist MethodVFTableLocation out of MicrosoftVTableContext, NFC
Reid Kleckner
2018-03-29
1
-1
/
+1
*
Set calling convention for CUDA kernel
Yaxun Liu
2018-03-29
1
-0
/
+3
*
[CodeGen] Emit DWARF "constructor" calling convention
Jonas Devlieghere
2018-03-22
1
-3
/
+11
*
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
[prev]
[next]