index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Age
Commit message (
Expand
)
Author
2009-11-03
Temporary xfail until PR5367 will be resolved
Anton Korobeynikov
2009-11-03
Revert r85049, it is causing PR5367
Anton Korobeynikov
2009-11-02
Revert 85799 for now. It might be breaking llvm-gcc driver.
Evan Cheng
2009-11-02
merge 2008-03-10-sret.ll into ipsccp-basic.ll, and upgrade its syntax.
Chris Lattner
2009-11-02
disable IPSCCP support for multiple return values, it is buggy, so just
Chris Lattner
2009-11-02
Initilize the machine LICM CSE map upon the first time an instruction is hois...
Evan Cheng
2009-11-02
improve IPSCCP to be able to propagate the result of "!mayBeOverridden"
Chris Lattner
2009-11-02
Remove an irrelevant and poorly reduced test case.
Evan Cheng
2009-11-02
Use the libanalysis 'ConstantFoldLoadFromConstPtr' function
Chris Lattner
2009-11-02
Unbreak ARMBaseRegisterInfo::copyRegToReg.
Evan Cheng
2009-11-02
fix a bug exposed by moving SRoA earlier which caused a crash building kc++
Chris Lattner
2009-11-02
fix instcombine to only do store sinking when the alignments
Chris Lattner
2009-11-02
merge a test into store.ll
Chris Lattner
2009-11-02
convert to filecheck
Chris Lattner
2009-11-02
Handle splats of undefs properly. This includes the testcase for PR5364 as well.
Anton Korobeynikov
2009-11-02
64-bit FP loads & stores operate on both NEON and VFP pipelines.
Anton Korobeynikov
2009-11-01
Make use of imm12 version of Thumb2 ldr / str instructions more aggressively.
Evan Cheng
2009-11-01
merge phi-merge.ll into phi.ll
Chris Lattner
2009-11-01
when merging two loads, make sure to take the min of their alignment,
Chris Lattner
2009-11-01
fix a bug noticed by inspection: when instcombine sinks loads through
Chris Lattner
2009-11-01
convert to filecheck.
Chris Lattner
2009-11-01
We currently only run ipsccp at LTO time, which is silly. It subsumes
Chris Lattner
2009-11-01
Fix tests.
Evan Cheng
2009-11-01
improve x86 codegen support for blockaddress. We now compile
Chris Lattner
2009-10-31
Use cbz and cbnz instructions.
Evan Cheng
2009-10-31
vml[as].f32 cause stalls in following advanced SIMD instructions. Avoid using
Jim Grosbach
2009-10-31
Consolidate test files
Jim Grosbach
2009-10-31
Change to use FileCheck
Jim Grosbach
2009-10-31
Make tests more explicit about which instructions are expected.
Jim Grosbach
2009-10-31
Grammar tweak to comments
Jim Grosbach
2009-10-31
Update test to be more explicit about what instruction sequences are expected...
Jim Grosbach
2009-10-31
Update test to be more explicit about what instruction sequences are expected...
Jim Grosbach
2009-10-31
Expand 64-bit logical shift right inline
Jim Grosbach
2009-10-31
Expand 64-bit arithmetic shift right inline
Jim Grosbach
2009-10-31
Force triple; darwin's ASM syntax differs from linux's.
Benjamin Kramer
2009-10-31
Expand 64 bit left shift inline rather than using the libcall. For now, this
Jim Grosbach
2009-10-31
Add missing colons for FileCheck.
Benjamin Kramer
2009-10-31
Convert to FileCheck
Jim Grosbach
2009-10-31
Revert r85667. LoopUnroll currently can't call utility functions which
Dan Gohman
2009-10-31
Merge the enhancements from LoopUnroll's FoldBlockIntoPredecessor into
Dan Gohman
2009-10-31
It's safe to remat t2LDRpci; Add PseudoSourceValue to load / store's to enabl...
Evan Cheng
2009-10-31
Add a target triple so that this test behaves consistently across hosts.
Dan Gohman
2009-10-30
Fix the -mattr line for this test so that it passes on hosts that lack SSSE3.
Dan Gohman
2009-10-30
Add a testcase for the recent duplicate PHI elimination changes.
Dan Gohman
2009-10-30
if basic blocks are destroyed while there are *just* BlockAddress' hanging
Chris Lattner
2009-10-30
Fix MachineLICM to use the correct virtual register class when
Dan Gohman
2009-10-30
Add missing substitution for %llvmgcc_only.
Daniel Dunbar
2009-10-30
I forgot to commit this test.
Evan Cheng
2009-10-30
This fixes functions like
Rafael Espindola
2009-10-28
Reimplement BranchFolding change to avoid tail merging for a 1 instruction
Bob Wilson
[next]