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
*
[IR/AsmWriter] Output escape sequences if the first character isdigit()
Filipe Cabecinhas
2015-06-02
1
-6
/
+11
*
clang-format a few functions. NFC
Filipe Cabecinhas
2015-06-02
1
-6
/
+4
*
IR / debug info: Add a DWOId field to DICompileUnit,
Adrian Prantl
2015-05-21
1
-0
/
+1
*
[Statepoint] Clean up Statepoint.h: accessor names.
Sanjoy Das
2015-05-06
1
-2
/
+2
*
Emit comment for gc.relocate showing base and derived pointers in human reada...
Igor Laevsky
2015-05-05
1
-0
/
+21
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
1
-53
/
+53
*
IR: Add assembly/bitcode support for function metadata attachments
Duncan P. N. Exon Smith
2015-04-24
1
-3
/
+13
*
AsmWriter: Parameterize the syntactic separator for attachments
Duncan P. N. Exon Smith
2015-04-24
1
-8
/
+10
*
AsmWriter: Only collect attachment names once per module
Duncan P. N. Exon Smith
2015-04-24
1
-2
/
+4
*
AsmWriter: Split out code for printing Metadata attachments, NFC
Duncan P. N. Exon Smith
2015-04-24
1
-14
/
+25
*
[opaque pointer type] Add textual IR support for explicit type parameter to t...
David Blaikie
2015-04-24
1
-11
/
+4
*
[opaque pointer type] Add textual IR support for explicit type parameter to t...
David Blaikie
2015-04-16
1
-11
/
+4
*
DebugInfo: Remove 'inlinedAt:' field from MDLocalVariable
Duncan P. N. Exon Smith
2015-04-15
1
-1
/
+0
*
uselistorder: Pull the assembly bit up out of the printer
Duncan P. N. Exon Smith
2015-04-15
1
-3
/
+3
*
uselistorder: Start pulling out -preserve-ll-uselistorder
Duncan P. N. Exon Smith
2015-04-15
1
-12
/
+18
*
Allow printing functions with an optional annotationwriter
Daniel Berlin
2015-04-13
1
-0
/
+7
*
Remove empty non-virtual destructors or mark them =default when non-public
Benjamin Kramer
2015-04-11
1
-3
/
+1
*
DebugInfo: Move DIFlag-related API from DIDescriptor to DebugNode
Duncan P. N. Exon Smith
2015-04-07
1
-2
/
+2
*
IR: Rename MDSubrange::getLo() to getLowerBound()
Duncan P. N. Exon Smith
2015-04-07
1
-1
/
+1
*
DebugInfo: Use MDTypeRef throughout the hierarchy
Duncan P. N. Exon Smith
2015-04-06
1
-2
/
+2
*
Verifier: Add operand checks for remaining debug info
Duncan P. N. Exon Smith
2015-03-30
1
-6
/
+6
*
Verifier: Add operand checks for MDLexicalBlock
Duncan P. N. Exon Smith
2015-03-30
1
-4
/
+4
*
Verifier: Check operands of MDSubprogram nodes
Duncan P. N. Exon Smith
2015-03-30
1
-8
/
+8
*
Verifier: Check operands of MDType subclasses and MDCompileUnit
Duncan P. N. Exon Smith
2015-03-27
1
-17
/
+18
*
Verifier: Check fields of MDVariable subclasses
Duncan P. N. Exon Smith
2015-03-27
1
-9
/
+9
*
AsmWriter: Cleanup debug info fields with MDFieldPrinter, NFC
Duncan P. N. Exon Smith
2015-03-27
1
-385
/
+248
*
Verifier: Check accessors of MDLocation
Duncan P. N. Exon Smith
2015-03-26
1
-4
/
+3
*
Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
Benjamin Kramer
2015-03-23
1
-0
/
+1
*
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
[next]