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
Commit message (
Expand
)
Author
Age
Files
Lines
*
R600: Expand mad24 for GPUs without it
Matt Arsenault
2014-05-22
2
-0
/
+14
*
R600: Add intrinsics for mad24
Matt Arsenault
2014-05-22
2
-0
/
+26
*
[X86] Improve the lowering of BITCAST from MVT::f64 to MVT::v4i16/MVT::v8i8.
Andrea Di Biagio
2014-05-22
3
-82
/
+157
*
Add support for missed and analysis optimization remarks.
Diego Novillo
2014-05-22
1
-0
/
+60
*
Segmented stacks: omit __morestack call when there's no frame.
Tim Northover
2014-05-22
3
-11
/
+62
*
ARM64: separate load/store operands to simplify assembler
Tim Northover
2014-05-22
3
-129
/
+78
*
[mips] Make unalignedload.ll test stricter and easier to modify for MIPS32r6/...
Daniel Sanders
2014-05-22
1
-12
/
+29
*
[mips] Change lwl and lwr in inlineasm_constraint.ll to lw
Daniel Sanders
2014-05-22
1
-3
/
+3
*
[mips] Use addiu in inline assembly tests since addi is not available in all ...
Daniel Sanders
2014-05-22
10
-42
/
+42
*
[mips][mips64r6] addi is not available on MIPS32r6/MIPS64r6
Daniel Sanders
2014-05-22
2
-0
/
+16
*
[mips][mips64r6] Test that paired single instructions are invalid
Daniel Sanders
2014-05-22
1
-0
/
+44
*
[mips][mips64r6] Add b[on]vc
Daniel Sanders
2014-05-22
6
-3
/
+330
*
AArch64/ARM64: enable more AArch64 tests.
Tim Northover
2014-05-22
3
-6
/
+9
*
ARM: introduce llvm.arm.undefined intrinsic
Saleem Abdulrasool
2014-05-22
1
-0
/
+14
*
R600/SI: Match fp_to_uint / uint_to_fp for f64
Matt Arsenault
2014-05-22
2
-0
/
+18
*
MC: formalise some assertions into proper errors
Saleem Abdulrasool
2014-05-22
6
-0
/
+35
*
Fix a bug in SCEV's backedge taken count computation from my prior fix in Jan.
Andrew Trick
2014-05-22
1
-0
/
+26
*
Similar to bitcast, treat addrspacecast as a foldable operand.
Eli Bendersky
2014-05-22
1
-0
/
+37
*
Revert "DebugInfo: Don't put fission type units in comdat sections."
David Blaikie
2014-05-21
1
-18
/
+2
*
MC: correct IMAGE_REL_ARM_MOV32T relocation emission
Saleem Abdulrasool
2014-05-21
1
-0
/
+37
*
DebugInfo: Use the SPMap to find the parent CU of inlined functions as they m...
David Blaikie
2014-05-21
2
-1
/
+125
*
R600: Partially fix constant initializers for structs and vectors.
Matt Arsenault
2014-05-21
2
-0
/
+55
*
R600: Add failing testcases for constant initializers.
Matt Arsenault
2014-05-21
2
-13
/
+47
*
DebugInfo: Ensure concrete out of line variables from inlined functions refer...
David Blaikie
2014-05-21
1
-0
/
+3
*
[X86] Fix a bug in the lowering of BLENDI introduced in r209043.
Quentin Colombet
2014-05-21
2
-9
/
+41
*
Move MCOptions that aren't shared between programs into their specific
Eric Christopher
2014-05-21
2
-2
/
+2
*
DebugInfo: Simplify subprogram declaration creation/references and accidental...
David Blaikie
2014-05-21
4
-17
/
+18
*
MC: loosen an overzealous assertion
Saleem Abdulrasool
2014-05-21
1
-0
/
+10
*
Test comment commit.
Dave Estes
2014-05-21
1
-3
/
+2
*
[mips][mips64r6] Add bc[12](eq|ne)z
Daniel Sanders
2014-05-21
2
-0
/
+16
*
MC: mark COFF .drectve section as REMOVE
Saleem Abdulrasool
2014-05-21
1
-0
/
+17
*
ARM: correct bundle generation for MOV32T relocations
Saleem Abdulrasool
2014-05-21
3
-3
/
+31
*
This command line option is only used in one place. Move it there and
Eric Christopher
2014-05-21
1
-1
/
+1
*
Add a comment here.
Eric Christopher
2014-05-21
1
-0
/
+1
*
Move this test to the backend from the frontend.
Eric Christopher
2014-05-20
1
-0
/
+50
*
Update MachOObjectFile::getSymbolAddress so it returns UnknownAddressOrSize
Kevin Enderby
2014-05-20
2
-5
/
+5
*
Fix test added in r209242: llc shouldn't create files in source tree
Alexey Samsonov
2014-05-20
1
-1
/
+1
*
[ARM64] PR19792: Fix cycle in DAG after performPostLD1Combine
Adam Nemet
2014-05-20
1
-0
/
+40
*
Move the function and data section flags into the options struct and
Eric Christopher
2014-05-20
2
-38
/
+38
*
Revert r209235 as it broke two tests:
Kevin Enderby
2014-05-20
2
-5
/
+5
*
Update MachOObjectFile::getSymbolAddress so it returns UnknownAddressOrSize
Kevin Enderby
2014-05-20
2
-5
/
+5
*
[LSR] Canonicalize reg1 + ... + regN into reg1 + ... + 1*regN.
Quentin Colombet
2014-05-20
2
-7
/
+10
*
PR19767: DebugInfo emission of pointer constants.
David Blaikie
2014-05-20
1
-0
/
+51
*
Avoids DCE on write_register
Renato Golin
2014-05-20
1
-0
/
+3
*
[PowerPC] PR19796: Also match ISD::TargetConstant in isIntS16Immediate
Adam Nemet
2014-05-20
1
-0
/
+22
*
Temporarily revert: r209129 - [mips][mips64r6] Sorted *_ENC, *_DESC classes a...
Daniel Sanders
2014-05-20
2
-36
/
+36
*
[ARM64] Port basic-a64-diagnostics.s over to ARM64
Bradley Smith
2014-05-20
1
-459
/
+529
*
Legalizer: Make bswap promotion safe for vectors.
Benjamin Kramer
2014-05-20
1
-0
/
+17
*
ARMEB: Additional test files for ARM fixups
Christian Pirker
2014-05-20
3
-0
/
+219
*
TableGen: convert InstAlias's Emit bit to an int.
Tim Northover
2014-05-20
2
-20
/
+12
[next]