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] Mark this pointers as const.
Zachary Turner
2018-11-20
1
-0
/
+3
*
[codeview] Expose -gcodeview-ghash for global type hashing
Reid Kleckner
2018-11-16
1
-3
/
+5
*
[codeview] Let the X86 backend tell us the VFRAME offset adjustment
Reid Kleckner
2018-11-03
1
-8
/
+3
*
[CodeView] Emit the correct TypeIndex for std::nullptr_t.
Zachary Turner
2018-11-01
1
-0
/
+2
*
MachineModuleInfo: Initialize DbgInfoAvailable depending on debug_cus existing
Matthias Braun
2018-10-31
1
-0
/
+1
*
[codeview] Emit S_BUILDINFO and LF_BUILDINFO with cwd and source file
Reid Kleckner
2018-10-12
1
-0
/
+48
*
Better support for POSIX paths in PDBs.
Zachary Turner
2018-10-12
1
-1
/
+4
*
Revert SymbolFileNativePDB plugin.
Zachary Turner
2018-10-11
1
-4
/
+1
*
Better support for POSIX paths in PDBs.
Zachary Turner
2018-10-11
1
-1
/
+4
*
[CodeView] Only add the Scoped flag for an enum type when it has an immediat...
Aaron Smith
2018-10-02
1
-5
/
+13
*
[CodeView] Emit function options for subprogram and member functions
Aaron Smith
2018-10-02
1
-8
/
+40
*
[codeview] Fix 32-bit x86 variable locations in realigned stack frames
Reid Kleckner
2018-10-02
1
-4
/
+10
*
[codeview] Simplify S_DEFRANGE emission code, NFC
Reid Kleckner
2018-10-01
1
-30
/
+22
*
[codeview] Emit S_FRAMEPROC and use S_DEFRANGE_FRAMEPOINTER_REL
Reid Kleckner
2018-10-01
1
-40
/
+156
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-27
1
-4
/
+3
*
[codeview] Remove dead code
Reid Kleckner
2018-09-14
1
-13
/
+0
*
[DebugInfo] Do not generate label debug info if it has been processed.
Hsiangkai Wang
2018-09-06
1
-5
/
+5
*
[CodeView] Omit forward references for unnamed structs and unions
Brock Wyma
2018-06-11
1
-10
/
+40
*
Resubmit [pdb] Change /DEBUG:GHASH to emit 8 byte hashes."
Zachary Turner
2018-05-17
1
-2
/
+2
*
Revert "[pdb] Change /DEBUG:GHASH to emit 8 byte hashes."
Zachary Turner
2018-05-17
1
-2
/
+2
*
[pdb] Change /DEBUG:GHASH to emit 8 byte hashes.
Zachary Turner
2018-05-17
1
-2
/
+2
*
[CodeView] Improve debugging of virtual base class member variables
Brock Wyma
2018-05-14
1
-2
/
+1
*
[DebugInfo] Examine all uses of isDebugValue() for debug instructions.
Shiva Chen
2018-05-09
1
-3
/
+3
*
[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
[prev]
[next]