eventually we should describe string options in the data structures section
[oota-llvm.git] / test /
2009-07-25 Dan GohmanTeach ScalarEvolution to make use of no-overflow flags...
2009-07-25 Evan ChengI've lost my mind. PR4572 has not been fixed.
2009-07-25 Evan ChengChange Thumb2 jumptable codegen to one that uses two...
2009-07-25 Evan ChengRemove a duplicated test.
2009-07-24 Evan ChengForgot this test earlier.
2009-07-24 Evan ChengFix these tests.
2009-07-24 Eli FriedmanFix assert assembling zero-argument constant GEP.
2009-07-24 Eric ChristopherMove insertps tests to sse41 combo test file, convert...
2009-07-24 Evan ChengConvert a test to FileCheck.
2009-07-24 Chris LattnerRemove SectionKind::Small*. This was only used on...
2009-07-24 Richard OsborneAdd tests for handling of globals and tls on the XCore...
2009-07-24 Dan GohmanRemove the IA-64 backend.
2009-07-23 Evan ChengThumb2 does not allow the use of "pc" register as part...
2009-07-23 Evan ChengFix up ARM constant island pass for Thumb2.
2009-07-23 Andreas BolkaFileCheck'ize and expand LDA testcases.
2009-07-23 Chris Lattnertestcase for PR4590
2009-07-23 Chris Lattnermerge vector-casts-0.ll into vector-casts.ll
2009-07-23 Chris LattnerMake some existing optimizations that would only trigge...
2009-07-23 Chris Lattnerconvert a test to filecheck format. This fixes an...
2009-07-23 Chris Lattnerrename test
2009-07-23 Chris Lattnermerge one more sse41 test into sse41.ll
2009-07-23 Chris Lattnermerge another sse41 test into sse41.ll
2009-07-23 Chris Lattnermerge sse41-pmovx.ll into sse41.ll
2009-07-23 Chris Lattnerchange a test to run in filecheck style. Rename it...
2009-07-23 Eric ChristopherSupport insertps via the intrinsic and add a couple...
2009-07-23 Eric ChristopherAdd test for pinsrd and pinsrb instructions.
2009-07-23 Devang PatelDerive MDNode from MetadataBase instead of Constant...
2009-07-23 Dan GohmanRevert r75663 (and r76805), as it is causing regression...
2009-07-22 Dan Gohmanx86 isel tweak: use lea (%reg,%reg) instead of lea...
2009-07-22 Dan GohmanRename the new unsigned and signed keywords to nuw...
2009-07-22 Dan GohmanAdd -march=ppc32 lines so that this test doesn't ever...
2009-07-22 Evan ChengUse getTargetConstant instead of getConstant since...
2009-07-22 Dan GohmanMake the grep line in this test more specific, to avoid
2009-07-22 Evan ChengIgnore undef uses.
2009-07-22 Devang PatelRemove empty test.
2009-07-22 Devang PatelIntroduce MetadataBase, a base class for MDString and...
2009-07-22 Duncan SandsRevert commit 76707, it was breaking the llvm-gcc build
2009-07-22 Chris Lattnerset the ELF "small" flag on objects that end up in...
2009-07-21 Dan GohmanReplace the original ad-hoc code for determining whethe...
2009-07-21 Evan ChengRemove a big test case.
2009-07-21 Bob WilsonFix ocaml tests for 64-bit MacOS systems. LLVM is...
2009-07-21 Evan ChengDo not select tSXTB / tSXTH in thumb2 mode.
2009-07-21 Chris Lattnerconvert this test to filecheck format, which is faster...
2009-07-21 Chris Lattneradd a testcase for the pic16 section handling stuff.
2009-07-21 Evan ChengAnother rewriter bug exposed by recent coalescer change...
2009-07-21 Chris Lattnerremove a very large testcase for now.
2009-07-21 Evan ChengFix a dagga combiner bug: avoid creating illegal constant.
2009-07-21 Dan GohmanAdd a testcase for PR2831.
2009-07-21 Dan GohmanAdd a testcase for PR4569, which is now fixed.
2009-07-21 Evan ChengFix ARM isle code that optimize multiply by constants...
2009-07-21 Evan ChengCross RC coalescing is now on by default.
2009-07-20 Dan GohmanThe upper argument of ConstantRange is exclusive, not...
2009-07-20 David GreeneRe-apply 75490, 75806 and 76177 with fixes and tests...
2009-07-20 Evan ChengForgot this test earlier.
2009-07-20 Dan GohmanAssembly and Bitcode support for unsigned/signed overfl...
2009-07-20 Evan ChengUse TII->findCommutedOpIndices to find the commute...
2009-07-20 Kevin EnderbyRemoved the DumpSymbolsandMacros and LoadSymbolsandMacr...
2009-07-20 Evan ChengFix some sub-reg coalescing bugs where the coalescer...
2009-07-20 Dan GohmanRevert the addition of hasNoPointerOverflow to GEPOperator.
2009-07-20 Evan Chengxfail for now.
2009-07-20 Chris Lattnerimplement a new magic global "llvm.compiler.used" which...
2009-07-20 Evan ChengRestore AsmWriterEmitter.cpp back to 74742. The recent...
2009-07-19 Daniel DunbarThis test should be run with -m32.
2009-07-19 Jakob Stoklund OlesenFix http://llvm.org/bugs/show_bug.cgi?id=4583
2009-07-18 Eli FriedmanCanonicalize bitcasts between types like <1 x i64>...
2009-07-18 Eli FriedmanBack out 76300; apparently the preference is to canonic...
2009-07-18 Eli FriedmanAdd combine: X sdiv (1 << Y) -> X udiv (1 << Y) when...
2009-07-18 Eli FriedmanCanonicalize insert/extractelement from single-element...
2009-07-18 Eli FriedmanFix simplifylibcalls memset recognition to work on...
2009-07-18 Evan ChengCatch more coalescing opportunities.
2009-07-18 Evan ChengEnable cross register class coalescing.
2009-07-17 Evan ChengFix pr4552. Stack slot coloring with register must...
2009-07-17 Daniel Dunbarllvm-mc: Add -triple, and start fetching the target...
2009-07-17 Evan ChengFix x86 inline ams 'q' constraint support. In 32-bit...
2009-07-17 Chris Lattnerrename test.
2009-07-17 Duncan SandsTestcase for PR4214.
2009-07-17 Eli FriedmanMake promotion in operation legalization for SETCC...
2009-07-16 Anton KorobeynikovEmit cross regclass register moves for thumb2.
2009-07-16 Dale JohannesenAssume an inline asm might be a call, so we get
2009-07-16 David GreeneEmit line numbers in asm comments when available.
2009-07-16 Jakob Stoklund OlesenTeach MachineInstr::isRegTiedToDefOperand() to correctl...
2009-07-16 Evan ChengChanged my mind. We now allow remat of instructions...
2009-07-16 Chris Lattnerthis should be xfailed on darwin. Darwin doesn't use...
2009-07-16 Evan ChengWith recent MC changes, RIP base register is explicitly...
2009-07-16 Dan GohmanFill in some holes in ScalarEvolution's loop iteration...
2009-07-16 Anton KorobeynikovMake xfail proper
2009-07-16 Anton KorobeynikovTemporary disable 16 bit bswap
2009-07-16 Anton KorobeynikovAdd bswap patterns
2009-07-16 Anton KorobeynikovFix logic inversion for RI-mode address selection
2009-07-16 Anton KorobeynikovUnbreak the test
2009-07-16 Anton KorobeynikovExpand 32-bit bitconverts via memory
2009-07-16 Anton KorobeynikovFix incomin arg stack frame offset in case we need...
2009-07-16 Anton KorobeynikovRevert the commit, it just hides the real bug
2009-07-16 Anton KorobeynikovLower anyext to zext, 32-bit stuff does not have any...
2009-07-16 Anton KorobeynikovProvide consistent subreg idx scheme. This (hopefully...
2009-07-16 Anton KorobeynikovImplement 'large' PIC model
2009-07-16 Anton KorobeynikovImplement shifts properly (hopefilly - finally!)
2009-07-16 Anton KorobeynikovProperly handle divides. As a bonus - implement memory...
2009-07-16 Anton Korobeynikov32 bit shifts have only 12 bit displacements
2009-07-16 Anton KorobeynikovConsolidate reg-imm / reg-reg-imm address mode selectio...
next