Use cast<> instead of unchecked dyn_cast
[oota-llvm.git] / lib /
2014-05-21 Matt ArsenaultUse cast<> instead of unchecked dyn_cast
2014-05-21 Saleem AbdulrasoolMC: loosen an overzealous assertion
2014-05-21 Daniel Sanders[mips][mips64r6] Add bc[12](eq|ne)z
2014-05-21 Evgeniy Stepanov[asan] Fix x86-32 asm instrumentation to preserve flags.
2014-05-21 Saleem AbdulrasoolMC: mark COFF .drectve section as REMOVE
2014-05-21 Richard Smith[modules] Add module maps for LLVM. These are not quite...
2014-05-21 Saleem AbdulrasoolARM: correct bundle generation for MOV32T relocations
2014-05-20 Eric ChristopherMove the verbose asm option to be part of the options...
2014-05-20 Kevin EnderbyUpdate MachOObjectFile::getSymbolAddress so it returns...
2014-05-20 David BlaikieRevert "DebugInfo: Assume all subprogram DIEs have...
2014-05-20 Adam Nemet[ARM64] PR19792: Fix cycle in DAG after performPostLD1C...
2014-05-20 David BlaikieUnbreak the sanitizer buildbots after r209226 due to...
2014-05-20 Eric ChristopherMove the function and data section flags into the optio...
2014-05-20 Kevin EnderbyRevert r209235 as it broke two tests:
2014-05-20 Kevin EnderbyUpdate MachOObjectFile::getSymbolAddress so it returns...
2014-05-20 Quentin Colombet[LSR] Canonicalize reg1 + ... + regN into reg1 + ....
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 Adam Nemet[PowerPC] PR19796: Also match ISD::TargetConstant in...
2014-05-20 Eric ChristopherClean up language and grammar.
2014-05-20 Daniel SandersTemporarily revert: r209129 - [mips][mips64r6] Sorted...
2014-05-20 Tim NorthoverTableGen: permit non-leaf ComplexPattern uses
2014-05-20 Simon AtanasyanAdd parentheses to suppress the gcc warning '-Wparenthe...
2014-05-20 Benjamin KramerLegalizer: Make bswap promotion safe for vectors.
2014-05-20 Simon Atanasyan[Mips] Add more relocation types and MIPS specific...
2014-05-20 Christian PirkerARMEB: Additional test files for ARM fixups
2014-05-20 Tim NorthoverTableGen: convert InstAlias's Emit bit to an int.
2014-05-20 Alexey Volkov[X86] Tune LEA usage for Silvermont
2014-05-20 Zinovy Nis[LV][REFACTOR] One more tiny fix for printing debug...
2014-05-20 Nick LewyckyTeach isKnownNonNull that a nonnull return is not null...
2014-05-20 David BlaikieDebugInfo: Emit function definitions within their names...
2014-05-20 Nick LewyckyAdd 'nonnull', a new parameter and return attribute...
2014-05-19 David BlaikieDebugInfo: Assume all subprogram DIEs have been created...
2014-05-19 Chad Rosier[ARM64] Adds Cortex-A53 scheduling support for vector...
2014-05-19 Matt ArsenaultRemove unused method declaration
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 Juergen Ributzka[ConstantHoisting][X86] Change the cost model to never...
2014-05-19 Andrea Di Biagio[X86] Add ISel patterns to improve the selection of...
2014-05-19 Kevin EnderbyImplement MachOObjectFile::isSectionData() and MachOObj...
2014-05-19 Filipe CabecinhasAdded more insertps optimizations
2014-05-19 Lang Hames[RuntimeDyld] Fix x86-64 MachO GOT relocation handling.
2014-05-19 Peter CollingbourneCheck the alwaysinline attribute on the call as well...
2014-05-19 Matt ArsenaultUse range for
2014-05-19 Jyotsna Vermareverting r209132
2014-05-19 Alp TokerMemoryBuffer: Use GetNativeSystemInfo()
2014-05-19 Eric ChristopherRevert "Patch for function cloning to inline all blocks...
2014-05-19 Bradley Smith[ARM64] Split tbz/tbnz into W/X register variant
2014-05-19 Jyotsna VermaHexagon: Add encoding bits to the mpy instructions.
2014-05-19 Zoran Jovanovic[mips][mips64r6] Sorted *_ENC, *_DESC classes and tests
2014-05-19 Aaron BallmanResolving MSVC warnings about switch statements with...
2014-05-19 Benjamin KramerSDAG: Legalize vector BSWAP into a shuffle if the shuff...
2014-05-19 Dinesh DwivediAdded inst-combine for 'MIN(MIN(A, 97), 23)' and 'MAX...
2014-05-18 Craig TopperRemove last uses of OwningPtr from llvm. As far as...
2014-05-18 Saleem AbdulrasoolARM: make libcall setup more table driven
2014-05-18 Benjamin KramerOptions: Use erase_if to remove Args from the list.
2014-05-18 Saleem AbdulrasoolARM: improve WoA ABI conformance for frame register
2014-05-18 Saleem AbdulrasoolARM: consolidate frame pointer register knowledge
2014-05-17 Saleem AbdulrasoolTarget: remove old constructors for CallLoweringInfo
2014-05-17 Saleem AbdulrasoolTarget: change member from reference to pointer
2014-05-17 Saleem AbdulrasoolARM: whitespace
2014-05-17 Rafael EspindolaUse create methods since msvc doesn't handle delegating...
2014-05-17 Rafael EspindolaHandle ConstantAggregateZero when upgrading global_ctors.
2014-05-17 Rafael EspindolaReduce abuse of default values in the GlobalAlias const...
2014-05-17 NAKAMURA TakumiRevert r209049 and r209065, "Add support for combining...
2014-05-17 Louis GerbargFix for sanitizer crash introduced in r209049
2014-05-17 David MajnemerTarget: Replace getSection().empty() with hasSection()
2014-05-17 Saleem AbdulrasoolARM: use the proper target object format for WoA
2014-05-17 Chandler Carruth[x86] Fix a bad predicate I spotted by inspection ...
2014-05-17 Alexey Samsonov[DWARF parser] Teach DIContext to fetch short (non...
2014-05-16 Louis GerbargAdd support for combining GEPs across PHI nodes
2014-05-16 Pete CooperUse a sized enum for MachineOperandType. No functional...
2014-05-16 Filipe CabecinhasImplemented special cases for PerformVSELECTCombine.
2014-05-16 Filipe CabecinhasLower vselects into X86ISD::BLENDI when appropriate.
2014-05-16 Filipe CabecinhasImplemented LowerVSELECT to custom lower some instructions.
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 Tom StellardR600/SI: Refactor the VOP3_32 tablegen class
2014-05-16 Tom StellardR600/SI: Add a PredicateControl class for managing...
2014-05-16 Tom StellardR600/SI: Move tablegen patterns away from instruction...
2014-05-16 Tom StellardR600/SI: Remove unused instruction
2014-05-16 Tom StellardR600/SI: Promote f32 SELECT to i32
2014-05-16 Tom StellardR600/SI: Remove duplicate pattern
2014-05-16 Reid KlecknerAdd comdat key field to llvm.global_ctors and llvm...
2014-05-16 Rafael EspindolaFix a warning in builds without asserts.
2014-05-16 David BlaikieDebugInfo: Add an assert regarding the subprogram in...
2014-05-16 Rafael EspindolaFix most of PR10367.
2014-05-16 David BlaikieDebugInfo: Assume the CU's Subprogram list only contain...
2014-05-16 Chad Rosier[ARM64] Increases the Sched Model accuracy for Cortex...
2014-05-16 David MajnemerInstSimplify: Improve handling of ashr/lshr
2014-05-16 David MajnemerInstSimplify: Optimize using dividend in sdiv
2014-05-16 Tilmann Scheller[ARM64] Fix wrong comment in load/store optimization...
2014-05-16 David BlaikieDwarfDebug: Refactor AT_ranges/AT_high_pc+AT_low_pc...
2014-05-16 Simon Atanasyan[yaml2obj][ELF] Add an optional `Size` field to the...
2014-05-16 James MolloyRe-enable inline memcpy expansion for Thumb1.
2014-05-16 Rafael EspindolaSmall dyn_cast and auto cleanup.
2014-05-16 James MolloyFix the Load/Store optimization pass to work with Thumb1.
next