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
*
This test passes now on ppc darwin, so reenable it.
Dale Johannesen
2010-02-03
1
-3
/
+0
*
Debugging is now reenabled on PPC darwin, so reenable
Dale Johannesen
2010-02-03
2
-6
/
+1
*
Speculatively disable x86 automatic tail call optimization while we track dow...
Evan Cheng
2010-02-03
1
-0
/
+1
*
Make test less fragile
Evan Cheng
2010-02-03
1
-1
/
+1
*
Added support for X86 instruction prefixes so llvm-mc can assemble them. The
Kevin Enderby
2010-02-03
1
-0
/
+68
*
Add llvm_supports_darwin_and_target to DejaGNU as well, I'd almost forgotten it
Daniel Dunbar
2010-02-03
1
-0
/
+10
*
Revert 94937 and move the noreturn check to codegen.
Evan Cheng
2010-02-03
3
-13
/
+14
*
Allow all types of callee's to be tail called. But avoid automatic tailcall i...
Evan Cheng
2010-02-03
2
-3
/
+28
*
Reapply 95050 with a tweak to check the register class.
Dale Johannesen
2010-02-03
2
-2
/
+4
*
make these less sensitive to asm verbose changes by disabling it for them.
Chris Lattner
2010-02-03
2
-2
/
+2
*
Recommit this, looks like it wasn't the cause.
Eric Christopher
2010-02-03
2
-0
/
+42
*
AsmParser/X86: Add temporary hack to allow parsing "sal". Eventually we need
Daniel Dunbar
2010-02-02
1
-0
/
+6
*
Hopefully temporarily revert this.
Eric Christopher
2010-02-02
2
-42
/
+0
*
remove the # TAILCALL markers, which was causing the to fail.
Chris Lattner
2010-02-02
1
-16
/
+15
*
Re-add strcmp and known size object size checking optimization.
Eric Christopher
2010-02-02
2
-0
/
+42
*
MCAssembler/Darwin: Add a test (on Darwin) that we assemble a bunch of
Daniel Dunbar
2010-02-02
3
-0
/
+558
*
MC/Mach-O: Set SOME_INSTRUCTIONS bit for sections.
Daniel Dunbar
2010-02-02
1
-0
/
+14
*
this apparently depends on the host somehow.
Chris Lattner
2010-02-02
1
-3
/
+2
*
XFAIL for PPC Darwin.
Bill Wendling
2010-02-02
1
-0
/
+3
*
disable this test for now.
Chris Lattner
2010-02-02
1
-0
/
+2
*
Added another version of the X86 assembler matcher test case.
Kevin Enderby
2010-02-02
1
-0
/
+7653
*
Test revert 95050; there's a good chance it's causing
Dale Johannesen
2010-02-02
2
-4
/
+2
*
don't turn (A & (C0?-1:0)) | (B & ~(C0?-1:0)) -> C0 ? A : B
Chris Lattner
2010-02-02
1
-0
/
+14
*
fix a crash in loop unswitch on a loop invariant vector condition.
Chris Lattner
2010-02-02
1
-1
/
+16
*
remove an unreduced testcase, rename another.
Chris Lattner
2010-02-02
2
-1697
/
+0
*
Perform sibcall in some cases when arguments are passes memory. Look for cases
Evan Cheng
2010-02-02
1
-0
/
+13
*
Make local RA smarter about reusing input register of a copy
Dale Johannesen
2010-02-02
2
-2
/
+4
*
Factor out alignof expression folding into a separate function and
Dan Gohman
2010-02-02
1
-0
/
+21
*
Testcase for 94996 (PR 6157)
Dale Johannesen
2010-02-01
1
-0
/
+34
*
Fix PR6196. GV callee may not be a function.
Evan Cheng
2010-02-01
1
-0
/
+12
*
Add test case for 95013.
Evan Cheng
2010-02-01
1
-0
/
+5
*
fix PR6195, a bug constant folding scalar -> vector compares.
Chris Lattner
2010-02-01
1
-0
/
+9
*
fix PR6197 - infinite recursion in ipsccp due to block addresses
Chris Lattner
2010-02-01
1
-0
/
+12
*
Update this test for a trivial register allocation difference.
Dan Gohman
2010-02-01
1
-1
/
+1
*
Generalize target-independent folding rules for sizeof to handle more
Dan Gohman
2010-02-01
2
-36
/
+315
*
fix rdar://7590304, a miscompilation of objc apps on arm. The caller
Chris Lattner
2010-02-01
1
-1
/
+21
*
fix rdar://7590304, an infinite loop in instcombine. In the invoke
Chris Lattner
2010-02-01
1
-0
/
+22
*
Undo r94946 now all the tests are passing again.
Evan Cheng
2010-02-01
1
-1
/
+1
*
Avoid recursive sibcall's.
Evan Cheng
2010-01-31
1
-0
/
+24
*
Remove test which is no longer relevant.
Eli Friedman
2010-01-31
1
-15
/
+0
*
Simplify/generalize the xor+add->sign-extend instcombine.
Eli Friedman
2010-01-31
1
-6
/
+17
*
Add a small transform: transform -(X<<Y) to (-X<<Y) when the shift has a single
Eli Friedman
2010-01-31
1
-0
/
+8
*
Do not mark no-return calls tail calls. It'll screw up special calls like lon...
Evan Cheng
2010-01-31
1
-0
/
+12
*
Fix a gross typo: ARMv6+ may or may not support unaligned memory operations.
Anton Korobeynikov
2010-01-30
1
-4
/
+1
*
Check alignment of loads when deciding whether it is safe to execute them
Bob Wilson
2010-01-30
1
-0
/
+44
*
Allow more tailcall optimization: calls with inputs that are all passed in re...
Evan Cheng
2010-01-30
2
-9
/
+44
*
MC/X86 AsmParser: Handle absolute memory operands correctly. We were doing
Daniel Dunbar
2010-01-30
2
-1
/
+7
*
Remove ARM-specific calling convention from this test. Target data is
Bob Wilson
2010-01-30
1
-1
/
+1
*
MC/X86: Add a nice X86 assembler matcher test case from Kevin Enderby.
Daniel Dunbar
2010-01-29
2
-1
/
+1631
*
Revert my last couple of patches. They appear to have broken bison.
Eric Christopher
2010-01-29
2
-42
/
+0
[next]