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
/
Bitcode
/
Writer
/
BitcodeWriter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bitcode: Set LastDL after writing DebugLocs
Duncan P. N. Exon Smith
2015-05-06
1
-0
/
+2
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
1
-43
/
+42
*
[opaque pointer type] Encode the allocated type of an alloca rather than its ...
David Blaikie
2015-04-28
1
-2
/
+3
*
[opaque pointer type] Encode the pointee type in the bitcode for 'cmpxchg'
David Blaikie
2015-04-28
1
-1
/
+1
*
[opaque pointer type] encode the pointee type of global variables
David Blaikie
2015-04-27
1
-7
/
+9
*
IR: Add assembly/bitcode support for function metadata attachments
Duncan P. N. Exon Smith
2015-04-24
1
-1
/
+10
*
[opaque pointer type] bitcode: add explicit callee type to invoke instructions
David Blaikie
2015-04-24
1
-4
/
+4
*
[opaque pointer types] Serialize the value type for store instructions
David Blaikie
2015-04-22
1
-1
/
+1
*
[opaque pointer type] Serialize the type of an llvm::Function as a function t...
David Blaikie
2015-04-17
1
-1
/
+1
*
[opaque pointer type] Explicit pointee type for call instruction
David Blaikie
2015-04-17
1
-3
/
+3
*
[IR] Introduce a dereferenceable_or_null(N) attribute.
Sanjoy Das
2015-04-16
1
-0
/
+2
*
DebugInfo: Remove 'inlinedAt:' field from MDLocalVariable
Duncan P. N. Exon Smith
2015-04-15
1
-1
/
+0
*
uselistorder: Pull the bit through WriteToBitcodFile()
Duncan P. N. Exon Smith
2015-04-15
1
-4
/
+6
*
uselistorder: Thread bit through ValueEnumerator
Duncan P. N. Exon Smith
2015-04-14
1
-3
/
+6
*
DebugInfo: Make MDSubprogram::getFunction() return Constant
Duncan P. N. Exon Smith
2015-04-11
1
-2
/
+2
*
IR: Remove MDTupleTypedArrayWrapper::operator MDTuple*()
Duncan P. N. Exon Smith
2015-04-07
1
-10
/
+10
*
IR: Rename MDSubrange::getLo() to getLowerBound()
Duncan P. N. Exon Smith
2015-04-07
1
-1
/
+1
*
IR: Use the new DebugLoc API, NFC
Duncan P. N. Exon Smith
2015-03-30
1
-14
/
+7
*
Bitcode: Reflow code to use early continues, NFC
Duncan P. N. Exon Smith
2015-03-30
1
-15
/
+18
*
AsmWriter: Assert on unresolved metadata nodes
Duncan P. N. Exon Smith
2015-03-17
1
-0
/
+2
*
[opaque pointer type] Bitcode support for explicit type parameter on the gep ...
David Blaikie
2015-03-13
1
-2
/
+5
*
[opaque pointer type] Bitcode support for explicit type parameter on GEP.
David Blaikie
2015-02-25
1
-4
/
+20
*
[opaque pointer type] bitcode support for explicit type parameter to the load...
David Blaikie
2015-02-25
1
-0
/
+3
*
BitcodeWriter: Refactor common computation of bits required for a type index.
David Blaikie
2015-02-25
1
-4
/
+4
*
Bitcode: Stop assuming non-null fields
Duncan P. N. Exon Smith
2015-02-20
1
-2
/
+2
*
IR: Drop scope from MDTemplateParameter
Duncan P. N. Exon Smith
2015-02-19
1
-2
/
+0
*
Prefer SmallVector::append/insert over push_back loops.
Benjamin Kramer
2015-02-17
1
-13
/
+6
*
AsmWriter/Bitcode: MDImportedEntity
Duncan P. N. Exon Smith
2015-02-13
1
-4
/
+14
*
AsmWriter/Bitcode: MDObjCProperty
Duncan P. N. Exon Smith
2015-02-13
1
-4
/
+17
*
AsmWriter/Bitcode: MDExpression
Duncan P. N. Exon Smith
2015-02-13
1
-4
/
+13
*
AsmWriter/Bitcode: MDLocalVariable
Duncan P. N. Exon Smith
2015-02-13
1
-4
/
+19
*
AsmWriter/Bitcode: MDGlobalVariable
Duncan P. N. Exon Smith
2015-02-13
1
-4
/
+20
*
AsmWriter/Bitcode: MDTemplate{Type,Value}Parameter
Duncan P. N. Exon Smith
2015-02-13
1
-12
/
+28
*
AsmWriter/Bitcode: MDNamespace
Duncan P. N. Exon Smith
2015-02-13
1
-4
/
+13
*
AsmWriter/Bitcode: MDLexicalBlockFile
Duncan P. N. Exon Smith
2015-02-13
1
-4
/
+13
*
AsmWriter/Bitcode: MDLexicalBlock
Duncan P. N. Exon Smith
2015-02-13
1
-4
/
+14
*
AsmWriter/Bitcode: MDSubprogram
Duncan P. N. Exon Smith
2015-02-13
1
-4
/
+28
*
AsmWriter/Bitcode: MDCompileUnit
Duncan P. N. Exon Smith
2015-02-13
1
-4
/
+23
*
AsmWriter/Bitcode: MDSubroutineType
Duncan P. N. Exon Smith
2015-02-13
1
-4
/
+11
*
AsmWriter/Bitcode: MDDerivedType and MDCompositeType
Duncan P. N. Exon Smith
2015-02-13
1
-8
/
+46
*
AsmWriter/Bitcode: MDFile
Duncan P. N. Exon Smith
2015-02-13
1
-4
/
+11
*
AsmWriter/Bitcode: MDBasicType
Duncan P. N. Exon Smith
2015-02-13
1
-4
/
+14
*
AsmWriter/Bitcode: MDEnumerator
Duncan P. N. Exon Smith
2015-02-13
1
-4
/
+11
*
AsmWriter/Bitcode: MDSubrange
Duncan P. N. Exon Smith
2015-02-13
1
-4
/
+16
*
IR: Add specialized debug info metadata nodes
Duncan P. N. Exon Smith
2015-02-10
1
-0
/
+100
*
IR: Initialize MDNode abbreviations en masse, NFC
Duncan P. N. Exon Smith
2015-02-04
1
-3
/
+4
*
Misc documentation/comment fixes.
Peter Collingbourne
2015-02-04
1
-1
/
+2
*
IR: Assembly and bitcode for GenericDebugNode
Duncan P. N. Exon Smith
2015-02-03
1
-5
/
+31
*
IR: Split out DebugInfoMetadata.h, NFC
Duncan P. N. Exon Smith
2015-02-02
1
-0
/
+1
*
IR: DwarfNode => DebugNode, NFC
Duncan P. N. Exon Smith
2015-01-22
1
-2
/
+2
[next]