summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Update BBVectorize to use the new VTTI instr. cost interfaces.Hal Finkel2012-10-27
* 1. Fix a bug in getTypeConversion. When a *simple* type is split, we need to ...Nadav Rotem2012-10-27
* [code size][ARM] Emit regular call instructions instead of the move, branch s...Quentin Colombet2012-10-27
* Implement MipsHi for mips16Reed Kotler2012-10-27
* [mips] Do not tail-call optimize vararg functions or functions with byvalAkira Hatanaka2012-10-27
* [mips] Make sure FuncArg doesn't advance when OrigArgIndex is the same as in theAkira Hatanaka2012-10-27
* Use the methods and classes that were added to simplify LowerCall and Akira Hatanaka2012-10-27
* Add method MipsTargetLowering::writeVarArgRegs which copies argument registersAkira Hatanaka2012-10-27
* Add method MipsTargetLowering::passByValArg.Akira Hatanaka2012-10-27
* Add method MipsTargetLowering::copyByValRegs.Akira Hatanaka2012-10-27
* Add class MipsCC which provides methods used to analyze formal and callAkira Hatanaka2012-10-26
* Delete MipsFunctionInfo::InArgFIRange. Akira Hatanaka2012-10-26
* Refactor the VectorTargetTransformInfo interface.Nadav Rotem2012-10-26
* Revert r163298 "Optimize codegen for VSETLNi{8,16,32} operating on Q registers."Jakob Stoklund Olesen2012-10-26
* Avoid an unused-variable warning when asserts are disabled.Kaelyn Uhrain2012-10-26
* Reduce indentation with early exit.Jakob Stoklund Olesen2012-10-26
* Also make the current basic block a class member.Jakob Stoklund Olesen2012-10-26
* implement mips16 tls global addrReed Kotler2012-10-26
* Make the Processed set a class member.Jakob Stoklund Olesen2012-10-26
* [ms-inline asm] Add a comment.Chad Rosier2012-10-26
* 80 col.Jakob Stoklund Olesen2012-10-26
* Remove ARMBaseRegisterInfo::isReservedReg().Jakob Stoklund Olesen2012-10-26
* Add GPRPair Register class to ARM.Jakob Stoklund Olesen2012-10-26
* Fix whitespace and function names to be coding standardy.Jakob Stoklund Olesen2012-10-26
* Remove the canCombineSubRegIndices() target hook.Jakob Stoklund Olesen2012-10-26
* Remove LoopDependenceAnalysis.Benjamin Kramer2012-10-26
* Change the internalize pass to internalize all symbols when given an emptyRafael Espindola2012-10-26
* Lowercase the argument for TargetTransformInfo so it's consistent with all ot...Benjamin Kramer2012-10-26
* [ms-inline asm] Emit an error for unsupported SIZE and LENGTH directives.Chad Rosier2012-10-26
* [ms-inline asm] Add support for the TYPE operator.Chad Rosier2012-10-26
* LoopSimplify: Preserve DependenceAnalysis.Benjamin Kramer2012-10-26
* Fix SCEV cache invalidation in LCSSA and LoopSimplify.Benjamin Kramer2012-10-26
* Add a basic verifier for SCEV's backedge taken counts.Benjamin Kramer2012-10-26
* Fix a crash in SimpliftDemandedBits of vectors of pointers.Nadav Rotem2012-10-26
* Make sure I is not the end iterator when isInsideBundle is called. Akira Hatanaka2012-10-26
* git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166780 91177308-0d34...Reed Kotler2012-10-26
* [ms-inline asm] Have the target AsmParser create the asmrewrite for the offsetofChad Rosier2012-10-26
* Better handling of OpcodeToISD using enum/switch.Renato Golin2012-10-26
* Don't explicitly require RTTI and EH.Joerg Sonnenberger2012-10-26
* PowerPC: Fix for rldcl/rldicl/rldicr MC emissionAdhemerval Zanella2012-10-26
* Remove GC roots that reference dead objects.Nicolas Geoffray2012-10-26
* Fix CPP backend for method attributes by creating a block where a new AttrBui...Nicolas Geoffray2012-10-26
* Implement carry for subtract/add for mips16Reed Kotler2012-10-26
* Hoist out some work done inside a loop doing a linear scan over allNick Lewycky2012-10-26
* Use VTTI->getNumberOfParts in BBVectorize.Hal Finkel2012-10-26
* Add VectorTargetTransform::getNumberOfParts.Hal Finkel2012-10-26
* Fix typo in comment.Nick Lewycky2012-10-26
* implement large (>16 bit) constant loading.Reed Kotler2012-10-26
* Disable generation of pointer vectors by BBVectorize.Hal Finkel2012-10-26
* Revert 166726 because it may have broken a number of SPEC tests. PR14183.Nadav Rotem2012-10-25