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
*
Revert d91ed80 "[codeview] Reference types in type parent scopes"
Hans Wennborg
2019-11-08
1
-22
/
+14
*
[codeview] Reference types in type parent scopes
Reid Kleckner
2019-11-07
1
-14
/
+22
*
Recommit "Add a heap alloc site marker field to the ExtraInfo in MachineInstrs"
Amy Huang
2019-10-28
1
-9
/
+23
*
Revert "Add an instruction marker field to the ExtraInfo in MachineInstrs."
Amy Huang
2019-10-25
1
-23
/
+9
*
Add an instruction marker field to the ExtraInfo in MachineInstrs.
Amy Huang
2019-10-25
1
-9
/
+23
*
Avoid including CodeView/SymbolRecord.h from MCStreamer.h
Reid Kleckner
2019-10-19
1
-4
/
+4
*
[codeview] Try to avoid emitting .cv_loc with line zero
Reid Kleckner
2019-10-10
1
-3
/
+13
*
Removing block comments from CodeView records in assembly files & related cod...
Nilanjana Basu
2019-08-25
1
-27
/
+0
*
Improving CodeView debug info type record's inline comments
Nilanjana Basu
2019-08-21
1
-20
/
+20
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-4
/
+4
*
Changing representation of .cv_def_range directives in Codeview debug info as...
Nilanjana Basu
2019-08-05
1
-17
/
+6
*
Revert "Changing representation of .cv_def_range directives in Codeview debug...
Nilanjana Basu
2019-08-05
1
-6
/
+17
*
Changing representation of .cv_def_range directives in Codeview debug info as...
Nilanjana Basu
2019-08-05
1
-17
/
+6
*
Temporarily Revert "Changing representation of cv_def_range directives in Cod...
Eric Christopher
2019-08-02
1
-6
/
+17
*
Changing representation of cv_def_range directives in Codeview debug info ass...
Nilanjana Basu
2019-08-02
1
-17
/
+6
*
Temporarily revert "Changes to improve CodeView debug info type record inline...
Eric Christopher
2019-08-02
1
-20
/
+20
*
Changes to improve CodeView debug info type record inline comments
Nilanjana Basu
2019-08-01
1
-20
/
+20
*
[COFF] Change a variable type to be const in the HeapAllocSite map.
Amy Huang
2019-07-18
1
-1
/
+1
*
Changes to display code view debug info type records in hex format
Nilanjana Basu
2019-07-17
1
-1
/
+1
*
Adding inline comments to code view type record directives for better readabi...
Nilanjana Basu
2019-07-17
1
-2
/
+15
*
Changing CodeView debug info type record representation in assembly files to ...
Nilanjana Basu
2019-07-09
1
-13
/
+52
*
Revert Changing CodeView debug info type record representation in assembly fi...
Nilanjana Basu
2019-07-03
1
-41
/
+8
*
Changing CodeView debug info type record representation in assembly files to ...
Nilanjana Basu
2019-07-03
1
-8
/
+41
*
Testing commit access through minor formatting change
Nilanjana Basu
2019-07-01
1
-2
/
+3
*
Store a pointer to the return value in a static alloca and let the debugger u...
Amy Huang
2019-06-20
1
-2
/
+12
*
Use fully qualified name when printing S_CONSTANT records
Amy Huang
2019-06-13
1
-4
/
+5
*
CodeView - add static data members to global variable debug info.
Amy Huang
2019-05-29
1
-1
/
+6
*
Emit global variables as S_CONSTANT records for codeview debug info.
Amy Huang
2019-05-16
1
-31
/
+69
*
[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
[next]