[IR] Add verification for module flags with the "require" behavior.
[oota-llvm.git] / lib / Target /
2013-01-15 Jack CarterThis patch fixes a Mips specific bug where
2013-01-14 Chad Rosier[ms-inline asm] Extend support for parsing Intel bracke...
2013-01-14 Dmitri GribenkoImprove r172468: const_cast is not needed here
2013-01-14 Dmitri GribenkoImprove r172471: avoid all those extra casts on the...
2013-01-14 Quentin ColombetFollow up of commit r172472.
2013-01-14 Quentin ColombetComplete the existing support of ARM v6m, v7m, and...
2013-01-14 David GreeneFix Casting
2013-01-14 David GreeneFix Another Cast
2013-01-14 Craig TopperSimplify nested strconcats in X86 td files since strcon...
2013-01-14 Craig TopperCreate a single multiclass for SSE and AVX version...
2013-01-13 Nick LewyckyFix typo in comment.
2013-01-13 Dmitri GribenkoRemove redundant 'llvm::' qualifications
2013-01-13 Benjamin KramerX86: Add patterns for X86ISD::VSEXT in registers.
2013-01-12 NAKAMURA TakumiMipsDisassembler.cpp: Prune DecodeHWRegs64RegisterClass...
2013-01-12 NAKAMURA TakumiMipsAsmParser: Try to unbreak tests to add extra check.
2013-01-12 Jack CarterThis patch tackles the problem of parsing Mips
2013-01-11 Preston GurdUpdate patch for the pad short functions pass for Intel...
2013-01-11 NAKAMURA TakumiX86AsmParser.cpp: Fix up r172148, to add initializer...
2013-01-10 Jakub StaszakRemove heavy and unused #inclues from X86TargetObjectFi...
2013-01-10 Chad Rosier[ms-inline asm] Make sure we set a default value for...
2013-01-10 Chad Rosier[ms-inline asm] Add support for calling functions from...
2013-01-09 Joel JonesFix description of ARMOperand
2013-01-09 Nadav RotemARM Cost model: Use the size of vector registers and...
2013-01-09 Adhemerval ZanellaPowerPC: EH adjustments
2013-01-09 Nadav RotemEfficient lowering of vector sdiv when the divisor...
2013-01-09 Eric ChristopherLast in the series of removing unnecessary '0' argument...
2013-01-09 Andrew TrickMIsched: add an ILP window property to machine model.
2013-01-09 Eric ChristopherThese functions have default arguments of 0 for the...
2013-01-09 Nadav RotemCost Model: Move the 'max unroll factor' variable to...
2013-01-08 Jack CarterThis patch produces the correct addend value for
2013-01-08 Jack CarterThis patch produces the correct pointer size
2013-01-08 Preston GurdPad Short Functions for Intel Atom
2013-01-08 Eli BenderskyRenamed MCInstFragment to MCRelaxableFragment and added...
2013-01-07 Jim GrosbachARM: Copy-paste error.
2013-01-07 Jim GrosbachARM: Fix a few copy-paste errors.
2013-01-07 Bill SchmidtThis patch addresses bug 14678 by fixing two problems...
2013-01-07 Jordan RoseChange SMRange to be half-open (exclusive end) instead...
2013-01-07 NAKAMURA TakumiR600/SIISelLowering.cpp: Suppress a warning. [-Wunused...
2013-01-07 Tim NorthoverAdd LICENSE.TXT covering contributions made by ARM.
2013-01-07 Craig TopperRemove more unnecessary # operators with nothing to...
2013-01-07 Craig TopperRemove # from the beginning and end of def names. The...
2013-01-07 Craig TopperRemove # from the beginning and end of def names.
2013-01-07 Craig TopperRemove unnecessary # tokens at the beginning and end...
2013-01-07 Chandler CarruthFix the enumerator names for ShuffleKind to match tho...
2013-01-07 Chandler CarruthMake the popcnt support enums and methods have more...
2013-01-07 Chandler CarruthMove TargetTransformInfo to live under the Analysis...
2013-01-07 Chandler CarruthSwitch TargetTransformInfo from an immutable analysis...
2013-01-06 Craig TopperFix suffix handling for parsing and printing of cvtsi2s...
2013-01-06 Evan ChengFix for PR14739. It's not safe to fold a load into...
2013-01-05 Chandler CarruthConvert the TargetTransformInfo from an immutable pass...
2013-01-05 Craig TopperRecommit r171461 which was incorrectly reverted. Mark...
2013-01-05 Nadav RotemRevert revision 171524. Original message:
2013-01-05 Chandler CarruthRefactor the ScalarTargetTransformInfo API for querying...
2013-01-05 Akira Hatanaka[mips] Fix data layout string. Add 64 to the list of...
2013-01-04 Jakub StaszakMove 'break' to the right place to prevent fallthru...
2013-01-04 Preston GurdThe current Intel Atom microarchitecture has a feature...
2013-01-04 Akira Hatanaka[mips] MipsTargetLowering::getSetCCResultType should...
2013-01-04 Akira Hatanaka[mips] 80 columns.
2013-01-04 Akira Hatanaka[mips] Reorder template parameters. Remove class shift_...
2013-01-04 Akira Hatanaka[mips] Refactor conditional move instructions.
2013-01-04 Akira Hatanaka[mips] Refactor instructions which move data from or...
2013-01-04 Adhemerval ZanellaPowerPC: Fix eh_frame relocation for PIC
2013-01-04 Nadav RotemChange the default number of registers to prevent unrol...
2013-01-04 Nadav RotemLoopVectorizer:
2013-01-04 Nadav RotemRevert revision: 171467. This transformation is incorre...
2013-01-03 Elena DemikhovskySimplified TRUNCATE operation that comes after SETCC...
2013-01-03 Michael GottesmanRevert "Mark DIV/IDIV instructions hasSideEffects=1...
2013-01-03 Craig TopperMark DIV/IDIV instructions hasSideEffects=1 because...
2013-01-03 Hal FinkelAdd a subtype parameter to VTTI::getShuffleCost
2013-01-02 Kevin EnderbyAdds missing aliases for fcom and fcomp instructions...
2013-01-02 Nadav RotemAVX: Fix a bug in WidenMaskArithmetic.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2013-01-02 Chandler CarruthResort the #include lines in include/... and lib/....
2013-01-02 Craig TopperMerge SSE and AVX instruction definitions for scalar...
2013-01-02 Craig TopperMerge SSE and AVX instruction definitions for PSHUFD...
2013-01-02 Rafael EspindolaRevert 171351. It broke MC/X86/x86-32-avx.s.
2013-01-01 Craig TopperMerge SSE and AVX instruction definitions for scalar...
2013-01-01 Craig TopperRemove unused argument from a multiclass.
2013-01-01 Craig TopperMerge intrinsic instruction definitions for SSE and...
2013-01-01 Craig TopperRemove 2 unused multiclasses.
2013-01-01 Craig TopperMerge AVX/SSE instruction definitions for SQRTPS/PD...
2012-12-31 Craig TopperUse packed instead of scalar itineraries for SSE1/2...
2012-12-31 Bill WendlingRemove the getAttributesAtIndex and getNumAttrs methods...
2012-12-30 Nuno Lopesconvert a bunch of callers from DataLayout::getIndexedO...
2012-12-30 Bill WendlingUse the predicate methods off of AttributeSet instead...
2012-12-30 Bill WendlingRemove the Function::getRetAttributes method in favor...
2012-12-30 Bill WendlingRemove Function::getParamAttributes and use the Attribu...
2012-12-30 Bill WendlingRemove the Function::getFnAttributes method in favor...
2012-12-30 Bill Wendlings/hasAttribute/contains/g to be more consistent with...
2012-12-29 Craig TopperRemove intrinsic specific instructions for (V)SQRTPS...
2012-12-29 Craig TopperMerge similar functionality using a nested switch.
2012-12-29 Craig TopperRemove intrinsic specific instructions for SSE/SSE2...
2012-12-29 Jakub StaszakSimplify code, no functionality change.
2012-12-29 Jakub StaszakDelete executive bit on ./lib/Target/Hexagon/HexagonAsm...
2012-12-28 Nadav RotemCostModel: initial checkin for code that estimates...
2012-12-28 Nadav Rotemwrap 80-col lines.
2012-12-28 Nadav RotemAVX: Move the ZEXT/ANYEXT DAGCo optimizations to the...
2012-12-27 Nadav RotemReverse the 'if' condition and reduce the indentation.
2012-12-27 Craig TopperMerge basic_sse12_fp_binop_p_int and basic_sse12_fp_bin...
2012-12-27 Nadav RotemAVX/AVX2: Move the SEXT lowering code from a target...
next