index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement AccessesArguments checking in the two-callsite form
Dan Gohman
2010-08-05
1
-1
/
+15
*
Fix memdep's code for reasoning about dependences between two calls. A Ref
Dan Gohman
2010-08-05
1
-1
/
+0
*
Move x86 specific tests into test/CodeGen/X86.
Devang Patel
2010-08-05
5
-5
/
+1
*
Add an ARM RSCrr instruction for disassembly only.
Bob Wilson
2010-08-05
1
-0
/
+4
*
Add an ARM RSBrr instruction for disassembly only.
Bob Wilson
2010-08-05
1
-0
/
+4
*
Move x86-specific tests out of test/Transforms/LoopStrengthReduce and
Dan Gohman
2010-08-05
7
-1
/
+0
*
tests: CodeGen/X86/GC tests require X86.
Daniel Dunbar
2010-08-05
1
-1
/
+3
*
tests: Mark MC/AsmParser tests as requiring x86 for now -- almost all of them
Daniel Dunbar
2010-08-05
1
-2
/
+3
*
check-lit was failing again on F13 64 bits :-(
Rafael Espindola
2010-08-05
1
-2
/
+2
*
Revert r110270 for now. It appears to uncover a memdep bug.
Dan Gohman
2010-08-05
1
-0
/
+1
*
ARM "rrx" shift operands do not have an immediate. PR7790.
Bob Wilson
2010-08-05
1
-0
/
+4
*
The trouble with testing for "ModRef" and "NoModRef" is that
Dan Gohman
2010-08-04
2
-85
/
+85
*
The lower invoke pass needs to have unreachable code elimination run after it
Bill Wendling
2010-08-04
1
-0
/
+39
*
The two-callsite form of AliasAnalysis::getModRefInfo is documented
Dan Gohman
2010-08-04
2
-4
/
+16
*
PR7814: Truncates cannot be ignored for signed comparisons.
Eli Friedman
2010-08-04
1
-0
/
+36
*
Test case for r110250. Radar 8264670. Test case by Fariborz Jahanian!
Stuart Hastings
2010-08-04
1
-0
/
+10
*
Testcase for r110248.
Bill Wendling
2010-08-04
1
-0
/
+65
*
Test case for combination of r110234 & r110235.
Devang Patel
2010-08-04
1
-0
/
+124
*
These tests are no longer stored in *CVS*.
Dan Gohman
2010-08-04
1
-1
/
+1
*
call-imm.ll test case regex fix. Patch by Dimitry Andric!
Stuart Hastings
2010-08-04
1
-1
/
+1
*
Make SPU backend handle insertelement and
Kalle Raiskila
2010-08-04
2
-0
/
+25
*
Combine NEON VABD (absolute difference) intrinsics with ADDs to make VABA
Bob Wilson
2010-08-04
1
-0
/
+24
*
Make instcombine set explicit alignments on load or store
Dan Gohman
2010-08-03
2
-14
/
+31
*
OK, that's it. This test is going away now. But don't worry, I am taking it to a
Jakob Stoklund Olesen
2010-08-03
1
-361
/
+0
*
Add an atomic lowering pass
Peter Collingbourne
2010-08-03
4
-0
/
+79
*
MC: Fix symbol fragment offsets in COFF.
Michael J. Spencer
2010-08-03
1
-0
/
+182
*
Revert "MC: Fix symbol fragment offsets in COFF."
Michael J. Spencer
2010-08-03
1
-182
/
+0
*
MC: Fix symbol fragment offsets in COFF.
Michael J. Spencer
2010-08-03
1
-0
/
+182
*
Diabolical hack to make a test compatible with clang. (Thanks to Dale!) Rad...
Stuart Hastings
2010-08-02
1
-0
/
+3
*
Add a lint check for indirectbr with no successors.
Dan Gohman
2010-08-02
1
-1
/
+3
*
Testcase for r110043. Radar 8246180.
Stuart Hastings
2010-08-02
1
-0
/
+24
*
More SPU v2f32 stuff added: insertelement and shuffle.
Kalle Raiskila
2010-08-02
1
-0
/
+10
*
Add preliminary v2f32 support for SPU. Like with v2i32, we just
Kalle Raiskila
2010-08-02
1
-0
/
+35
*
Re-apply the infamous r108614, with a fix pointed out by Dirk Steinke.
Owen Anderson
2010-08-02
1
-0
/
+26
*
Add preliminary v2i32 support for SPU backend. As there are no
Kalle Raiskila
2010-08-02
1
-0
/
+57
*
Fix comment.
Daniel Dunbar
2010-08-02
1
-1
/
+1
*
tests: Kill off custom targets which were just there for TestRunner.sh.
Daniel Dunbar
2010-08-02
1
-20
/
+0
*
tests: Deprecate TestRunner.sh, and have it just invoke 'llvm-lit' (which will
Daniel Dunbar
2010-08-02
1
-34
/
+3
*
PR7781: Fix incorrect shifting in PPCTargetLowering::LowerBUILD_VECTOR.
Eli Friedman
2010-08-02
1
-7
/
+11
*
tests: Make 'lit' the default test tool. You can still use 'make check-dg' to
Daniel Dunbar
2010-08-02
1
-5
/
+5
*
PR7774: Fix undefined shifts in Alpha backend. As a bonus, this actually
Eli Friedman
2010-08-01
1
-0
/
+11
*
Revert new AVX intrinsic tests. They are breaking buildbots and Bruno is
Bob Wilson
2010-07-31
2
-2006
/
+0
*
Speculatively revert r108614, "Another attempt at getting the clang self-host to
Daniel Dunbar
2010-07-31
1
-26
/
+0
*
Add support for disassembling VMVN (immediate) instructions. PR7747.
Bob Wilson
2010-07-31
1
-0
/
+3
*
PPC doesn't supported VLA with large alignment. This was
Dale Johannesen
2010-07-30
1
-0
/
+2
*
A *bunch* of tests for AVX intrinsics
Bruno Cardoso Lopes
2010-07-30
2
-0
/
+2006
*
Attempt to fix the llvm-gcc-powerpc-darwin9 buildbot.
Bob Wilson
2010-07-30
1
-1
/
+1
*
Fix for bug reported by Evzen Muller on llvm-commits: make sure to correctly
Eli Friedman
2010-07-30
1
-0
/
+14
*
Many Thumb2 instructions can reference the full ARM register set (i.e.,
Jim Grosbach
2010-07-30
2
-7
/
+26
*
Fix this up per llvm-gcc r109819.
Eric Christopher
2010-07-29
1
-1
/
+1
[next]