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
/
test
/
DebugInfo
/
COFF
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "[DebugInfo] Remove some users of DBG_VALUEs IsIndirect field"
Jeremy Morse
2020-02-12
1
-3
/
+3
*
llc: Change behavior of -mcpu with existing attribute
Matt Arsenault
2020-01-07
2
-2
/
+2
*
Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"...
Fangrui Song
2019-12-24
55
-107
/
+107
*
Migrate function attribute "no-frame-pointer-elim-non-leaf" to "frame-pointer...
Fangrui Song
2019-12-24
1
-2
/
+2
*
Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...
Fangrui Song
2019-12-24
7
-14
/
+14
*
[OPT-DBG] Teach DbgEntityHistoryCalculator about meta-instructions.
Tom Weaver
2019-12-20
1
-2
/
+4
*
[DebugInfo] Nerf placeDbgValues, with prejudice
Jeremy Morse
2019-12-09
1
-28
/
+14
*
Revert d91ed80 "[codeview] Reference types in type parent scopes"
Hans Wennborg
2019-11-08
2
-135
/
+2
*
[codeview] Reference types in type parent scopes
Reid Kleckner
2019-11-07
2
-2
/
+135
*
[DebugInfo] Remove some users of DBG_VALUEs IsIndirect field
Jeremy Morse
2019-10-15
1
-3
/
+3
*
[codeview] Try to avoid emitting .cv_loc with line zero
Reid Kleckner
2019-10-10
2
-1
/
+78
*
[Windows] Replace TrapUnreachable with an int3 insertion pass
Reid Kleckner
2019-09-09
1
-1
/
+1
*
Revert [Windows] Disable TrapUnreachable for Win64, add SEH_NoReturn
Reid Kleckner
2019-09-03
1
-1
/
+1
*
[Windows] Disable TrapUnreachable for Win64, add SEH_NoReturn
Reid Kleckner
2019-08-30
1
-1
/
+1
*
Removing block comments from CodeView records in assembly files & related cod...
Nilanjana Basu
2019-08-25
7
-706
/
+70
*
[DebugInfo] Remove invalidated locations during LiveDebugValues
Jeremy Morse
2019-08-23
1
-1
/
+0
*
Improving CodeView debug info type record's inline comments
Nilanjana Basu
2019-08-21
3
-136
/
+216
*
[AArch64][WinCFI] Do not pair callee-save instructions in LoadStoreOptimizer
Sander de Smalen
2019-08-07
1
-2
/
+2
*
Changing representation of .cv_def_range directives in Codeview debug info as...
Nilanjana Basu
2019-08-05
6
-24
/
+24
*
Revert "Changing representation of .cv_def_range directives in Codeview debug...
Nilanjana Basu
2019-08-05
6
-24
/
+24
*
Changing representation of .cv_def_range directives in Codeview debug info as...
Nilanjana Basu
2019-08-05
6
-24
/
+24
*
Temporarily Revert "Changing representation of cv_def_range directives in Cod...
Eric Christopher
2019-08-02
6
-24
/
+24
*
Changing representation of cv_def_range directives in Codeview debug info ass...
Nilanjana Basu
2019-08-02
6
-24
/
+24
*
Temporarily revert "Changes to improve CodeView debug info type record inline...
Eric Christopher
2019-08-02
3
-216
/
+136
*
Changes to improve CodeView debug info type record inline comments
Nilanjana Basu
2019-08-01
3
-136
/
+216
*
Changes to emit CodeView debug info nested type records properly using MCStre...
Nilanjana Basu
2019-07-22
2
-7
/
+732
*
Changes to display code view debug info type records in hex format
Nilanjana Basu
2019-07-17
1
-113
/
+113
*
Adding inline comments to code view type record directives for better readabi...
Nilanjana Basu
2019-07-17
1
-122
/
+120
*
Changing CodeView debug info type record representation in assembly files to ...
Nilanjana Basu
2019-07-09
38
-14
/
+405
*
Revert Changing CodeView debug info type record representation in assembly fi...
Nilanjana Basu
2019-07-03
38
-405
/
+14
*
Changing CodeView debug info type record representation in assembly files to ...
Nilanjana Basu
2019-07-03
38
-14
/
+405
*
Store a pointer to the return value in a static alloca and let the debugger u...
Amy Huang
2019-06-20
1
-0
/
+144
*
Use fully qualified name when printing S_CONSTANT records
Amy Huang
2019-06-13
1
-56
/
+94
*
[DebugInfo] Use FrameDestroy to extend stack locations to end-of-function
Jeremy Morse
2019-06-13
1
-2
/
+3
*
[DebugInfo] Terminate all location-lists at end of block
Jeremy Morse
2019-06-10
2
-6
/
+16
*
[COFF, ARM64] Fix location of ARM64 CodeView test
Tom Tan
2019-06-01
2
-1
/
+4
*
[COFF, ARM64] Add CodeView register mapping
Tom Tan
2019-05-31
1
-0
/
+149
*
Add enums as global variables in the IR metadata.
Amy Huang
2019-05-30
1
-56
/
+92
*
CodeView - add static data members to global variable debug info.
Amy Huang
2019-05-29
1
-26
/
+47
*
Emit global variables as S_CONSTANT records for codeview debug info.
Amy Huang
2019-05-16
1
-0
/
+64
*
[IR] Disallow llvm.global_ctors and llvm.global_dtors of the 2-field form in ...
Fangrui Song
2019-05-15
2
-3
/
+3
*
Temporarily Revert "[DebugInfo] Terminate more location-list ranges at the en...
Eric Christopher
2019-05-08
1
-15
/
+5
*
[llvm-readobj] Change -long-option to --long-option in tests. NFC
Fangrui Song
2019-05-01
70
-78
/
+78
*
[DebugInfo] Terminate more location-list ranges at the end of blocks
Jeremy Morse
2019-04-29
1
-5
/
+15
*
[DebugInfo] Combine Trivial and NonTrivial flags
Aaron Smith
2019-04-11
8
-26
/
+26
*
[DebugInfo] Track multiple registers in DbgEntityHistoryCalculator
David Stenberg
2019-04-10
1
-1
/
+1
*
Revert r357256 "[DAGCombine] Improve Lifetime node chains."
Hans Wennborg
2019-04-03
1
-0
/
+13
*
[DAGCombine] Improve Lifetime node chains.
Nirav Dave
2019-03-29
1
-13
/
+0
*
[DAGCombiner] Teach TokenFactor pruning to peek through lifetime nodes
Nirav Dave
2019-03-27
1
-6
/
+5
*
Re-land r354244 "[DAGCombiner] Eliminate dead stores to stack."
Clement Courbet
2019-03-13
1
-32
/
+0
[next]