MCExpr: Add FindAssociatedSection, which attempts to mirror the 'as' semantics
[oota-llvm.git] / lib / Target / X86 /
2011-04-29 Benjamin KramerThis is done.
2011-04-29 Chris Lattnerclean up after Sean's r127646 patch.
2011-04-28 Daniel DunbarTarget/X86/MC: Add an option for disabling arith relaxa...
2011-04-28 Eli Friedmanfast-isel sret calls, try 2. We actually do need to...
2011-04-28 Eli FriedmanRevert r130348; causing buildbot issues on x86-32.
2011-04-28 Rafael EspindolaAdd a getExprForPersonalitySymbol method to MCAsmInfo...
2011-04-28 Chris Lattnermove PR9803 to this readme.
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 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 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-23 Benjamin KramerSilence an overzealous uninitialized variable warning...
2011-04-22 Benjamin KramerX86: Try to use a smaller encoding by transforming...
2011-04-22 Rafael EspindolaCompute the size of the FDE encoding instead of hard...
2011-04-20 Jakob Stoklund OlesenPrefer cheap registers for busy live ranges.
2011-04-20 Nick LewyckyThis should always be signed chars, so use int8_t....
2011-04-20 Daniel DunbarADT/Triple: Renambe isOSX... methods to isMacOSX for...
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 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-18 Eric ChristopherInvert the meaning of printAliasInstr's return value...
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-15 Rafael EspindolaAdd 129518 back with a fix for when we are producing...
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-04-15 NAKAMURA TakumiRevert r129518, "Change ELF systems to use CFI for...
2011-04-15 Michael J. SpencerAdd 3DNow! intrinsics.
2011-04-14 Chris Lattnermove PR9661 out to here.
2011-04-14 Rafael EspindolaChange ELF systems to use CFI for producing the EH...
2011-04-14 Michael J. SpencerFix whitespace and tabs.
2011-04-14 Bill WendlingAs Dan pointed out, movzbl, movsbl, and friends are...
2011-04-14 Bill WendlingHave the X86 back-end emit the alias instead of what...
2011-04-13 Bill WendlingAdd an option to not print the alias of an instruction...
2011-04-13 Bill WendlingReapply r129401 with patch for clang.
2011-04-12 Bill WendlingRevert r129401 for now. Clang is using the old way...
2011-04-12 Bill WendlingRemove the unaligned load intrinsics in favor of using...
2011-04-11 Jay FoadDon't include Operator.h from InstrTypes.h.
2011-04-09 Chris Lattnerfix rdar://8735979 - "int 3" doesn't match to "int3...
2011-04-07 Bill WendlingReplace the old algorithm that emitted the "print the...
2011-04-06 Rafael EspindolaAdd another case we are not optimizing.
2011-04-06 Rafael EspindolaThe original issue has been fixed by not doing unnecess...
2011-04-04 Joerg SonnenbergerMake OpcodeMask an unsigned long long literal to deal...
2011-04-04 Joerg SonnenbergerAdd support for the VIA PadLock instructions.
2011-04-04 Joerg SonnenbergerExpand Op0Mask by one bit in preparation for the PadLoc...
2011-03-30 Evan ChengDon't try to create zero-sized stack objects.
2011-03-26 Benjamin KramerMake helper static.
2011-03-24 NAKAMURA TakumiTarget/X86: [PR8777][PR8778] Tweak alloca/chkstk for...
2011-03-23 Andrew TrickRevert r128175.
2011-03-23 Andrew TrickReapply Eli's r127852 now that the pre-RA scheduler...
2011-03-22 Dan GohmanFix fast-isel address mode folding to avoid folding...
2011-03-21 Bill WendlingWe need to pass the TargetMachine object to the InstPri...
2011-03-21 Evan ChengRe-apply r127953 with fixes: eliminate empty return...
2011-03-19 Daniel DunbarRevert r127953, "SimplifyCFG has stopped duplicating...
2011-03-19 Evan ChengSimplifyCFG has stopped duplicating returns into predec...
2011-03-19 Nadav RotemAdd support for legalizing UINT_TO_FP of vectors on...
2011-03-18 Eli FriedmanRevert r127852; it's apparently causing an ICE on mingw.
2011-03-18 Joerg SonnenbergerSupport explicit argument forms for the X86 string...
2011-03-18 Eli FriedmanAdd a target-specific branchless method for double...
2011-03-17 Cameron ZwarichMove more logic into getTypeForExtArgOrReturn.
2011-03-17 Cameron ZwarichRename getTypeForExtendedInteger() to getTypeForExtArgO...
2011-03-17 Eli FriedmanA couple new README entries.
2011-03-16 Cameron ZwarichThe x86-64 ABI says that a bool is only guaranteed...
2011-03-15 Sean CallananEnabled disassembler support for AVX instructions
2011-03-15 Sean CallananX86 table-generator and disassembler support for the AVX
2011-03-11 Eric ChristopherChange the x86 32-bit scheduler to register pressure...
2011-03-10 Stuart HastingsRevert 127359; it broke lencod.
2011-03-10 Evan ChengRe-commit 127368 and 127371. They are exonerated.
2011-03-09 Evan ChengRevert 127368 and 127371 for now.
2011-03-09 Evan ChengChange the definition of TargetRegisterInfo::getCrossCo...
2011-03-09 Benjamin KramerFix a pasto that broke all x86_64-elf targets.
2011-03-09 Stuart HastingsX86 byval copies no longer always_inline. <rdar:/...
2011-03-09 Jan SjödinAdd createELFObjectTargetWriter method to TargetAsmBack...
2011-03-09 NAKAMURA TakumiTarget/X86: Tweak va_arg for Win64 not to miss taking...
2011-03-08 Benjamin KramerX86: Fix the (saddo/ssub x, 1) -> incl/decl selection...
2011-03-08 Eric ChristopherTurn on list-ilp scheduling by default on x86 and x86...
2011-03-07 Cameron ZwarichMove getRegPressureLimit() from TargetLoweringInfo...
2011-03-05 Andrew TrickIncreased the register pressure limit on x86_64 from...
2011-03-05 Andrew Trickwhitespace
2011-03-04 Eli FriedmanPR9377: Handle x86 str with register operand in a way...
2011-03-03 Tilmann SchellerUse X86_thiscall calling convention for Win64 as well.
2011-03-02 Tilmann SchellerAdd Win64 thiscall calling convention.
2011-03-02 David Greene[AVX] Fix mask predicates for 256-bit UNPCKLPS/D and...
next