Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
clang
/
lib
/
CodeGen
/
CGDebugInfo.cpp
046d100
Reinstate DW_AT_comp_dir support after D55519.
by Adrian Prantl
· 7 years ago
9d2872d
[OpenCL] Add generic AS to 'this' pointer
by Mikael Nilsson
· 7 years ago
9064673
Revert "[OpenCL] Add generic AS to 'this' pointer"
by Mikael Nilsson
· 7 years ago
78de847
[OpenCL] Add generic AS to 'this' pointer
by Mikael Nilsson
· 7 years ago
c2a44ec
Remove CGDebugInfo::getOrCreateFile() and use TheCU->getFile() directly.
by Adrian Prantl
· 7 years ago
aa5bad4
Reuse code from CGDebugInfo::getOrCreateFile() when creating the file
by Adrian Prantl
· 7 years ago
6368818
Move CodeGenOptions from Frontend to Basic
by Richard Trieu
· 7 years ago
212c104
Reapply "Avoid emitting redundant or unusable directories in DIFile metadata entries.""
by Adrian Prantl
· 7 years ago
56acd5a
Honor -fdebug-prefix-map when creating function names for the debug info.
by Adrian Prantl
· 7 years ago
5419a3c
Revert: Honor -fdebug-prefix-map when creating function names for the debug info.
by Renato Golin
· 7 years ago
660d233
Revert "Avoid emitting redundant or unusable directories in DIFile metadata entries."
by Ilya Biryukov
· 7 years ago
40c04e4
Avoid emitting redundant or unusable directories in DIFile metadata entries.
by Adrian Prantl
· 7 years ago
bef4f92
Honor -fdebug-prefix-map when creating function names for the debug info.
by Adrian Prantl
· 7 years ago
407659a
Revert "Revert r347417 "Re-Reinstate 347294 with a fix for the failures.""
by Fangrui Song
· 7 years ago
f5d3335
Revert r347417 "Re-Reinstate 347294 with a fix for the failures."
by Fangrui Song
· 7 years ago
48ee4ad
Re-commit r347417 "Re-Reinstate 347294 with a fix for the failures."
by Hans Wennborg
· 7 years ago
8c79706e
Revert r347417 "Re-Reinstate 347294 with a fix for the failures."
by Hans Wennborg
· 7 years ago
44a2253
[AArch64] Add aarch64_vector_pcs function attribute to Clang
by Sander de Smalen
· 7 years ago
6ff1751
Re-Reinstate 347294 with a fix for the failures.
by Bill Wendling
· 7 years ago
9f0246d
Revert r347364 again, the fix was incomplete.
by Nico Weber
· 7 years ago
91549ed
Reinstate 347294 with a fix for the failures.
by Bill Wendling
· 7 years ago
cda5421
[DebugInfo] DISubprogram flags get their own flags word. NFC.
by Paul Robinson
· 7 years ago
91829ee
[Clang] - Add '-gsplit-dwarf[=split,=single]' version for '-gsplit-dwarf' option.
by George Rimar
· 7 years ago
27692de
DebugInfo: Add a driver flag for DWARF debug_ranges base address specifier use.
by David Blaikie
· 7 years ago
42ab39f
Revert "Revert rL346454: Fix a use-after-free introduced by r344915."
by Adrian Prantl
· 7 years ago
b1e694b
Revert rL346454: Fix a use-after-free introduced by r344915.
by Simon Pilgrim
· 7 years ago
009cc9b
Fix a use-after-free introduced by r344915.
by Adrian Prantl
· 7 years ago
3fee351
[OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extension
by Andrew Savonichev
· 7 years ago
3b12b7e
Revert r346326 [OpenCL] Add support of cl_intel_device_side_avc_motion_estimation
by Andrew Savonichev
· 7 years ago
35dfce7
[OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extension
by Andrew Savonichev
· 7 years ago
fa98390
NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)
by Erik Pilkington
· 7 years ago
ba6fdc5
Debug Info (-gmodules): emit full types for non-anchored template specializations
by Adrian Prantl
· 7 years ago
022cb5b
Revert r345009 "[DebugInfo] Generate debug information for labels. (After fix PR39094)"
by Hans Wennborg
· 7 years ago
63b09905
[DebugInfo] Generate debug information for labels. (After fix PR39094)
by Hsiangkai Wang
· 7 years ago
5931b4e
[DebugInfo] Add support for DWARF5 call site-related attributes
by Vedant Kumar
· 7 years ago
2016536
Add template type and value parameter metadata nodes to template variable specializations
by Matthew Voss
· 7 years ago
84ffd06
Revert "[DebugInfo] Generate debug information for labels."
by Vitaly Buka
· 7 years ago
705121a
[DebugInfo] Generate debug information for labels.
by Hsiangkai Wang
· 7 years ago
fcd661d
[CodeGen] Revert commit https://reviews.llvm.org/rL342717
by Calixte Denizet
· 7 years ago
5713db4
[CodeGen] Add to emitted DebugLoc information about coverage when it's required
by Calixte Denizet
· 7 years ago
05a623e
Remove all uses of DIFlagBlockByrefStruct
by Adrian Prantl
· 7 years ago
026d8a2
Revert "[DebugInfo] Generate debug information for labels. (Fix PR37395)"
by Sam McCall
· 7 years ago
0a875b2
[DebugInfo] Generate debug information for labels. (Fix PR37395)
by Hsiangkai Wang
· 7 years ago
80e1b5e
[DEBUGINFO] Add support for emission of the debug directives only.
by Alexey Bataev
· 7 years ago
6586452
DebugInfo: Add the ability to disable DWARF name tables entirely
by David Blaikie
· 7 years ago
59320fc
Update comments in CGDebugInfo to reflect changes in the MS mangler, NFC
by Reid Kleckner
· 7 years ago
9982bb8
Disable pubnames in NVPTX debug info using metadata
by David Blaikie
· 7 years ago
19763d9
Update for LLVM API change
by David Blaikie
· 7 years ago
58df0e4
[DebugInfo][OpenCL] Address post-commit review for r338299
by Scott Linder
· 7 years ago
ea1b0e0
Revert "[DebugInfo] Generate debug information for labels. (Fix PR37395)"
by Hsiangkai Wang
· 7 years ago
3bec3ab
[DebugInfo] Generate debug information for labels. (Fix PR37395)
by Hsiangkai Wang
· 7 years ago
a2227a3
Revert "Add a definition for FieldSize that seems to make sense here."
by Eric Christopher
· 7 years ago
8f02a9e
Add a definition for FieldSize that seems to make sense here.
by Eric Christopher
· 7 years ago
a7c4568
Fix use of uninitialized variable in r338299
by Scott Linder
· 7 years ago
2b5cf04
[DebugInfo][OpenCL] Generate correct block literal debug info for OpenCL
by Scott Linder
· 7 years ago
0ed11a9
Revert "[DebugInfo] Generate debug information for labels. (Fix PR37395)"
by Shiva Chen
· 7 years ago
c50fbb9
[DebugInfo] Generate debug information for labels. (Fix PR37395)
by Shiva Chen
· 7 years ago
044326c
[CodeGen] Record if a C++ record is a trivial type
by Aaron Smith
· 7 years ago
891b271
[codeview] Don't emit variable templates as class members
by Reid Kleckner
· 7 years ago
9ef4965
[DebugInfo] Follow-up commit to improve consistency. NFC
by Jonas Devlieghere
· 7 years ago
d8ba8ae
[DebugInfo] Emit ObjC methods as part of interface
by Jonas Devlieghere
· 7 years ago
7609cb8
Re-land "[LTO] Enable module summary emission by default for regular LTO"
by Tobias Edler von Koch
· 7 years ago
e597a2c
Revert "[LTO] Enable module summary emission by default for regular LTO"
by Tobias Edler von Koch
· 7 years ago
9a8be60
[LTO] Enable module summary emission by default for regular LTO
by Tobias Edler von Koch
· 7 years ago
ab80f3c
[Fixed Point Arithmetic] Addition of the remaining fixed point types and their saturated equivalents
by Leonard Chan
· 7 years ago
f921d85
This diff includes changes for supporting the following types.
by Leonard Chan
· 7 years ago
0d485db
Revert "This diff includes changes for supporting the following types."
by Leonard Chan
· 7 years ago
db55d83
This diff includes changes for supporting the following types.
by Leonard Chan
· 7 years ago
7617863
Revert "[DebugInfo] Don't bother with MD5 checksums of preprocessed files."
by Paul Robinson
· 7 years ago
638d606
[DebugInfo] Don't bother with MD5 checksums of preprocessed files.
by Paul Robinson
· 7 years ago
8557ec5
by Brock Wyma
· 7 years ago
3db2b10
[CodeView] Improve debugging of virtual base class member variables
by Brock Wyma
· 7 years ago
ef2f694
Revert r331843 "[DebugInfo] Generate debug information for labels."
by Hans Wennborg
· 7 years ago
667fbe2
[DebugInfo] Generate debug information for labels.
by Shiva Chen
· 7 years ago
3a8244d
Implement P0482R2, support for char8_t type.
by Richard Smith
· 7 years ago
4a4e7a3
[CodeGen] Reland r330442: Add an option to suppress output of llvm.ident
by Mikhail Maltsev
· 7 years ago
42b2a0e
Revert r330442, CodeGen/no-ident-version.c is failing on PPC
by Mikhail Maltsev
· 7 years ago
6550c13
[CodeGen] Add an option to suppress output of llvm.ident
by Mikhail Maltsev
· 7 years ago
94ece8f
[CodeView] Initial support for emitting S_THUNK32 symbols for compiler...
by Brock Wyma
· 7 years ago
2a8c18d
Fix typos in clang
by Alexander Kornienko
· 7 years ago
55ebd6c
Revert "Set calling convention for CUDA kernel"
by Artem Belevich
· 7 years ago
cbec026
Fix some DenseMap use-after-rehash bugs and hoist MethodVFTableLocation
by Reid Kleckner
· 7 years ago
e7c7d70
Revert r328845, it caused crbug.com/827810.
by Nico Weber
· 7 years ago
9e3eb9f
Hoist MethodVFTableLocation out of MicrosoftVTableContext, NFC
by Reid Kleckner
· 7 years ago
b2f2bb2
Set calling convention for CUDA kernel
by Yaxun Liu
· 7 years ago
f070268
[CodeGen] Emit DWARF "constructor" calling convention
by Jonas Devlieghere
· 8 years ago
00f70bd
Remove redundant casts. NFC
by George Burgess IV
· 8 years ago
a2fbcef
[DebugInfo] Support DWARF v5 source code embedding extension
by Scott Linder
· 8 years ago
39ceac1
[CodeGen][DebugInfo] Refactor duplicated code, NFC
by Scott Linder
· 8 years ago
293a055
Implement function attribute artificial
by Erich Keane
· 8 years ago
94834f1
[DebugInfo] Update Checksum handling in CGDebugInfo
by Scott Linder
· 8 years ago
25f6be5
Re-commit r324490: [DebugInfo] Improvements to representation of enumeration types (PR36168)
by Momchil Velikov
· 8 years ago
cd0ac25
Revert [DebugInfo] Improvements to representation of enumeration types (PR36168)"
by Momchil Velikov
· 8 years ago
d7e17c2
[DebugInfo] Improvements to representation of enumeration types (PR36168)
by Momchil Velikov
· 8 years ago
891af03a
Recommit rL323952: [DebugInfo] Enable debug information for C99 VLA types.
by Sander de Smalen
· 8 years ago
4e9a126
Reverting patch rL323952 due to build errors that I
by Sander de Smalen
· 8 years ago
17c4633
[DebugInfo] Enable debug information for C99 VLA types
by Sander de Smalen
· 8 years ago
212f3b9
[DWARFv5] Have -gdwarf-5 generate MD5 checksums
by Paul Robinson
· 8 years ago
6c5f03a
Debug Info: Support DW_AT_calling_convention on composite types.
by Adrian Prantl
· 8 years ago
58000d2
Delete dead code.
by Adrian Prantl
· 8 years ago
Next »