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
*
[DebugInfo] Delete TypedDINodeRef
Fangrui Song
2019-05-07
1
-34
/
+26
*
Fix bug in getCompleteTypeIndex in codeview debug info
Amy Huang
2019-05-06
1
-4
/
+7
*
Recommitting r358783 and r358786 "[MS] Emit S_HEAPALLOCSITE debug info" with ...
Amy Huang
2019-04-24
1
-0
/
+23
*
Revert "[MS] Emit S_HEAPALLOCSITE debug info" because of ToTWin64(db)
Amy Huang
2019-04-23
1
-18
/
+0
*
[MS] Emit S_HEAPALLOCSITE debug info
Amy Huang
2019-04-19
1
-0
/
+18
*
[DebugInfo] Improve handling of clobbered fragments
David Stenberg
2019-04-10
1
-16
/
+12
*
[DebugInfo] Rename DbgValueHistoryMap::{InstrRange -> Entry}, NFC
David Stenberg
2019-04-10
1
-9
/
+9
*
[DebugInfo] Make InstrRange into a class, NFC
David Stenberg
2019-04-10
1
-6
/
+6
*
[IR] Refactor attribute methods in Function class (NFC)
Evandro Menezes
2019-04-04
1
-1
/
+1
*
[IR] Create new method in `Function` class (NFC)
Evandro Menezes
2019-04-03
1
-2
/
+2
*
Add Swift enumerator value for CodeView::SourceLanguage
Nathan Lanza
2019-03-11
1
-0
/
+2
*
[CodeView] Emit HasConstructorOrDestructor class option for non-trivial const...
Aaron Smith
2019-02-26
1
-4
/
+12
*
[CodeView] Allow empty types in member functions
Josh Stone
2019-01-23
1
-1
/
+4
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[codeview] Check if this 'this' type of a method is a pointer
Reid Kleckner
2018-12-26
1
-7
/
+18
*
[CodeView] Emit global variables within lexical scopes to limit visibility
Brock Wyma
2018-12-20
1
-75
/
+126
*
[codeview] Update comment on aligning symbol records
Reid Kleckner
2018-12-18
1
-2
/
+4
*
[codeview] Align symbol records to save 441MB during linking clang.pdb
Reid Kleckner
2018-12-18
1
-0
/
+1
*
[codeview] Add begin/endSymbolRecord helpers, NFC
Reid Kleckner
2018-12-14
1
-137
/
+74
*
[codeview] Look through typedefs in getCompleteTypeIndex
Reid Kleckner
2018-12-11
1
-0
/
+8
*
Delete dead code introduced in r347354.
Erich Keane
2018-11-26
1
-4
/
+0
*
[CodeView] Add support for ref-qualified member functions.
Zachary Turner
2018-11-20
1
-21
/
+45
*
[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
[next]