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
/
DwarfCompileUnit.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement target independent TLS compatible with glibc's emutls.c.
Chih-Hung Hsieh
2015-07-28
1
-20
/
+24
*
Revert "[DWARF] Fix debug info generation for function static variables, type...
David Blaikie
2015-07-01
1
-19
/
+10
*
[DWARF] Fix debug info generation for function static variables, typedefs, an...
Michael Kuperstein
2015-07-01
1
-10
/
+19
*
Debug info: Add dwarf backend support for DIModule.
Adrian Prantl
2015-06-30
1
-0
/
+2
*
AsmPrinter: Use an intrusively linked list for DIE::Children
Duncan P. N. Exon Smith
2015-06-25
1
-27
/
+25
*
AsmPrinter: Convert DIE::Values to a linked list
Duncan P. N. Exon Smith
2015-06-25
1
-24
/
+27
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
AsmPrinter: Rewrite initialization of DbgVariable, NFC
Duncan P. N. Exon Smith
2015-06-21
1
-3
/
+3
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
AsmPrinter: Rename begin_values() => values_begin(), NFC
Duncan P. N. Exon Smith
2015-05-28
1
-2
/
+2
*
AsmPrinter: Stop exposing underlying DIEValue list, NFC
Duncan P. N. Exon Smith
2015-05-27
1
-2
/
+2
*
AsmPrinter: Store abbreviation data directly in DIE and DIEValue
Duncan P. N. Exon Smith
2015-05-27
1
-5
/
+5
*
Reapply "AsmPrinter: Change DIEValue to be stored by value"
Duncan P. N. Exon Smith
2015-05-27
1
-15
/
+10
*
Revert "AsmPrinter: Change DIEValue to be stored by value"
Duncan P. N. Exon Smith
2015-05-27
1
-10
/
+15
*
AsmPrinter: Change DIEValue to be stored by value
Duncan P. N. Exon Smith
2015-05-27
1
-15
/
+10
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
1
-24
/
+24
*
[AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.
Lang Hames
2015-04-24
1
-4
/
+4
*
DebugInfo: Remove DIArray and DITypeArray typedefs
Duncan P. N. Exon Smith
2015-04-21
1
-1
/
+1
*
DebugInfo: Drop rest of DIDescriptor subclasses
Duncan P. N. Exon Smith
2015-04-21
1
-5
/
+6
*
DebugInfo: Delete subclasses of DIScope
Duncan P. N. Exon Smith
2015-04-20
1
-8
/
+8
*
DebugInfo: Remove DIScope
Duncan P. N. Exon Smith
2015-04-20
1
-11
/
+10
*
DebugInfo: Delete DIDescriptor (but not its subclasses)
Duncan P. N. Exon Smith
2015-04-18
1
-5
/
+4
*
AsmPrinter: Create a unified .debug_loc stream
Duncan P. N. Exon Smith
2015-04-17
1
-1
/
+2
*
DebugInfo: Gut DIType and subclasses
Duncan P. N. Exon Smith
2015-04-16
1
-4
/
+4
*
DebugInfo: Gut DICompileUnit and DIFile
Duncan P. N. Exon Smith
2015-04-15
1
-1
/
+1
*
DebugInfo: Remove 'inlinedAt:' field from MDLocalVariable
Duncan P. N. Exon Smith
2015-04-15
1
-1
/
+1
*
DebugInfo: Pubnames: Do not include variable declarations in pubnames
David Blaikie
2015-04-14
1
-1
/
+2
*
DebugInfo: Gut DISubprogram and DILexicalBlock*
Duncan P. N. Exon Smith
2015-04-14
1
-7
/
+7
*
DebugInfo: Gut DIVariable and DIGlobalVariable
Duncan P. N. Exon Smith
2015-04-14
1
-17
/
+17
*
DebugInfo: Gut DIObjCProperty and DIImportedEntity
Duncan P. N. Exon Smith
2015-04-14
1
-6
/
+5
*
DebugInfo: Gut DILocation
Duncan P. N. Exon Smith
2015-04-14
1
-3
/
+3
*
DebugInfo: Remove DIGlobalVariable::getGlobal()
Duncan P. N. Exon Smith
2015-04-13
1
-4
/
+3
*
DebugInfo: Remove DITypedArray<>, replace with typedefs
Duncan P. N. Exon Smith
2015-04-07
1
-6
/
+4
*
DebugInfo: Remove special iterators from DIExpression
Duncan P. N. Exon Smith
2015-04-07
1
-2
/
+2
*
CodeGen: Stop using DIDescriptor::is*() and auto-casting
Duncan P. N. Exon Smith
2015-04-06
1
-19
/
+16
*
DebugInfo: Remove DIDescriptor::Verify()
Duncan P. N. Exon Smith
2015-04-06
1
-2
/
+0
*
Centralize the handling of unique ids for temporary labels.
Rafael Espindola
2015-03-17
1
-4
/
+2
*
Convert the easy cases of GetTempSymbol to createTempSymbol.
Rafael Espindola
2015-03-17
1
-1
/
+1
*
Emit correct linkage-name attribute based on DWARF version.
Paul Robinson
2015-03-10
1
-10
/
+1
*
Store an optional section start label in MCSection.
Rafael Espindola
2015-03-10
1
-6
/
+10
*
Use a better name for compile unit labels.
Rafael Espindola
2015-03-10
1
-2
/
+1
*
Move label creation close to emission. NFC.
Rafael Espindola
2015-03-10
1
-2
/
+5
*
Use the existing begin and end symbol for debug info.
Rafael Espindola
2015-03-05
1
-1
/
+1
*
Support standard DWARF TLS opcode; Darwin and PS4 use it.
Paul Robinson
2015-03-04
1
-2
/
+4
*
Used the cached subtarget off of the MachineFunction.
Eric Christopher
2015-02-20
1
-4
/
+2
*
AsmPrinter: Take range in DwarfExpression::AddExpression(), NFC
Duncan P. N. Exon Smith
2015-02-17
1
-2
/
+5
*
AsmPrinter: Use DIExpression default constructor, NFC
Duncan P. N. Exon Smith
2015-02-17
1
-1
/
+1
*
Debug Info: Support variables that are described by more than one MMI
Adrian Prantl
2015-02-10
1
-5
/
+12
*
Debug info: Fix PR22296 by omitting the DW_AT_location if we lost the
Adrian Prantl
2015-01-25
1
-4
/
+7
*
Remove support for DIVariable's FlagIndirectVariable and expect
Adrian Prantl
2015-01-19
1
-17
/
+6
[next]