OSDN Git Service

CODE_OWNERS: Take ownership of Loop Strenght Reduce.
[android-x86/external-llvm.git] / include / llvm /
2016-11-30 Derek Schuff[WebAssembly] Add llvm-objdump support for wasm file...
2016-11-30 Adam NemetRevert "[GVN] Basic optimization remark support"
2016-11-29 Adam Nemet[GVN] Basic optimization remark support
2016-11-29 Peter CollingbourneAdd llvm-modextract tool.
2016-11-29 Peter CollingbourneBitcode: Introduce BitcodeWriter interface.
2016-11-29 Adam NemetRevert "[GVN] Basic optimization remark support"
2016-11-29 Adam NemetRevert "[GVN, OptDiag] Include the value that is forwar...
2016-11-29 Adam NemetRevert "[GVN, OptDiag] Print the interesting instructio...
2016-11-29 NAKAMURA TakumiSuppress abi-breaking.h on cygming, for now.
2016-11-29 Chandler Carruth[PM] Fix a bad invalid densemap iterator bug in the...
2016-11-29 Malcolm Parsons[StringRef] Use default member initializers and = default.
2016-11-29 Alexey Bataev[SLPVectorizer] Improved support of partial tree vector...
2016-11-29 Peter CollingbourneBitcode: Change expected layout of module blocks.
2016-11-29 Adam Nemet[GVN, OptDiag] Print the interesting instructions invol...
2016-11-28 Mehdi AminiPut ABI breaking test in Error checking behind LLVM_ENA...
2016-11-28 Mehdi AminiAdd link-time detection of LLVM_ABI_BREAKING_CHECKS...
2016-11-28 Chandler Carruth[PM] Extend the explicit 'invalidate' method API on...
2016-11-28 Mehdi AminiImprove error handling in YAML parsing
2016-11-28 David Blaikie[DebugInfo] Add support for DW_AT_main_subprogram on...
2016-11-28 Matthias BraunMachineScheduler: Export function to construct "default...
2016-11-28 Adam Nemet[GVN, OptDiag] Include the value that is forwarded...
2016-11-28 Adam Nemet[GVN] Basic optimization remark support
2016-11-28 Ulrich Weigand[SystemZ] Support execution hint instructions
2016-11-28 James Molloy[InlineCost] Reduce inline thresholds to compensate...
2016-11-28 Chandler Carruth[PM] Remove weird marking of invalidated analyses as...
2016-11-28 Davide Italiano[ThreadPool] Rollback recent changes until I figure...
2016-11-28 Davide Italiano[ThreadPool] Remove outdated comment after r288016.
2016-11-28 Davide Italiano[ThreadPool] Simplify the interface. NFCI.
2016-11-28 Mehdi AminiRevert "Improve error handling in YAML parsing"
2016-11-28 Mehdi AminiImprove error handling in YAML parsing
2016-11-26 Sanjay Pateladd optional param to copy metadata when creating selec...
2016-11-26 Tom StellardAMDGPU/SI: Use float as the operand type for amdgcn...
2016-11-24 Malcolm Parsons[CommandLine] Remove redundant initializers for StringR...
2016-11-24 Peter CollingbourneObject: Add IRObjectFile::getTargetTriple().
2016-11-24 Peter CollingbourneObject: Simplify the IRObjectFile symbol iterator imple...
2016-11-24 Matt ArsenaultTRI: Add hook to pass scavenger during frame elimination
2016-11-23 Greg ClaytonRely on a single DWARF version instead of having two...
2016-11-23 Eugene Zelenko[DebugInfo] Fix some Clang-tidy modernize-use-default...
2016-11-23 Eugene Zelenko[IR] Fix some Clang-tidy modernize-use-default, moderni...
2016-11-23 Daniel BerlinRevert "[Triple] Add Facebook vendor"
2016-11-23 Michael Kuperstein[X86] Allow folding of stack reloads when loading a...
2016-11-23 Chandler Carruth[PM] Change the static object whose address is used...
2016-11-23 Elena DemikhovskyType legalization for compressstore and expandload...
2016-11-23 Craig Topper[AVX-512] Remove intrinsics for valignd/q and autoupgra...
2016-11-23 Rui UeyamaAdd convenient functions to compute hashes of byte...
2016-11-23 Eugene Zelenko[ADT] Fix some Clang-tidy modernize-use-default and...
2016-11-23 Zachary TurnerMake STL range adapter naming consistent.
2016-11-22 Zachary TurnerAdd some searching functions for ArrayRef<T>.
2016-11-22 Sanjay Pateladd and use isBitwiseLogicOp() helper function; NFCI
2016-11-22 Peter CollingbourneLTO: Remove a now-unused InputFile accessor.
2016-11-22 Rui UeyamaRemove PDBFileBuilder::build() and related functions.
2016-11-22 Shoaib Meenai[Triple] Add Facebook vendor
2016-11-22 Chandler Carruth[LCG] Add utilities to compute parent and ascestor...
2016-11-22 Andrew KaylorAdd IntrInaccessibleMemOnly property for intrinsics
2016-11-22 Tim NorthoverCodeGen: simplify TargetMachine::getSymbol interface...
2016-11-22 Peter CollingbourneObject: Make SymbolicFile::symbol_{begin,end}() virtual...
2016-11-22 Chandler Carruth[ADT] Add initializer list support to SmallPtrSet so...
2016-11-21 Zachary TurnerRemove LLVM_NODISCARD in one more place.
2016-11-21 Zachary TurnerRemove LLVM_NODISCARD from two more StringRef members.
2016-11-21 Justin Lebar[CodeGenPrepare] Don't sink non-cheap addrspacecasts.
2016-11-21 Zachary TurnerRemove LLVM_NODISCARD from getAsInteger().
2016-11-21 Zachary TurnerFix attribute list syntax.
2016-11-21 Zachary TurnerRemove LLVM_NODISCARD from StringRef.
2016-11-21 Mandeep Singh Grang[MemorySSA] Fix for non-determinism in codegen
2016-11-21 Marcin Koscielnicki[InstrProfiling] Mark __llvm_profile_instrument_target...
2016-11-21 Marcin Koscielnicki[TLI] Add functions determining if int parameters/retur...
2016-11-21 Alexei Starovoitov[bpf] fix dwarf elf relocs and line numbers
2016-11-21 Davide Italiano[GlobalSplit] Port to the new pass manager.
2016-11-20 Simon PilgrimFix comment typos. NFC.
2016-11-20 Simon PilgrimFix spelling mistakes in Transforms comments. NFC.
2016-11-20 Rui UeyamaSHA1: unroll loop in hashBlock.
2016-11-19 Mehdi AminiChange setDiagnosticsOutputFile to take a unique_ptr...
2016-11-18 Konstantin Zhuravlyov[AMDGPU] Change frexp.exp intrinsic to return i16 for...
2016-11-18 Michael Zolotukhin[LoopSimplify] Preserve LCSSA when removing edges from...
2016-11-18 Mehdi AminiRevert "Add link-time detection of LLVM_ABI_BREAKING_CH...
2016-11-18 Matthias BraunStatistic/Timer: Include timers in PrintStatisticsJSON().
2016-11-18 Matthias BraunTimer: Track name and description.
2016-11-18 Adam Nemet[LTO] Add option to generate optimization records
2016-11-18 Eugene Zelenko[DebugInfo] Fix some Clang-tidy modernize-use-default...
2016-11-18 Mehdi AminiAdd link-time detection of LLVM_ABI_BREAKING_CHECKS...
2016-11-18 Craig Topper[AVX-512] Replace masked 16-bit element variable shift...
2016-11-18 Matthias BraunMachineOperand: Add dump() method
2016-11-17 Eugene Zelenko[CodeView] Fix some Clang-tidy modernize-use-default...
2016-11-17 Lang Hames[Orc] Clang-format the recent RPC update (r286620 and...
2016-11-17 Dehao ChenUse profile info to adjust loop unroll threshold.
2016-11-16 Peter CollingbourneIntroduce GlobalSplit pass.
2016-11-16 Ahmed Bougacha[CodeGen] Pass references, not pointers, to MMI helpers...
2016-11-16 Ahmed Bougacha[CodeGen] Pull MMI helpers from FunctionLoweringInfo...
2016-11-16 Ahmed Bougacha[CodeGen] Cleanup MachineModuleInfo doxygen comments...
2016-11-16 Ahmed Bougacha[CodeGen] Sort MMI forward declarations. NFC.
2016-11-16 Peter CollingbourneBitcode: Introduce initial multi-module reader API.
2016-11-16 Eugene Zelenko[ExecutionEngine] Fix examples build broken in r287126...
2016-11-16 Sanjay Patelfix comment formatting; NFC
2016-11-16 Eugene Zelenko[ExecutionEngine] Fix some Clang-tidy modernize-use...
2016-11-16 Pekka JaaskelainenAdd a little endian variant of TCE.
2016-11-16 Simon Pilgrim[X86][AVX512] Autoupgrade lossless i32/u32 to f64 conve...
2016-11-16 Pavel LabathRemove TimeValue class
2016-11-16 Ayman Musa[X86][AVX512] Removing llvm x86 intrinsics for _mm_mask...
2016-11-16 Craig Topper[X86] Remove the scalar intrinsics for fadd/fsub/fdiv...
2016-11-16 Davide Italiano[ELF] Convert ELF.h to Expected<T>.
next