Revert 118422 in search of bot verdancy.
[oota-llvm.git] / test /
2010-11-08 Dale JohannesenRevert 118422 in search of bot verdancy.
2010-11-08 Jason W KimSupport -mcpu=cortex-a8 in ARM attributes - Has Fixme...
2010-11-08 Dan GohmanMake FunctionAttrs TBAA-aware.
2010-11-08 Dan GohmanExtend the AliasAnalysis::pointsToConstantMemory interf...
2010-11-08 Dan GohmanMake FunctionAttrs use AliasAnalysis::getModRefBehavior...
2010-11-08 Rafael EspindolaSet default flags for .rodata.
2010-11-07 Duncan SandsAdd simplification of floating point comparisons with...
2010-11-07 Duncan SandsFix a README item: when doing a comparison with the...
2010-11-07 Dale JohannesenTestcase for llvm-gcc 118368. 8629268.
2010-11-07 Rafael EspindolaRelax dwarf line fragments. This fixes a crash in the...
2010-11-06 Chris Lattnerimplement aliases for div/idiv that have an explicit...
2010-11-06 Chris Lattneradd aliases for movs between seg registers and mem...
2010-11-06 Chris Lattnergo to great lengths to work around a GAS bug my previou...
2010-11-06 Chris Lattnerrework the rotate-by-1 instructions to be defined like the
2010-11-06 Chris Lattnerchange the fp comparison instructions to not have ...
2010-11-06 Chris Lattnercorrect suffix matching to search for s/l/t suffixes on
2010-11-05 Owen AndersonAdd codegen and encoding support for the immediate...
2010-11-04 Duncan SandsWhen passing a huge parameter using the byval mechanism...
2010-11-04 Evan ChengFix @llvm.prefetch isel. Selecting between pld / pldw...
2010-11-04 Bill WendlingAdd encoding for VSTR.
2010-11-03 Owen AndersonCovert VORRIMM to be produced via early target-specific...
2010-11-03 Owen AndersonAdd support for code generation of the one register...
2010-11-03 Evan ChengFix test.
2010-11-03 Owen AndersonUnlike a lot of NEON instructions, vext isn't _actually...
2010-11-03 Dale JohannesenThis test assumes SSE is present; that is not the default
2010-11-03 Bob WilsonAdd codegen patterns for VST1-lane instructions. Radar...
2010-11-03 Bob WilsonCheck for extractelement with a variable operand for...
2010-11-03 Evan ChengFix preload instruction isel. Only v7 supports pli...
2010-11-03 Evan ChengAdd support to match @llvm.prefetch to pld / pldw ...
2010-11-03 Bill WendlingThe MC code couldn't handle ARM LDR instructions with...
2010-11-03 Dan GohmanFix DAGCombiner to avoid going into an infinite loop...
2010-11-03 Evan ChengTwo sets of changes. Sorry they are intermingled.
2010-11-02 Chris Lattnerchase owen.
2010-11-02 Chris Lattnertweak this to pass.
2010-11-02 Chris Lattnertemporarily xfail this.
2010-11-02 John ThompsonInline asm mult-alt constraint tests.
2010-11-02 Bill WendlingRename getAddrModeImm12OpValue to getAddrModeImmOpValue...
2010-11-02 Owen AndersonProvide correct encodings for the remaining vst variant...
2010-11-02 Owen AndersonAdd correct encodings for basic variants for vst3 and...
2010-11-02 Owen AndersonAdd correct encodings for the basic variants for vst2.
2010-11-02 Owen AndersonAdd correct encodings for the basic form of vst1.
2010-11-02 Owen AndersonAdd correct encodings for the rest of the vld instructi...
2010-11-02 Jim GrosbachRevert r114340 (improvements in Darwin function prologu...
2010-11-02 Rafael EspindolaAdd support for expressions in .sleb/.uleb directives.
2010-11-02 Devang PatelUse frameindex, if available, as a last resort to emit...
2010-11-02 Owen AndersonAdd correct NEON encodings for vld2, vld3, and vld4...
2010-11-02 Owen AndersonAdd correct NEON encodings for the "multiple single...
2010-11-01 Bob WilsonAdd support for alignment operands on VLD1-lane instruc...
2010-11-01 Bob WilsonAdd VLD1-lane testcases for quad-register types.
2010-11-01 Bob WilsonAdd NEON VLD1-lane instructions. Partial fix for Radar...
2010-11-01 Bill WendlingUse ARM-style comments.
2010-11-01 Owen AndersonWhen folding away a (shl (shr)) pair, we need to check...
2010-11-01 Bill WendlingWhen we look at instructions to convert to setting...
2010-11-01 Owen AndersonUse ARM-style comment syntax.
2010-11-01 Bob WilsonNEON does not support truncating vector stores. Radar...
2010-11-01 Owen AndersonCovert this test to .s form.
2010-11-01 Owen AndersonConvert this test to .s form.
2010-11-01 Owen AndersonCovert this test to .s form.
2010-11-01 Owen AndersonCovert this test to .s form.
2010-11-01 Rafael EspindolaFix test.
2010-11-01 Rafael EspindolaWrite the line info to .debug_line.
2010-11-01 Jim GrosbachMark ARM subtarget features that are available for...
2010-11-01 Rafael EspindolaAdd support for .value.
2010-11-01 Rafael EspindolaImplement .weakref.
2010-11-01 Bill WendlingMore tests to XFAIL. The arm-and-txt-peephole.ll test...
2010-11-01 Bill WendlingDisable because peephole is disabled.
2010-11-01 Chris Lattner"mov[zs]x (mem), GR16" are not ambiguous: the mem
2010-11-01 Chris LattnerImplement enough of the missing instalias support to get
2010-11-01 Owen AndersonConvert this test to .s form.
2010-11-01 Chris Lattnermake the asm matcher emitter reject instructions that...
2010-10-30 Chris Lattnerfix an encoding mismatch where "sal %eax, 1" was not...
2010-10-30 Chris Lattneradd a test for the ud2a alias.
2010-10-30 Duncan SandsIf a function does a volatile load from a global consta...
2010-10-30 Bob WilsonOverhaul memory barriers in the ARM backend. Radar...
2010-10-29 Bill WendlingSome instructions end with an "ls" prefix, but it doesn...
2010-10-29 Evan ChengTeach machine cse to eliminate instructions with multip...
2010-10-29 Rafael EspindolaBe more strict on when we produce an undefined referenc...
2010-10-29 Bob WilsonChange instcombine's getShuffleMask to represent undef...
2010-10-29 Bob WilsonRemove DAG combiner patch to fold vector splats. Instc...
2010-10-29 Bob WilsonMake instcombine a little more aggressive in combining...
2010-10-29 Owen AndersonUpdate testcase since we're no longer doing the constan...
2010-10-29 Owen AndersonConvert this test to .s form.
2010-10-29 Owen AndersonConvert this test to .s form.
2010-10-29 Owen AndersonConvert this test to .s form.
2010-10-29 Owen AndersonConvert this test to .s form.
2010-10-29 Owen AndersonCovert this test to .s form.
2010-10-29 Owen AndersonConvert this test to .s form.
2010-10-29 Owen AndersonConvert this test to .s form.
2010-10-29 Owen AndersonConvert this test to .s form.
2010-10-29 Owen AndersonConvert this test to .s form.
2010-10-29 Owen AndersonConvert this test to .s form.
2010-10-29 Owen AndersonCovert this test to .s form.
2010-10-29 Owen AndersonConvert this test to .s form.
2010-10-29 Owen AndersonConvert this test to .s form.
2010-10-29 Owen AndersonConvert this file to less fragile .s form.
2010-10-29 Owen AndersonReplace this test with the less fragile .s version...
2010-10-29 Owen AndersonCovert this test to a .s file to reduce fragility.
2010-10-29 Evan ChengAvoiding overly aggressive latency scheduling. If the...
2010-10-29 NAKAMURA Takumitest/Scripts/macho-dump: Make hack for Python-2.4....
2010-10-29 Dan GohmanTeach memdep to use pointsToConstantMemory to determine...
next