Fix PR5421 by APInt'izing switch lowering.
[oota-llvm.git] / test /
2009-11-07 Chris LattnerFix PR5421 by APInt'izing switch lowering.
2009-11-07 Nick LewyckyOops, FunctionContainsEscapingAllocas is really used...
2009-11-07 Nick LewyckyDust off tail recursion elimination. Fix a fixme by...
2009-11-07 Chris Lattnermerge cmp1 into cmp0 and filecheckize.
2009-11-07 Evan ChengRefactor code. Fix a potential missing check. Teach...
2009-11-07 Evan Cheng- Add TargetInstrInfo::isIdentical(). It's similar...
2009-11-07 Devang PatelRevert following patches to fix llvmgcc bootstrap.
2009-11-07 Victor HernandezRe-commit r86077 now that r86290 fixes the 179.art...
2009-11-06 Evan Cheng- Add pseudo instructions tLDRpci_pic and t2LDRpci_pic...
2009-11-06 Anton KorobeynikovHonour subreg machine operands during asmprinting
2009-11-06 Bob WilsonPrint VMOV (immediate) operands as hexadecimal values...
2009-11-06 Bob WilsonFix a broken test.
2009-11-06 Evan ChengRemove ARMPCLabelIndex from ARMISelLowering. Use ARMFun...
2009-11-06 Gabor Greiffix typo
2009-11-06 Chris LattnerFix a problem discovered on self host.
2009-11-06 Devang PatelTolerate invalid derived type.
2009-11-06 Chris LattnerExtend jump threading to support much more general...
2009-11-06 Devang PatelDo not bother to emit debug info for nameless global...
2009-11-06 Victor HernandezRevert r86077 because it caused crashes in 179.art...
2009-11-06 Devang PatelDo not try to emit debug info entry for dead global...
2009-11-06 Eric ChristopherFix PR5315, original patch by Nicolas Capens!
2009-11-05 Dan GohmanUpdate these tests for the new label names.
2009-11-05 Dan GohmanThe introduction of indirectbr meant the introduction of
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...
next