Make this test x86 specific because the ARM backend can't handle it.
[oota-llvm.git] / test /
2011-02-28 Duncan SandsMake this test x86 specific because the ARM backend...
2011-02-28 Frits van BommelTeach SimplifyCFG that (switch (select cond, X, Y)...
2011-02-28 Nick Lewyckysrem doesn't actually have the same resulting sign...
2011-02-28 Nick LewyckyTeach InstCombine to fold "(shr exact X, Y) == 0" ...
2011-02-28 Che-Liang ChiouAdd preliminary support for .f32 in the PTX backend.
2011-02-28 Nick LewyckyThe sign of an srem instruction is the sign of its...
2011-02-27 Duncan SandsLegalize support for fpextend of vector. PR9309.
2011-02-27 NAKAMURA TakumiTarget/X86: Always emit "push/pop GPRs" in prologue...
2011-02-27 Cameron ZwarichFix PR9324 / <rdar://problem/9052489> by handling the...
2011-02-27 Cameron ZwarichGive a test file a more sensible name so that it can...
2011-02-26 Benjamin KramerAdd some DAGCombines for (adde 0, 0, glue), which are...
2011-02-25 Chris Lattnersplit this test into arch specific pieces, so the ARM
2011-02-25 Benjamin KramerRevert "SimplifyCFG: GEPs with just one non-constant...
2011-02-25 Bob WilsonAdd patterns to use post-increment addressing for Neon...
2011-02-24 Benjamin KramerSimplifyCFG: GEPs with just one non-constant index...
2011-02-24 Benjamin KramerSimplifyCFG: GEPs with constant indices are cheap enoug...
2011-02-24 Joerg SonnenbergerRestore r125595 (reverted in r126336) with modifications:
2011-02-24 Nadav RotemEnable support for vector sext and trunc:
2011-02-24 Devang PatelRemove obsolete tests.
2011-02-24 Devang PatelMove arch specific tests in arch specific directories.
2011-02-24 Richard OsborneAdd XCore intrinsic for eeu instruction.
2011-02-24 NAKAMURA Takumitest/lit.cfg: Add PATHEXT to 'substitution', to recogni...
2011-02-24 Cameron ZwarichMerge information about the number of zero, one, and...
2011-02-24 Chris Lattnerchange instcombine to not turn a call to non-varargs...
2011-02-24 Evan ChengFix bug in X86 folding / unfolding table. Int_CMPSDrm...
2011-02-23 Devang PatelUse DW_FORM_data2 for DW_AT_language and let users...
2011-02-23 Devang PatelCheck only relevant strings in output to increase stabi...
2011-02-23 Jim GrosbachRemove file. Previous commit deleted content, but left...
2011-02-23 Jim GrosbachRevert r125595, which is an X86-only undocumented assem...
2011-02-23 Rafael EspindolaPut in the symbol table symbols only used in a .globl...
2011-02-23 Richard OsborneAdd XCore intrinsic for clre instruction.
2011-02-23 Richard OsborneAdd llvm.xcore.waitevent intrinsic. The effect of this...
2011-02-23 Richard OsborneAdd XCore intrinsic for the setv instruction.
2011-02-23 Richard OsborneAdd XCore intrinsic for settw instruction.
2011-02-23 Sean CallananFixed a bug in the enhanced disassembler that caused
2011-02-23 Evan ChengMore fcopysign correctness and performance fix.
2011-02-22 Cameron ZwarichMake LoopDeletion work on loops with multiple edges...
2011-02-22 Joerg SonnenbergerUse the same (%dx) hack for in[bwl] as for out[bwl].
2011-02-22 NAKAMURA TakumiRevert r126195, "test/CodeGen/X86/vec_cast.ll: Mark...
2011-02-22 NAKAMURA TakumiRelax expressions and add explicit triplets -linux...
2011-02-22 NAKAMURA TakumiRelax expressions and add explicit triplets -linux...
2011-02-22 NAKAMURA TakumiRelax expressions and add explicit triplets -linux...
2011-02-22 NAKAMURA TakumiRelax expressions and add explicit triplets -linux...
2011-02-22 NAKAMURA TakumiRelax expressions and add explicit triplets -linux...
2011-02-22 NAKAMURA TakumiRelax expressions and add explicit triplets -linux...
2011-02-22 NAKAMURA TakumiRelax expressions and add explicit triplets -linux...
2011-02-22 NAKAMURA TakumiRelax expressions and add explicit triplets -linux...
2011-02-22 NAKAMURA TakumiRelax expressions and add explicit triplets -linux...
2011-02-22 NAKAMURA TakumiRelax expressions and add explicit triplets -linux...
2011-02-22 NAKAMURA TakumiRelax expressions and add explicit triplets -linux...
2011-02-22 NAKAMURA TakumiRelax expressions and add explicit triplets -linux...
2011-02-22 NAKAMURA TakumiRelax expressions and add explicit triplets -linux...
2011-02-22 NAKAMURA TakumiRelax expressions and add explicit triplets -linux...
2011-02-22 NAKAMURA TakumiRelax expressions and add explicit triplets -linux...
2011-02-22 NAKAMURA TakumiRelax expressions and add explicit triplets -linux...
2011-02-22 NAKAMURA TakumiRelax expressions and add explicit triplets -linux...
2011-02-22 NAKAMURA TakumiRelax expressions and add explicit triplets -linux...
2011-02-22 NAKAMURA TakumiRelax expressions and add explicit triplets -linux...
2011-02-22 NAKAMURA TakumiRelax expressions and add explicit triplets -linux...
2011-02-22 NAKAMURA TakumiRelax expressions and add explicit triplets -linux...
2011-02-22 NAKAMURA Takumitest/CodeGen/X86/vec_cast.ll: Mark as XFAIL: migw,win32...
2011-02-22 NAKAMURA Takumitest/CodeGen/X86/red-zone.ll: Add explicit -mtriple...
2011-02-22 Evan Chengavailable_externally (hidden or not) GVs are always...
2011-02-22 Andrew TrickVirtRegRewriter assertion fix.
2011-02-22 Cameron ZwarichRoll out r126169 and r126170 in an attempt to fix the...
2011-02-22 Sean CallananAdded a testcase for the enhanced disassembly bug
2011-02-22 Sean CallananFixed lit.cfg to no longer recognize the old
2011-02-22 Cameron ZwarichMerge information about the number of zero, one, and...
2011-02-22 Joerg SonnenbergerRecognize loopz and loopnz as aliases for loope and...
2011-02-22 Rafael EspindolaImplement xgetbv and xsetbv.
2011-02-21 Eric ChristopherRevert r125960, it's breaking darwin10 bootstrap.
2011-02-21 Joerg SonnenbergerHandle FK_PCRel_1 and add a test case for this and...
2011-02-21 Devang PatelRevert r124611 - "Keep track of incoming argument's...
2011-02-21 Richard OsborneAdd XCore intrinsics for various instructions on ports.
2011-02-21 Stuart HastingsTest case for r126127. Radar 9012638.
2011-02-21 NAKAMURA TakumiTarget/X86/X86FastISel: [PR6275] Fix Win32's dllimport...
2011-02-21 Venkatraman Govind... Generate correct Sparc32 ABI compliant code for functio...
2011-02-21 Cameron ZwarichThe signed version of our "magic number" computation...
2011-02-20 Oscar FuentesPut targets on folders, if the IDE supports the feature.
2011-02-20 Rafael EspindolaAdd some limited support for labels in org directives...
2011-02-20 Nick LewyckyMake RecursivelyDeleteDeadPHINode delete a phi node...
2011-02-20 Benjamin KramerInstCombine: Add a bunch of combines of the form x...
2011-02-20 Nadav RotemFix 9267; Add vector zext support.
2011-02-20 Nick LewyckyTeach RecursivelyDeleteDeadPHINodes to handle multiple...
2011-02-19 Eli FriedmanPR9218: SimplifyDemandedVectorElts can return a non...
2011-02-19 Chris Lattnerimplement PR9264: disambiguating 'bt mem, imm' as a...
2011-02-19 Chris Lattnerrewrite the memset_pattern pattern generation stuff...
2011-02-19 Chris LattnerStores of null pointers should turn into memset, we...
2011-02-19 Chris LattnerImplement rdar://9009151, transforming strided loop...
2011-02-19 Devang PatelDIE numbers do not add any value in this test.
2011-02-18 Devang PatelDo not lose debug info of an inlined function argument...
2011-02-18 Bill WendlingReapply r114997 now that the buildbots have been updated.
2011-02-18 Bruno Cardoso LopesAdd assembly parsing support for "msr" and also fix...
2011-02-18 Duncan SandsAdd some transforms of the kind X-Y>X -> 0>Y which...
2011-02-18 Chris Lattneradd a testcase for r125827
2011-02-18 Cameron ZwarichRoll out r125794 to help diagnose the llvm-gcc-i386...
2011-02-18 Chris Lattnerprevent jump threading from merging blocks when their...
2011-02-18 Joerg SonnenbergerRecognize monitor/mwait with explicit register arguments
2011-02-17 Joerg SonnenbergerRecognize leavel and leaveq aliases for leave.
2011-02-17 Devang PatelDo not lose debug info of an inlined function argument...
next