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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Resubmit "[pdb] Change type visitor pattern to be dynamic."
Zachary Turner
2016-06-16
1
-4
/
+3
*
Revert "[pdb] Change type visitor pattern to be dynamic."
Zachary Turner
2016-06-16
1
-3
/
+4
*
[pdb] Change type visitor pattern to be dynamic.
Zachary Turner
2016-06-16
1
-4
/
+3
*
[CodeView] Add support for emitting S_UDT for typedefs
David Majnemer
2016-06-15
1
-4
/
+83
*
[CodeView] Don't emit debuginfo for imported symbols
David Majnemer
2016-06-15
1
-2
/
+3
*
Pass DebugLoc and SDLoc by const ref.
Benjamin Kramer
2016-06-12
1
-1
/
+1
*
[codeview] Skip DIGlobalVariables with no variable
Reid Kleckner
2016-06-09
1
-2
/
+3
*
[DebugInfo] Add calling convention support for DWARF and CodeView
Reid Kleckner
2016-06-08
1
-5
/
+18
*
Generate codeview for array type metadata.
Adrian McCarthy
2016-06-08
1
-0
/
+14
*
Re-land "[codeview] Emit information about global variables"
Reid Kleckner
2016-06-07
1
-21
/
+90
*
Revert "[codeview] Emit information about global variables"
Reid Kleckner
2016-06-06
1
-84
/
+21
*
[codeview] Emit information about global variables
Reid Kleckner
2016-06-06
1
-21
/
+84
*
[AsmPrinter, CodeView] There are some more ways of getting wchar_t
David Majnemer
2016-06-04
1
-3
/
+5
*
[codeview] Add basic record type translation
Reid Kleckner
2016-06-03
1
-8
/
+201
*
[CodeView] Use None instead of Void if there is no subprogram
David Majnemer
2016-06-02
1
-1
/
+1
*
[codeview] Fix crash when handling qualified void types
Reid Kleckner
2016-06-02
1
-2
/
+1
*
[CodeView] Implement function-type indices
David Majnemer
2016-06-02
1
-17
/
+45
*
[CodeView] Use the right type index for long long
David Majnemer
2016-06-02
1
-12
/
+17
*
[CodeView] Remove superfluous bitmath
David Majnemer
2016-06-02
1
-1
/
+1
*
[codeview] Return type indices for typedefs
David Majnemer
2016-06-02
1
-0
/
+12
*
Fix the NDEBUG build
Reid Kleckner
2016-06-01
1
-0
/
+1
*
[codeview] Translate basic DITypes to CV type records
Reid Kleckner
2016-06-01
1
-3
/
+214
*
[codeview] Improve readability of type record assembly
Reid Kleckner
2016-05-31
1
-15
/
+29
*
[codeview] Use comdats for debug info describing comdat functions
Reid Kleckner
2016-05-25
1
-11
/
+40
*
Modify emitTypeInformation to use MemoryTypeTableBuilder, take 2
Reid Kleckner
2016-05-23
1
-67
/
+52
*
[codeview] Refactor symbol records to use same pattern as types.
Zachary Turner
2016-05-23
1
-11
/
+11
*
Revert "Modify emitTypeInformation to use MemoryTypeTableBuilder"
David Majnemer
2016-05-23
1
-17
/
+42
*
Modify emitTypeInformation to use MemoryTypeTableBuilder
Adrian McCarthy
2016-05-19
1
-42
/
+17
*
[codeview] Some cleanup of Symbol Records.
Zachary Turner
2016-05-17
1
-9
/
+9
*
[codeview] Align class and print names of types
Reid Kleckner
2016-05-13
1
-1
/
+1
*
Refactor CodeView type records to use common code.
Zachary Turner
2016-05-11
1
-2
/
+2
*
Suppress a -Wunused-variable warning in release builds.
Craig Topper
2016-03-20
1
-0
/
+1
*
[codeview] Only emit function ids for inlined functions
Reid Kleckner
2016-03-18
1
-44
/
+52
*
[CodeView] Consistently handle overly large symbol names
David Majnemer
2016-03-14
1
-15
/
+17
*
[CodeView] Truncate display names
David Majnemer
2016-03-13
1
-5
/
+8
*
Remove llvm::getDISubprogram in favor of Function::getSubprogram
Pete Cooper
2016-03-11
1
-2
/
+2
*
[codeview] Bail on a DBG_VALUE register operand with no register
Reid Kleckner
2016-02-16
1
-5
/
+7
*
[codeview] Fix assertion on non-memory, non-register DBG_VALUE instructions
Reid Kleckner
2016-02-16
1
-0
/
+7
*
A signed bitfield's range is [-1,0], so assigning 1 is technically an overflo...
Aaron Ballman
2016-02-16
1
-1
/
+1
*
[codeview] Describe local variables in registers
Reid Kleckner
2016-02-12
1
-45
/
+183
*
[codeview] Fix bug around multi-level wrapper inlining
Reid Kleckner
2016-02-11
1
-13
/
+20
*
[codeview] Describe int local variables using .cv_def_range
Reid Kleckner
2016-02-10
1
-56
/
+152
*
[codeview] Remove EmitLabelDiff in favor emitAbsoluteSymbolDiff
Reid Kleckner
2016-02-03
1
-18
/
+4
*
[codeview] Use the MCStreamer interface directly instead of AsmPrinter
Reid Kleckner
2016-02-03
1
-101
/
+99
*
[codeview] Improve readability of codeview assembly output
David Majnemer
2016-02-02
1
-32
/
+81
*
[codeview] Correctly handle inlining functions post-dominated by unreachable
David Majnemer
2016-02-02
1
-1
/
+1
*
[codeview] Wire up the .cv_inline_linetable directive
Reid Kleckner
2016-02-02
1
-2
/
+58
*
[codeview] Begin to add support for inlined call sites
Reid Kleckner
2016-01-29
1
-1
/
+138
*
Reland "[CodeView] Use assembler directives for line tables"
Reid Kleckner
2016-01-29
1
-142
/
+42
*
Revert "[CodeView] Use assembler directives for line tables"
Reid Kleckner
2016-01-29
1
-42
/
+142
[prev]
[next]