Fix tagging name.
[oota-llvm.git] / test /
2011-03-07 Nick LewyckyTweak this test. We can analyze what happens and show...
2011-03-07 Nick LewyckyAdd more analysis of the sign bit of an srem instructio...
2011-03-06 Nick LewyckyConstantInt has some getters which return ConstantInt...
2011-03-05 Jakob Stoklund OlesenRevert r127073: "Introduce $(ECHOPATH) to print DOSish...
2011-03-05 Che-Liang Chiouptx: add basic intrinsic support
2011-03-05 NAKAMURA TakumiIntroduce $(ECHOPATH) to print DOSish path string on...
2011-03-05 Nick LewyckyThread comparisons over udiv/sdiv/ashr/lshr exact and...
2011-03-05 Nick LewyckyTry once again to optimize "icmp (srem X, Y), Y" by...
2011-03-05 NAKAMURA Takumitest/CodeGen/X86/vec_cast.ll: [PR8311] Add explicit...
2011-03-04 Bruno Cardoso LopesImprove div/rem node handling on mips. Patch by Akira...
2011-03-04 Bruno Cardoso LopesAdd testcase for r127032
2011-03-04 Dan GohmanWhen decling to reuse existing expressions that involve...
2011-03-04 Joerg SonnenbergerBe nice to Xcore and the XMOS assembler and avoid quoti...
2011-03-04 Bruno Cardoso LopesLowers block address. Currently asserts when relocation...
2011-03-04 Devang PatelXFAIL for all. These tests are darwin specific anyway.
2011-03-04 Nick LewyckyRevert broken srem logic from r126991.
2011-03-04 Devang PatelDisable ARMGlobalMerge on darwin. The debugger is not...
2011-03-04 Kalle RaiskilaAllow vector shifts (shl,lshr,ashr) on SPU.
2011-03-04 Kalle RaiskilaAllow load from constant on SPU.
2011-03-04 Nick LewyckyFold "icmp pred (srem X, Y), Y" like we do for urem...
2011-03-04 Nick LewyckyTeach instruction simplify to use constant ranges to...
2011-03-04 Eli FriedmanFollowup to r126970: add 64-bit encoding tests for...
2011-03-04 Eli FriedmanPR9377: Handle x86 str with register operand in a way...
2011-03-03 Eli FriedmanRevert r123908; the code in question is completely...
2011-03-03 Joerg SonnenbergerBug#9033: For the ELF assembler output, always quote...
2011-03-03 Richard OsborneOptimize fprintf -> iprintf if there are no floating...
2011-03-03 Richard OsborneOptimize sprintf -> siprintf if there are no floating...
2011-03-03 Richard OsborneOptimize printf -> iprintf if there are no floating...
2011-03-03 Eli FriedmanPR9352: Always emit a relocation for weak symbols....
2011-03-03 Bob WilsonTableGen should not ignore BX instructions for the...
2011-03-03 Bill WendlingCheck the ASM, not LLVM IR.
2011-03-03 Bob Wilsonpr9367: Add missing predicated BLX instructions.
2011-03-03 Bill WendlingTestcase for r126913.
2011-03-02 Stuart HastingsTest case for r126864. Radar 9056407.
2011-03-02 Stuart HastingsTest case for r126672. Radar 9055247.
2011-03-02 Kevin EnderbyFixes an assertion failure while disassembling ARM...
2011-03-02 David Greene[AVX] Fix mask predicates for 256-bit UNPCKLPS/D and...
2011-03-02 Cameron ZwarichEliminate the unused CodeGenPrepare option to split...
2011-03-02 Che-Liang ChiouExtend initial support for primitive types in PTX backend
2011-03-02 Dan GohmanDon't re-use existing addrec expansions if they contain...
2011-03-02 Evan ChengCatch more cases where 2-address pass should 3-addressi...
2011-03-01 Anders CarlssonMake InstCombiner::FoldAndOfICmps create a ConstantRang...
2011-03-01 Nick LewyckyOptimize "icmp pred (urem X, Y), Y" --> true/false...
2011-03-01 Bill WendlingNarrow right shifts need to encode their immediates...
2011-03-01 Eli FriedmanAdd an obvious missing safety check to DAE::RemoveDeadA...
2011-02-28 Dan GohmanDelete obsolete test.
2011-02-28 Jakob Stoklund OlesenFix typo introduced by r126661: "Fix a typo which ..."
2011-02-28 Kevin EnderbyFix the arm's disassembler for blx that was building...
2011-02-28 Evan ChengFix a typo which cause dag combine crash. rdar://9059537.
2011-02-28 Duncan SandsWindows codegen also dies on this, so restrict to the...
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...
next