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
/
test
/
Assembler
Commit message (
Expand
)
Author
Age
Files
Lines
*
Verifier: Check composite type template params
Duncan P. N. Exon Smith
2015-04-06
1
-4
/
+4
*
Verifier: Move more debug info checks away from Verify()
Duncan P. N. Exon Smith
2015-03-31
3
-2
/
+10
*
Verifier: Move checks over from DIDescriptor::Verify()
Duncan P. N. Exon Smith
2015-03-31
2
-7
/
+9
*
Verifier: Add operand checks for remaining debug info
Duncan P. N. Exon Smith
2015-03-30
4
-10
/
+9
*
Verifier: Add operand checks for MDLexicalBlock
Duncan P. N. Exon Smith
2015-03-30
3
-6
/
+14
*
DebugInfo: Rename some testcases
Duncan P. N. Exon Smith
2015-03-30
3
-0
/
+0
*
Verifier: Allow subroutine types to have no type array
Duncan P. N. Exon Smith
2015-03-28
1
-0
/
+23
*
DebugInfo: Fix testcases with invalid MDSubprogram nodes
Duncan P. N. Exon Smith
2015-03-28
1
-7
/
+7
*
LLParser: Require non-null scope for MDLocation and MDLocalVariable
Duncan P. N. Exon Smith
2015-03-27
2
-0
/
+8
*
Verifier: Check fields of MDVariable subclasses
Duncan P. N. Exon Smith
2015-03-27
5
-20
/
+29
*
Verifier: Check accessors of MDLocation
Duncan P. N. Exon Smith
2015-03-26
2
-3
/
+3
*
Prevent CHECK-NOTs from matching file paths
Duncan P. N. Exon Smith
2015-03-22
7
-7
/
+7
*
AsmParser: Stop requiring 'name:' when it's not printed
Duncan P. N. Exon Smith
2015-03-16
6
-19
/
+7
*
Assembler: Rewrite test for function-local metadata
Duncan P. N. Exon Smith
2015-03-15
2
-55
/
+20
*
AsmWriter: Write alloca array size explicitly (and -instcombine fixup)
Duncan P. N. Exon Smith
2015-03-13
1
-0
/
+11
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-03-13
18
-49
/
+49
*
Fix a stack overflow in the assembler when checking that GEPs must be over si...
Owen Anderson
2015-03-10
1
-0
/
+9
*
LLParser: gep: Simplify parsing error handling
David Blaikie
2015-03-09
1
-1
/
+1
*
Fix a bug in the LLParser where we failed to diagnose landingpads with non-co...
Owen Anderson
2015-03-09
1
-0
/
+7
*
DebugInfo: Move new hierarchy into place
Duncan P. N. Exon Smith
2015-03-03
3
-26
/
+26
*
Cleanup after r230934 per Dave's suggestions.
Owen Anderson
2015-03-03
1
-2
/
+1
*
Teach DataLayout that alignments on basic types must be powers of two.
Owen Anderson
2015-03-02
2
-0
/
+12
*
Teach DataLayout that ABI alignments for non-aggregate types must be non-zero.
Owen Anderson
2015-03-02
1
-0
/
+6
*
Teach DataLayout that pointer ABI and preferred alignments are required to be...
Owen Anderson
2015-03-02
2
-0
/
+12
*
Teach DataLayout that zero-byte pointer sizes don't make sense.
Owen Anderson
2015-03-02
1
-0
/
+6
*
Teach the LLParser to fail gracefully when it encounters an invalid label name.
Owen Anderson
2015-03-02
1
-0
/
+11
*
Fix a crash in the LL parser where it failed to validate that the pointer ope...
Owen Anderson
2015-03-02
1
-0
/
+11
*
Optimize metadata node fields for CHECK-ability
Duncan P. N. Exon Smith
2015-02-28
11
-54
/
+41
*
AsmWriter: Escape string fields in metadata
Duncan P. N. Exon Smith
2015-02-28
1
-0
/
+9
*
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
2015-02-27
21
-50
/
+62
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-02-27
13
-21
/
+34
*
llvm-dis: Stop crashing when dropping debug info
Duncan P. N. Exon Smith
2015-02-25
1
-0
/
+29
*
AsmParser: Check ConstantExpr insertvalue operands for type correctness
David Majnemer
2015-02-23
1
-0
/
+7
*
AsmParser: Call instructions can't have an alignment
David Majnemer
2015-02-23
1
-0
/
+9
*
AsmParser: Check ConstantExpr GEP operands for validity
David Majnemer
2015-02-22
1
-0
/
+5
*
AsmParser/Writer: Handle symbolic constants in DI 'flags:'
Duncan P. N. Exon Smith
2015-02-21
4
-16
/
+16
*
IR: Change MDFile to directly store the filename/directory
Duncan P. N. Exon Smith
2015-02-20
8
-27
/
+27
*
Bitcode: Stop assuming non-null fields
Duncan P. N. Exon Smith
2015-02-20
1
-0
/
+13
*
IR: Fix MDType fields from unsigned to uint64_t
Duncan P. N. Exon Smith
2015-02-19
1
-0
/
+12
*
IR: Drop scope from MDTemplateParameter
Duncan P. N. Exon Smith
2015-02-19
7
-27
/
+18
*
IR: Allow MDSubrange to have 'count: -1'
Duncan P. N. Exon Smith
2015-02-18
2
-2
/
+19
*
IR: Swap order of name and value in MDEnum
Duncan P. N. Exon Smith
2015-02-18
1
-6
/
+6
*
ConstantFold: Properly fold GEP indices wider than i64
David Majnemer
2015-02-16
1
-0
/
+6
*
IR: SrcTy == DstTy doesn't imply that a cast is valid
David Majnemer
2015-02-16
1
-0
/
+4
*
AsmParser: extractvalue requires at least one index operand
David Majnemer
2015-02-16
1
-0
/
+8
*
AsmParser: Make sure GlobalVariables have sane types
David Majnemer
2015-02-16
1
-0
/
+4
*
AsmParser: Reject alloca with function type
David Majnemer
2015-02-16
2
-1
/
+10
*
DebugInfo: Don't crash if 'Debug Info Version' has a strange value
David Majnemer
2015-02-16
1
-0
/
+5
*
DataLayout: Validate that the pref alignment is at least the ABI align
David Majnemer
2015-02-16
1
-0
/
+3
*
DataLayout: Report when the datalayout type alignment/width is too large
David Majnemer
2015-02-16
3
-0
/
+9
[next]