Fix a typo.
[oota-llvm.git] / lib /
2012-09-02 Nadav RotemFix a typo.
2012-09-02 Nadav RotemNot all targets have efficient ISel code generation...
2012-09-02 Benjamin KramerLoopRotation: Make the brute force DomTree update more...
2012-09-02 Logan ChienRename ANDROIDEABI to Android.
2012-09-02 Nadav RotemGenerate better select code by allowing the target...
2012-09-01 Pete CooperOnly legalise a VSELECT in to bitwise operations if...
2012-09-01 Tim NorthoverLimit domain conversion to cases where it won't break...
2012-09-01 Pete CooperRevert "Take account of boolean vector contents when...
2012-09-01 Logan ChienFix Thumb2 fixup kind in the integrated-as.
2012-09-01 Logan ChienFix typo.
2012-09-01 Benjamin KramerLoopRotation: Check some invariants of the dominator...
2012-09-01 Craig TopperTypos
2012-09-01 Owen AndersonTeach DAG combine a number of tricks to simplify FMA...
2012-09-01 Michael LiaoFix typo
2012-08-31 Manman RenSelectionDAG: when constructing VZEXT_LOAD from other...
2012-08-31 Craig TopperMark FMA4 instructions as commutable and add them to...
2012-08-31 Chad RosierRemove an unused argument. The MCInst opcode is set...
2012-08-31 Craig TopperAdd selection of RegOp2MemOpTable3 to canFoldMemoryOperand
2012-08-31 Jakob Stoklund OlesenAdd MachineInstr::tieOperands, remove setIsTied().
2012-08-31 Michael LiaoFix PR12359
2012-08-31 Jack CarterThe instruction DINS may be transformed into DINSU...
2012-08-31 Bill WendlingMove the GCOVFormat enums into their own namespace...
2012-08-31 Chad RosierAdd a comment to explain what's really going on.
2012-08-31 Chad RosierThe ConvertToMCInst() function can't fail, so remove...
2012-08-31 Craig TopperMark FMA3 instructions as commutable so that the operan...
2012-08-31 Craig TopperUse CloneMachineInstr to make a new MI in commuteInstru...
2012-08-31 Craig TopperAdd support for converting llvm.fma to fma4 instructions.
2012-08-31 Jakob Stoklund OlesenDon't enforce ordered inline asm operands.
2012-08-31 Benjamin KramerClean up ProfileDataLoader a bit.
2012-08-31 Bill WendlingCleanups due to feedback. No functionality change....
2012-08-31 Michael LiaoClean up AddedComplexity further after adding UseSSEx
2012-08-31 Jakob Stoklund OlesenFix a couple of typos in EmitAtomic.
2012-08-31 Jim GrosbachX86: Fix encoding of 'movd %xmm0, %rax'
2012-08-31 Chad RosierWith the fix in r162954/162955 every cvt function retur...
2012-08-30 Pete CooperTake account of boolean vector contents when promoting...
2012-08-30 Owen AndersonTeach the DAG combiner to turn chains of FADDs (x+x...
2012-08-30 Chad RosierFix for r162954. Return the Error.
2012-08-30 Chad RosierMove a check to the validateInstruction() function...
2012-08-30 Chad RosierTypo.
2012-08-30 Nadav RotemCurrently targets that do not support selects with...
2012-08-30 Michael LiaoIntroduce 'UseSSEx' to force SSE legacy encoding
2012-08-30 NAKAMURA TakumiApply "/Og-" also to MSC15(aka VS9) on VMCore/Function...
2012-08-30 NAKAMURA TakumiPPCISelLowering.cpp: Fix r162725.
2012-08-30 NAKAMURA TakumiPPCISelLowering.cpp: Whitespace.
2012-08-30 Michael Ilsemantest
2012-08-30 Benjamin KramerLoopRotate: Also rotate loops with multiple exits.
2012-08-30 Benjamin KramerInstCombine: Fix comment to reflect the code.
2012-08-30 Jakob Stoklund OlesenDon't use MCInstrDesc flags for implicit operands.
2012-08-30 Alexey SamsonovWhitespace
2012-08-30 Nadav RotemIt is illegal to transform (sdiv (ashr X c1) c2) ...
2012-08-30 Tim NorthoverAdd support for moving pure S-register to NEON pipeline...
2012-08-30 Alexey SamsonovRefactor fetching file/line info from DWARFContext...
2012-08-30 Craig TopperAdd FMA to switch statement in VectorLegalizer::Legaliz...
2012-08-30 Craig TopperAdd support for FMA to WidenVectorResult.
2012-08-30 Craig TopperOnly perform DAG combine on FMAs of legal types.
2012-08-30 Bill WendlingPass by pointer and not std::string.
2012-08-30 Bill WendlingRevert r162855 in favor of changing clang to emit the...
2012-08-30 Michael LiaoFix PR13727
2012-08-29 Jakob Stoklund OlesenVerify the order of tied operands in inline asm.
2012-08-29 Benjamin KramerAdd some __builtin_expect magic to StringMap.
2012-08-29 Benjamin KramerReplace the BUILTIN_EXPECT macro with a less horrible...
2012-08-29 Owen AndersonAllow targets to specify a minimum supported NOP size...
2012-08-29 Jakob Stoklund OlesenSet the isTied flags when building INLINEASM MachineInstrs.
2012-08-29 Andrew TrickPreserve branch profile metadata during switch formation.
2012-08-29 Andrew Trickwhitespace
2012-08-29 Jakob Stoklund OlesenRename hasVolatileMemoryRef() to hasOrderedMemoryRef().
2012-08-29 Jakob Stoklund OlesenDon't move normal loads across volatile/atomic loads.
2012-08-29 Bill WendlingUse the full path to output the .gcda file.
2012-08-29 Hal FinkelReserve space for the mandatory traceback fields on...
2012-08-29 Bill WendlingUse ArrayRef instead of SmallVector when passing vector...
2012-08-29 Jakob Stoklund OlesenVerify the consistency of inline asm operands.
2012-08-29 Eric ChristopherClean this up slightly, doesn't really fall through.
2012-08-29 Tim NorthoverRefactor setExecutionDomain to be clearer about what...
2012-08-29 Benjamin KramerMake helper function static.
2012-08-29 Benjamin KramerMake MemoryBuiltins aware of TargetLibraryInfo.
2012-08-29 Craig TopperConvert FMA4 patterns to use target specific nodes...
2012-08-29 Craig TopperAdd virtual keywords for methods that override the...
2012-08-29 Andrew TrickCleanup sloppy code. Jakob's review.
2012-08-29 Jush Lu[arm-fast-isel] Add support for ARM PIC.
2012-08-29 Andrew TrickFix ARM vector copies of overlapping register tuples.
2012-08-29 Andrew Trickcleanup
2012-08-29 Jakob Stoklund OlesenVerify the tied operand flags.
2012-08-29 Jakob Stoklund OlesenMaintain a vaild isTied bit as operands are added and...
2012-08-28 Chad RosierTypo.
2012-08-28 Michael LiaoAdd comments on the literal value used.
2012-08-28 Manman RenProfile: set branch weight metadata with data generated...
2012-08-28 Jack CarterThe instruction DEXT may be transformed into DEXTU...
2012-08-28 Michael LiaoExplicitly update the number of nodes to be traversed
2012-08-28 Jack CarterSome instructions are passed to the assembler to be
2012-08-28 Roman DivackyEmit word of zeroes after the last instruction as a...
2012-08-28 Akira HatanakaFollow-up patch to r162731.
2012-08-28 Jakob Stoklund OlesenAdd a MachineOperand::isTied() flag.
2012-08-28 Jakob Stoklund OlesenDon't allow TargetFlags on MO_Register MachineOperands.
2012-08-28 Hal FinkelAdd PPC Freescale e500mc and e5500 subtargets.
2012-08-28 Benjamin KramerInstCombine: Defensively avoid undefined shifts by...
2012-08-28 Benjamin KramerInstCombine: Guard the transform introduced in r162743...
2012-08-28 Nadav RotemMake sure that we don't call getZExtValue on values...
2012-08-28 Nadav RotemTeach InstCombine to canonicalize [SU]div+[AL]shl...
2012-08-28 Bill WendlingThe commutative flag is already correctly set within...
2012-08-28 Craig TopperConvert V_SETALLONES/AVX_SETALLONES/AVX2_SETALLONES...
next