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
*
DI: Require subprogram definitions to be distinct
Duncan P. N. Exon Smith
2015-08-28
8
-19
/
+24
*
[WinEH] Require token linkage in EH pad/ret signatures
Joseph Tremoulet
2015-08-23
1
-0
/
+59
*
[IR] Add token types
David Majnemer
2015-08-14
1
-0
/
+6
*
DI: Disallow uniquable DICompileUnits
Duncan P. N. Exon Smith
2015-08-03
8
-32
/
+30
*
DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable
Duncan P. N. Exon Smith
2015-07-31
7
-24
/
+20
*
DI/Verifier: Fix argument bitrot in DILocalVariable
Duncan P. N. Exon Smith
2015-07-24
2
-4
/
+5
*
Extended syntax of vector version of getelementptr instruction.
Elena Demikhovsky
2015-07-09
3
-8
/
+22
*
Add a DIModule metadata node to the IR.
Adrian Prantl
2015-06-29
1
-0
/
+15
*
Move the personality function from LandingPadInst to Function
David Majnemer
2015-06-17
1
-2
/
+2
*
Allow aliases to be unnamed.
Rafael Espindola
2015-06-17
1
-0
/
+11
*
Add safestack attribute to LLVMAttribute enum and Go bindings. Correct
Peter Collingbourne
2015-06-15
2
-0
/
+8
*
Make the test introduced in r239015 more targeted.
David Majnemer
2015-06-04
1
-0
/
+4
*
[IR/AsmWriter] Output escape sequences if the first character isdigit()
Filipe Cabecinhas
2015-06-02
1
-0
/
+7
*
CHECK-LABEL-ize test. NFC
Filipe Cabecinhas
2015-06-02
1
-3
/
+3
*
DebugInfo: Really support 2^16 arguments in a subprogram
Duncan P. N. Exon Smith
2015-06-02
3
-0
/
+22
*
DebugInfo: Rename testcases from MD* to DI*, NFC
Duncan P. N. Exon Smith
2015-06-02
56
-0
/
+0
*
IR / debug info: Add a DWOId field to DICompileUnit,
Adrian Prantl
2015-05-21
1
-3
/
+3
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
66
-281
/
+281
*
IR: Add assembly/bitcode support for function metadata attachments
Duncan P. N. Exon Smith
2015-04-24
1
-0
/
+14
*
[opaque pointer type] Add textual IR support for explicit type parameter to t...
David Blaikie
2015-04-16
6
-8
/
+8
*
DebugInfo: Remove 'inlinedAt:' field from MDLocalVariable
Duncan P. N. Exon Smith
2015-04-15
1
-4
/
+4
*
DebugInfo: Add missing !dbg attachments to intrinsics
Duncan P. N. Exon Smith
2015-04-15
1
-1
/
+1
*
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
[next]