Generate debug info for by-value struct args even if they are not used.
[oota-llvm.git] / lib /
2013-05-13 Nadav RotemSLPVectorizer: Swap LHS and RHS. No functionality change.
2013-05-13 Hao LiuFix PR15950 A bug in DAG Combiner about undef mask
2013-05-13 Rafael EspindolaRemove the MachineMove class.
2013-05-12 Nadav RotemSLPVectorizer: Fix a bug in the code that generates...
2013-05-12 Nadav RotemSLPVectorizer: Clear the map that maps between scalars...
2013-05-12 David MajnemerInstCombine: Flip the order of two urem transforms
2013-05-11 Arnold SchwaighoferLoopVectorize: Use the widest induction variable type
2013-05-11 Arnold SchwaighoferLoopVectorize: Use variable instead of repeated functio...
2013-05-11 Arnold SchwaighoferLoopVectorize: Use IRBuilder interface in more places
2013-05-11 Benjamin KramerStringRefize some debug accel table bits.
2013-05-11 David MajnemerInstCombine: Turn urem to bitwise-and more often
2013-05-11 Rafael EspindolaChange getFrameMoves to return a const reference.
2013-05-11 Rafael EspindolaRemove more dead code.
2013-05-10 Rafael EspindolaRemove dead code.
2013-05-10 Nadav RotemSLPVectorizer: Add support for trees with external...
2013-05-10 Nadav RotemAdd a debug print
2013-05-10 Reed KotlerCheckin in of first of several patches to finish implem...
2013-05-10 Jordan RoseMicro-optimization: don't shift an entire bitcode recor...
2013-05-10 David BlaikiePR14492: Debug Info: Support for values of non-integer...
2013-05-10 Jyotsna VermaFix unused variable error.
2013-05-10 Jyotsna VermaHexagon: Fix switch statements in GetDotOldOp and IsNew...
2013-05-10 Jyotsna VermaHexagon: Fix switch cases in HexagonVLIWPacketizer...
2013-05-10 Rafael EspindolaFix the R600 build.
2013-05-10 Chad Rosier[ms-inline asm] Fix a crasher when we fail on a direct...
2013-05-10 Rafael EspindolaRemove unused argument.
2013-05-10 Alexander KornienkoBetter output for long help strings for command-line...
2013-05-10 Rafael EspindolaRemove unused function.
2013-05-10 Benjamin KramerInstCombine: Don't claim to be able to evaluate any...
2013-05-10 Logan ChienImplement AsmParser for ARM unwind directives.
2013-05-10 Benjamin KramerDAGCombiner: Generate a correct constant for vector...
2013-05-10 Benjamin KramerInstCombine: Verify the type before transforming uitofp...
2013-05-10 Tom StellardR600: Remove AMDILPeeopholeOptimizer and replace optimi...
2013-05-10 Tom StellardR600: Expand SUB for v2i32/v4i32
2013-05-10 Tom StellardR600: Expand MUL for v4i32/v2i32
2013-05-10 Tom StellardR600: Expand SRA for v4i32/v2i32
2013-05-10 Tom StellardR600: Expand vselect for v4i32 and v2i32
2013-05-09 Chad Rosier[x86AsmParser] It's valid to stop parsing an operand...
2013-05-09 Owen AndersonTeach SelectionDAG to constant fold all-constant FMA...
2013-05-09 Dmitri GribenkoFix a documentation warning: \bried -> \brief
2013-05-09 Bill WendlingGenerate a compact unwind encoding in the face of a...
2013-05-09 Jyotsna VermaHexagon: Remove switch cases from GetDotNewPredOp and...
2013-05-09 Shuxin Yang[GVN] Split critical-edge on the fly, instead of postpo...
2013-05-09 Jyotsna VermaHexagon: Use relation map for getMatchingCondBranchOpco...
2013-05-09 Bill WendlingSimplify the code a bit.
2013-05-09 Rafael EspindolaDon't replace an alias in llvm.used with its target.
2013-05-09 Richard Osborne[XCore] Fix handling of functions where only the LR...
2013-05-09 Benjamin KramerInstCombine: Don't just copy known bits from the first...
2013-05-09 Benjamin KramerlibDebugInfo depends on libObject nowadays.
2013-05-09 Rafael EspindolaChange getRelocationAdditionalInfo to be ELF only.
2013-05-09 Eric ChristopherRevert "Make sure debug info contains linkage names...
2013-05-09 Arnold SchwaighoferLoopVectorizer: Don't assert on the absence of inductio...
2013-05-08 Eric ChristopherMake sure debug info contains linkage names (DW_AT_MIPS...
2013-05-08 Daniel MaleaAdd DebugIR pass -- emits IR file and replace source...
2013-05-08 Daniel MaleaPull up AssemblyWriter interface into header to allow...
2013-05-08 Daniel MaleaAdd line tracking support to FormattedStream
2013-05-08 Akira Hatanaka[mips] Add instruction selection pattern for (seteq...
2013-05-08 Roman DivackyRemove unused isLegalAddressImmediate() method.
2013-05-08 Ulrich Weigand[PowerPC] Fix regression in generating @ha/@l relocs
2013-05-08 Bill SchmidtFix handling of anonymous aggregate parameters for...
2013-05-08 Stepan DyatkovskiyFor r181148: fixed warning 'enumeral and non-enumeral...
2013-05-08 Hal FinkelPPCInstrInfo::optimizeCompareInstr should not optimize...
2013-05-08 Nick LewyckyFix a bug in codegenprep where it was losing track...
2013-05-08 David MajnemerDAGCombiner: Simplify inverted bit tests
2013-05-08 David BlaikieDebug Info: Support DW_TAG_imported_declaration
2013-05-08 David BlaikieFinish renaming constructImportedModuleDIE to construct...
2013-05-08 Eric ChristopherPass the MDNode in and do the insertion at compile...
2013-05-08 Eric ChristopherTypo.
2013-05-07 Arnold SchwaighoferLoopVectorizer: Improve reduction variable identification
2013-05-07 Kevin EnderbyFix a bug in the MC asm parser evaluating expressions...
2013-05-07 David BlaikieRename DIImportedModule to DIImportedEntity and allow...
2013-05-07 Charles DavisMCStreamer: Also clear vector of W64UnwindInfos on...
2013-05-07 Bob WilsonRemove redundant check and use cached FrameArray values.
2013-05-07 Rafael EspindolaRemove exception handling support from the old JIT.
2013-05-07 Matt ArsenaultFix vselect when getSetCCResultType returns a different...
2013-05-07 Preston GurdCorrected Atom latencies for SSE SQRT instructions.
2013-05-07 Jyotsna VermaHexagon: Fix Small Data support to handle -G 0 correctly.
2013-05-07 David BlaikieDebug Info: Fix for break due to r181271
2013-05-07 Hal FinkelCleanup PPCInstrInfo::optimizeCompareInstr
2013-05-07 Jyotsna VermaReverting r181331.
2013-05-07 Jyotsna VermaHexagon: Fix Small Data support to handle -G 0 correctly.
2013-05-07 Jyotsna VermaHexagon: Set accessSize and addrMode on all load/store...
2013-05-07 Michael KupersteinRe-enable AVX detection on x64 platforms.
2013-05-07 Richard Sandiford[SystemZ] Fix InitMCCodeGenInfo call
2013-05-07 Timur IskhodzhanovFix the VS2010 build broken by r181271
2013-05-07 Arnold SchwaighoferLoopVectorize: getConsecutiveVector must respect signed...
2013-05-06 David BlaikieDebugInfo: Support imported modules in lexical blocks
2013-05-06 Tom StellardR600/SI: Add intrinsic for MIMG IMAGE_GET_RESINFO opcode
2013-05-06 Tom StellardR600/SI: Handle arbitrary destination type in SITargetL...
2013-05-06 Tom StellardR600/SI: Add intrinsic for texture image loading
2013-05-06 Tom StellardR600/SI: Add pattern for uint_to_fp
2013-05-06 Tom StellardR600/SI: Add patterns for integer maxima / minima
2013-05-06 Tom StellardR600/SI: Add pattern for AMDGPU.trunc intrinsic
2013-05-06 Krzysztof ParzyszekPrint IR from Hexagon MI passes with -print-before...
2013-05-06 Andrew TrickImplemented public interface for modifying registered...
2013-05-06 Andrew TrickSupport command line option categories.
2013-05-06 Krzysztof ParzyszekCleanup of the HexagonTargetMachine setup.
2013-05-06 David MajnemerInstCombine: (X ^ signbit) + C -> X + (signbit ^ C)
2013-05-06 Eric ChristopherHoist boundary condition out of loop header.
2013-05-06 Eric ChristopherUntabify.
2013-05-06 Jyotsna VermaHexagon: Add multiclass/encoding bits for the New-Value...
next