X86: Lower a select directly to a setcc_carry if possible.
[oota-llvm.git] / test / CodeGen /
2010-11-23 Bob WilsonRecognize sign/zero-extended constant BUILD_VECTORs...
2010-11-23 Kalle RaiskilaDivision by pow-of-2 is not cheap on SPU, do it with
2010-11-23 Chris Lattnerfilecheckize
2010-11-22 Evan ChengFix epilogue codegen to avoid leaving the stack pointer...
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-20 Andrew TrickRemoving the useless test that I added recently. It...
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-18 Tanya LattnerFix bug in DAGCombiner for ARM that was trying to do...
2010-11-18 Duncan SandsThe DAGCombiner was threading select over pairs of...
2010-11-18 Eric ChristopherRewrite stack callee saved spills and restores to use...
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 John ThompsonFixed to use input redirection for source - to eliminat...
2010-11-17 John ThompsonBug 8621 fix - pointer cast stripped from inline asm...
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 Evan ChengRemove ARM isel hacks that fold large immediates into...
2010-11-17 Che-Liang ChiouAdd simple arithmetics and %type directive for PTX
2010-11-16 Jakob Stoklund OlesenFix PR8612 in the standard spiller, take two.
2010-11-15 Jakob Stoklund OlesenRevert "Fix PR8612 in the standard spiller as well."
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 Chris Lattnerremove a pointless testcase.
2010-11-15 Chris Lattnerremove some extraneous quotes to make the new instprint...
2010-11-14 Chris Lattneradd some nounwind's.
2010-11-13 Peter CollingbourneRecognise 32-bit ror-based bswap implementation used...
2010-11-13 Evan ChengAdd conditional move of large immediate.
2010-11-13 Evan ChengFix an obvious typo which inverted an immediate.
2010-11-13 Eric ChristopherThis should be still failing, but is. Disable it with the
2010-11-12 Evan ChengAdd conditional mvn instructions.
2010-11-12 Evan ChengAdd some missing isel predicates on def : pat patterns...
2010-11-12 Andrew TrickEmacs auto-fill bug.
2010-11-12 Andrew TrickTest case for PR8287: SD scheduling time. Fixed in...
2010-11-12 Kalle RaiskilaFix memory access lowering on SPU, adding
2010-11-12 Bruno Cardoso LopesEnable mips32 mul instruction. Patch by Akira Hatanaka...
2010-11-11 Dan GohmanRemove the memmove->memcpy optimization from CodeGen...
2010-11-10 Bruno Cardoso LopesAdd a test to the previous added clo instruction. Patch...
2010-11-09 Bob WilsonDo not use MEMBARRIER_MCR for any Thumb code.
2010-11-09 Duncan SandsTestcase for PR8211 (llc crash at -O0).
2010-11-09 Dan GohmanFix DAGCombiner to avoid folding a sext-in-reg or simil...
2010-11-09 Dan GohmanDelete an extraneous svn:executable property.
2010-11-09 Dale JohannesenFix an inline asm pasto from 117667; was preventing
2010-11-08 Owen AndersonAdd support for ARM's specialized vector-compare-agains...
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-06 Chris Lattnergo to great lengths to work around a GAS bug my previou...
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-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 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 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 John ThompsonInline asm mult-alt constraint tests.
2010-11-02 Jim GrosbachRevert r114340 (improvements in Darwin function prologu...
2010-11-02 Devang PatelUse frameindex, if available, as a last resort to emit...
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 WendlingWhen we look at instructions to convert to setting...
2010-11-01 Bob WilsonNEON does not support truncating vector stores. Radar...
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-10-30 Bob WilsonOverhaul memory barriers in the ARM backend. Radar...
2010-10-29 Evan ChengTeach machine cse to eliminate instructions with multip...
2010-10-29 Bob WilsonRemove DAG combiner patch to fold vector splats. Instc...
2010-10-29 Evan ChengAvoiding overly aggressive latency scheduling. If the...
2010-10-28 Bob WilsonTeach the DAG combiner to fold a splat of a splat....
2010-10-28 Evan ChengRe-commit 117518 and 117519 now that ARM MC test failur...
2010-10-28 Evan ChengRevert 117518 and 117519 for now. They changed scheduli...
2010-10-28 Evan Cheng- Assign load / store with shifter op address modes...
2010-10-28 Dale JohannesenFix pastos in handling of AVX cvttsd2si, PR8491.
2010-10-27 Evan ChengShifter ops are not always free. Do not fold them ...
2010-10-27 Bob WilsonSelectionDAG shuffle nodes do not allow operands with...
2010-10-26 Jim GrosbachFileCheck'ize
2010-10-26 Kalle RaiskilaChange v64 datalayout in SPU.
2010-10-26 Bob WilsonWhen the "true" and "false" blocks of a diamond if...
2010-10-25 Dale JohannesenAn stdcall function calling a non-stdcall function
2010-10-25 Rafael EspindolaAdd support for emitting ARM file attributes.
2010-10-23 Michael J. SpencerX86: Emit _fltused instead of __fltused on Windows...
2010-10-22 Jim Grosbachtidy up
2010-10-22 Jim GrosbachRemove duplicate test.
2010-10-22 Jim Grosbachtidy up.
2010-10-22 Jim GrosbachFileCheck-ize a few tests.
2010-10-21 Wesley PeckRecommit 116986 with capitalization typo fixed.
2010-10-21 Andrew Trickputback r116983 and fix simple-fp-encoding.ll tests
2010-10-21 Wesley PeckReverting the commit 116986. It was breaking the build...
next