Update CMake file.
[oota-llvm.git] / test /
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.
2009-10-26 Dan GohmanCode that checks WillNotOverflowSignedAdd before creati...
2009-10-26 Dan GohmanTeach BasicAA how to analyze Select instructions, and...
2009-10-26 David GoodwinBreak anti-dependence breaking out into its own class.
2009-10-26 Chris Lattnerreapply r85085 with a bugfix to avoid infinite looping.
2009-10-26 Dan GohmanMake LSR's OptimizeShadowIV ignore induction variables...
2009-10-26 Evan Cheng- Revert some changes from 85044, 85045, and 85047...
2009-10-26 Evan ChengRevert 85085. It causes infinite looping during llvm...
2009-10-26 Edward O'CallaghanFix gmake check for AuroraUX triple.
2009-10-26 Chris LattnerImplement PR3266 & PR5276, folding:
2009-10-25 Chris Lattnerconvert or.ll to filecheck and merge or2 into it.
2009-10-25 Chris Lattnerfix PR5295 where the .ll parser didn't reject a functio...
2009-10-25 Evan ChengAdd a couple of ARM cross-rc coalescing tests.
2009-10-25 Evan ChengUpdate tests.
2009-10-25 Mikhail GlushenkovAdd a test for OptionPreprocessor.
2009-10-24 Dan GohmanUpdate these tests to match what Loop::print now prints.
2009-10-24 Dan GohmanMake these tests more interesting by using
2009-10-24 Daniel DunbarTeach macho-dump to dump UUIDs.
2009-10-24 Chris Lattnerfix PR5287, a serious regression from my previous patch...
2009-10-24 Victor HernandezAuto-upgrade free instructions to calls to the builtin...
2009-10-23 Dan GohmanAPInt-ify the gep scaling code, so that it correctly...
2009-10-23 Dan GohmanMake LoopDeletion check the maximum backedge taken...
2009-10-23 Chris Lattnerteach libanalysis to simplify vector loads with bitcast...
2009-10-23 Chris Lattnerenhance FoldReinterpretLoadFromConstPtr to handle loads...
2009-10-23 Chris Lattnerteach libanalysis to fold int and fp loads from almost...
2009-10-23 Evan ChengUpdate tests for 84931.
next