oota-llvm.git
2012-10-29 Nadav RotemRename the BB-vectorize flag to match the dragonegg...
2012-10-29 Michael LiaoFix PR14204
2012-10-29 Joerg SonnenbergerFix typo
2012-10-29 Jakob Stoklund... Completely disallow partial copies in adjustCopiesBackF...
2012-10-29 Ulrich WeigandAllow i32/i64 for 'f' constraint on PowerPC.
2012-10-29 Duncan SandsRemove a wrapper around getIntPtrType added to GVN...
2012-10-29 Bob WilsonRemove code to saturate profile counts.
2012-10-29 Nadav RotemChange the PassManagerBuilder (used by -O3) loop vector...
2012-10-29 Hans WennborgMinor style fixes for TargetTransformationInfo and...
2012-10-29 Reed KotlerExpand all atomic ops for mips16.
2012-10-29 NAKAMURA Takumillvm/Config/config.h.cmake: Good bye, Kevin! We won...
2012-10-29 NAKAMURA TakumiPPCSubtarget.h: Add explicit braces.
2012-10-29 NAKAMURA TakumiPPCSubtarget.h: Whitespace.
2012-10-29 Preston GurdThis patch addresses a problem with the Post RA schedul...
2012-10-29 Bill SchmidtThis patch adds alignment information for long double...
2012-10-29 Duncan SandsFactorize code: rather than duplication the logic in...
2012-10-29 Duncan SandsLoads and stores without an explicit alignment use...
2012-10-29 Duncan SandsRather than duplicating the getPointerSize code just...
2012-10-29 Duncan SandsSilence a GCC warning about comparing signed and unsign...
2012-10-29 Tim NorthoverAlign the data section correctly when loading an ELF...
2012-10-29 Tim NorthoverMake use of common-symbol alignment info in ELF loader.
2012-10-29 Tim NorthoverAdd interface for querying object files for symbol...
2012-10-29 Evgeniy Stepanovva_start, va_end, va_copy: InstrinsicInst subclasses...
2012-10-29 Nadav RotemCalling TLI->getNumRegisters creates a circular depende...
2012-10-29 Lang HamesRemove unused typedef.
2012-10-29 Rafael EspindolaAdd -alias and -ralias options to match what we have...
2012-10-29 Rafael Espindolallvm-extract changes linkages so that functions on...
2012-10-29 Rafael Espindolallvm-extract was unable to handle aliases. It would...
2012-10-28 Reed KotlerImplement brind operator for mips16.
2012-10-28 Rafael EspindolaRemove TargetELFWriterInfo.
2012-10-28 Reed KotlerThis patch is for the implementation of mips16 complex...
2012-10-27 Jakob Stoklund... Never attempt to join an early-clobber def with a regul...
2012-10-27 Benjamin KramerLoopIdiom: Add checks to avoid turning memmove into...
2012-10-27 Benjamin KramerLoopIdiom: Recognize memmove loops.
2012-10-27 Benjamin KramerLoopIdiom: Replace custom dependence analysis with...
2012-10-27 Benjamin KramerSCEV validator: Ignore CouldNotCompute/undef on both...
2012-10-27 Benjamin KramerSCEV validator: Add workarounds for some common false...
2012-10-27 Chandler CarruthClarify that there is an option other than OAuth for...
2012-10-27 Hal FinkelUpdate BBVectorize to use the new VTTI instr. cost...
2012-10-27 Nadav Rotem1. Fix a bug in getTypeConversion. When a *simple*...
2012-10-27 Quentin Colombet[code size][ARM] Emit regular call instructions instead...
2012-10-27 Reed KotlerImplement MipsHi for mips16
2012-10-27 Akira Hatanaka[mips] Do not tail-call optimize vararg functions or...
2012-10-27 Akira Hatanaka[mips] Make sure FuncArg doesn't advance when OrigArgIn...
2012-10-27 Akira HatanakaUse the methods and classes that were added to simplify...
2012-10-27 Akira HatanakaAdd method MipsTargetLowering::writeVarArgRegs which...
2012-10-27 Akira HatanakaAdd method MipsTargetLowering::passByValArg.
2012-10-27 Akira HatanakaAdd method MipsTargetLowering::copyByValRegs.
2012-10-26 Akira HatanakaAdd class MipsCC which provides methods used to analyze...
2012-10-26 Akira HatanakaDelete MipsFunctionInfo::InArgFIRange.
2012-10-26 Nadav RotemRefactor the VectorTargetTransformInfo interface.
2012-10-26 Jakob Stoklund... Revert r163298 "Optimize codegen for VSETLNi{8,16,32...
2012-10-26 Kaelyn UhrainAvoid an unused-variable warning when asserts are disabled.
2012-10-26 Jakob Stoklund... Reduce indentation with early exit.
2012-10-26 Jakob Stoklund... Also make the current basic block a class member.
2012-10-26 Reed Kotlerimplement mips16 tls global addr
2012-10-26 Lang HamesMCRegisterClass should be returned by const ref, not...
2012-10-26 Jordan RoseSuggest llvm_unreachable over assert(0).
2012-10-26 Jakob Stoklund... Make the Processed set a class member.
2012-10-26 Chad Rosier[ms-inline asm] Add a comment.
2012-10-26 Jakob Stoklund... 80 col.
2012-10-26 Jakob Stoklund... Remove ARMBaseRegisterInfo::isReservedReg().
2012-10-26 Jakob Stoklund... Add GPRPair Register class to ARM.
2012-10-26 Jakob Stoklund... Fix whitespace and function names to be coding standardy.
2012-10-26 Jakob Stoklund... Remove the canCombineSubRegIndices() target hook.
2012-10-26 Benjamin KramerRemove LoopDependenceAnalysis.
2012-10-26 Bill WendlingRemove the unneeded initializers.
2012-10-26 Derek SchuffStop APInt::shl from generating llvm.trap
2012-10-26 Hal FinkelMove target-specific BBVectorize tests into a separate...
2012-10-26 Nadav RotemMove the target-specific tests, which require specific...
2012-10-26 Rafael EspindolaChange the internalize pass to internalize all symbols...
2012-10-26 Benjamin KramerLowercase the argument for TargetTransformInfo so it...
2012-10-26 Chad Rosier[ms-inline asm] Emit an error for unsupported SIZE...
2012-10-26 Chad Rosier[ms-inline asm] Add support for the TYPE operator.
2012-10-26 Benjamin KramerLoopSimplify: Preserve DependenceAnalysis.
2012-10-26 Benjamin KramerFix SCEV cache invalidation in LCSSA and LoopSimplify.
2012-10-26 Benjamin KramerAdd a basic verifier for SCEV's backedge taken counts.
2012-10-26 Nadav RotemFix a crash in SimpliftDemandedBits of vectors of pointers.
2012-10-26 Akira HatanakaMake sure I is not the end iterator when isInsideBundle...
2012-10-26 Reed Kotlergit-svn-id: https://llvm.org/svn/llvm-project/llvm...
2012-10-26 Chad Rosier[ms-inline asm] Have the target AsmParser create the...
2012-10-26 Renato GolinBetter handling of OpcodeToISD using enum/switch.
2012-10-26 Joerg SonnenbergerDon't explicitly require RTTI and EH.
2012-10-26 Adhemerval... PowerPC: Fix for rldcl/rldicl/rldicr MC emission
2012-10-26 David TweedMinor enhancement to build process notes for ARM platforms.
2012-10-26 Joerg SonnenbergerAdjust llvm-ar and llvm-ranlib to not depend on excepti...
2012-10-26 Nicolas GeoffrayRemove GC roots that reference dead objects.
2012-10-26 Nicolas GeoffrayFix CPP backend for method attributes by creating a...
2012-10-26 Bill WendlingAlphabetize the enum list.
2012-10-26 Reed KotlerImplement carry for subtract/add for mips16
2012-10-26 Nick LewyckyHoist out some work done inside a loop doing a linear...
2012-10-26 Hal FinkelUse VTTI->getNumberOfParts in BBVectorize.
2012-10-26 Hal FinkelAdd VectorTargetTransform::getNumberOfParts.
2012-10-26 Nick LewyckyFix typo in comment.
2012-10-26 Reed Kotlerimplement large (>16 bit) constant loading.
2012-10-26 Rafael EspindolaFix unexpected passes. These test do work with LTO...
2012-10-26 Reed Kotlerfix test setgek.ll so that it will not give false ...
2012-10-26 Rafael EspindolalibLTO has a bug in that it will keep every symbol...
2012-10-26 Rafael EspindolaPort testcase to FileCheck.
2012-10-26 Hal FinkelDisable generation of pointer vectors by BBVectorize.
next