oota-llvm.git
2014-05-19 Kevin EnderbyOK, NAKAMURA Takumi beat me to this change. So backing...
2014-05-19 Kevin EnderbyDavid Blaikie pointed out that the test added in r20915...
2014-05-19 David BlaikieDebugInfo: Assume all subprogram DIEs have been created...
2014-05-19 NAKAMURA Takumi[CMake] Add llvm-size to check-llvm, to fix build since...
2014-05-19 Chad Rosier[ARM64] Adds Cortex-A53 scheduling support for vector...
2014-05-19 Matt ArsenaultRemove unused method declaration
2014-05-19 Alexey SamsonovAdd documentation for llvm-dwarfdump tool
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 Reid Klecknercmake: Remove -D NDEBUG from CFLAGS as well as CXXFLAGS
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 HamesFix testers by removing dubious testcase for r209154.
2014-05-19 Lang Hames[RuntimeDyld] Fix x86-64 MachO GOT relocation handling.
2014-05-19 Alexey SamsonovKill symbolization functionality in llvm-dwarfdump...
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 KramerFlip on vectorization of bswap intrinsics.
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-19 Filipe CabecinhasChange the blend tests to AVX, not AVX2.
2014-05-19 NAKAMURA TakumiReformat blank lines.
2014-05-19 NAKAMURA TakumiWhitespace.
2014-05-18 Craig TopperRemove last uses of OwningPtr from llvm. As far as...
2014-05-18 Craig TopperUse std::unique_ptr instead of OwningPtr in the MemoryB...
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: add support to build 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 David MajnemerMachO: Add comments describing section flags/attrs
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 Abdulrasooltest: fix copy-paste mistake
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 CabecinhasAdded tests for the cost of lowering VSELECT instructions.
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.
2014-05-16 James MolloyEnable the Load/Store optimization pass for Thumb1...
2014-05-16 James MolloyFix a few comment typos and style issues.
2014-05-16 Zoran Jovanovic[mips][mips64r6] Add SELEQZ and SELNEZ instructions
2014-05-16 Rafael EspindolaChange the GlobalAlias constructor to look a bit more...
2014-05-16 Zoran Jovanovic[mips][mips64r6] Add Compact indexed jumps.
2014-05-16 Yaron KerenFix hardcoded slash to native path seperator which...
2014-05-16 Rafael EspindolaRevert "Implement global merge optimization for global...
2014-05-16 Zoran Jovanovic[mips][mips64r6] Add Compact zero-compare branch-and...
2014-05-16 Stepan DyatkovskiyMergeFunctions Pass, introduced total ordering among...
2014-05-16 NAKAMURA TakumiMC: Add DwarfTypesDWOSection also to MCCOFF.
2014-05-16 Zoran Jovanovic[mips][mips64r6] Add compact branch instructions
2014-05-16 Stepan DyatkovskiyMergeFunctions Pass, introduced total ordering among...
2014-05-16 Zoran Jovanovic[mips][mips64r6] Add LWPC and LWUPC instructions
2014-05-16 Zoran Jovanovic[mips][mips64r6] Add Floating Point Compare setting...
2014-05-16 Tim NorthoverTableGen: fix operand counting for aliases
2014-05-16 Tim NorthoverARM64: disable printing of "fcmXY ..., #0" aliases
2014-05-16 Tim NorthoverAArch64: disable printing of add/sub alias
next