Fix the last -Wnon-pod-memset I'm seeing. This is benign, but appears
[oota-llvm.git] / lib / Target /
2011-04-28 Eric ChristopherLet the immediate leaf pattern take transforms and...
2011-04-28 Chris Lattnermove PR9803 to this readme.
2011-04-28 Devang PatelTeach dwarf writer to handle complex address expression...
2011-04-28 Justin HolewinskiPTX: support for select_cc and fixes for setcc
2011-04-28 Justin HolewinskiPTX: support for select
2011-04-28 Justin HolewinskiPTX: mov fix and rounding correction for cvt
2011-04-28 Justin HolewinskiPTX: support for fneg
2011-04-28 Justin HolewinskiPTX: support for zext loads and trunc stores
2011-04-28 Justin HolewinskiPTX: support for bitwise operations on predicates
2011-04-28 Justin HolewinskiPTX: patch to AsmPrinter
2011-04-27 Eli Friedmanfast-isel sret. We actually don't need to do anything...
2011-04-27 Rafael EspindolaRemove unnecessary argument.
2011-04-27 Rafael EspindolaRename getPersonalityPICSymbol to getCFIPersonalitySymb...
2011-04-27 Eli FriedmanMake the fast-isel code for literal 0.0 a bit shorter...
2011-04-27 Kevin EnderbyFix a bug in the case that there is no add or subtract...
2011-04-27 Devang PatelRevert r130178. It turned out to be not the optimal...
2011-04-27 Eli FriedmanRefactor out code to fast-isel a memcpy operation with...
2011-04-27 Eli FriedmanFix an edge case involving branches in fast-isel on...
2011-04-26 Chris LattnerTransform: "icmp eq (trunc (lshr(X, cst1)), cst" to...
2011-04-26 Jim GrosbachARM and Thumb2 support for atomic MIN/MAX/UMIN/UMAX...
2011-04-26 Jakob Stoklund OlesenAdd a TRI::getLargestLegalSuperClass hook to provide...
2011-04-26 Rafael EspindolaPrint all the moves at a given label instead of just...
2011-04-26 Devang PatelLet dwarf writer allocate extra space in the debug...
2011-04-25 Chris Lattneradd a missed bitfield instcombine.
2011-04-25 Akira HatanakaLower BlockAddress node when relocation-model is static.
2011-04-25 Chandler CarruthRemove some hard coded CR-LFs. Some of these were the...
2011-04-25 Duncan SandsFix comment typo. Noticed by Liu.
2011-04-24 Sebastian RedlFix Target/ARM/Thumb1FrameLowering.h header guard.
2011-04-23 Jay FoadRemove unused STL header includes.
2011-04-23 Benjamin KramerSilence an overzealous uninitialized variable warning...
2011-04-23 Andrew TrickThumb2 and ARM add/subtract with carry fixes.
2011-04-23 Andrew Trickwhitespace
2011-04-22 Johnny ChenDisassembly of A8.6.59 LDR (literal) Encoding T1 (16...
2011-04-22 Benjamin KramerDAGCombine: fold "(zext x) == C" into "x == (trunc...
2011-04-22 Devang PatelAdd asserts.
2011-04-22 Benjamin KramerX86: Try to use a smaller encoding by transforming...
2011-04-22 Evan ChengIn Thumb2 mode, lower frame indix references to:
2011-04-22 Rafael EspindolaCompute the size of the FDE encoding instead of hard...
2011-04-21 Rafael EspindolaRemove unused argument.
2011-04-21 Devang PatelFix DWARF description of Q registers.
2011-04-21 Devang PatelFix DWARF description of S registers.
2011-04-21 Devang PatelAs per ARM docs, register Dx is described as DW_OP_regx...
2011-04-21 Justin HolewinskiPTX: Expand useable register space
2011-04-21 Che-Liang Chiouptx: fix parameter ordering
2011-04-21 Che-Liang Chiouptx: PTXMachineFunctionInfo no longer sort registers...
2011-04-20 Evan ChengRemove -use-divmod-libcall. Let targets opt in when...
2011-04-20 Eli FriedmanRevert r129846; it's breaking a buildbot. See
2011-04-20 Jakob Stoklund OlesenPrefer cheap registers for busy live ranges.
2011-04-20 Stuart HastingsExcise unintended hunk in 129858. <rdar://problem...
2011-04-20 Stuart HastingsARM byval support. Will be enabled by another patch...
2011-04-20 Justin HolewinskiPTX: Add intrinsics to list of built-in intrinsics...
2011-04-20 Che-Liang Chiouptx: add integer div and rem instruction
2011-04-20 Che-Liang Chiouptx: add floating-point comparison to setp
2011-04-20 Che-Liang Chiouptx: fix parameter ordering
2011-04-20 Nick LewyckyThis should always be signed chars, so use int8_t....
2011-04-20 Rafael EspindolaRemove unused arguments.
2011-04-20 Daniel DunbarADT/Triple: Renambe isOSX... methods to isMacOSX for...
2011-04-19 Johnny ChenFix typo in the comment.
2011-04-19 Daniel DunbarADT/Triple: Move a variety of clients to using isOSDarw...
2011-04-19 Daniel DunbarTarget/X86: Eliminate uses of getDarwinVers().
2011-04-19 Daniel DunbarTarget/X86: Add getTargetTriple() accessor.
2011-04-19 Daniel DunbarTarget/PPC: Kill off DarwinVers, which is now dead.
2011-04-19 Daniel DunbarTarget/PPC: Eliminate a use of getDarwinVers().
2011-04-19 Daniel DunbarTarget/PPC: Add a TargetTriple field.
2011-04-19 Daniel DunbarTarget: Eliminate a use of getDarwinMajorNumber().
2011-04-19 Eric ChristopherRemove some duplicate op action entries and reorganize.
2011-04-19 Bob WilsonThis patch combines several changes from Evan Cheng...
2011-04-19 Bob WilsonAdd -mcpu=cortex-a9-mp. It's cortex-a9 with MP extensio...
2011-04-19 Bob WilsonAvoid some 's' 16-bit instruction which partially updat...
2011-04-19 Bob WilsonAvoid write-after-write issue hazards for Cortex-A9.
2011-04-19 Bob WilsonSome single-precision VFP instructions can execute...
2011-04-19 Bob WilsonImprovements for the Cortex-A9 scheduling itineraries.
2011-04-19 Eli FriedmanAdd support for FastISel'ing varargs calls.
2011-04-19 Chris LattnerImplement support for x86 fastisel of small fixed-sized...
2011-04-19 Chris Lattnertidy up
2011-04-19 Chris LattnerImplement support for fast isel of calls of i1 argument...
2011-04-19 Chris LattnerHandle i1/i8/i16 constant integer arguments to calls...
2011-04-19 Chris Lattnerbe layout aware, to produce:
2011-04-19 Chris Lattnerfix rdar://9297006 - fast isel bails out on trunc to...
2011-04-19 Evan ChengChange A9 scheduling itineraries VLD* / VST* entries...
2011-04-19 Evan ChengDo not lose mem_operands while lowering VLD / VST intri...
2011-04-18 Jim GrosbachTrim a few unneeded includes.
2011-04-18 Eric ChristopherInvert the meaning of printAliasInstr's return value...
2011-04-18 Sean CallananSmall fix to the ARM AsmParser to ensure that a
2011-04-18 Chris LattnerAdd a new bit that ImmLeaf's can opt into, which allows...
2011-04-17 Chris Lattnerswitch the rest of the x86 immediate patterns over...
2011-04-17 Chris Lattnernow that predicates have a decent abstraction layer...
2011-04-17 Chris LattnerRework our internal representation of node predicates...
2011-04-17 Chris Lattner1. merge fast-isel-shift-imm.ll into fast-isel-x86...
2011-04-17 Chris Lattnerfix an x86 fast isel issue where we'd completely give...
2011-04-17 Chris Lattnerfix an oversight which caused us to compile the testcas...
2011-04-17 Chris Lattnertidy up and reduce indentation.
2011-04-17 Eli FriedmanRemove working entry from README.
2011-04-16 Francois PichetMSVC needs the return 0 to compile.
2011-04-16 Rafael EspindolaPut each personality function in a section. This fixes...
2011-04-16 Stuart HastingsCorrect result when a branch condition is live across...
2011-04-15 Johnny ChenThumb2 BFC was insufficiently encoded.
2011-04-15 Johnny ChenA8.6.315 VLD3 (single 3-element structure to all lanes)
2011-04-15 Akira HatanakaReverse unnecessary changes made in r129606 and r129608...
2011-04-15 Cameron ZwarichAdd ORR and EOR to the CMP peephole optimizer. It's...
next