Remove explicit uses of -emit-llvm, the test infrastructure adds it
[oota-llvm.git] / test /
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...
2010-11-16 Rafael EspindolaA bit more of gnu as compatibility when handling reloca...
2010-11-16 Bill WendlingTest encodings for LDM and STM.
2010-11-16 Jakob Stoklund OlesenFix PR8612 in the standard spiller, take two.
2010-11-16 Owen AndersonAdd Thumb2 encodings for mov and friends.
2010-11-15 Rafael EspindolaChange the 11 byte nop to be a single instruction.
2010-11-15 Jakob Stoklund OlesenRevert "Fix PR8612 in the standard spiller as well."
2010-11-15 Owen AndersonProvide Thumb2 encodings for sxtb and friends.
2010-11-15 Eric ChristopherRecommit this change and remove the failing part of...
2010-11-15 Jakob Stoklund OlesenFix PR8612 in the standard spiller as well.
2010-11-15 Jakob Stoklund OlesenWhen spilling a register defined by an early clobber...
2010-11-15 Owen AndersonAdd Thumb2 encodings for comparison and shift operators.
2010-11-15 Owen AndersonAdd correct Thumb2 encodings for mvn and friends.
2010-11-15 Duncan SandsTeach InstructionSimplify the trick of skipping incomin...
next