oota-llvm.git
2014-10-09 David BlaikieMove DwarfUnit::constructVariableDIE down to DwarfCompi...
2014-10-09 Bill Schmidt[PPC64] VSX indexed-form loads use wrong instruction...
2014-10-09 David BlaikieSink DwarfDebug::constructLexicalScopeDIE into DwarfCom...
2014-10-09 David BlaikieMissing reformatting
2014-10-09 David BlaikieSink DwarfDebug::constructInlinedScopeDIE into DwarfCom...
2014-10-09 Andrea Di Biagio[InstCombine] Fix wrong folding of constant comparisons...
2014-10-09 Kevin Qin[AArch64] Enable partial & runtime unrolling on cortex...
2014-10-09 David MajnemerObject, COFF: Move the VirtualSize/SizeOfRawData logic...
2014-10-09 Robert Khasanov[AVX512] Extended avx512_binop_rm for AVX512VL subsets.
2014-10-09 David MajnemerObject, COFF: Cap the section contents to min(VirtualSi...
2014-10-09 Eric ChristopherRemove more calls to getSubtargetImpl from the schedule...
2014-10-09 Bob WilsonUse triple's isiOS() and isOSDarwin() methods.
2014-10-09 Rui UeyamaObject: Add range iterators for COFF import/export...
2014-10-09 Eric ChristopherRemove unused argument to CreateTargetScheduleState...
2014-10-09 Eric ChristopherRemove uses of getSubtargetImpl from ResourcePriorityQu...
2014-10-09 Eric ChristopherRemove the uses of getSubtargetImpl from InstrEmitter...
2014-10-09 Eric ChristopherUse the subtarget on the dag to get TargetFrameLowering...
2014-10-09 Eric ChristopherRemove uses of the TargetMachine from FunctionLoweringInfo
2014-10-09 David BlaikiePush DwarfDebug::attachRangesOrLowHighPC down into...
2014-10-09 David BlaikieSink DwarfDebug::addScopeRangeList down into DwarfCompi...
2014-10-08 Eric ChristopherRemove unnecessary include.
2014-10-08 Eric ChristopherUse both the cached TLI and the subtarget off of the...
2014-10-08 Eric ChristopherRemove getSubtargetImpl calls from FastISel, we can...
2014-10-08 Robin MorissetFix typo in comment
2014-10-08 David BlaikieSink DwarfUnit::addSectionDelta into DwarfCompileUnit...
2014-10-08 Adam Nemet[AVX512] Rename AVX512_masking* to AVX512_maskable*
2014-10-08 Adam Nemet[AVX512] Intrinsics for vextract*x4
2014-10-08 Adam Nemet[AVX512] Add asm-only support for vextract*x4 masking...
2014-10-08 Adam Nemet[AVX512] Move DAG for all-zero node to X86VectorVTInfo
2014-10-08 Adam Nemet[AVX512] Support mask register in MRMDestReg format
2014-10-08 Adam Nemet[AVX512] Peel off an asm-only class from AVX512_masking...
2014-10-08 Robin Morisset[X86] Don't transform atomic-load-add into an inc/dec...
2014-10-08 David BlaikieReformat some stuff I missed in recent previous commits
2014-10-08 Alexey SamsonovRevert r219354. It seems to break some buildbots.
2014-10-08 Alexey SamsonovUse llvm-symbolizer to symbolize LLVM/Clang crash dumps.
2014-10-08 David BlaikieSink and coalesce DwarfDebug.cpp::addSectionLabel and...
2014-10-08 Eric ChristopherRemove dead call to getTypeToTransformTo. The result is
2014-10-08 David BlaikieDebugInfo: The rest of pushing DwarfDebug::constructSco...
2014-10-08 David BlaikiePush DwarfDebug::constructScopeDIE down into DwarfCompi...
2014-10-08 Eric ChristopherRemove a bunch of getSubtargetImpl calls since we alrea...
2014-10-08 Robin Morisset[X86] Avoid generating inc/dec when slow for x.atomic_s...
2014-10-08 David MajnemerInliner: Non-local functions in COMDATs shouldn't be...
2014-10-08 Timur IskhodzhanovFix COFF section index relocation should be 16 bits...
2014-10-08 Rafael EspindolaCorrectly compute the size of common symbols in COFF.
2014-10-08 Rafael EspindolaPrint symbol sizes in this test in preparation for...
2014-10-08 Justin BognerRevert "[InstCombine] re-commit r218721 with fix for...
2014-10-08 Robert Khasanov[AVX512] Added intrinsics for 128-, 256- and 512-bit...
2014-10-08 Rafael EspindolaRemove bogus std::error_code returns form SectionRef.
2014-10-08 Rafael EspindolaFix indentation.
2014-10-08 Frederic RissUpdate dwarf::ApplePropertyAttributes enum to meaningfu...
2014-10-08 Robert Khasanov[AVX512] Refactoring of avx512_binop_rm multiclass...
2014-10-08 Rafael EspindolaRemove an out of date comment.
2014-10-08 Renato GolinEmit unaligned access build attribute for ARM
2014-10-08 Renato GolinRefactor isThumb1Only() && isMClass() into a predicate...
2014-10-08 Renato GolinSimplify switch statement in ARM subtarget align access
2014-10-08 Eric ChristopherUse the TargetLowering information we already have...
2014-10-08 Eric ChristopherGrab the TargetRegisterInfo off of the subtarget from the
2014-10-08 Renato GolinUpdate git-svnrevert to accept git and svn revisions
2014-10-08 David MajnemerUnix/Process: Don't use pthread_sigmask if we aren...
2014-10-08 Eric ChristopherReplace calls to get the subtarget and TargetFrameLower...
2014-10-08 Suyog SardaFormat spacing and remove extra lines to comply with...
2014-10-08 Eric ChristopherUse cached subtarget rather than looking it up on the
2014-10-08 Eric ChristopherCache TargetLowering on SelectionDAGISel and update...
2014-10-08 David MajnemerGlobalOpt: Don't drop unused memberes of a Comdat
2014-10-08 Gerolf Hoflehner[InstCombine] re-commit r218721 with fix for pr21199
2014-10-08 David MajnemerCOFF: Don't oversize COMMON symbols when targeting...
2014-10-08 David Majnemerllvm-dwarfdump: Add support for some COFF relocations
2014-10-08 Chad Rosier[AArch64] Generate vector signed/unsigned mul and mla...
2014-10-08 Rui Ueyamallvm-readobj: add test for r219228
2014-10-08 Eric ChristopherCache SelectionDAGISel TargetInstrInfo lookups on the...
2014-10-08 Eric ChristopherReset the target options and optimization level as...
2014-10-08 Eric ChristopherHave the selection dag grab TargetLowering off of the...
2014-10-08 Hans WennborgRevert r219175 - [InstCombine] re-commit r218721 icmp...
2014-10-08 Eric ChristopherHave SelectionDAG's subtarget TargetSelectionDAGInfo...
2014-10-08 Alexey Samsonov[DebugInfo] Pass DWARFSection down to DWARFUnit constru...
2014-10-08 Nick Kledzik[Support] Add MemoryBuffer::getFileSlice()
2014-10-08 Alexey Samsonov[DebugInfo] Pass DWARFSection into DWARFUnitSection...
2014-10-07 Robin Morisset[X86] Fix a bug with fetch_add(INT32_MIN)
2014-10-07 Tom StellardR600/SI: Refactor VOP3 instruction defs
2014-10-07 Tom StellardR600/SI: Refactor VOPC instruction defs
2014-10-07 Tom StellardR600/SI: Refactor VOP2 instruction defs
2014-10-07 Tom StellardR600/SI: Refactor VOP1 instruction defs
2014-10-07 Alexey Samsonov[DebugInfo] Turn DWARFContext::Section into DWARFSectio...
2014-10-07 Kaelyn TakataAdd return value and negative checks to MapVector:...
2014-10-07 David BlaikieDebugInfo+DFSan: Ensure that debug info references...
2014-10-07 Lang Hames[Bugpoint] Close error log in ProcessFailure. Bugpoint...
2014-10-07 Matt ArsenaultR600: Remove dead code
2014-10-07 Duncan P. N... LoopUnroll: Create sub-loops in LoopInfo
2014-10-07 Kaelyn TakataAdd size_t MapVector::erase(KeyT) similar to the one...
2014-10-07 Duncan P. N... LoopUnroll: Only check for ScalarEvolution analysis...
2014-10-07 Tom StellardR600: Remove some redundant initializations from AMDGPU...
2014-10-07 Tom StellardR600: Use MCAsmInfoELF as AMDGPUMCAsmInfo base class
2014-10-07 Tom StellardR600/SI: Remove assertion in SIInstrInfo::areLoadsFromS...
2014-10-07 Rafael EspindolaDon't check for null after calling COFFObjectFile:...
2014-10-07 Rafael EspindolaOptimize COFFObjectFile::sectionContainsSymbol a bit.
2014-10-07 Saleem AbdulrasoolMC: add support for -aligncomm GNU extension
2014-10-07 Saleem Abdulrasoolllvm-readobj: add support to dump (COFF) directives
2014-10-07 Rafael EspindolaRemove the IsVolatileSize parameter of getOpenFileSlice.
2014-10-07 Rafael EspindolaBe consistent about using "const Twine &" for filenames.
2014-10-07 Marcello MaggioniTwo case switch to select optimization
next