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
/
IR
/
AsmWriter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Internalize llvm::AssemblyWriter. It's not used outside of AsmWriter.cpp.
Benjamin Kramer
2015-03-17
1
-7
/
+86
*
AsmWriter: Handle broken metadata nodes
Duncan P. N. Exon Smith
2015-03-16
1
-2
/
+2
*
IR: Default the Metadata::dump() argument "harder" after r232275
Duncan P. N. Exon Smith
2015-03-15
1
-0
/
+3
*
IR: Make Metadata::print() reliable and useful
Duncan P. N. Exon Smith
2015-03-14
1
-33
/
+85
*
AsmWriter: Split out SlotTracker::processInstructionMetadata(), NFC
Duncan P. N. Exon Smith
2015-03-14
1
-18
/
+24
*
AsmWriter: Use range-based for, NFC
Duncan P. N. Exon Smith
2015-03-14
1
-15
/
+13
*
AsmWriter: Write alloca array size explicitly (and -instcombine fixup)
Duncan P. N. Exon Smith
2015-03-13
1
-1
/
+7
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-03-13
1
-0
/
+8
*
Teach raw_ostream to accept SmallString.
Yaron Keren
2015-03-10
1
-1
/
+1
*
DebugInfo: Move new hierarchy into place
Duncan P. N. Exon Smith
2015-03-03
1
-24
/
+0
*
AsmWriter: Only print one space after the load type
Benjamin Kramer
2015-03-02
1
-1
/
+1
*
Optimize metadata node fields for CHECK-ability
Duncan P. N. Exon Smith
2015-02-28
1
-24
/
+28
*
AsmWriter: Escape string fields in metadata
Duncan P. N. Exon Smith
2015-02-28
1
-34
/
+24
*
AsmWriter: Extract writeStringField(), NFCI
Duncan P. N. Exon Smith
2015-02-28
1
-5
/
+12
*
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
2015-02-27
1
-1
/
+5
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-02-27
1
-0
/
+5
*
IR: Drop newline from AssemblyWriter::printMDNodeBody()
Duncan P. N. Exon Smith
2015-02-25
1
-1
/
+1
*
IR: Annotate dump methods with LLVM_DUMP_METHOD
Duncan P. N. Exon Smith
2015-02-25
1
-0
/
+6
*
AsmParser/Writer: Handle symbolic constants in DI 'flags:'
Duncan P. N. Exon Smith
2015-02-21
1
-12
/
+37
*
Bitcode: Stop assuming non-null fields
Duncan P. N. Exon Smith
2015-02-20
1
-5
/
+2
*
IR: Drop scope from MDTemplateParameter
Duncan P. N. Exon Smith
2015-02-19
1
-4
/
+0
*
IR: Swap order of name and value in MDEnum
Duncan P. N. Exon Smith
2015-02-18
1
-1
/
+1
*
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...
Aaron Ballman
2015-02-15
1
-2
/
+2
*
AsmWriter/Bitcode: MDImportedEntity
Duncan P. N. Exon Smith
2015-02-13
1
-4
/
+17
*
AsmWriter/Bitcode: MDObjCProperty
Duncan P. N. Exon Smith
2015-02-13
1
-3
/
+24
*
AsmWriter/Bitcode: MDExpression
Duncan P. N. Exon Smith
2015-02-13
1
-3
/
+20
*
AsmWriter/Bitcode: MDLocalVariable
Duncan P. N. Exon Smith
2015-02-13
1
-4
/
+32
*
AsmWriter/Bitcode: MDGlobalVariable
Duncan P. N. Exon Smith
2015-02-13
1
-4
/
+36
*
AsmWriter/Bitcode: MDTemplate{Type,Value}Parameter
Duncan P. N. Exon Smith
2015-02-13
1
-10
/
+31
*
AsmWriter/Bitcode: MDNamespace
Duncan P. N. Exon Smith
2015-02-13
1
-3
/
+17
*
AsmWriter/Bitcode: MDLexicalBlockFile
Duncan P. N. Exon Smith
2015-02-13
1
-4
/
+17
*
AsmWriter/Bitcode: MDLexicalBlock
Duncan P. N. Exon Smith
2015-02-13
1
-3
/
+18
*
AsmWriter: MDSubprogram: Recognize DW_VIRTUALITY in 'virtuality'
Duncan P. N. Exon Smith
2015-02-13
1
-2
/
+7
*
AsmWriter/Bitcode: MDSubprogram
Duncan P. N. Exon Smith
2015-02-13
1
-3
/
+60
*
AsmWriter/Bitcode: MDCompileUnit
Duncan P. N. Exon Smith
2015-02-13
1
-3
/
+51
*
AsmWriter/Bitcode: MDSubroutineType
Duncan P. N. Exon Smith
2015-02-13
1
-4
/
+10
*
AsmWriter: MDCompositeType: Recognize DW_LANG in 'runtimeLang'
Duncan P. N. Exon Smith
2015-02-13
1
-2
/
+8
*
AsmWriter/Bitcode: MDDerivedType and MDCompositeType
Duncan P. N. Exon Smith
2015-02-13
1
-7
/
+89
*
AsmWriter/Bitcode: MDFile
Duncan P. N. Exon Smith
2015-02-13
1
-2
/
+8
*
AsmWriter: MDBasicType: Recognize DW_ATE in 'encoding'
Duncan P. N. Exon Smith
2015-02-13
1
-2
/
+7
*
AsmWriter/Bitcode: MDBasicType
Duncan P. N. Exon Smith
2015-02-13
1
-3
/
+15
*
AsmWriter/Bitcode: MDEnumerator
Duncan P. N. Exon Smith
2015-02-13
1
-2
/
+7
*
AsmWriter/Bitcode: MDSubrange
Duncan P. N. Exon Smith
2015-02-13
1
-3
/
+9
*
IR: Add specialized debug info metadata nodes
Duncan P. N. Exon Smith
2015-02-10
1
-0
/
+87
*
AsmWriter: Extract writeTag(), NFC
Duncan P. N. Exon Smith
2015-02-06
1
-5
/
+9
*
AsmWriter: Extract writeMetadataAsOperand(), NFC
Duncan P. N. Exon Smith
2015-02-06
1
-5
/
+12
*
AsmParser: Recognize DW_TAG_* constants
Duncan P. N. Exon Smith
2015-02-03
1
-2
/
+5
*
IR: Assembly and bitcode for GenericDebugNode
Duncan P. N. Exon Smith
2015-02-03
1
-4
/
+26
*
IR: DwarfNode => DebugNode, NFC
Duncan P. N. Exon Smith
2015-01-22
1
-1
/
+1
*
IR: Introduce GenericDwarfNode
Duncan P. N. Exon Smith
2015-01-20
1
-0
/
+6
[prev]
[next]