Add a const qualifier.
[oota-llvm.git] / test /
2010-07-23 Dan GohmanUse the proper type for shift counts. This fixes a...
2010-07-23 Stuart HastingsTest case to insure template function declaration refer...
2010-07-23 Bruno Cardoso LopesAdd AVX version of CLMUL instructions
2010-07-23 Dan GohmanDAGCombine (shl (anyext x, c)) to (anyext (shl x, c...
2010-07-23 Bruno Cardoso LopesAdd complete assembler support for FMA3 instructions...
2010-07-22 Bruno Cardoso LopesAdd remaining AVX instructions (most of them dealing...
2010-07-22 Tobias GrosserAdd new RegionInfo pass.
2010-07-22 Eric ChristopherCustom lower the memory barrier instructions and add...
2010-07-21 Evan ChengMore register pressure aware scheduling work.
2010-07-21 Bruno Cardoso LopesAdd more 256-bit forms for a bunch of regular AVX instr...
2010-07-21 Eric ChristopherBaby steps towards ARM fast-isel.
2010-07-21 Bruno Cardoso LopesAdd missing AVX convert instructions. Those instruction...
2010-07-21 Dan GohmanDisallow null as a named metadata operand.
2010-07-21 Rafael EspindolaFix calling convention on ARM if vfp2+ is enabled.
2010-07-21 Bruno Cardoso LopesAdd AVX only vzeroall and vzeroupper instructions
2010-07-21 Eric ChristopherTurn this test on again after the llvm-gcc change in...
2010-07-21 Eric ChristopherUpdate this to use a "valid" alignment.
2010-07-21 Bruno Cardoso LopesAdd new AVX vpermilps, vpermilpd and vperm2f128 instruc...
2010-07-21 Bruno Cardoso LopesAdd new AVX vmaskmov instructions, and also fix the...
2010-07-20 Bruno Cardoso LopesAdd new AVX vextractf128 instructions
2010-07-20 Matt FlemingInclude some tests for the recently committed ELF secti...
2010-07-20 Eric ChristopherTestcase for llvm-gcc commit r108910.
2010-07-20 Bruno Cardoso LopesAdd new AVX instruction vinsertf128
2010-07-20 Dan GohmanFix SCEV denormalization of expressions where the exit...
2010-07-20 Jim Grosbachupdate tests for smarter BIC usage
2010-07-20 Duncan SandsThe same problem was being tracked in PR7652.
2010-07-20 Bruno Cardoso LopesFix PR7174, a couple o Mips fixes:
2010-07-20 Bruno Cardoso LopesFix Mips PR7473. Patch by stetorvs@gmail.com
2010-07-20 Bruno Cardoso Lopesx86_32 tests for vbroadcast
2010-07-20 Bruno Cardoso LopesAdd AVX vbroadcast new instruction
2010-07-19 Bruno Cardoso LopesAdd 256-bit vaddsub, vhadd, vhsub, vblend and vdpp...
2010-07-19 Dan GohmanAfter a custom inserter, in a block which has constant...
2010-07-19 Daniel DunbarX86: Mark JMP{32,64}[mr] as requires 32-bit/64-bit...
2010-07-19 Dale JohannesenTestcase for 108732 (8195660).
2010-07-19 Devang PatelFix PR 7662.
2010-07-19 Owen AndersonTestcase for r108687.
2010-07-19 Owen AndersonRemove r108639 now that it is handled by InstCombine...
2010-07-19 Daniel DunbarX86-64: Mark WINCALL and more tail call instructions...
2010-07-19 Daniel DunbarMC/X86: We now match instructions like "incl %eax"...
2010-07-19 Daniel Dunbartests: Force another triple.
2010-07-18 Daniel Dunbartests: Force triples.
2010-07-18 Daniel DunbarMC/AsmParser: Fix .abort and .secure_log_unique to...
2010-07-18 Daniel DunbarMC/AsmParser: Add macro argument substitution support.
2010-07-18 Daniel DunbarMC/AsmParser: Add basic support for macro instantiation.
2010-07-18 Daniel DunbarMC/AsmParser: Add basic parsing support for .macro...
2010-07-18 Chris Lattnerdaniel doesn't hate me, he hates macpython 2.5, which
2010-07-18 Daniel DunbarMC/AsmParser: Add .macros_{off,on} support, not that...
2010-07-18 Owen AndersonAdd a testcase for r108639.
2010-07-17 Owen AndersonAnother attempt at getting the clang self-host to like...
2010-07-17 Jim GrosbachAdd combiner patterns to more effectively utilize the...
2010-07-17 Eli FriedmanTest for ELF .size directive.
2010-07-16 Jim GrosbachAdd basic support to code-gen the ARM/Thumb2 bit-field...
2010-07-16 Bill WendlingConsider this function:
2010-07-16 Jakob Stoklund OlesenRemove the X86::FP_REG_KILL pseudo-instruction and...
2010-07-16 Benjamin KramerFeed the right output into FileCheck.
2010-07-16 Nick LewyckyArrays and vectors with different numbers of elements...
2010-07-16 Tobias GrosserLoopSimplify does not update domfrontier correctly.
2010-07-16 Jakob Stoklund OlesenRemove many calls to TII::isMoveInstr. Targets should...
2010-07-16 Jakob Stoklund OlesenAdd forgotten test case.
2010-07-16 Dan GohmanUse the source-order scheduler instead of the "fast...
2010-07-16 Eric ChristopherAlso revert 108422, it's causing some test failures.
2010-07-16 Dan GohmanFix this test.
2010-07-16 Dale JohannesenThe SelectionDAGBuilder's handling of debug info, on...
2010-07-15 Bill WendlingRevert. This isn't the correct way to go.
2010-07-15 Dan GohmanFix the order that SCEVExpander considers add operands...
2010-07-15 Bill WendlingHandle code gen for the unreachable instruction if...
2010-07-15 Evan ChengSplit -enable-finite-only-fp-math to two options:
2010-07-15 Chris Lattnerfix the definitions of ConstTextCoalSection/ConstDataCo...
2010-07-15 Devang PatelFix crash reported in PR7653.
2010-07-15 Dan GohmanWatch out for a constant offset cancelling out a base...
2010-07-15 Owen AndersonReapply r108378, with bugfixes, testcase, and improved...
2010-07-15 Chris LattnerFix PR7647, handling the case when 'To' ends up being
2010-07-15 Chris Lattnersee comment.
2010-07-14 Eric ChristopherTemporarily disable this test.
2010-07-14 Devang PatelMake it a .ll test case.
2010-07-14 Eric ChristopherAdd a testcase for the vla and stack realignment warning.
2010-07-14 Dale JohannesenTests for llvm-gcc commit 108360.
2010-07-14 Jim GrosbachImprove 64-subtraction of immediates when parts of...
2010-07-14 Dan GohmanDelete fast-isel's trivial load optimization; it breaks...
2010-07-14 Bob WilsonFix test to appease the buildbots.
2010-07-14 Evan ChengFix for PR7193 was overly conservative. The only case...
2010-07-14 Bob WilsonAdd support for NEON VMVN immediate instructions.
2010-07-14 Chris Lattnerrevert r108320, I see the failures now...
2010-07-14 Chris Lattnerreapply benjamin's instcombine patch, I don't see anyth...
2010-07-14 Evan ChengRe-enable the test with fix.
2010-07-14 Chris Lattnertemporarily disable to test to fix buildbots.
2010-07-14 Evan ChengTeach ProcessImplicitDefs to transform more COPY instru...
2010-07-14 Bob WilsonAdd an ARM-specific DAG combining to avoid redundant...
2010-07-13 Bruno Cardoso LopesAdd AVX 256-bit compare instructions and a bunch of...
2010-07-13 Bob WilsonUse a target-specific VMOVIMM DAG node instead of BUILD...
2010-07-13 Bruno Cardoso LopesAVX 256-bit conversion instructions
2010-07-13 Dale JohannesenIn inline asm treat indirect 'X' constraint as 'm'.
2010-07-13 Dan GohmanAdd support for empty named metadata too. This isn...
2010-07-13 Dan GohmanAdd support for empty metadata nodes: !{}.
2010-07-13 Evan ChengExtend the r107852 optimization which turns some fp...
2010-07-13 Evan Cheng-enable-unsafe-fp-math should not imply -enable-finite...
2010-07-13 Dale JohannesenFix PR number.
2010-07-13 Duncan SandsHandle the case of a tail recursion in which the tail...
2010-07-13 Chris Lattnermy work on adding segment registers to LEA missed the
2010-07-13 Bruno Cardoso LopesAdd AVX 256-bit packed logical forms
next