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
...
*
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
*
IR: Allow MDSubrange to have 'count: -1'
Duncan P. N. Exon Smith
2015-02-18
1
-1
/
+1
*
IR: Swap order of name and value in MDEnum
Duncan P. N. Exon Smith
2015-02-18
1
-2
/
+2
*
AsmParser: extractvalue requires at least one index operand
David Majnemer
2015-02-16
1
-0
/
+1
*
AsmParser: Make sure GlobalVariables have sane types
David Majnemer
2015-02-16
1
-1
/
+1
*
AsmParser: Reject alloca with function type
David Majnemer
2015-02-16
1
-4
/
+4
*
AsmWriter/Bitcode: MDImportedEntity
Duncan P. N. Exon Smith
2015-02-13
1
-1
/
+16
*
AsmWriter/Bitcode: MDObjCProperty
Duncan P. N. Exon Smith
2015-02-13
1
-1
/
+19
*
AsmWriter/Bitcode: MDExpression
Duncan P. N. Exon Smith
2015-02-13
1
-1
/
+36
*
AsmWriter/Bitcode: MDLocalVariable
Duncan P. N. Exon Smith
2015-02-13
1
-1
/
+22
*
AsmWriter/Bitcode: MDGlobalVariable
Duncan P. N. Exon Smith
2015-02-13
1
-1
/
+25
*
AsmWriter/Bitcode: MDTemplate{Type,Value}Parameter
Duncan P. N. Exon Smith
2015-02-13
1
-2
/
+31
*
AsmWriter/Bitcode: MDNamespace
Duncan P. N. Exon Smith
2015-02-13
1
-1
/
+14
*
AsmWriter/Bitcode: MDLexicalBlockFile
Duncan P. N. Exon Smith
2015-02-13
1
-1
/
+13
*
AsmWriter/Bitcode: MDLexicalBlock
Duncan P. N. Exon Smith
2015-02-13
1
-1
/
+14
*
AsmWriter: MDSubprogram: Recognize DW_VIRTUALITY in 'virtuality'
Duncan P. N. Exon Smith
2015-02-13
1
-2
/
+25
*
AsmWriter/Bitcode: MDSubprogram
Duncan P. N. Exon Smith
2015-02-13
1
-4
/
+60
*
AsmWriter/Bitcode: MDCompileUnit
Duncan P. N. Exon Smith
2015-02-13
1
-1
/
+31
*
AsmWriter/Bitcode: MDSubroutineType
Duncan P. N. Exon Smith
2015-02-13
1
-1
/
+8
*
AsmWriter: MDCompositeType: Recognize DW_LANG in 'runtimeLang'
Duncan P. N. Exon Smith
2015-02-13
1
-1
/
+41
*
AsmWriter/Bitcode: MDDerivedType and MDCompositeType
Duncan P. N. Exon Smith
2015-02-13
1
-2
/
+51
*
AsmWriter/Bitcode: MDFile
Duncan P. N. Exon Smith
2015-02-13
1
-1
/
+12
*
AsmWriter: MDBasicType: Recognize DW_ATE in 'encoding'
Duncan P. N. Exon Smith
2015-02-13
1
-1
/
+23
*
AsmWriter/Bitcode: MDBasicType
Duncan P. N. Exon Smith
2015-02-13
1
-1
/
+15
*
AsmWriter/Bitcode: MDEnumerator
Duncan P. N. Exon Smith
2015-02-13
1
-1
/
+11
*
AsmWriter/Bitcode: MDSubrange
Duncan P. N. Exon Smith
2015-02-13
1
-1
/
+43
*
AsmParser: Validate alloca's type
David Majnemer
2015-02-11
1
-0
/
+3
[prev]
[next]