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
/
multifunction.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"...
Fangrui Song
2019-12-24
1
-2
/
+2
*
[llvm-readobj] Change -long-option to --long-option in tests. NFC
Fangrui Song
2019-05-01
1
-2
/
+2
*
[codeview] Align symbol records to save 441MB during linking clang.pdb
Reid Kleckner
2018-12-18
1
-10
/
+22
*
[codeview] Emit S_FRAMEPROC and use S_DEFRANGE_FRAMEPOINTER_REL
Reid Kleckner
2018-10-01
1
-10
/
+76
*
[codeview] Clean up machinery for deferring .cv_loc emission
Reid Kleckner
2018-08-28
1
-2
/
+2
*
[DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.
Shiva Chen
2018-05-09
1
-3
/
+3
*
[CodeGen] Unify MBB reference format in both MIR and debug output
Francis Visoiu Mistrih
2017-12-04
1
-6
/
+6
*
[codeview] Implement FPO data assembler directives
Reid Kleckner
2017-10-11
1
-0
/
+16
*
[codeview] Change readobj symbol dumping format
Reid Kleckner
2017-07-11
1
-6
/
+6
*
Emit S_COMPILE3 record once per TU rather than once per function
Adrian McCarthy
2016-11-02
1
-57
/
+40
*
Emit S_COMPILE3 CodeView record
Adrian McCarthy
2016-09-20
1
-30
/
+42
*
[CodeView] Emit an appropriate symbol kind for globals
David Majnemer
2016-07-06
1
-3
/
+9
*
[CodeView] Implement function-type indices
David Majnemer
2016-06-02
1
-6
/
+6
*
[codeview] Use comdats for debug info describing comdat functions
Reid Kleckner
2016-05-25
1
-0
/
+2
*
Dump symbol record details in llvm-pdbdump
Zachary Turner
2016-05-24
1
-6
/
+12
*
[PR27284] Reverse the ownership between DICompileUnit and DISubprogram.
Adrian Prantl
2016-04-15
1
-5
/
+4
*
testcase gardening: update the emissionKind enum to the new syntax. (NFC)
Adrian Prantl
2016-04-01
1
-1
/
+1
*
Move the DebugEmissionKind enum from DIBuilder into DICompileUnit.
Adrian Prantl
2016-03-31
1
-1
/
+1
*
[codeview] Describe int local variables using .cv_def_range
Reid Kleckner
2016-02-10
1
-6
/
+6
*
[codeview] Improve readability of codeview assembly output
David Majnemer
2016-02-02
1
-36
/
+54
*
[codeview] Wire up the .cv_inline_linetable directive
Reid Kleckner
2016-02-02
1
-12
/
+6
*
[CodeView] Fix dumping the is_stmt bit from the line table
Reid Kleckner
2016-01-29
1
-19
/
+19
*
Reland "[CodeView] Use assembler directives for line tables"
Reid Kleckner
2016-01-29
1
-197
/
+33
*
Revert "[CodeView] Use assembler directives for line tables"
Reid Kleckner
2016-01-29
1
-33
/
+197
*
[CodeView] Use assembler directives for line tables
Reid Kleckner
2016-01-28
1
-197
/
+33
*
[readobj] Expand CodeView dumping functionality
Reid Kleckner
2016-01-13
1
-42
/
+42
*
[CodeView] Mark our lines as statements, not expressions
David Majnemer
2016-01-13
1
-38
/
+38
*
[CodeView] Improve the line table dumper
David Majnemer
2016-01-13
1
-62
/
+139
*
[CodeView] Initialize column-end to zero
David Majnemer
2016-01-12
1
-32
/
+32
*
Reland "[llvm-readobj] Simplify usage of -codeview flag"
Reid Kleckner
2015-12-16
1
-2
/
+0
*
DI: Reverse direction of subprogram -> function edge.
Peter Collingbourne
2015-11-05
1
-6
/
+6
*
DI: Require subprogram definitions to be distinct
Duncan P. N. Exon Smith
2015-08-28
1
-3
/
+3
*
If the "CodeView" module flag is set, emit codeview instead of DWARF
Reid Kleckner
2015-08-05
1
-7
/
+1
*
DI: Disallow uniquable DICompileUnits
Duncan P. N. Exon Smith
2015-08-03
1
-1
/
+1
*
[CodeView] Add support for emitting column information
David Majnemer
2015-07-09
1
-28
/
+110
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
1
-16
/
+16
*
Use the existing begin and end symbol for debug info.
Rafael Espindola
2015-03-05
1
-0
/
+3
*
DebugInfo: Move new hierarchy into place
Duncan P. N. Exon Smith
2015-03-03
1
-9
/
+9
*
Modify llvm-readobj to dump symbol record bytes.
Zachary Turner
2015-02-18
1
-2
/
+2
*
MC: Emit COFF section flags in the "proper" order
David Majnemer
2015-02-07
1
-2
/
+2
*
IR: Move MDLocation into place
Duncan P. N. Exon Smith
2015-01-14
1
-8
/
+8
*
IR: Make metadata typeless in assembly
Duncan P. N. Exon Smith
2014-12-15
1
-22
/
+22
*
[COFF] Make it clearer that the symbols subsection holds function display nam...
Timur Iskhodzhanov
2014-11-12
1
-6
/
+6
*
CodeGen: Enable DWARF emission for MS ABI targets
David Majnemer
2014-11-04
1
-23
/
+29
*
Fix PR21189 -- Emit symbol subsection required to debug LLVM-built binaries w...
Timur Iskhodzhanov
2014-10-24
1
-12
/
+228
*
Fix COFF section index relocation should be 16 bits, not 32
Timur Iskhodzhanov
2014-10-08
1
-0
/
+6
*
Revert "Revert "DI: Fold constant arguments into a single MDString""
Duncan P. N. Exon Smith
2014-10-03
1
-8
/
+8
*
Revert "DI: Fold constant arguments into a single MDString"
Duncan P. N. Exon Smith
2014-10-02
1
-8
/
+8
*
DI: Fold constant arguments into a single MDString
Duncan P. N. Exon Smith
2014-10-02
1
-8
/
+8
*
Update tests which broke from r218189
David Majnemer
2014-09-20
1
-2
/
+2
[next]