Tests: Do not unnecessarily depend on kill comments
[oota-llvm.git] / lib /
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...
2013-10-07 Akira Hatanaka[mips] Coding style clean up.
2013-10-07 Akira Hatanaka[mips] Disable tail merging when long branch pass is...
2013-10-07 Benjamin KramerX86: Fix type check. Just because an integer type is...
2013-10-07 Akira Hatanaka[mips] Define method MipsSubtarget::enableLongBranchPass.
2013-10-07 Alexey SamsonovRevert r191834 until we measure the effect of this...
2013-10-07 Akira Hatanaka[mips] Fix definition of mfhi and mflo instructions...
2013-10-07 Richard MittonFormally added an explicit enum for DWARF TLS support...
2013-10-07 Matt ArsenaultChange objectsize intrinsic to accept different address...
2013-10-07 Amara Emerson[ARM] Improve build attributes emission.
2013-10-07 Chad Rosier[AArch64] Add support for NEON scalar arithmetic instru...
2013-10-07 NAKAMURA TakumiWindows/Process.inc: Fix for +Asserts. &Buf[0] is not...
2013-10-07 Rafael EspindolaRemove dead code.
2013-10-07 Rafael EspindolaRemove getEHExceptionRegister and getEHHandlerRegister.
2013-10-07 Rafael EspindolaFix the documentation of getDefaultSubtargetFeatures.
2013-10-07 Tim NorthoverARM: allow cortex-m0 to use hint instructions
2013-10-07 David MajnemerWindows: Be more explicit with Win32 APIs
2013-10-07 Craig TopperRemove some instructions that seem to only exist to...
2013-10-07 Craig TopperRemove FsMOVAPSrr and friends. They have no patterns...
2013-10-07 Craig TopperTeach X86 asm parser that VMOVAPSrr and other VEX-encod...
2013-10-07 Craig TopperAdd disassembler support for long encodings for INC...
2013-10-07 David MajnemerRevert "Revert "Windows: Add support for unicode comman...
2013-10-06 Craig TopperFix some assert messages to say the correct opcode...
2013-10-06 David MajnemerRevert "Windows: Add support for unicode command lines"
2013-10-06 David MajnemerWindows: Add support for unicode command lines
2013-10-06 Rafael EspindolaAdd support for aliases with linkonce_odr.
2013-10-06 Benjamin KramerX86: Don't fold spills into SSE operations if the stack...
2013-10-06 Elena DemikhovskyAVX-512: added scalar convert instructions and intrinsics.
2013-10-06 Venkatraman Govind... [Sparc] Do not emit nop after fcmp* instruction with V9.
2013-10-06 Elena DemikhovskyAVX-512: fixed shuffle lowering
2013-10-06 Venkatraman Govind... [Sparc] Custom lower addc/adde/subc/sube on i64 in...
2013-10-06 Venkatraman Govind... [Sparc] Use addxcc/subxcc for adde/sube instead of...
2013-10-05 Craig TopperAdd TBM instructions to loading folding tables.
2013-10-05 Nick LewyckyRename this feature to "cx16" to match gcc's flag name...
2013-10-05 Benjamin KramerEmit a better error when running out of registers on...
2013-10-05 Craig TopperRemove underscores from TBM instruction names for consi...
2013-10-05 Craig TopperRemove unneeded TBM intrinsics. The arithmetic/logical...
next