LoopVectorize: Add missing INITIALIZE_PASS_DEPENDENCY macros
[oota-llvm.git] / lib /
2013-10-12 Tobias GrosserLoopVectorize: Add missing INITIALIZE_PASS_DEPENDENCY...
2013-10-12 Craig TopperRemove more filters from the disassembler. Mark some...
2013-10-12 Tom StellardR600: Store disassembly in a special ELF section when...
2013-10-12 Craig TopperMark some more instructions as CodeGenOnly. Remove...
2013-10-12 Reed KotlerFor Mips16, start to consolidate all forms of 32 bit...
2013-10-12 Will DietzAdd missing #include's to cctype when using isdigit...
2013-10-11 Manman RenDebug Info: remove form from function addDIEEntry.
2013-10-11 Andrew KaylorAdding multiple object support to MCJIT EH frame handling
2013-10-11 Matt ArsenaultFix typo
2013-10-11 Benjamin KramerfConversion: Attempt #2 at fixing the MSVC build.
2013-10-11 Benjamin KramerIfConversion: Try to unbreak the MSVC build.
2013-10-11 Benjamin KramerMips: Disassemble sign-extended 64 bit immediates properly.
2013-10-11 Matthias BraunRemove kill flags after if conversion if necessary
2013-10-11 Quentin Colombet[DAGCombiner] Reapply load slicing (192471) with a...
2013-10-11 Quentin Colombet[DAGCombiner] Revert load slicing (r192471), until...
2013-10-11 Quentin Colombet[DAGCombiner] Slice a big load in two loads when the...
2013-10-11 Renato GolinBetter info when debugging vectorizer
2013-10-11 Amara Emerson[ARM] Fix FP ABI attributes with no VFP enabled.
2013-10-11 Matthias Braunfix typo in comment
2013-10-11 Matheus AlmeidaThis reverts 192447 because of compiler warning generat...
2013-10-11 Matheus AlmeidaThis reverts r192449 because of compiler warning genera...
2013-10-11 Matheus Almeida[mips][msa] Direct Object Emission for the majority...
2013-10-11 Matheus Almeida[mips][msa] Direct Object Emission of INSERT.{B,H,W...
2013-10-11 Justin Holewinski[NVPTX] Switch from StrongPHIElimination to PHIEliminat...
2013-10-11 Justin HolewinskiMake AsmPrinter::emitImplicitDef a virtual method so...
2013-10-11 Daniel Sanders[mips][msa] Added support for matching maddv.[bhwd...
2013-10-11 Daniel Sanders[mips][msa] Added support for matching fmsub.[wd] from...
2013-10-11 Robert LyttonXCore target fix bug in emitArrayBound() causing segmen...
2013-10-11 Robert LyttonXCore target does not emit '.hidden' or '.protected...
2013-10-11 Robert LyttonXCore target: fix bug in XCoreLowerThreadLocal.cpp
2013-10-11 Robert LyttonXCore target: add XCoreTargetLowering::isZExtFree()
2013-10-11 Daniel Sanders[mips][msa] Added support for matching fmadd.[wd] from...
2013-10-11 Daniel Sanders[mips][msa] Added support for matching ffint_[us]....
2013-10-11 NAKAMURA TakumiLiveRangeCalc.h: Update a description corresponding...
2013-10-11 Kevin QinImplement aarch64 neon instruction set AdvSIMD (copy).
2013-10-10 Matt ArsenaultFix typo
2013-10-10 Matthias BraunPrint register in LiveInterval::print()
2013-10-10 Matthias BraunRepresent RegUnit liveness with LiveRange instance
2013-10-10 Matthias BraunWork on LiveRange instead of LiveInterval where possible
2013-10-10 Matthias BraunChange MachineVerifier to work on LiveRange + LiveInterval
2013-10-10 Matthias BraunPass LiveQueryResult by value
2013-10-10 Matthias BraunRefactor LiveInterval: introduce new LiveRange class
2013-10-10 Matthias BraunRename LiveRange to LiveInterval::Segment
2013-10-10 Matthias BraunRename parameter: defined regs are not incoming.
2013-10-10 Matt ArsenaultUse getPointerSizeInBits() rather than 8 * getPointerSize()
2013-10-10 Manman RenDebug Info: In DIBuilder, the context field of subprogr...
2013-10-10 Matt ArsenaultR600: Fix trunc i64 to i32 on SI
2013-10-10 Tom StellardR600/SI: Implement SIInstrInfo::verifyInstruction(...
2013-10-10 Tom StellardR600/SI: Define a separate MIMG instruction for each...
2013-10-10 Tom StellardR600/SI: Mark the EXEC register as reserved
2013-10-10 Tom StellardR600: Use StructurizeCFGPass for non SI targets
2013-10-10 Hao LiuImplement AArch64 vector load/store multiple N-element...
2013-10-10 Rafael EspindolaRevert "Implement AArch64 vector load/store multiple...
2013-10-10 Hao LiuImplement AArch64 vector load/store multiple N-element...
2013-10-10 Benjamin KramerARM: Put isV8EligibleForIT into the llvm namespace...
2013-10-10 Tim NorthoverARM: correct liveness flags during ARMLoadStoreOpt
2013-10-10 Craig TopperAllow non-AVX form of pmovmskb to take a GR64 operand.
2013-10-10 Craig TopperRemove duplicate instructions.
2013-10-09 Akira Hatanaka[mips] Do not generate INS/EXT nodes if target does...
2013-10-09 Rui UeyamaRevert "llvm-c: Make target initializer functions exter...
2013-10-09 Manman RenDebug Info: In DIBuilder, the context and type fields...
2013-10-09 Anders Waldenborgllvm-c: Make target initializer functions external...
2013-10-09 Manman RenDebug Info: In DIBuilder, the context field of a forwar...
2013-10-09 Benjamin KramerFlip the ownership of MCStreamer and MCTargetStreamer.
2013-10-09 Shuxin YangFix a bug in Dead Argument Elimination.
2013-10-09 Rafael EspindolaAdd a GlobalAlias::isValidLinkage to reduce code duplic...
2013-10-09 Venkatraman Govind... [Sparc] Disable tail call optimization for sparc64.
2013-10-09 Elena DemikhovskyAVX-512: Added VRCP28 and VRSQRT28 instructions and...
2013-10-09 Tim NorthoverAArch64: enable MISched by default.
2013-10-09 Andrew TrickAdd missing HasAVX512 predicate.
2013-10-09 Craig TopperReplace a couple instructions with patterns referring...
2013-10-09 Craig TopperUse AVX512PIi8 for the alt forms of vcmp instructions...
2013-10-09 Craig TopperMark some instructions as CodeGenOnly since they aren...
2013-10-09 Craig TopperAdd in64BitMode/in32BitMode to the MMX/SSE2/AVX maskmov...
2013-10-09 Manman RenDebug Info: In DIBuilder, the context field of a DIComp...
2013-10-08 Manman RenDebug Info: In DIBuilder, the context fields of a stati...
2013-10-08 Manman RenDebug Info: In DIBuilder, the derived-from field of...
2013-10-08 Manman RenDebug Info: In DIBuilder, the derived-from field of...
2013-10-08 Chad Rosier[AArch64] Add support for NEON scalar floating-point...
2013-10-08 Chad Rosier[AArch64] Add support for NEON scalar signed/unsigned...
2013-10-08 Reid KlecknerExplicitly request unsigned enum types when desired
2013-10-08 Reed KotlerAdd fabsf to the list of inlined functions; otherwise
2013-10-08 Manman RenAdd DbgVariable::resolve per Eric's suggestion.
2013-10-08 Manman RenDebug Info: rename getOriginalTypeSize to getBaseTypeSize.
2013-10-08 Manman RenDebug Info: take advantage of the existing CU::resolve.
2013-10-08 Akira Hatanaka[mips] Simplify and optimize code.
2013-10-08 Reed KotlerLet rotr and bswap be handled by expansion for Mips16...
2013-10-08 Eric ChristopherGrammar.
2013-10-08 Rafael EspindolaFix build on Solaris 11.
2013-10-08 Rafael EspindolaAdd a MCTargetStreamer interface.
2013-10-08 NAKAMURA TakumiSparcJITInfo.cpp: Prune "default:" label to fix a warni...
2013-10-08 NAKAMURA TakumiPrune trailing linefeeds.
2013-10-08 Venkatraman Govind... [Sparc] Implement JIT for SPARC.
2013-10-08 Craig TopperRemove unneeded MMX instruction definition by moving...
2013-10-08 Craig TopperRemove some instructions that existed to provide aliase...
2013-10-08 Venkatraman Govind... [Sparc] Do not hardcode nop in the delay slot of TLS_CA...
2013-10-07 David MajnemerWindows: Avoiding resizing, use uninitialized data...
2013-10-07 Arnold SchwaighoferLoopVectorize: External uses must use the last value...
2013-10-07 Reed KotlerAdd Mips16 patterns for sign extend byte and sign exten...
2013-10-07 Manman RenStruct byval: use the correct alignment for loads gener...
next