Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
llvm
/
lib
/
CodeGen
/
AsmPrinter
/
CodeViewDebug.h
c168c6f
[codeview] Check if this 'this' type of a method is a pointer
by Reid Kleckner
· 7 years ago
b17464e
by Brock Wyma
· 7 years ago
61b189e
[DebugInfo] Move several private headers to include directory
by Yonghong Song
· 7 years ago
5bf71d1
[codeview] Add begin/endSymbolRecord helpers, NFC
by Reid Kleckner
· 7 years ago
c68f895
[CodeView] Add support for ref-qualified member functions.
by Zachary Turner
· 7 years ago
7555771
[codeview] Expose -gcodeview-ghash for global type hashing
by Reid Kleckner
· 7 years ago
2bcb288
[codeview] Let the X86 backend tell us the VFRAME offset adjustment
by Reid Kleckner
· 7 years ago
810687c
[codeview] Emit S_BUILDINFO and LF_BUILDINFO with cwd and source file
by Reid Kleckner
· 7 years ago
802b033
[CodeView] Emit function options for subprogram and member functions
by Aaron Smith
· 7 years ago
d5e4ec7
[codeview] Fix 32-bit x86 variable locations in realigned stack frames
by Reid Kleckner
· 7 years ago
9ea2c01
[codeview] Emit S_FRAMEPROC and use S_DEFRANGE_FRAMEPOINTER_REL
by Reid Kleckner
· 7 years ago
b3d456a
[codeview] Remove dead code
by Reid Kleckner
· 7 years ago
760c1ab
[DebugInfo] Do not generate label debug info if it has been processed.
by Hsiangkai Wang
· 7 years ago
2532ac8
[DebugInfo] Generate DWARF debug information for labels. (Fix leak problems)
by Hsiangkai Wang
· 7 years ago
f446282
Revert "[DebugInfo] Generate DWARF debug information for labels. (Fix leak problems)"
by Bruno Cardoso Lopes
· 7 years ago
ccae278
[DebugInfo] Generate DWARF debug information for labels. (Fix leak problems)
by Hsiangkai Wang
· 7 years ago
48ed9ac
Revert "[DebugInfo] Generate DWARF debug information for labels."
by Vlad Tsyrklevich
· 7 years ago
cbc58ad
[DebugInfo] Generate DWARF debug information for labels.
by Hsiangkai Wang
· 7 years ago
f5938bf
Revert "[DebugInfo] Generate DWARF debug information for labels."
by Shiva Chen
· 7 years ago
d6b2cdf
[DebugInfo] Generate DWARF debug information for labels.
by Shiva Chen
· 7 years ago
cb0bab8
[CodeGen] Fix inconsistent declaration parameter name
by Fangrui Song
· 7 years ago
5f8f34e4
Remove \brief commands from doxygen comments.
by Adrian Prantl
· 7 years ago
94ece8f
[CodeView] Initial support for emitting S_THUNK32 symbols for compiler...
by Brock Wyma
· 7 years ago
d9e9674
[Debuginfo][COFF] Minimal serialization support for precompiled types records
by Alexandre Ganea
· 7 years ago
5a791ee
Re-land r327620 "[CodeView] Initial support for emitting S_BLOCK32 symbols for lexical scopes"
by Reid Kleckner
· 8 years ago
55baeef
[codeview] Delete FunctionInfo copy ctor and move out of DenseMap
by Reid Kleckner
· 8 years ago
7ac8e50
Revert r327620 "[CodeView] Initial support for emitting S_BLOCK32 symbols for lexical scopes"
by Reid Kleckner
· 8 years ago
3cc5710
[CodeView] Initial support for emitting S_BLOCK32 symbols for lexical scopes
by Brock Wyma
· 8 years ago
122d9e7
[CodeView] Emit UdtSourceLine information for enums
by Aaron Smith
· 8 years ago
3acdc67
[CodeView] Lower __restrict and other pointer qualifiers correctly
by Reid Kleckner
· 8 years ago
048f8f9
[CodeView] Teach clang to emit the .debug$H COFF section.
by Zachary Turner
· 8 years ago
ca6dbf1
Split TypeTableBuilder into two classes.
by Zachary Turner
· 8 years ago
bc6f52d
[codeview] Merge file checksum entries for DIFiles with the same absolute path
by Reid Kleckner
· 8 years ago
d91bf39
Mark static member functions as static in CodeViewDebug
by Adrian McCarthy
· 8 years ago
e33c94f
Add llvm.codeview.annotation to implement MSVC __annotation
by Reid Kleckner
· 8 years ago
08f5fd5
[codeview] Generalize DIExpression parsing to handle load chains
by Reid Kleckner
· 8 years ago
223303c
Reland r311957 [codeview] support more DW_OPs for more complete debug info
by Bob Haarman
· 8 years ago
0bf0d66
Revert "[codeview] support more DW_OPs for more complete debug info"
by Bob Haarman
· 8 years ago
b2a04a1
[codeview] support more DW_OPs for more complete debug info
by Bob Haarman
· 8 years ago
a7b0417
[CodeView] Don't output S_UDT symbols for forward decls.
by Zachary Turner
· 8 years ago
45a7462
[codeview] Use the first valid source location at the top of every MBB
by Reid Kleckner
· 8 years ago
fb69e66
[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC).
by Eugene Zelenko
· 8 years ago
8c099fe
[CodeView] Rename ModuleDebugFragment -> DebugSubsection.
by Zachary Turner
· 8 years ago
67c5601
Rename some PDB classes.
by Zachary Turner
· 8 years ago
b2fbb4b
Refactor DebugHandlerBase a bit to common non-debug-having-function filtering
by David Blaikie
· 9 years ago
ef331ef
Move VariableDbgInfo from MachineModuleInfo to MachineFunction
by Matthias Braun
· 9 years ago
4efa0a4
[CodeView] Hook up CodeViewRecordIO to type serialization path.
by Zachary Turner
· 9 years ago
2b3e642
[codeview] Translate bitpiece metadata to DEFRANGE_SUBFIELD* records
by Reid Kleckner
· 9 years ago
c64acfd
Emit S_COMPILE3 CodeView record
by Adrian McCarthy
· 9 years ago
d4135bb
DebugInfo: New metadata representation for global variables.
by Peter Collingbourne
· 9 years ago
c6d54da
[pdb] Write PDB TPI Stream from Yaml.
by Zachary Turner
· 9 years ago
9dac473
[codeview] Emit vtable shape information
by Reid Kleckner
· 9 years ago
c29b4f0
[codeview] Shrink inlined call site line info tables
by Reid Kleckner
· 9 years ago
820ca54
Retry: "Emit CodeView type records for nested classes."
by Adrian McCarthy
· 9 years ago
7649d83
Revert "Emit CodeView type records for nested classes."
by Adrian McCarthy
· 9 years ago
024a7b6
Emit CodeView type records for nested classes.
by Adrian McCarthy
· 9 years ago
10dd55c
[codeview] Emit parameter variables in the right order
by Reid Kleckner
· 9 years ago
9f7f3e1
[codeview] Emit base class information from DW_TAG_inheritance nodes
by Reid Kleckner
· 9 years ago
4b63a98
[codeview] Add classes and unions to the Local/Global UDTs lists
by Hans Wennborg
· 9 years ago
b510b45
[codeview] Emit retained types
by Hans Wennborg
· 9 years ago
643dd83
[codeview] Defer emission of all referenced complete records
by Reid Kleckner
· 9 years ago
1ab7eac
[codeview] Remove ClassInfoMap
by Reid Kleckner
· 9 years ago
0c5d874
[codeview] Improve names of types in scopes and member function ids
by Reid Kleckner
· 9 years ago
76c9eb9
[codeview] Emit non-virtual method type.
by Amjad Aboud
· 9 years ago
979cb88
[CodeView] Implement support for enums
by David Majnemer
· 9 years ago
3128b10
[CodeView] Add support for emitting S_UDT for typedefs
by David Majnemer
· 9 years ago
bdc4956
Pass DebugLoc and SDLoc by const ref.
by Benjamin Kramer
· 9 years ago
f3c3c13
Generate codeview for array type metadata.
by Adrian McCarthy
· 9 years ago
6f3406d
Re-land "[codeview] Emit information about global variables"
by Reid Kleckner
· 9 years ago
e8a236f
Revert "[codeview] Emit information about global variables"
by Reid Kleckner
· 9 years ago
87eddf7
[codeview] Emit information about global variables
by Reid Kleckner
· 9 years ago
a8d5740
[codeview] Add basic record type translation
by Reid Kleckner
· 9 years ago
75c3ebf
[CodeView] Implement function-type indices
by David Majnemer
· 9 years ago
d065e23
[codeview] Return type indices for typedefs
by David Majnemer
· 9 years ago
5acacbb
[codeview] Translate basic DITypes to CV type records
by Reid Kleckner
· 9 years ago
5d122f8
[codeview] Use comdats for debug info describing comdat functions
by Reid Kleckner
· 9 years ago
2280f93
Modify emitTypeInformation to use MemoryTypeTableBuilder, take 2
by Reid Kleckner
· 9 years ago
6cd7c91
Revert "Modify emitTypeInformation to use MemoryTypeTableBuilder"
by David Majnemer
· 9 years ago
a972d61
Modify emitTypeInformation to use MemoryTypeTableBuilder
by Adrian McCarthy
· 9 years ago
b550cb1
[NFC] Header cleanup
by Mehdi Amini
· 9 years ago
fbd7787
[codeview] Only emit function ids for inlined functions
by Reid Kleckner
· 10 years ago
876330d
[codeview] Describe local variables in registers
by Reid Kleckner
· 10 years ago
f9c275f
[codeview] Describe int local variables using .cv_def_range
by Reid Kleckner
· 10 years ago
dac21b4
[codeview] Use the MCStreamer interface directly instead of AsmPrinter
by Reid Kleckner
· 10 years ago
1fcd610
[codeview] Wire up the .cv_inline_linetable directive
by Reid Kleckner
· 10 years ago
f3b9ba4
[codeview] Begin to add support for inlined call sites
by Reid Kleckner
· 10 years ago
2214ed8
Reland "[CodeView] Use assembler directives for line tables"
by Reid Kleckner
· 10 years ago
00d9639
Revert "[CodeView] Use assembler directives for line tables"
by Reid Kleckner
· 10 years ago
c62e379
[CodeView] Use assembler directives for line tables
by Reid Kleckner
· 10 years ago
9533af4
[codeview] Remove custom line info struct in favor of DebugLoc
by Reid Kleckner
· 10 years ago
70f5bc9
Rename WinCodeViewLineTables to CodeViewDebug, similar to DwarfDebug
by Reid Kleckner
· 10 years ago
[Renamed (90%) from llvm/lib/CodeGen/AsmPrinter/WinCodeViewLineTables.h]
1f11b4e
Use std::string instead of strdup() and free() in WinCodeViewLineTables
by Reid Kleckner
· 10 years ago
3f49e66
[CodeView] Add support for emitting column information
by David Majnemer
· 10 years ago
286d466
[AsmPrinter] Hide implementation details
by Benjamin Kramer
· 10 years ago
f817c1c
Use 'override/final' instead of 'virtual' for overridden methods
by Alexander Kornienko
· 10 years ago
a7c40ef
Canonicalize header guards into a common format.
by Benjamin Kramer
· 11 years ago
e73658d
[C++] Use 'nullptr'.
by Craig Topper
· 11 years ago
8499a12
Fix PR19239 - Add support for generating debug info for functions without lexical scopes and/or debug info at all
by Timur Iskhodzhanov
· 12 years ago
7b883b3
[C++11] Add 'override' keyword to virtual methods that override their base class.
by Craig Topper
· 12 years ago
9a4c9e5
[Layering] Move DebugInfo.h into the IR library where its implementation
by Chandler Carruth
· 12 years ago
Next »