LoopVectorizer: Add a check that the backedge taken count + 1 does not overflow
[oota-llvm.git] / lib / CodeGen /
2014-05-29 Adrian PrantlDebug Info: Remove unused code. The MInsn of an _abstra...
2014-05-29 Hao LiuFix an assertion failure caused by v1i64 in DAGCombiner...
2014-05-29 Michael J. Spencer[x86] Fold extract_vector_elt of a load into the Load...
2014-05-28 Matt ArsenaultFix wrong setcc result type when legalizing uaddo/usubo
2014-05-28 Rafael Espindola[pr19844] Add thread local mode to aliases.
2014-05-28 Hal FinkelRevert "[DAGCombiner] Split up an indexed load if only...
2014-05-27 Alexey SamsonovChange representation of instruction ranges where varia...
2014-05-27 Alexey SamsonovFactor out looking for prologue end into a function
2014-05-27 Alexey SamsonovDon't pre-populate the set of keys in the map with...
2014-05-27 David BlaikieDebugInfo: partially revert cleanup committed in r209680
2014-05-27 David BlaikieDebugInfo: Simplify solution to avoid DW_AT_artificial...
2014-05-27 David BlaikieDebugInfo: Create abstract function definitions even...
2014-05-27 David BlaikieDebugInfo: Avoid an extra map lookup when finding abstr...
2014-05-27 David BlaikieDebugInfo: Lazily construct subprogram definition DIEs.
2014-05-27 David BlaikieDebugInfo: Lazily attach definition attributes to defin...
2014-05-27 David BlaikieDebugInfo: Separate out the addition of subprogram...
2014-05-27 Tim NorthoverARM: teach AAPCS-VFP to deal with Cortex-M4.
2014-05-26 David BlaikieDwarfUnit: Remove some misleading no-op code introduced...
2014-05-25 David BlaikieDebugInfo: Fix inlining with #file directives a little...
2014-05-24 Benjamin KramerMachineVerifier: Clean up some syntactic weirdness...
2014-05-24 Benjamin KramerCodeGen: Make MachineBasicBlock::back skip to the begin...
2014-05-23 David BlaikieDebugInfo: Put concrete definitions referencing abstrac...
2014-05-23 David BlaikieAdd FIXME comment based on code review feedback by...
2014-05-23 David BlaikieRename a couple of variables to be more accurate.
2014-05-23 David BlaikieDebugInfo: Fix cross-CU references for scopes (and...
2014-05-22 Eric ChristopherReturn false if we're not going to do anything.
2014-05-22 Eric ChristopherRemove unused variable.
2014-05-22 David BlaikieDebugInfo: Simplify dead variable collection slightly.
2014-05-22 Eli BenderskySimilar to bitcast, treat addrspacecast as a foldable...
2014-05-21 Eric ChristopherFix compilation issues.
2014-05-21 Eric ChristopherMake early if conversion dependent upon the subtarget...
2014-05-21 David BlaikieRevert "DebugInfo: Don't put fission type units in...
2014-05-21 David BlaikieDebugInfo: Use the SPMap to find the parent CU of inlin...
2014-05-21 David BlaikieDebugInfo: Ensure concrete out of line variables from...
2014-05-21 David BlaikieDebugInfo: Simplify subprogram declaration creation...
2014-05-21 Richard Smith[modules] Add module maps for LLVM. These are not quite...
2014-05-20 Eric ChristopherMove the verbose asm option to be part of the options...
2014-05-20 David BlaikieRevert "DebugInfo: Assume all subprogram DIEs have...
2014-05-20 David BlaikieUnbreak the sanitizer buildbots after r209226 due to...
2014-05-20 David BlaikieFix test breakage introduced in r209223.
2014-05-20 Alexey SamsonovRewrite calculateDbgValueHistory to make it (hopefully...
2014-05-20 David BlaikiePR19767: DebugInfo emission of pointer constants.
2014-05-20 Eric ChristopherClean up language and grammar.
2014-05-20 Benjamin KramerLegalizer: Make bswap promotion safe for vectors.
2014-05-20 David BlaikieDebugInfo: Emit function definitions within their names...
2014-05-19 David BlaikieDebugInfo: Assume all subprogram DIEs have been created...
2014-05-19 David BlaikieDebugInfo: Don't include DW_AT_inline on each abstract...
2014-05-19 David BlaikieDebugInfo: Fix missing inlined_subroutines caused by...
2014-05-19 Eric ChristopherFix typos.
2014-05-19 Benjamin KramerSDAG: Legalize vector BSWAP into a shuffle if the shuff...
2014-05-17 Saleem AbdulrasoolTarget: remove old constructors for CallLoweringInfo
2014-05-17 Saleem AbdulrasoolTarget: change member from reference to pointer
2014-05-16 Rafael EspindolaDelete getAliasedGlobal.
2014-05-16 David BlaikieDebugInfo: Assert rather than conditionalizing when...
2014-05-16 David BlaikieDebugInfo: Handle emitting constants of C++ unicode...
2014-05-16 Reid KlecknerAdd comdat key field to llvm.global_ctors and llvm...
2014-05-16 David BlaikieDebugInfo: Add an assert regarding the subprogram in...
2014-05-16 David BlaikieDebugInfo: Assume the CU's Subprogram list only contain...
2014-05-16 David BlaikieDwarfDebug: Refactor AT_ranges/AT_high_pc+AT_low_pc...
2014-05-16 Rafael EspindolaRevert "Implement global merge optimization for global...
2014-05-16 Eric ChristopherRemove the Options query functions and just access...
2014-05-15 Jiangning LiuImplement global merge optimization for global variables.
2014-05-15 David BlaikieDebugInfo: Follow up to r208930, comment usage of ...
2014-05-15 Eric ChristopherMove more MC options into the MCTargetOptions structure.
2014-05-15 David BlaikieDebugInfo: Don't put fission type units in comdat sections.
2014-05-15 David BlaikieDebugInfo: Simplify retrieving filename/directory name...
2014-05-15 Jay FoadInstead of littering asserts throughout the code after...
2014-05-15 Alp TokerFix typos
2014-05-14 David BlaikieDwarfDebug: Don't set frame index locations on abstract...
2014-05-14 David BlaikieDebugInfo: Sure up subprogram variable list handling...
2014-05-14 David BlaikieDebugInfo: Assert that a CU's subprogram list contains...
2014-05-14 Jay FoadRename ComputeMaskedBits to computeKnownBits. "Masked...
2014-05-14 David BlaikieDebugInfo: Do not delay attaching DW_AT_inline attribut...
2014-05-14 Logan ChienFix ARM EHABI when function has landingpad and nounwind.
2014-05-14 Jay FoadUpdate the comments for ComputeMaskedBits, which lost...
2014-05-14 David BlaikieRecommit r208506: DebugInfo: Include lexical scopes...
2014-05-13 Louis GerbargAdd missing line breaks to debug output in CodeGenPrepare
2014-05-13 Rafael EspindolaSplit GlobalValue into GlobalValue and GlobalObject.
2014-05-13 Joey Gouly[CGP] r205941 changed the logic, so that a cast happens...
2014-05-12 David BlaikieRevert "DebugInfo: Include lexical scopes in inlined...
2014-05-12 Pete CooperUse a logical not when inverting SetCC. This unfortuna...
2014-05-12 Adam Nemet[DAGCombiner] Split up an indexed load if only the...
2014-05-12 David BlaikieDebugInfo: Attach DW_AT_inline to inlined subprograms...
2014-05-12 David BlaikieDwarfDebug: Avoid an extra map lookup while constructin...
2014-05-12 Matt ArsenaultMake SimplifyDemandedBits understand BUILD_PAIR
2014-05-12 Saleem AbdulrasoolCodeGen: add parenthesis around complex expression
2014-05-11 Hal FinkelPass the value type to TLI::getRegisterByName
2014-05-11 David BlaikieDebugInfo: Include lexical scopes in inlined subroutines.
2014-05-11 David BlaikieDwarfUnit: Make explicit a limitation/bug in enumeratio...
2014-05-11 David BlaikieDwarfUnit: Pick a winner between isTypeSigned and isUns...
2014-05-11 David BlaikieDwarfUnit: Factor out calling isUnsignedDIType into...
2014-05-11 David BlaikieDwarfUnit: Share common constant value emission between...
2014-05-11 David BlaikieDebugInfo: Simplify constant value emission.
2014-05-09 Oliver StannardARM: HFAs must be passed in consecutive registers
2014-05-08 Quentin Colombet[TargetInstrInfo] Fix the implementation of commuteInst...
2014-05-08 David BlaikieReapply r207876 (Try simplifying LexicalScopes ownershi...
2014-05-08 Hal FinkelFix a spelling error
2014-05-08 Hal FinkelMove late partial-unrolling thresholds into the process...
2014-05-07 Matt ArsenaultFix using wrong result type for setcc.
2014-05-07 Rafael EspindolaRemove the UseCFI option from createAsmStreamer.
next