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
*
[CodeView] Initial support for emitting S_THUNK32 symbols for compiler...
Brock Wyma
2018-04-16
1
-1
/
+58
*
CodeGen: Don't try to canonicalize Unix-style paths in CodeView debug info.
Peter Collingbourne
2018-04-11
1
-0
/
+10
*
[Debuginfo][COFF] Minimal serialization support for precompiled types records
Alexandre Ganea
2018-04-09
1
-1
/
+1
*
[CodeGen] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-04-06
1
-4
/
+4
*
Move TargetLoweringObjectFile from CodeGen to Target to fix layering
David Blaikie
2018-03-23
1
-1
/
+1
*
Re-land r327620 "[CodeView] Initial support for emitting S_BLOCK32 symbols fo...
Reid Kleckner
2018-03-15
1
-6
/
+141
*
[codeview] Fix sense of the assertion about hashtable insertion
Reid Kleckner
2018-03-15
1
-1
/
+1
*
[codeview] Delete FunctionInfo copy ctor and move out of DenseMap
Reid Kleckner
2018-03-15
1
-4
/
+5
*
Revert r327620 "[CodeView] Initial support for emitting S_BLOCK32 symbols for...
Reid Kleckner
2018-03-15
1
-138
/
+6
*
[CodeView] Initial support for emitting S_BLOCK32 symbols for lexical scopes
Brock Wyma
2018-03-15
1
-6
/
+138
*
TargetMachine: Add address space to getPointerSize
Matt Arsenault
2018-03-14
1
-3
/
+3
*
Revert r327397 [CodeView] Omit forward references for unnamed structs and ...
Brock Wyma
2018-03-13
1
-40
/
+10
*
[CodeView] Omit forward references for unnamed structs and unions
Brock Wyma
2018-03-13
1
-10
/
+40
*
[SelectionDAG] Improve handling of dangling debug info
Bjorn Pettersson
2018-03-12
1
-1
/
+1
*
[CodeView] Emit UdtSourceLine information for enums
Aaron Smith
2018-03-06
1
-13
/
+27
*
[CodeView] Lower __restrict and other pointer qualifiers correctly
Reid Kleckner
2018-02-27
1
-10
/
+42
*
[AsmPrinter] Handle qualified unnamed types in CodeView printer
Shoaib Meenai
2018-02-27
1
-3
/
+24
*
[DebugInfo] Unify ChecksumKind and Checksum value in DIFile
Scott Linder
2018-02-12
1
-7
/
+14
*
[CodeView] Allow variable names to be as long as the codeview format supports
Brock Wyma
2018-02-11
1
-3
/
+4
*
[CodeView] Class record member counts should include base classes and ...
Brock Wyma
2018-02-01
1
-0
/
+2
*
Test commit.
Brock Wyma
2018-01-30
1
-2
/
+2
*
[Metadata] Extend 'count' field of DISubrange to take a metadata node
Sander de Smalen
2018-01-24
1
-1
/
+3
*
[CodeView] Fix the type for a variadic argument
Aaron Smith
2018-01-11
1
-0
/
+12
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-8
/
+8
*
[CodeView] Teach clang to emit the .debug$H COFF section.
Zachary Turner
2017-12-13
1
-7
/
+44
*
[CodeView] Refactor / Rewrite TypeSerializer and TypeTableBuilder.
Zachary Turner
2017-11-28
1
-45
/
+47
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-6
/
+6
*
Move TargetFrameLowering.h to CodeGen where it's implemented
David Blaikie
2017-11-03
1
-1
/
+1
*
[codeview] Merge file checksum entries for DIFiles with the same absolute path
Reid Kleckner
2017-10-31
1
-2
/
+2
*
[codeview] Implement FPO data assembler directives
Reid Kleckner
2017-10-11
1
-0
/
+4
*
Re-land "Fix Bug 30978 by emitting cv file checksums."
Reid Kleckner
2017-09-19
1
-7
/
+13
*
Revert "Fix Bug 30978 by emitting cv file checksums."
Eric Beckmann
2017-09-16
1
-9
/
+7
*
Fix Bug 30978 by emitting cv file checksums.
Eric Beckmann
2017-09-15
1
-7
/
+9
*
[codeview] Use a type index of zero for static method "this" types
Reid Kleckner
2017-09-15
1
-1
/
+1
*
[codeview] Fold FIXME into comment, there's nothing to do. NFC
Reid Kleckner
2017-09-13
1
-4
/
+4
*
[codeview] VLAs and unsized arrays should use a size of zero
Reid Kleckner
2017-09-13
1
-3
/
+4
*
Mark static member functions as static in CodeViewDebug
Adrian McCarthy
2017-09-13
1
-10
/
+12
*
[CodeView] Don't output S_UDTs for nested typedefs.
Zachary Turner
2017-09-05
1
-0
/
+15
*
Add llvm.codeview.annotation to implement MSVC __annotation
Reid Kleckner
2017-09-05
1
-0
/
+26
*
[codeview] Generalize DIExpression parsing to handle load chains
Reid Kleckner
2017-08-31
1
-27
/
+34
*
[codeview] make DbgVariableLocation::extractFromMachineInstruction use Optional
Bob Haarman
2017-08-30
1
-17
/
+14
*
[NFC] clang-format llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
Bob Haarman
2017-08-29
1
-2
/
+4
*
Reland r311957 [codeview] support more DW_OPs for more complete debug info
Bob Haarman
2017-08-29
1
-86
/
+107
*
Revert "[codeview] support more DW_OPs for more complete debug info"
Bob Haarman
2017-08-29
1
-105
/
+86
*
Revert "[codeview] don't try to emit variable locations without registers"
Bob Haarman
2017-08-29
1
-1
/
+1
*
[codeview] don't try to emit variable locations without registers
Bob Haarman
2017-08-29
1
-1
/
+1
*
[codeview] support more DW_OPs for more complete debug info
Bob Haarman
2017-08-29
1
-86
/
+105
*
[CodeView] Don't output S_UDT symbols for forward decls.
Zachary Turner
2017-08-28
1
-11
/
+30
*
[codeview] Emit nested enums and typedefs from classes
Reid Kleckner
2017-08-08
1
-4
/
+6
*
Remove PrologEpilogInserter's usage of DBG_VALUE's offset field
Adrian Prantl
2017-08-01
1
-5
/
+16
[next]