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
/
AsmParser
/
LLParser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
IR / debug info: Add a DWOId field to DICompileUnit,
Adrian Prantl
2015-05-21
1
-3
/
+4
*
[opaque pointer type] Use the value type of the GlobalVariable rather than ac...
David Blaikie
2015-05-13
1
-1
/
+1
*
[opaque pointer type] Pass the explicit function type down to the instruction...
David Blaikie
2015-05-13
1
-1
/
+1
*
[opaque pointer type] Pass GlobalAlias the actual pointer type rather than de...
David Blaikie
2015-04-29
1
-4
/
+2
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
1
-83
/
+83
*
IR: Add assembly/bitcode support for function metadata attachments
Duncan P. N. Exon Smith
2015-04-24
1
-1
/
+16
*
LLParser: Simplify ParseInstructionMetadata(), NFC
Duncan P. N. Exon Smith
2015-04-24
1
-6
/
+5
*
LLParser: Split out ParseMetadataAttachment(), NFC
Duncan P. N. Exon Smith
2015-04-24
1
-5
/
+14
*
[opaque pointer type] Add textual IR support for explicit type parameter to t...
David Blaikie
2015-04-24
1
-6
/
+4
*
Recommit r235458: [opaque pointer type] Avoid using PointerType::getElementTy...
David Blaikie
2015-04-23
1
-1
/
+1
*
Revert "[opaque pointer type] Avoid using PointerType::getElementType for a f...
David Blaikie
2015-04-22
1
-1
/
+1
*
[opaque pointer type] Use pointee type retrieved from asm, rather than access...
David Blaikie
2015-04-22
1
-2
/
+1
*
[opaque pointer type] Avoid using PointerType::getElementType for a few cases...
David Blaikie
2015-04-21
1
-1
/
+1
*
[opaque pointer type] Use the parsed explicit pointee type when error-checkin...
David Blaikie
2015-04-17
1
-5
/
+2
*
[opaque pointer type] Add textual IR support for explicit type parameter to t...
David Blaikie
2015-04-16
1
-6
/
+4
*
[IR] Introduce a dereferenceable_or_null(N) attribute.
Sanjoy Das
2015-04-16
1
-6
/
+28
*
DebugInfo: Remove 'inlinedAt:' field from MDLocalVariable
Duncan P. N. Exon Smith
2015-04-15
1
-7
/
+5
*
DebugInfo: Move DIFlag-related API from DIDescriptor to DebugNode
Duncan P. N. Exon Smith
2015-04-07
1
-1
/
+1
*
[opaque pointer type] Avoid using PointerType::getElementType when parsing IR
David Blaikie
2015-04-06
1
-4
/
+3
*
[opaque pointer type] API migration for GEP constant factories
David Blaikie
2015-04-02
1
-6
/
+3
*
Verifier: Move more debug info checks away from Verify()
Duncan P. N. Exon Smith
2015-03-31
1
-2
/
+8
*
Verifier: Move checks over from DIDescriptor::Verify()
Duncan P. N. Exon Smith
2015-03-31
1
-1
/
+1
*
[opaque pointer type] Change GetElementPtrInst::getIndexedType to take the po...
David Blaikie
2015-03-30
1
-2
/
+7
*
Verifier: Add operand checks for MDLexicalBlock
Duncan P. N. Exon Smith
2015-03-30
1
-2
/
+2
*
LLParser: Require non-null scope for MDLocation and MDLocalVariable
Duncan P. N. Exon Smith
2015-03-27
1
-3
/
+7
*
Verifier: Check fields of MDVariable subclasses
Duncan P. N. Exon Smith
2015-03-27
1
-4
/
+4
*
Verifier: Check accessors of MDLocation
Duncan P. N. Exon Smith
2015-03-26
1
-2
/
+2
*
AsmParser: Stop requiring 'name:' when it's not printed
Duncan P. N. Exon Smith
2015-03-16
1
-3
/
+3
*
[opaque pointer type] more gep API migrations (AsmParser)
David Blaikie
2015-03-14
1
-1
/
+1
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-03-13
1
-2
/
+18
*
Fix a stack overflow in the assembler when checking that GEPs must be over si...
Owen Anderson
2015-03-10
1
-2
/
+6
*
LLParser: gep: Simplify parsing error handling
David Blaikie
2015-03-09
1
-10
/
+4
*
Fix a bug in the LLParser where we failed to diagnose landingpads with non-co...
Owen Anderson
2015-03-09
1
-6
/
+7
*
Revert "unique_ptrify ValID::ConstantStructElts"
Reid Kleckner
2015-03-04
1
-8
/
+6
*
unique_ptrify ValID::ConstantStructElts
David Blaikie
2015-03-04
1
-6
/
+8
*
LLParser: Avoid copying ValIDs, the copy ctor is deprecated in C++11 due to t...
David Blaikie
2015-03-04
1
-1
/
+6
*
Revert "Remove the explicit SDNodeIterator::operator= in favor of the implici...
David Blaikie
2015-03-03
1
-12
/
+7
*
Remove the explicit SDNodeIterator::operator= in favor of the implicit default
David Blaikie
2015-03-03
1
-7
/
+12
*
Cleanup after r230934 per Dave's suggestions.
Owen Anderson
2015-03-03
1
-3
/
+4
*
Teach the LLParser to fail gracefully when it encounters an invalid label name.
Owen Anderson
2015-03-02
1
-5
/
+7
*
Fix a crash in the LL parser where it failed to validate that the pointer ope...
Owen Anderson
2015-03-02
1
-0
/
+2
*
Optimize metadata node fields for CHECK-ability
Duncan P. N. Exon Smith
2015-02-28
1
-3
/
+5
*
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
2015-02-27
1
-1
/
+9
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-02-27
1
-1
/
+13
*
AsmParser: Check ConstantExpr insertvalue operands for type correctness
David Majnemer
2015-02-23
1
-1
/
+8
*
AsmParser: Call instructions can't have an alignment
David Majnemer
2015-02-23
1
-2
/
+10
*
AsmParser: Check ConstantExpr GEP operands for validity
David Majnemer
2015-02-22
1
-2
/
+24
*
AsmParser/Writer: Handle symbolic constants in DI 'flags:'
Duncan P. N. Exon Smith
2015-02-21
1
-5
/
+47
*
IR: Fix MDType fields from unsigned to uint64_t
Duncan P. N. Exon Smith
2015-02-19
1
-8
/
+8
*
IR: Drop scope from MDTemplateParameter
Duncan P. N. Exon Smith
2015-02-19
1
-10
/
+6
[next]