Add a clang-format file so that the tool can automatically detect the
[oota-llvm.git] / lib /
2013-09-02 Elena DemikhovskyAVX-512: gather-scatter tests; added foldable instructions;
2013-09-02 Elena Demikhovskyllvm interpreter: select, shuffle and insertelement...
2013-09-02 Chandler CarruthFix some rather confusing indentation and control flow...
2013-09-01 Elena DemikhovskyAVX-512: Added GATHER and SCATTER instructions.
2013-09-01 Charles DavisMove everything depending on Object/MachOFormat.h over...
2013-09-01 Reed KotlerMake sure we don't generate stubs for any of these...
2013-08-31 Benjamin KramerMark an unreachable code path with llvm_unreachable...
2013-08-31 Benjamin KramerSimplifyLibCalls: When emitting an overloaded fp functi...
2013-08-31 Andrew TrickFix my previous checkin to updatePressureDiffs.
2013-08-31 Bill Schmidt[PowerPC] Fast-isel cleanup patch.
2013-08-30 Bill Schmidt[PowerPC] Add integer truncation support to fast-isel.
2013-08-30 Bill SchmidtCorrect partially defined variable
2013-08-30 Bill Schmidt[PowerPC] Call support for fast-isel.
2013-08-30 Richard MittonBuild fix
2013-08-30 Richard MittonFixed a bug where diassembling an instruction that...
2013-08-30 Bill WendlingCompulsive reformatting.
2013-08-30 Daniel Dunbar[conf] Add config variable to disable crash related...
2013-08-30 Reed KotlerFix a problem with dual mips16/mips32 mode. When the...
2013-08-30 Andrew TrickUse LiveRangeQuery for instruction-level liveness queries.
2013-08-30 Bill Schmidt[PowerPC] Add handling for conversions to fast-isel.
2013-08-30 Andrey ChurbanovChecking commit access; removed one space added in...
2013-08-30 Benjamin KramerInstCombine: Check for zero shift amounts before subtra...
2013-08-30 Benjamin KramerX86: Add a description of the Intel Atom Silvermont...
2013-08-30 Craig TopperFixup BZHI selection to remove an unneeded zero extension.
2013-08-30 Craig TopperRemove unused X86andn_flag node.
2013-08-30 Craig TopperTeach X86 backend to create BMI2 BZHI instructions...
2013-08-30 Michael GottesmanRevert "ARM: Improve pattern for isel mul of vector...
2013-08-30 Andrew Trickmi-sched: update PressureDiffs on-the-fly for liveness.
2013-08-30 Andrew TrickReplace LiveInterval::killedAt with isKilledAtInstr.
2013-08-30 Andrew Trick mi-sched: improve the generic register pressure compar...
2013-08-30 Andrew Trickmi-sched: Precompute a PressureDiff for each instructio...
2013-08-30 Bill Schmidt[PowerPC] Handle selection of compare instructions...
2013-08-30 Bill SchmidtRemove bogus debug statement. Sheesh.
2013-08-30 Bill Schmidt[PowerPC] Add loads, stores, and related things to...
2013-08-30 Andrew Trickcomment typo
2013-08-30 Bill WendlingRandom cleanup: No need to use a std::vector here,...
2013-08-30 Eric ChristopherDon't bother emitting the pubtypes section on darwin...
2013-08-30 Eric ChristopherReformat slightly.
2013-08-29 Eli FriedmanChange default # of digits for APFloat::toString
2013-08-29 Manman RenDIBuilder: retain a type when created with a unique...
2013-08-29 Jim GrosbachARM: Improve pattern for isel mul of vector by scalar.
2013-08-29 Cameron EsfahaniClean up some usage of Triple. The base class has...
2013-08-29 Andrew TrickComment and revise the cyclic critical path code.
2013-08-29 Alexander KornienkoisCharInSet refactoring.
2013-08-29 Elena DemikhovskyAVX-512: added extend and truncate instructions.
2013-08-29 Hal FinkelRevert: r189565 - Add getUnrollingPreferences to TTI
2013-08-29 Hal FinkelAdd getUnrollingPreferences to TTI
2013-08-29 Hal FinkelUse TargetSubtargetInfo::useAA() in DAGCombine
2013-08-29 Hal FinkelAdd useAA() to TargetSubtargetInfo
2013-08-29 Kevin EnderbyThe darwin integrated assembler for X86 in 64-bit mode...
2013-08-28 Nadav RotemVectorizer/PassManager: I am working on moving the...
2013-08-28 Matt ArsenaultHandle address spaces in TargetTransformInfo
2013-08-28 Juergen RibutzkaFix a typo and coding style of a previous commit. No...
2013-08-28 Matt ArsenaultFix typo.
2013-08-28 David BlaikiePeriod.
2013-08-28 David Blaikier189495: Pull out some debug logic into a function...
2013-08-28 Rui UeyamaOption parsing: support case-insensitive option matching.
2013-08-28 Hal FinkelDisable unrolling in the loop vectorizer when disabled...
2013-08-28 Kevin EnderbyThe integrated darwin assembler can hang in an infinite...
2013-08-28 David BlaikiePR16995: DebugInfo: Don't overwrite existing member...
2013-08-28 Joey Gouly[ARMv8]
2013-08-28 Tim NorthoverARM: Use "dmb sy" for barriers on M-class CPUs
2013-08-28 Joey Gouly[ARMv8] Add a missing IsThumb to t2LDAEXD.
2013-08-28 Tim NorthoverARM: remove unused v(add|sub)hn and vqdml[as]l intrinsics.
2013-08-28 Tim NorthoverARM: add patterns for vqdmlal with separate vqdmull...
2013-08-28 Daniel Sanders[mips][msa] Added bnz.df, bnz.v, bz.df, and bz.v
2013-08-28 Daniel Sanders[mips][msa] Added load/store intrinsics.
2013-08-28 Alexey Samsonov80 cols
2013-08-28 Elena DemikhovskyAVX-512: added SQRT, VRSQRT14, VCOMISS, VUCOMISS, VRCP1...
2013-08-28 Daniel Sanders[mips][msa] Added move.v
2013-08-28 Richard Sandiford[SystemZ] Add support for TMHH, TMHL, TMLH and TMLL
2013-08-28 Daniel Sanders[mips][msa] Added cfcmsa, and ctcmsa
2013-08-28 Daniel Sanders[mips][msa] Added f[cs]af, f[cs]or, f[cs]ueq, f[cs...
2013-08-28 Richard Sandiford[SystemZ] Extend memcmp support to all constant lengths
2013-08-28 Alexey SamsonovFix use of uninitialized value added in r189400 (found...
2013-08-28 Ted KremenekRevert r189442 "Change default # of digits for APFloat...
2013-08-28 Eli FriedmanChange default # of digits for APFloat::toString
2013-08-28 Eric ChristopherRemove support for the .debug_inlined section. No known...
2013-08-28 NAKAMURA TakumiX86JITInfo.cpp: Apply x64 version of X86CompilationCall...
2013-08-28 NAKAMURA TakumiX86Subtarget.h: Recognize x86_64-cygwin.
2013-08-28 Argyrios Kyrtzidis[BumpPtrAllocator] Move DefaultSlabAllocator to a membe...
2013-08-28 Akira Hatanaka[mips] Use ptr_rc to simplify definitions of base+index...
2013-08-28 Akira Hatanaka[mips] Clean up definitions of move word from/to coproc...
2013-08-28 Akira Hatanaka[mips] Set isAllocatable and CoveredBySubRegs.
2013-08-28 Eric ChristopherAdd a TODO here.
2013-08-28 Eric ChristopherAdd support for DW_FORM_dataN and DW_FORM_udata to...
2013-08-28 Rui UeyamaRevert "Option parsing: support case-insensitive option...
2013-08-27 Eric ChristopherUse DW_FORM_sdata for signed constant values and udata...
2013-08-27 Rui UeyamaOption parsing: support case-insensitive option matching.
2013-08-27 Manman RenDIBuilder: take an optional StringRef to pass in unique...
2013-08-27 Peter CollingbourneDataFlowSanitizer: Implement trampolines for function...
2013-08-27 David Majnemer[ms-inline asm] Support offsets after segment registers
2013-08-27 Joerg SonnenbergerGiven target assembler parsers a chance to handle varia...
2013-08-27 Jack CarterChanged comment
2013-08-27 Nadav RotemRefactor 'vectorizeLoop' no functionality change.
2013-08-27 Joey Gouly[ARMv8] Add MC support for the new load/store acquire...
2013-08-27 Elena DemikhovskyAVX-512: added conversion instructions.
2013-08-27 Tim NorthoverDAGCombiner: make sure or/shl/srl really has zero high...
2013-08-27 Joey Gouly[ARMv8] Add some negative tests for the recent VFP...
2013-08-27 Tim NorthoverARM: add natural patterns for vaddhl and vsubhl.
next