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
/
llvm
/
lib
/
CodeGen
/
AsmPrinter
/
CodeViewDebug.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Revert "[codeview] support more DW_OPs for more complete debug info"
Bob Haarman
2017-08-29
1
-6
/
+0
*
[codeview] support more DW_OPs for more complete debug info
Bob Haarman
2017-08-29
1
-0
/
+6
*
[CodeView] Don't output S_UDT symbols for forward decls.
Zachary Turner
2017-08-28
1
-5
/
+5
*
[codeview] Use the first valid source location at the top of every MBB
Reid Kleckner
2017-06-30
1
-1
/
+0
*
[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...
Eugene Zelenko
2017-06-06
1
-17
/
+34
*
[CodeView] Rename ModuleDebugFragment -> DebugSubsection.
Zachary Turner
2017-05-30
1
-1
/
+1
*
Rename some PDB classes.
Zachary Turner
2017-04-27
1
-1
/
+1
*
Refactor DebugHandlerBase a bit to common non-debug-having-function filtering
David Blaikie
2017-02-16
1
-6
/
+7
*
Move VariableDbgInfo from MachineModuleInfo to MachineFunction
Matthias Braun
2016-11-30
1
-1
/
+1
*
[CodeView] Hook up CodeViewRecordIO to type serialization path.
Zachary Turner
2016-11-08
1
-2
/
+2
*
[codeview] Translate bitpiece metadata to DEFRANGE_SUBFIELD* records
Reid Kleckner
2016-10-05
1
-5
/
+11
*
Emit S_COMPILE3 CodeView record
Adrian McCarthy
2016-09-20
1
-0
/
+2
*
DebugInfo: New metadata representation for global variables.
Peter Collingbourne
2016-09-13
1
-1
/
+2
*
[pdb] Write PDB TPI Stream from Yaml.
Zachary Turner
2016-09-09
1
-0
/
+1
*
[codeview] Emit vtable shape information
Reid Kleckner
2016-08-31
1
-0
/
+1
*
[codeview] Shrink inlined call site line info tables
Reid Kleckner
2016-07-14
1
-0
/
+3
*
Retry: "Emit CodeView type records for nested classes."
Adrian McCarthy
2016-07-06
1
-1
/
+1
*
Revert "Emit CodeView type records for nested classes."
Adrian McCarthy
2016-07-06
1
-1
/
+1
*
Emit CodeView type records for nested classes.
Adrian McCarthy
2016-07-06
1
-1
/
+1
*
[codeview] Emit parameter variables in the right order
Reid Kleckner
2016-06-24
1
-0
/
+4
*
[codeview] Emit base class information from DW_TAG_inheritance nodes
Reid Kleckner
2016-06-24
1
-0
/
+4
*
[codeview] Add classes and unions to the Local/Global UDTs lists
Hans Wennborg
2016-06-23
1
-0
/
+2
*
[codeview] Emit retained types
Hans Wennborg
2016-06-23
1
-0
/
+2
*
[codeview] Defer emission of all referenced complete records
Reid Kleckner
2016-06-22
1
-0
/
+11
*
[codeview] Remove ClassInfoMap
Reid Kleckner
2016-06-22
1
-3
/
+1
*
[codeview] Improve names of types in scopes and member function ids
Reid Kleckner
2016-06-22
1
-5
/
+10
*
[codeview] Emit non-virtual method type.
Amjad Aboud
2016-06-18
1
-16
/
+28
*
[CodeView] Implement support for enums
David Majnemer
2016-06-16
1
-0
/
+1
*
[CodeView] Add support for emitting S_UDT for typedefs
David Majnemer
2016-06-15
1
-0
/
+17
*
Pass DebugLoc and SDLoc by const ref.
Benjamin Kramer
2016-06-12
1
-1
/
+1
*
Generate codeview for array type metadata.
Adrian McCarthy
2016-06-08
1
-0
/
+1
*
Re-land "[codeview] Emit information about global variables"
Reid Kleckner
2016-06-07
1
-0
/
+11
*
Revert "[codeview] Emit information about global variables"
Reid Kleckner
2016-06-06
1
-11
/
+0
*
[codeview] Emit information about global variables
Reid Kleckner
2016-06-06
1
-0
/
+11
*
[codeview] Add basic record type translation
Reid Kleckner
2016-06-03
1
-1
/
+26
*
[CodeView] Implement function-type indices
David Majnemer
2016-06-02
1
-6
/
+2
*
[codeview] Return type indices for typedefs
David Majnemer
2016-06-02
1
-0
/
+1
*
[codeview] Translate basic DITypes to CV type records
Reid Kleckner
2016-06-01
1
-0
/
+10
*
[codeview] Use comdats for debug info describing comdat functions
Reid Kleckner
2016-05-25
1
-1
/
+17
*
Modify emitTypeInformation to use MemoryTypeTableBuilder, take 2
Reid Kleckner
2016-05-23
1
-20
/
+12
*
Revert "Modify emitTypeInformation to use MemoryTypeTableBuilder"
David Majnemer
2016-05-23
1
-2
/
+0
*
Modify emitTypeInformation to use MemoryTypeTableBuilder
Adrian McCarthy
2016-05-19
1
-0
/
+2
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-1
/
+1
*
[codeview] Only emit function ids for inlined functions
Reid Kleckner
2016-03-18
1
-10
/
+24
*
[codeview] Describe local variables in registers
Reid Kleckner
2016-02-12
1
-6
/
+42
*
[codeview] Describe int local variables using .cv_def_range
Reid Kleckner
2016-02-10
1
-10
/
+26
*
[codeview] Use the MCStreamer interface directly instead of AsmPrinter
Reid Kleckner
2016-02-03
1
-0
/
+1
*
[codeview] Wire up the .cv_inline_linetable directive
Reid Kleckner
2016-02-02
1
-1
/
+10
*
[codeview] Begin to add support for inlined call sites
Reid Kleckner
2016-01-29
1
-1
/
+29
*
Reland "[CodeView] Use assembler directives for line tables"
Reid Kleckner
2016-01-29
1
-52
/
+18
[prev]
[next]