More Thumb encodings.
[oota-llvm.git] / test /
2010-11-29 Bill WendlingMore Thumb encodings.
2010-11-29 Bill WendlingAdd Thumb encodings for REV instructions.
2010-11-29 NAKAMURA Takumitest: Use $SharedLibDir for loadable modules. On Cygmin...
2010-11-29 NAKAMURA Takumitest: Add the new feature 'loadable_module'.
2010-11-29 Bill WendlingAdd more Thumb encodings.
2010-11-28 Chris Lattnerfix PR8686, accepting a 'b' suffix at the end of all...
2010-11-28 Bob WilsonAdd support for NEON VLD2-dup instructions.
2010-11-27 Rafael EspindolaLower TLS_addr32 and TLS_addr64.
2010-11-27 Rafael EspindolaImplement the data16 prefix.
2010-11-27 NAKAMURA TakumiCMake: lit(check.vcproj) can run with multiple configur...
2010-11-27 Bob WilsonAdd NEON VLD1-dup instructions (load 1 element to all...
2010-11-27 Daniel Dunbarmacho-dump: Fix typo.
2010-11-26 NAKAMURA Takumitest/site.exp.in: Add "emitir", for now, fixing up...
2010-11-25 Duncan SandsRemove explicit uses of -emit-llvm, the test infrastruc...
2010-11-25 Duncan SandsRemove explicit uses of -emit-llvm, the test infrastruc...
2010-11-25 Duncan SandsUse -S rather than -c for the benefit of dragonegg.
2010-11-25 Duncan SandsRemove explicit uses of -emit-llvm, the test infrastruc...
2010-11-25 Duncan SandsJudging from the comment, the system assembler is suppo...
2010-11-25 Duncan SandsRemove explicit uses of -emit-llvm, the test infrastruc...
2010-11-25 Duncan SandsDragonegg cannot output bitcode, only human readable...
2010-11-25 Duncan SandsUse LLVMCC_EMITIR_FLAG rather than hard-coding "-emit...
2010-11-25 Rafael EspindolaUse multiple 0x66 prefixes so that all nops up to 15...
2010-11-25 Rafael EspindolaFactor some code to parseSectionFlags and fix the defau...
2010-11-24 Nick LewyckyTreat a call of function pointer like a load of the...
2010-11-24 Rafael EspindolaBehave a bit more like gnu as and use the symbol (inste...
2010-11-24 Rafael EspindolaRelocate with the symbol if the relocation is of kind...
2010-11-24 Rafael EspindolaFix and add tests for all cases in x86 and x86_64 where...
2010-11-24 Rafael EspindolaTestcase for r120017.
2010-11-24 Kalle RaiskilaAllow for 'fcmp ogt' in SPU.
2010-11-24 Rafael EspindolaIf a symbol is used as tls, mark it as tls even if...
2010-11-23 Benjamin KramerThe srem -> urem transform is not safe for any divisor...
2010-11-23 Bob WilsonRecognize sign/zero-extended constant BUILD_VECTORs...
2010-11-23 Benjamin KramerInstCombine: Reduce "X shift (A srem B)" to "X shift...
2010-11-23 Duncan SandsExploit distributive laws (eg: And distributes over...
2010-11-23 Kalle RaiskilaDivision by pow-of-2 is not cheap on SPU, do it with
2010-11-23 Rafael EspindolaProduce a relocation for pcrel absolute values. Based...
2010-11-23 Chris Lattnerduncan's spider sense was right, I completely reversed...
2010-11-23 Chris Lattnerfilecheckize
2010-11-22 Benjamin KramerInstCombine: Implement X - A*-B -> X + A*B.
2010-11-22 Evan ChengFix epilogue codegen to avoid leaving the stack pointer...
2010-11-22 Duncan SandsIf a GEP index simply advances by multiples of a type...
2010-11-22 Kalle RaiskilaFix a bug with extractelement on SPU.
2010-11-22 Benjamin KramerImplement the "if (X == 6 || X == 4)" -> "if ((X|2...
2010-11-21 Wesley PeckImplement branch analysis in the MBlaze backend.
2010-11-21 Duncan SandsAdd a rather pointless InstructionSimplify transform...
2010-11-21 Bill WendlingAdd encoding for ARM "trap" instruction.
2010-11-21 Chris Lattnerimplement PR8524, apparently mainline gas accepts movq...
2010-11-21 Chris Lattnerimplement PR8576, deleting dead stores with intervening...
2010-11-21 Chris Lattnerfile checkize
2010-11-21 Chris Lattneroptimize:
2010-11-21 Rafael EspindolaHandle PCRel relocations with absolute values. Fixes...
2010-11-21 Chris LattnerImplement PR8644: forwarding a memcpy value to a byval,
2010-11-20 Andrew TrickRemoving the useless test that I added recently. It...
2010-11-19 Owen AndersonAdd a test for CodeGenPrepare's ability to look through...
2010-11-19 Dale JohannesenPrefetch has a MemOperand now. FileCheckize a test.
2010-11-19 Mon P WangMake isScalarToVector to return false if the node is...
2010-11-19 Kevin EnderbyAdded support for the Mach-O .symbol_resolver directive...
2010-11-19 Bill WendlingAdd MC encodings for some Thumb instructions. Test...
2010-11-18 Bill WendlingAdd support for parsing the writeback ("!") token.
2010-11-18 Owen AndersonMore tests.
2010-11-18 Owen AndersonFix encodings for pkhbt, and fix some tests where I...
2010-11-18 Tanya LattnerFix bug in DAGCombiner for ARM that was trying to do...
2010-11-18 Owen AndersonMore Thumb2 encodings.
2010-11-18 Owen AndersonFill out the set of Thumb2 multiplication operator...
2010-11-18 Duncan SandsThe DAGCombiner was threading select over pairs of...
2010-11-18 Duncan SandsFactor code for testing whether replacing one value...
2010-11-18 Eric ChristopherRewrite stack callee saved spills and restores to use...
2010-11-18 Owen AndersonCompletely rework the datastructure GVN uses to represe...
2010-11-18 Dan GohmanAdd support for PHI-translating sext, zext, and trunc...
2010-11-18 Chris Lattnerremove a pointless restriction from memcpyopt. It was
2010-11-18 Chris Lattnerfilecheckize, this is still not optimal, see PR8643
2010-11-18 Chris Lattnerallow eliminating an alloca that is just copied from...
2010-11-18 Chris Lattnerenhance the "alloca is just a memcpy from constant...
2010-11-18 Chris Lattnerfix a small oversight in the "eliminate memcpy from...
2010-11-18 Chris Lattnerfilecheckize
2010-11-18 Rafael EspindolaChange CodeGen to use .loc directives. This produces...
2010-11-18 Dale JohannesenDo not throw away alignment when generating the DAG for
2010-11-18 Owen AndersonTry again at providing Thumb2 encodings for basic multi...
2010-11-18 John ThompsonFixed to use input redirection for source - to eliminat...
2010-11-18 Owen AndersonRevert r119593 while I figure out my testing disagrees...
2010-11-18 Owen AndersonProvide correct Thumb2 encodings for basic multiplicati...
2010-11-17 John ThompsonBug 8621 fix - pointer cast stripped from inline asm...
2010-11-17 Wesley PeckNow that the MBlaze backend is in its own directory...
2010-11-17 Owen AndersonSecond attempt at correct encodings for Thumb2 bitfield...
2010-11-17 Dale JohannesenThese tests are looking for library function names...
2010-11-17 Bob WilsonChange ARMGlobalMerge to keep BSS globals in separate...
2010-11-17 Bob WilsonFix ARMGlobalMerge pass to check if globals are entirel...
2010-11-17 Bob WilsonChange the symbol for merged globals from "merged"...
2010-11-17 Bob WilsonFix the ARMGlobalMerge pass to look at variable sizes...
2010-11-17 Owen AndersonRevert r119551, which broke buildbots.
2010-11-17 Owen AndersonProvide Thumb2 encodings for bitfield instructions.
2010-11-17 Evan ChengRemove ARM isel hacks that fold large immediates into...
2010-11-17 Owen AndersonMore miscellaneous Thumb2 encodings.
2010-11-17 Benjamin KramerInstCombine: Add a missing irem identity (X % X -> 0).
2010-11-17 Rafael EspindolaAdd support for .int.
2010-11-17 Rafael EspindolaAdd support for .2byte, .4byte and .8byte.
2010-11-17 Che-Liang ChiouAdd simple arithmetics and %type directive for PTX
2010-11-17 Bill WendlingProper encoding for VLDM and VSTM instructions. The...
2010-11-16 Dale JohannesenTest for llvm-gcc patch 119392.
2010-11-16 Duncan SandsIn which I discover the existence of loops. Threading...
next