Added missing support for widening when splitting an unary op (PR3683)
[oota-llvm.git] / lib / Target /
2009-03-18 Chris LattnerDisable the "call to immediate" optimization on x86...
2009-03-17 Scott MichelCellSPU:
2009-03-17 Dan GohmanRecognize bswapl as bswap too.
2009-03-17 Dan GohmanRecognize "bswapq" as an alternate spelling for the...
2009-03-17 Scott MichelCellSPU:
2009-03-16 Scott MichelCellSPU:
2009-03-15 Bruno Cardoso LopesThis causes incorrect stack frame allocation when the...
2009-03-14 Dan GohmanUse %rip-relative addressing on x86-64 whenever practic...
2009-03-14 Dan GohmanDon't forego folding of loads into 64-bit adds when...
2009-03-13 Dan GohmanImprove FastISel's handling of truncates to i1, and...
2009-03-13 Dan GohmanFix FastISel's assumption that i1 values are always...
2009-03-13 Rafael Espindolaadd 8 and 16 bit TLS moves.
2009-03-13 Rafael EspindolaImprove sext and zext of TLS variables.
2009-03-13 Chris Lattnergeneralize this code so that fast isel handles integer...
2009-03-13 Bill WendlingThese instructions have special lowering that may lower...
2009-03-13 Evan ChengFix some significant problems with constant pools that...
2009-03-13 Chris Lattnergeneralize the previous code to use the full generality...
2009-03-13 Chris Lattneroptimize the case of cond ? 42 : 41 and friends. This...
2009-03-13 Dan GohmanEnhance address-mode folding of ISD::ADD to handle...
2009-03-12 Evan ChengRe-apply 66024 with fixes: 1. Fixed indirect call to...
2009-03-12 Chris LattnerMove 3 "(add (select cc, 0, c), x) -> (select cc, x...
2009-03-12 Chris Lattnerimprove comment.
2009-03-12 Evan ChengOn x86, if the only use of a i64 load is a i64 store...
2009-03-12 Sanjiv GuptaForgot to check-in this as part of 7761.
2009-03-12 Sanjiv GuptaBanksel optimization is now based on the section names...
2009-03-11 Dan GohmanRevert r66024. The JIT encoding for CALLpcrel32 is...
2009-03-11 Rafael Espindolaoptimize i8 and i16 tls values.
2009-03-11 Bill WendlingAdd a -no-implicit-float flag. This acts like -soft...
2009-03-11 Duncan SandsIt makes no sense to have a ODR version of common
2009-03-11 Mon P WangFor yonah, fix a vector shuffle case for v16i8 where...
2009-03-11 Chris Lattnerfix PR3785, a valgrind error on test/CodeGen/ARM/pr3502.ll
2009-03-11 Duncan SandsRemove the one-definition-rule version of extern_weak
2009-03-11 Mon P WangFixed a v8i16 shuffle case that should generate a pshuf...
2009-03-11 Chris Lattnerformatting change, reduce indentation. No functionalit...
2009-03-10 Sanjiv GuptaMark the Defs and Uses of STATUS register correctly...
2009-03-10 Dan GohmanAdd more information to the EFLAGS note.
2009-03-09 Dan GohmanAdd a note about EFLAGS optimization.
2009-03-09 Evan ChengARM target now also recognize triplets like thumbv6...
2009-03-09 Evan ChengARM isLegalAddressImmediate should check if type is...
2009-03-08 Chris Lattnerdo not export all the X86FastISel symbols, ever.
2009-03-08 Evan ChengRecognize triplets starting with armv5-, armv6- etc...
2009-03-08 Chris Lattneradd a note.
2009-03-08 Chris Lattneradd a note.
2009-03-07 Duncan SandsIntroduce new linkage types linkonce_odr, weak_odr...
2009-03-07 Dan GohmanArithmetic instructions don't set EFLAGS bits OF and...
2009-03-05 Dan GohmanDon't use plain INC32 and DEC32 on x86-64; it needs
2009-03-05 Dan GohmanWhen creating X86ISD::INC and X86ISD::DEC nodes, only...
2009-03-05 Dan GohmanFix the "test" optimization to recognize "dec" as an...
2009-03-04 Dan GohmanRe-apply 66008, now that the unfoldMemoryOperand bug...
2009-03-04 Dan GohmanCorrect this comment.
2009-03-04 Dan GohmanWhen using MachineInstr operand indices on SDNodes...
2009-03-04 Evan ChengFix PR3666: isel calls to constant addresses.
2009-03-04 Dan GohmanRevert r66004 for now; it's causing a variety of test...
2009-03-04 Dan GohmanTeach the x86 backend to eliminate "test" instructions...
2009-03-04 Evan ChengFix PR3701. 1. X86 target renamed eflags register to...
2009-03-03 Dan GohmanAdd '(implicit EFLAGS)' for AND, OR, XOR, NEG, INC...
2009-03-03 Bob WilsonUse early exit to reduce indentation. No functional...
2009-03-03 Dan GohmanFix a bunch of Doxygen syntax issues. Escape special...
2009-03-02 Bob WilsonGeneralize BuildVectorSDNode::isConstantSplat to use...
2009-03-01 Bob WilsonCombine PPC's GetConstantBuildVectorBits and isConstant...
2009-02-28 Mon P WangAdded another darwin subtarget
2009-02-27 Rafael EspindolaRefactor TLS code and add some tests. The tests and...
2009-02-27 Dale JohannesenAlignment values for i64 and f64 on ppc64 were wrong,
2009-02-26 Evan ChengADDS{D|S}rr_Int and MULS{D|S}rr_Int are not commutable...
2009-02-25 Evan ChengRevert BuildVectorSDNode related patches: 65426, 65427...
2009-02-25 Nick LewyckyAdd a totally synthetic situation I came up with while...
2009-02-25 Scott MichelRemove all "cached" data from BuildVectorSDNode, prefer...
2009-02-24 Bill WendlingOverhaul my earlier submission due to feedback. It...
2009-02-23 Dan GohmanFast-isel can't do TLS yet, so it should fall back...
2009-02-23 Evan ChengOnly v1i16 (i.e. _m64) is returned via RAX / RDX.
2009-02-23 Nate BegemanGenerate better code for v8i16 shuffles on SSE2
2009-02-23 Bill WendlingPropagate debug loc info through prologue/epilogue.
2009-02-22 Scott MichelIntroduce the BuildVectorSDNode class that encapsulates...
2009-02-22 Evan ChengAdd a note.
2009-02-22 Evan ChengBe bug compatible with gcc by returning MMX values...
2009-02-22 Evan ChengDo not consider MMX_MOVD64rr a move instructions. The...
2009-02-21 Anton KorobeynikovDrop bunch of half-working stuff in the ext_weak linkag...
2009-02-21 Bill WendlingMake sure this doesn't access .end() too.
2009-02-21 Bill WendlingMake sure we don't dereference the .end() of the container.
2009-02-21 Bill WendlingPropagate more debug loc infos. This also includes...
2009-02-21 Bill WendlingWe need to propagate the debug location information...
2009-02-20 Evan ChengSupport return of MMX values in 64-bit mode.
2009-02-20 Torok Edwinadd note about sin
2009-02-18 Bill WendlingPut code that generates debug labels into TableGen...
2009-02-18 Dan GohmanAdd explicit keywords.
2009-02-18 Nate BegemanAdd support to the JIT for true non-lazy operation...
2009-02-18 Dan GohmanFactor out the code to add a MachineOperand to a Machin...
2009-02-18 Evan ChengGV with null value initializer shouldn't go to BSS...
2009-02-17 Scott MichelRemove trailing whitespace to reduce later commit patch...
2009-02-17 Chris Lattneradd a horrible note
2009-02-17 Bill Wendling--- Merging (from foreign repository) r64714 into '.':
2009-02-16 Dan GohmanDelete trailing whitespace.
2009-02-15 Dan GohmanMachineLICM now handles these cases.
2009-02-14 Dan GohmanThe x86-64 red zone is now being used.
2009-02-13 Evan ChengTeach x86 target -soft-float.
2009-02-13 Dale JohannesenRemove non-DebugLoc versions of BuildMI from IA64,...
2009-02-13 Dale JohannesenRemove non-DebugLoc versions of BuildMI from X86.
2009-02-13 Dale Johannesenmissed file
2009-02-13 Dale JohannesenRemove non-DebugLoc versions of buildMI from Sparc.
2009-02-13 Dale JohannesenRemove non-DebugLoc versions of BuildMI from Alpha...
next