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
/
WinCodeViewLineTables.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename WinCodeViewLineTables to CodeViewDebug, similar to DwarfDebug
Reid Kleckner
2016-01-14
1
-416
/
+0
*
[codeview] Regenerate C++ display name test case and update comments
Reid Kleckner
2016-01-14
1
-4
/
+2
*
[codeview] Share more enums across the writer and the dumper
Reid Kleckner
2016-01-13
1
-6
/
+14
*
[readobj] Expand CodeView dumping functionality
Reid Kleckner
2016-01-13
1
-3
/
+2
*
[CodeView] Mark our lines as statements, not expressions
David Majnemer
2016-01-13
1
-3
/
+18
*
[CodeView] Initialize column-end to zero
David Majnemer
2016-01-12
1
-1
/
+1
*
Use std::string instead of strdup() and free() in WinCodeViewLineTables
Reid Kleckner
2015-12-02
1
-6
/
+5
*
Fix some comment typos.
Benjamin Kramer
2015-08-08
1
-1
/
+1
*
[CodeView] Add support for emitting column information
David Majnemer
2015-07-09
1
-7
/
+23
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
MC: Clean up MCExpr naming. NFC.
Jim Grosbach
2015-05-30
1
-3
/
+3
*
MC: Clean up method names in MCContext.
Jim Grosbach
2015-05-18
1
-9
/
+9
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
1
-3
/
+3
*
[AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.
Lang Hames
2015-04-24
1
-33
/
+33
*
DebugInfo: Delete subclasses of DIScope
Duncan P. N. Exon Smith
2015-04-20
1
-1
/
+1
*
DebugInfo: Gut DIScope, DIEnumerator and DISubrange
Duncan P. N. Exon Smith
2015-04-16
1
-3
/
+3
*
DebugInfo: Gut DISubprogram and DILexicalBlock*
Duncan P. N. Exon Smith
2015-04-14
1
-1
/
+1
*
CodeGen: Stop using DIDescriptor::is*() and auto-casting
Duncan P. N. Exon Smith
2015-04-06
1
-4
/
+3
*
CodeGen: Use the new DebugLoc API, NFC
Duncan P. N. Exon Smith
2015-03-30
1
-8
/
+6
*
Remove superfluous .str() and replace std::string concatenation with Twine.
Yaron Keren
2015-03-27
1
-1
/
+1
*
AsmPrinter: Check subprogram before using it
Duncan P. N. Exon Smith
2015-03-20
1
-2
/
+5
*
Use the existing begin and end symbol for debug info.
Rafael Espindola
2015-03-05
1
-4
/
+1
*
Temporary fix for PR21528 - use mangled C++ function names in COFF debug info...
Timur Iskhodzhanov
2014-11-12
1
-1
/
+8
*
[COFF] Make it clearer that the symbols subsection holds function display nam...
Timur Iskhodzhanov
2014-11-12
1
-1
/
+1
*
Fix PR21189 -- Emit symbol subsection required to debug LLVM-built binaries w...
Timur Iskhodzhanov
2014-10-24
1
-9
/
+47
*
Reorder functions in WinCodeViewLineTables.cpp [NFC]
Timur Iskhodzhanov
2014-10-10
1
-51
/
+53
*
Fix a small typo, NFC
Timur Iskhodzhanov
2014-10-10
1
-1
/
+1
*
Fix COFF section index relocation should be 16 bits, not 32
Timur Iskhodzhanov
2014-10-08
1
-0
/
+2
*
The count() function for STL datatypes returns unsigned, even where it's
Yaron Keren
2014-06-20
1
-1
/
+1
*
Convert more loops to range-based equivalents
Alexey Samsonov
2014-04-30
1
-9
/
+8
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-28
1
-1
/
+1
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-24
1
-4
/
+4
*
Follow-up to r204790: don't try to emit line tables if there are no functions...
Timur Iskhodzhanov
2014-03-26
1
-2
/
+9
*
Fix PR19239 - Add support for generating debug info for functions without lex...
Timur Iskhodzhanov
2014-03-26
1
-15
/
+11
*
Reland r200340 - 'Add line table debug info to COFF files when using a win32 ...
Timur Iskhodzhanov
2014-01-30
1
-0
/
+333
*
Revert r200340, "Add line table debug info to COFF files when using a win32 t...
NAKAMURA Takumi
2014-01-29
1
-323
/
+0
*
Add line table debug info to COFF files when using a win32 triple.
Timur Iskhodzhanov
2014-01-28
1
-0
/
+323