Delete an unused member variable.
[oota-llvm.git] / test /
2009-11-05 Benjamin KramerTeach SimplifyLibCalls to fold memcmp calls with consta...
2009-11-05 Chris Lattnermerge a few crash tests into crash.ll
2009-11-05 Bob WilsonAdd -mtriple to llc commands, attempting to fix buildbo...
2009-11-05 Bob WilsonAttempt again to fix buildbot failures: make expected...
2009-11-05 Victor HernandezUpdate CreateMalloc so that its callers specify the...
2009-11-04 Chris Lattnerimprove DSE when TargetData is not around, based on...
2009-11-04 Bob WilsonAdd PowerPC codegen for indirect branches.
2009-11-04 Bob WilsonFix broken test.
2009-11-04 Bob WilsonAdd test for ARM indirectbr codegen.
2009-11-04 Evan ChengRangeIsDefinedByCopyFromReg() should check for subreg_t...
2009-11-04 Chris Lattnermove two functions up higher in the file. Delete a...
2009-11-04 Chris Lattnerfilecheckize this test.
2009-11-04 Evan ChengFix test.
2009-11-03 Chris Lattnerreimplement multiple return value handling in IPSCCP...
2009-11-03 Evan Chengfconsts / fconstd immediate should be proceeded with #.
2009-11-03 Evan ChengRe-apply 85799. It turns out my code isn't buggy.
2009-11-03 Chris Lattnerfix test
2009-11-03 Chris Lattnermerge a test into ipsccp-basic. running llvm-ld to...
2009-11-03 Chris Lattnerturn IPSCCP back on by default, try #3 or 4? Woo.
2009-11-03 Chris Lattnerfix an IPSCCP bug I introduced when I changed IPSCCP...
2009-11-03 Devang PatelParse debug info attached with insertvalue and extractv...
2009-11-03 Chris Lattnerxfail this test since daniel turned off ipsccp
2009-11-03 Chris Lattnertestcase for r85903
2009-11-03 Kenneth UildriksMake opt default to not adding a target data string...
2009-11-03 Evan ChengFix PR5367. QPR_8 is the super regclass of DPR_8 and...
2009-11-03 Nate BegemanDeclare sin & cos as readonly so they match the code...
2009-11-03 Anton KorobeynikovTemporary xfail until PR5367 will be resolved
2009-11-03 Anton KorobeynikovRevert r85049, it is causing PR5367
2009-11-02 Evan ChengRevert 85799 for now. It might be breaking llvm-gcc...
2009-11-02 Chris Lattnermerge 2008-03-10-sret.ll into ipsccp-basic.ll, and...
2009-11-02 Chris Lattnerdisable IPSCCP support for multiple return values,...
2009-11-02 Evan ChengInitilize the machine LICM CSE map upon the first time...
2009-11-02 Chris Lattnerimprove IPSCCP to be able to propagate the result of...
2009-11-02 Evan ChengRemove an irrelevant and poorly reduced test case.
2009-11-02 Chris LattnerUse the libanalysis 'ConstantFoldLoadFromConstPtr'...
2009-11-02 Evan ChengUnbreak ARMBaseRegisterInfo::copyRegToReg.
2009-11-02 Chris Lattnerfix a bug exposed by moving SRoA earlier which caused...
2009-11-02 Chris Lattnerfix instcombine to only do store sinking when the align...
2009-11-02 Chris Lattnermerge a test into store.ll
2009-11-02 Chris Lattnerconvert to filecheck
2009-11-02 Anton KorobeynikovHandle splats of undefs properly. This includes the...
2009-11-02 Anton Korobeynikov64-bit FP loads & stores operate on both NEON and VFP...
2009-11-01 Evan ChengMake use of imm12 version of Thumb2 ldr / str instructi...
2009-11-01 Chris Lattnermerge phi-merge.ll into phi.ll
2009-11-01 Chris Lattnerwhen merging two loads, make sure to take the min of...
2009-11-01 Chris Lattnerfix a bug noticed by inspection: when instcombine sinks...
2009-11-01 Chris Lattnerconvert to filecheck.
2009-11-01 Chris LattnerWe currently only run ipsccp at LTO time, which is...
2009-11-01 Evan ChengFix tests.
2009-11-01 Chris Lattnerimprove x86 codegen support for blockaddress. We now...
2009-10-31 Evan ChengUse cbz and cbnz instructions.
2009-10-31 Jim Grosbachvml[as].f32 cause stalls in following advanced SIMD...
2009-10-31 Jim GrosbachConsolidate test files
2009-10-31 Jim GrosbachChange to use FileCheck
2009-10-31 Jim GrosbachMake tests more explicit about which instructions are...
2009-10-31 Jim GrosbachGrammar tweak to comments
2009-10-31 Jim GrosbachUpdate test to be more explicit about what instruction...
2009-10-31 Jim GrosbachUpdate test to be more explicit about what instruction...
2009-10-31 Jim GrosbachExpand 64-bit logical shift right inline
2009-10-31 Jim GrosbachExpand 64-bit arithmetic shift right inline
2009-10-31 Benjamin KramerForce triple; darwin's ASM syntax differs from linux's.
2009-10-31 Jim GrosbachExpand 64 bit left shift inline rather than using the...
2009-10-31 Benjamin KramerAdd missing colons for FileCheck.
2009-10-31 Jim GrosbachConvert to FileCheck
2009-10-31 Dan GohmanRevert r85667. LoopUnroll currently can't call utility...
2009-10-31 Dan GohmanMerge the enhancements from LoopUnroll's FoldBlockIntoP...
2009-10-31 Evan ChengIt's safe to remat t2LDRpci; Add PseudoSourceValue...
2009-10-31 Dan GohmanAdd a target triple so that this test behaves consisten...
2009-10-30 Dan GohmanFix the -mattr line for this test so that it passes...
2009-10-30 Dan GohmanAdd a testcase for the recent duplicate PHI elimination...
2009-10-30 Chris Lattnerif basic blocks are destroyed while there are *just...
2009-10-30 Dan GohmanFix MachineLICM to use the correct virtual register...
2009-10-30 Daniel DunbarAdd missing substitution for %llvmgcc_only.
2009-10-30 Evan ChengI forgot to commit this test.
2009-10-30 Rafael EspindolaThis fixes functions like
2009-10-28 Bob WilsonReimplement BranchFolding change to avoid tail merging...
2009-10-28 Victor HernandezExtend getMallocArraySize() to determine the array...
2009-10-28 Owen AndersonTreat lifetime begin/end markers as allocations/frees...
2009-10-28 Owen AndersonBe more careful about invariance reasoning on "store...
2009-10-28 Owen AndersonAdd trivial support for the invariance intrinsics to...
2009-10-28 Chris Lattneradd bitcode reader support for blockaddress. We can...
2009-10-28 Dan GohmanTeach MachineLICM to unfold loads from constant memory...
2009-10-28 Evan ChengUse fconsts and fconstd to materialize small fp constants.
2009-10-28 Dan GohmanMark dead physregdefs dead immediately. This helps...
2009-10-28 Dan GohmanAllow constants of different types to share constant...
2009-10-28 Chris Lattnerrename indbr -> indirectbr to appease the residents...
2009-10-27 Dale JohannesenAdd radar number.
2009-10-27 Dale JohannesenTestcase for llvm-gcc patch 85284.
2009-10-27 Chris Lattneradd enough support for indirect branch for the feature...
2009-10-27 Rafael EspindolaAdd missing testcase.
2009-10-27 Chris Lattnerchange of mind :)
2009-10-27 Chris Lattnerrename test.
2009-10-27 Edward O'CallaghanConvert Analysis tests to FileCheck in regards to PR5307.
2009-10-27 Bob WilsonFix Thumb2 failures by converting them to FileCheck.
2009-10-27 Bob WilsonFix the rest of the ARM failures by converting them...
2009-10-27 Bob WilsonFix some more failures by converting to FileCheck.
2009-10-27 Chris LattnerFix a pretty serious misfeature of the inliner: if...
2009-10-27 Chris Lattnerconvert to filecheck.
2009-10-27 Bob WilsonConvert to FileCheck, fixing failure due to tab change...
2009-10-26 Edward O'CallaghanConvert a few tests to FileCheck for PR5307.
next