InstCombine: Canonicalize addrspacecast between different element types
[oota-llvm.git] / lib / CodeGen /
2014-06-06 Rafael EspindolaFix a few issues with comdat handling on COFF.
2014-06-06 Eric ChristopherHave TargetSelectionDAGInfo take a DataLayout initializ...
2014-06-05 Alexey SamsonovFix null dereference with -debug-only=dwarfdebug
2014-06-05 Tom RoederAdd a new attribute called 'jumptable' that creates...
2014-06-05 Sasa StankovicPrevent hoisting the instruction whose def might be...
2014-06-05 David BlaikieRevert r210221 again, due to a crash Richard Smith...
2014-06-05 David BlaikieDebugInfo: Reuse existing LexicalScope to retrieve...
2014-06-05 David BlaikieDebugInfo: Roll argument insertion into variable insert...
2014-06-05 David BlaikiePR19388: DebugInfo: Emit dead arguments in their origin...
2014-06-05 David BlaikieDebugInfo: Add comments/assert description to r209674...
2014-06-04 David BlaikieDebugInfo: Reapply r209984 (reverted in r210143), asser...
2014-06-04 Hans WennborgDon't emit structors for available_externally globals...
2014-06-04 Andrew TrickAdd a subtarget hook: enablePostMachineScheduler.
2014-06-04 Andrew TrickMove GenericScheduler and PostGenericScheduler into...
2014-06-04 David BlaikieDebugInfo: Partial revert r209984 due to more cases...
2014-06-03 Pete CooperCalculate dead instructions when a live interval is...
2014-06-03 Rafael EspindolaAllow alias to point to an arbitrary ConstantExpr.
2014-06-02 Eric ChristopherInitLibcallNames can take a Triple instead of a TargetM...
2014-06-01 David BlaikieDebugInfo: Assert that DbgVariables have associated...
2014-05-31 Alp TokerFix typos
2014-05-31 Adam Nemet[SelectionDAG] Force cycle detection in AssignTopologic...
2014-05-31 Adam Nemet[SelectionDAG] Pass DAG to checkForCycles
2014-05-30 Andrea Di Biagio[X86] Add two combine rules to simplify dag nodes intro...
2014-05-30 Filipe CabecinhasConvert a vselect into a concat_vector if possible
2014-05-30 Adrian PrantlRoll DbgVariable::setMInsn into the constructor. No...
2014-05-30 Logan ChienFix MIPS exception personality encoding.
2014-05-30 Rafael Espindola[pr19636] Fix known bit computation in urem instructio...
2014-05-30 Tim NorthoverSelectionDAG: skip barriers for unordered atomic operations
2014-05-30 Tim NorthoverARM & AArch64: make use of common cmpxchg idioms after...
2014-05-30 Richard TrieuRemove use of comma operator.
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...
next