R600: Factorize Fetch size limit inside AMDGPUSubTarget
[oota-llvm.git] / lib / Target / X86 /
2013-05-17 Benjamin KramerX86: Make shuffle -> shift conversion more aggressive...
2013-05-16 Rafael EspindolaRemove addFrameMove.
2013-05-16 Rafael EspindolaDelete dead code.
2013-05-15 Rafael EspindolaDelete dead code.
2013-05-15 David MajnemerX86: Remove redundant test instructions
2013-05-14 Eric ChristopherReapply "Subtract isn't commutative, fix this for MMX...
2013-05-14 Eric ChristopherTemporarily revert "Subtract isn't commutative, fix...
2013-05-14 Eric ChristopherSubtract isn't commutative, fix this for MMX psub.
2013-05-13 Duncan SandsSuppress GCC compiler warnings in release builds about...
2013-05-13 Rafael EspindolaRemove the MachineMove class.
2013-05-11 Rafael EspindolaChange getFrameMoves to return a const reference.
2013-05-10 Chad Rosier[ms-inline asm] Fix a crasher when we fail on a direct...
2013-05-10 Rafael EspindolaRemove unused argument.
2013-05-09 Chad Rosier[x86AsmParser] It's valid to stop parsing an operand...
2013-05-09 Bill WendlingGenerate a compact unwind encoding in the face of a...
2013-05-09 Bill WendlingSimplify the code a bit.
2013-05-07 Preston GurdCorrected Atom latencies for SSE SQRT instructions.
2013-05-07 Michael KupersteinRe-enable AVX detection on x64 platforms.
2013-05-05 David MajnemerRemove a recently redundant transform from X86ISelLowering.
2013-05-05 Dmitri GribenkoAdd ArrayRef constructor from None, and do the cleanups...
2013-05-04 Nadav Rotemwhitespace
2013-05-04 Nadav RotemFix an odd comment.
2013-05-03 Benjamin KramerX86: Add target description for btver2; make autodetect...
2013-05-03 Aaron BallmanUnbreaking the non-x86 build bots by protecting the...
2013-05-03 Aaron BallmanCorrectly testing for AVX support in x86 based off...
2013-05-03 John McCallIn MC asm parsing, account for the possibility of white...
2013-05-02 Michael Liao80-col fixup.
2013-05-02 Michael LiaoAvoid duplicating logic on frame register selecting...
2013-05-02 Michael LiaoAvoid duplicating logic on frame register selecting...
2013-05-01 Rafael EspindolaPut VMOVPQIto64rr in the VRPDI class.
2013-04-26 Benjamin KramerX86: Now that we have a canonical form for vector integ...
2013-04-25 Preston GurdMake function documentation conform to llvm standards.
2013-04-25 Preston GurdThis patch adds the X86FixupLEAs pass, which will reduc...
2013-04-25 Rafael EspindolaFix section relocation for SECTIONREL32 with immediate...
2013-04-22 Chad Rosier[ms-inline asm] Removed this unnecessary check. In...
2013-04-22 Chad Rosier[ms-inline asm] Add the OpDecl to the InlineAsmIdentifi...
2013-04-22 Chad RosierFix unused variable warning.
2013-04-22 Chad Rosier[ms-inline asm] Remove the identifier parsing logic...
2013-04-22 Chad Rosier[ms-inline asm] Refactor/clean up the SemaLookup interf...
2013-04-20 Tim NorthoverRemove unused ShouldFoldAtomicFences flag.
2013-04-20 Tim NorthoverRemove unused MEMBARRIER DAG node; it's been replaced...
2013-04-19 Eli BenderskyMove TryToFoldFastISelLoad to FastISel, where it belong...
2013-04-19 Michael LiaoArrayRefize getMachineNode(). No functionality change.
2013-04-19 Chad Rosier[ms-inline asm] Make code layout more canonical with...
2013-04-19 Chad Rosier[ms-inline asm] Refactor the parsing of identifiers...
2013-04-19 Chad Rosier[ms-inline asm] Remove these asserts. C++ variables...
2013-04-19 Chad Rosier[ms-inline asm] Move this variable into the scope in...
2013-04-19 Chad Rosier[ms-inline asm] Make this a hard error.
2013-04-19 Chad Rosier[ms-inline asm] Cleanup the dot operator implementation.
2013-04-19 Michael LiaoUse 'array_lengthof' as possible to avoid magic numbers
2013-04-19 Bill WendlingUse an enum instead of magic constants to improve reada...
2013-04-18 Chad Rosier[ms-inline asm] Apply the condition code mnemonic alias...
2013-04-18 Bill WendlingSet the compact unwind encoding to 'requires EH DWARF...
2013-04-18 Chad Rosier[asm parser] Add support for predicating MnemonicAlias...
2013-04-18 Benjamin KramerX86: Add an SSE2 lowering for 64 bit compares when...
2013-04-18 Derek SchuffAllow misaligned stores in x86 fast-isel.
2013-04-18 Chad Rosier[ms-inline asm] Simplify some logic and add a FIXME...
2013-04-18 Chad RosierMake this private method.
2013-04-17 Chad Rosier[ms-inline asm] These should be int64_t, not uint64_t.
2013-04-17 Chad Rosier[ms-inline asm] Add support for the minus unary operato...
2013-04-17 Eli BenderskyThis patch teaches x86 fast-isel to generate the native...
2013-04-17 Arnold SchwaighoferX86 cost model: Exit before calling getSimpleVT on...
2013-04-17 Chad Rosier[ms-inline asm] Add support for parsing complex immedia...
2013-04-16 Chad RosierRemove unused variable from previous refactor.
2013-04-16 Chad Rosier[ms-inline asm] Refactor. No functional change intended.
2013-04-16 Chad Rosier[ms-inline asm] Remove some dead code.
2013-04-13 Andrew TrickX86 machine model: reduce SandyBridge and Haswell ILPWi...
2013-04-13 Andrew TrickCatch another case where SD fails to propagate node...
2013-04-12 Chad Rosier[ms-inline asm] Simplify the logic by using parsePrimar...
2013-04-12 Chad Rosier[ms-inline asm] Move this logic into a static function...
2013-04-12 Chad Rosier[ms-inline asm] Address the FIXME for ImmDisp before...
2013-04-12 Chad Rosier[ms-inline asm] Have the [ Symbol ] case fall into...
2013-04-12 Chad Rosier[ms-inline asm] Add support for operands that include...
2013-04-11 Chad Rosier[ms-inline asm] Add support for using the LENGTH, TYPE...
2013-04-11 Chad Rosier[ms-inline asm] Add support for using offsetof operator...
2013-04-11 Chad Rosier[ms-inline asm] Pass a StringRef reference to ParseInte...
2013-04-11 Chad Rosier[ms-inline asm] Remove brackets from around a symbol...
2013-04-11 Michael LiaoOptimize vector select from all 0s or all 1s
2013-04-11 Michael LiaoAdd CLAC/STAC instruction encoding/decoding support
2013-04-11 Michael LiaoEnhance bool simplifcation in X86 to handle more cases
2013-04-10 Nico RieckMC: Support COFF image-relative MCSymbolRefs
2013-04-10 Kay Tiong Khoofixed xsave, xsaveopt, xrstor mnemonics with intel...
2013-04-10 Kay Tiong Khoofixed to disassemble with tab after mnemonic rather...
2013-04-10 Preston GurdIn the X86 back end, getMemoryOperandNo() returns the...
2013-04-10 Chad RosierTidy up, fix and simplify a few of the SMLocs. Prior...
2013-04-10 Chad RosierRemove unused variable.
2013-04-10 Chad RosierReapply r179115, but use parsePrimaryExpression a littl...
2013-04-10 Evan Cheng__sincosf_stret returns sinf / cosf in bits 0:31 and...
2013-04-09 Chad RosierCleanup. No functional change intended.
2013-04-09 Chad RosierCleanup. No functional change intended.
2013-04-09 Chad RosierRevert r179115 as it looks to have killed the ASan...
2013-04-09 Chad Rosier[ms-inline asm] Use parsePrimaryExpr in lieu of parseEx...
2013-04-09 Chad Rosier[ms-inline asm] Maintain a StringRef to reference a...
2013-04-08 Arnold SchwaighoferX86 cost model: Model cost for uitofp and sitofp on...
2013-04-08 Chad Rosier[ms-inline asm] Add support for ImmDisp [ Symbol ]...
2013-04-05 Bill WendlingUse the target options specified on a function to reset...
2013-04-05 Chad Rosier[ms-inline asm] Add support for numeric displacement...
2013-04-04 Arnold SchwaighoferX86 cost model: Differentiate cost for vector shifts...
2013-04-04 Arnold SchwaighoferCostModel: Add parameter to instruction cost to further...
2013-04-03 Arnold SchwaighoferX86 cost model: Vector shifts are expensive in most...
next