OSDN Git Service

CODE_OWNERS: Take ownership of Loop Strenght Reduce.
[android-x86/external-llvm.git] / include / llvm /
2016-11-15 Chad Rosier[AArch64] Add support for Qualcomm's Falkor CPU.
2016-11-15 Kuba BreckaFix llvm-symbolizer to correctly sort a symbol array...
2016-11-15 Davide Italiano[ELF] Rewrite isMips64EL() using isMipsELF64(). NFCI.
2016-11-15 Stanislav Mekhanoshin[AMDGPU] Add wave barrier builtin
2016-11-15 Zaara Syedavector load store with length (left justified) llvm...
2016-11-15 Pablo BarrioRevert "[JumpThreading] Unfold selects that depend...
2016-11-15 Tony Jiang[PowerPC] Implement BE VSX load/store builtins - llvm...
2016-11-15 Rafael Espindolaclang format include/llvm/Support/ELF.h. NFC.
2016-11-15 NAKAMURA TakumiDWARFAbbreviationDeclaration.h: Fix a typo in r286924...
2016-11-15 Joerg SonnenbergerIntroduce TLI predicative for base-relative Jump Tables.
2016-11-15 Matt ArsenaultTableGen: Add operator !or
2016-11-15 Lang Hames[ORC] Work around an apparent modules/linkage issue.
2016-11-15 Greg ClaytonImprove DWARF parsing speed by improving DWARFAbbreviat...
2016-11-15 Rui UeyamaAdd a file magic for CL.exe's object file created with...
2016-11-15 Vitaly BukaAvoid calling std::memcmp with nullptr
2016-11-14 Adrian PrantlRemove redundant uses of \brief.
2016-11-14 Vitaly BukaDon't pass nullptr into memcpy
2016-11-14 Tom StellardRegAllocGreedy: Properly initialize this pass, so that...
2016-11-14 Kuba Brecka[tsan] Add support for C++ exceptions into TSan (call...
2016-11-14 Kevin EnderbyAdd a checkSymbolTable() method to the MachOObjectFile...
2016-11-14 Sean Fertile[PPC] Add intrinsic mapping to the xscvhpsp instruction
2016-11-14 Teresa JohnsonRestore "[ThinLTO] Prevent exporting of locals used...
2016-11-14 Teresa Johnson[ThinLTO] Make inline assembly handling more efficient...
2016-11-14 Sean Fertile[PPC] add intrinsics for vec extract exp/significand...
2016-11-14 Diana PicusGlobalISel: Fix typos. NFC
2016-11-14 Eric FiselierAdd explicit (void) cast to unused unique_ptr::release...
2016-11-14 Craig Topper[AVX-512] Remove and autoupgrade masked dword/qword...
2016-11-13 Igor Bregerrevert commit r286761, some builds failed on Win platforms
2016-11-13 Ayman Musa[X86][AVX512] Removing llvm x86 intrinsics for _mm_mask...
2016-11-13 Craig Topper[AVX-512] Add unmasked intrinsics for variable shifts...
2016-11-13 Peter CollingbourneBitcode: Change module reader functions to return an...
2016-11-13 Peter CollingbourneAnalysis: Simplify the ScalarEvolution::getGEPExpr...
2016-11-13 Peter CollingbourneIR: Change the Type::get{Array,Vector,Pointer}ElementTy...
2016-11-12 Lang Hames[ORC] Remove the 'const' qualifier from the member...
2016-11-12 Craig Topper[AVX-512] Remove the remaining masked shift by immediat...
2016-11-12 Zachary Turner[Support] Add StringRef::find_lower and contains_lower.
2016-11-12 Craig Topper[AVX-512] Add unmasked version of shift by immediate...
2016-11-12 Lang Hames[ORC] Add a WrappedHandlerReturn type to map handler...
2016-11-12 Zachary TurnerOne more set of changes to fix formatv() on linux.
2016-11-12 Zachary TurnerAdd missing #include.
2016-11-12 Zachary TurnerFix another problem with formatv().
2016-11-12 Zachary TurnerTry to fix build after llvm::formatv() patch.
2016-11-11 Zachary Turner[Support] Introduce llvm::formatv() function.
2016-11-11 Rui UeyamaDefine DbiStreamBuilder::addSectionContribs.
2016-11-11 Lang Hames[RPC] Add const qualifier to MemberFnWrapper to make...
2016-11-11 Rui UeyamaFix typo in comment.
2016-11-11 Matthias BraunRevert "(origin/master, origin/HEAD) MachineScheduler...
2016-11-11 Matthias BraunMachineScheduler/ScheduleDAG: Add support to skipping...
2016-11-11 Matthias BraunScheduleDAGInstrs: Move VRegUses to ScheduleDAGMILive...
2016-11-11 Lang Hames[ORC] Re-apply 286620 with fixes for the ErrorSuccess...
2016-11-11 Nemanja Ivanovic[PowerPC] Add remaining vector permute builtins in...
2016-11-11 Erik EcksteinMake the FunctionComparator of the MergeFunctions pass...
2016-11-11 Peter CollingbourneBitcode: Change getModuleSummaryIndex() to return an...
2016-11-11 Peter CollingbourneBitcode: Clean up error handling for certain bitcode...
2016-11-11 Lang Hames[ORC] Revert r286620 while I investigate a bot failure.
2016-11-11 Lang Hames[ORC] Refactor the ORC RPC utilities to add some new...
2016-11-11 Adrian PrantlFix comments according to the LLVM coding guidelines.
2016-11-11 Greg ClaytonFix windows buildbot where warnings are errors. We...
2016-11-11 Greg ClaytonClean up DWARFFormValue by reducing duplicated code...
2016-11-11 Nemanja Ivanovic[PowerPC] Add vector conversion builtins to altivec...
2016-11-11 Teresa JohnsonAdd missing file from r286566
2016-11-11 Teresa JohnsonSplit Bitcode/ReaderWriter.h into separate reader and...
2016-11-11 Mehdi AminiPrevent at compile time converting from Error::success...
2016-11-11 Mehdi AminiMake the Error class constructor protected
2016-11-11 Davide Italiano[ADT/MathExtras] Introduce PowerOf2Ceil.
2016-11-11 Mandeep Singh Grang[llvm] Remove duplicate header from PassInfo.h
2016-11-11 Matthias BraunScheduleDAGInstrs: Add condjump deps to addSchedBarrier...
2016-11-10 Matthias BraunTimer: Remove group-less NamedRegionTimer constructor.
2016-11-10 Evandro Menezes[DAG Combiner] Fix the native computation of the Newton...
2016-11-10 Tim NorthoverGlobalISel: fix mistaken comment change
2016-11-10 Peter CollingbourneIR: Introduce inrange attribute on getelementptr indices.
2016-11-10 Matthias BraunRegisterCoalescer: Ignore interferences for constant...
2016-11-10 Zachary TurnerFix initialization order error.
2016-11-10 Zachary Turner[Support] Improve flexibility of binary blob formatter.
2016-11-10 Eugene ZelenkoFix some Clang-tidy modernize-use-default and readabili...
2016-11-09 Peter CollingbourneRe-apply r286384, "X86: Introduce the "relocImm" Comple...
2016-11-09 Dehao ChenAdd isHotBB helper function to ProfileSummaryInfo
2016-11-09 Tim NorthoverGlobalISel: fix typo. NFC
2016-11-09 Tim NorthoverGlobalISel: translate invoke and landingpad instructions
2016-11-09 Evgeny StupachenkoMinor unroll pass refacoring.
2016-11-09 Sanjoy Das[SCEV] Refactor out a useful pattern; NFC
2016-11-09 Peter CollingbourneRevert r286384, "X86: Introduce the "relocImm" ComplexP...
2016-11-09 Peter CollingbourneX86: Introduce the "relocImm" ComplexPattern, which...
2016-11-09 Peter CollingbourneBitcode: Change the materializer interface to return...
2016-11-09 Pavel LabathZero-initialize chrono duration objects
2016-11-09 Simon Atanasyan[mips] Add non-const getter for the Elf_Mips_Options...
2016-11-09 Mehdi AminiRevert "[ThinLTO] Prevent exporting of locals used...
2016-11-09 Peter CollingbourneBitcode: Remove the remnants of the BitcodeDiagnosticIn...
2016-11-09 Greg ClaytonAdded the ability to dump hex bytes easily into a raw_o...
2016-11-08 Zachary Turner[CodeView] Hook up CodeViewRecordIO to type serializati...
2016-11-08 Teresa Johnson[ThinLTO] Prevent exporting of locals used/defined...
2016-11-08 Andrew Kaylor[BasicAA] Teach BasicAA to handle the inaccessiblememon...
2016-11-08 Adrian PrantlUse a default constructor. (NFC)
2016-11-08 Tim NorthoverGlobalISel: allow CodeGen to fallback on VReg type...
2016-11-08 Nirav Dave[MC][AArch64] Cleanup end-of-line parsing in AArch64...
2016-11-08 Piotr PadlewskiNFC small changes in MemDep
2016-11-08 Pablo Barrio[JumpThreading] Unfold selects that depend on the same...
2016-11-08 Rafael Espindolacleanup hashSysV a bit.
2016-11-08 Amara EmersonAdds the loop end location to the loop metadata.
2016-11-08 Peter CollingbourneIR, Bitcode: Change bitcode reader to no longer own...
next