llvm/test/CodeGen/X86: FileCheck-ize two tests in r171083.
[oota-llvm.git] / lib /
2012-12-26 Craig TopperRemove alignment from a bunch more VEX encoded operatio...
2012-12-26 Craig TopperRemove alignment from folding table for VMOVUPD as...
2012-12-26 Craig TopperRemove alignment requirements from (V)EXTRACTPS. This...
2012-12-26 Hal FinkelBBVectorize: Use VTTI to compute costs for intrinsics...
2012-12-26 Craig TopperRemove alignment requirement from VCVTSS2SD in folding...
2012-12-25 Hal FinkelLoopVectorize: Enable vectorization of the fmuladd...
2012-12-25 Hal FinkelBBVectorize: Enable vectorization of the fmuladd intrinsic
2012-12-25 Hal FinkelExpand PPC64 atomic load and store
2012-12-25 Evgeniy Stepanov[msan] Fix handling of vectors of pointers.
2012-12-25 Evgeniy Stepanov[msan] Fix handling of select with vector condition.
2012-12-25 Benjamin KramerX86: Shave off one shuffle from the pcmpeqq sequence...
2012-12-25 Benjamin KramerX86: Custom lower <2 x i64> eq and ne when SSE41 is...
2012-12-25 Alexey SamsonovASan: initialize callbacks from ASan module pass in...
2012-12-25 Alexey SamsonovASan: move stack poisoning logic into FunctionStackPois...
2012-12-25 Nick LewyckyFix whitespace. No functionality change.
2012-12-25 Nadav RotemVCVTSS2SD requires a strict alignment. Thanks Elena.
2012-12-25 Bob WilsonRename LLVMContext diagnostic handler types and functions.
2012-12-24 Nick LewyckyQuiet gcc's -Wparenthesis warning. No functionality...
2012-12-24 Benjamin KramerUse a std::string rather than a dynamically allocated...
2012-12-24 Bob WilsonAdd LLVMContext::emitWarning methods and use them....
2012-12-24 Nadav RotemCostModel: We have API for checking the costs of known...
2012-12-24 Elena DemikhovskyAdded 6 more value types: v32i1, v64i1, v32i16, v32i8...
2012-12-24 Elena DemikhovskyRemoved "static" from "__jit_debug_descriptor" because...
2012-12-24 Nadav RotemSome x86 instructions can load/store one of the operand...
2012-12-24 Nadav RotemLoopVectorizer: When checking for vectorizable types...
2012-12-24 Nadav RotemChange the codegen Cost Model API for shuffeles. This...
2012-12-24 Alexey SamsonovFix typo in comments
2012-12-24 Nadav RotemUpdate the docs of the cost model.
2012-12-24 Nadav RotemLoopVectorizer: Fix an endless loop in the code that...
2012-12-23 Nadav RotemCostModel: Change the default target-independent implem...
2012-12-23 Benjamin KramerLoopVectorize: Fix accidentaly inverted condition.
2012-12-23 Benjamin KramerLoopVectorize: For scalars and void types there is...
2012-12-23 Nadav Rotemwhitespace
2012-12-23 Nadav RotemRename a function.
2012-12-23 Nadav RotemLoop Vectorizer: Update the cost model of scatter/gathe...
2012-12-22 Craig TopperRemove trailing whitespace.
2012-12-22 Craig TopperRemove trailing whitespace
2012-12-22 Jakob Stoklund OlesenRemove a special case that doesn't seem necessary any...
2012-12-22 Jakob Stoklund OlesenUse getNumOperands() instead of Operands.size().
2012-12-22 Benjamin KramerX86: Turn mul of <4 x i32> into pmuludq when no SSE4...
2012-12-22 Benjamin KramerX86: Emit vector sext as shuffle + sra if vpmovsx is...
2012-12-22 Bill WendlingChange 'AttrVal' to 'AttrKind' to better reflect that...
2012-12-22 Richard SmithDon't call back() on an empty SmallVector. Found by...
2012-12-21 Nadav RotemIn some cases, due to scheduling constraints we copy...
2012-12-21 Akira Hatanaka[mips] Refactor subword-swap, EXT/INS, load-effective...
2012-12-21 Akira Hatanaka[mips] Refactor SYNC and multiply/divide instructions.
2012-12-21 Akira Hatanaka[mips] Refactor BAL instructions.
2012-12-21 Akira Hatanaka[mips] Fix encoding of BAL instruction. Also, fix assem...
2012-12-21 Akira Hatanaka[mips] Refactor jump, jump register, jump-and-link...
2012-12-21 Akira Hatanaka[mips] Refactor load/store left/right and load-link...
2012-12-21 Akira Hatanaka[mips] Refactor load/store instructions.
2012-12-21 Akira Hatanaka[mips] Remove unnecessary isPseudo parameter.
2012-12-21 Akira Hatanaka[mips] Refactor LUI instruction.
2012-12-21 Akira Hatanaka[mips] Refactor count leading zero or one instructions.
2012-12-21 Akira Hatanaka[mips] Refactor sign-extension-in-register instructions.
2012-12-21 Akira Hatanaka[mips] Refactor instructions which copy from and to...
2012-12-21 Akira Hatanaka[mips] Refactor logical NOR instructions.
2012-12-21 Akira Hatanaka[mips] Move instruction definitions in MipsInstrInfo.td.
2012-12-21 Tom StellardR600: Coding style - remove empty spaces from the begin...
2012-12-21 Tom StellardR600: Fix MAX_UINT definition
2012-12-21 Tom StellardR600: Add SHADOWCUBE to TEX_SHADOW pattern
2012-12-21 Benjamin KramerCleanup compiler warnings on discarding type qualifiers...
2012-12-21 Benjamin KramerX86: Match pmin/pmax as a target specific dag combine...
2012-12-21 Roman DivackyRemove duplicate includes.
2012-12-21 Tom StellardR600: Expand vec4 INT <-> FP conversions
2012-12-21 Benjamin KramerX86: Match the SSE/AVX min/max vector ops using a custo...
2012-12-21 Evgeniy Stepanov[msan] Remove unreachable blocks before instrumenting...
2012-12-21 Nadav RotemAdd a missing "virtual" keyword.
2012-12-21 Nadav RotemEnable if-conversion.
2012-12-21 Quentin ColombetAdd ARM cortex-r5 subtarget.
2012-12-21 Rafael EspindolaDon't skip __DWARF,
2012-12-21 Rafael EspindolaAdd a function to get the segment name of a section.
2012-12-21 Evan ChengAdd targets to skip running the GC passes.
2012-12-21 Evan ChengEvery pass deserves a name, even codegenprep.
2012-12-21 Nadav RotemImprove the X86 cost model for loads and stores.
2012-12-21 Nadav RotemBB-Vectorizer: Check the cost of the store pointer...
2012-12-21 Reed KotlerCall llvm_unreachable instead of assert.
2012-12-21 Nadav RotemFix a bug in the code that checks if we can vectorize...
2012-12-20 Jakob Stoklund OlesenRequire the two-argument MI::addOperand(MF, MO) for...
2012-12-20 Jakob Stoklund OlesenAdd an MF argument to MI::copyImplicitOps().
2012-12-20 Jakob Stoklund OlesenUse two-arg addOperand(MF, MO) internally in MachineIns...
2012-12-20 Jakob Stoklund OlesenMachineInstrBuilderize ARM.
2012-12-20 Jakob Stoklund OlesenMachineInstrBuilderize NVPTX.
2012-12-20 Eli BenderskyFix an unitialized member variable that may have caused...
2012-12-20 Eric ChristopherWhitespace and 80-column cleanup.
2012-12-20 Eric ChristopherStart splitting out the debug string section handling...
2012-12-20 Bill WendlingSome random comment, naming, and format changes.
2012-12-20 Jakob Stoklund OlesenRemove two dead functions.
2012-12-20 Bob WilsonRevert "Adding support for llvm.arm.neon.vaddl[su]...
2012-12-20 Nadav RotemLoopVectorize: Fix a bug in the scalarization of instru...
2012-12-20 Evan ChengOn some ARM cpus, flags setting movs with shifter opera...
2012-12-20 Eli BenderskyAligned bundling support. Following the discussion...
2012-12-20 Jakob Stoklund OlesenUse MachineInstrBuilder for PHI nodes in SelectionDAGISel.
2012-12-20 Jakob Stoklund OlesenUse MachineInstrBuilder in InstrEmitter.
2012-12-20 Jakob Stoklund OlesenUse MachineInstrBuilder in a few CodeGen passes.
2012-12-20 Nadav RotemLoop Vectorizer: turn-off if-conversion.
2012-12-20 James MolloyAdd a new attribute, 'noduplicate'. If a function conta...
2012-12-20 Roman DivackyRemove MCTargetAsmLexer and its derived classes now...
2012-12-20 Renato GolinAdding support for llvm.arm.neon.vaddl[su].* and
2012-12-20 Craig TopperFormatting fixes. Remove some unnecessary 'else' after...
next