OSDN Git Service

android-x86/external-llvm.git
2016-01-20 Andrew Wilkinstools/llvm-config: improve shared library support
2016-01-20 Lang Hames[Orc] Qualify captured variable to work around GCC...
2016-01-20 Xinliang David LiFix a bug in test
2016-01-20 Joseph Tremoulet[Inliner/WinEH] Honor implicit nounwinds
2016-01-20 Xinliang David Li[PGO] Add a new interface to be used by Indirect Call...
2016-01-20 Eduard Burtescu[NFC] Replace several manual GEP loops with gep_type_it...
2016-01-20 Xinliang David LiFunction name change /NFC
2016-01-20 Matthias BraunMachineScheduler: Allow independent scheduling of sub...
2016-01-20 Matthias BraunRegisterPressure: Make liveness tracking subregister...
2016-01-20 Matthias BraunLiveInterval: Add utility class to rename independent...
2016-01-20 Tom StellardAMDGPU/SI: Prevent the DAGCombiner from creating setcc...
2016-01-20 Sanjoy Das[MachineSink] Don't break ImplicitNulls
2016-01-19 Davide ItalianoReinstate the second part of a comment. NFC.
2016-01-19 Quentin Colombet[X86] Do not run shrink-wrapping on function with split...
2016-01-19 Sanjay Pateladd tests to show missing memset/malloc optimizations...
2016-01-19 David Majnemer[MC, COFF] Add .reloc support for WinCOFF
2016-01-19 Simon Pilgrim[X86][SSE] Add VZEXT_MOVL target shuffle decoding.
2016-01-19 Nico WeberReenable -Wexpansion-to-defined.
2016-01-19 Lang Hames[Orc] Oops - lambda capture changed in r258206 was...
2016-01-19 Quentin Colombet[MachineFunction] Constify getter. NFC.
2016-01-19 Lang Hames[Orc] Add missing capture to lambda.
2016-01-19 Simon Pilgrim[X86][SSE] Add INSERTPS target shuffle combines.
2016-01-19 Lang Hames[Orc] Qualify call to make_unique to avoid ambiguity...
2016-01-19 Lang Hames[Orc] #undef a MACRO after I'm done with it.
2016-01-19 Chad Rosier[AArch64] Remove a bunch of useless FIXME comments.
2016-01-19 Dan Gohman[WebAssembly] Remove an unused data member. NFC.
2016-01-19 Chad Rosier[AArch64] Remove more dead code after r258093.
2016-01-19 Nico WeberFix undefined behavior in llvm's local changes to googl...
2016-01-19 Xinliang David LiFix a coverage reading bug
2016-01-19 Lang Hames[Orc] Fix a stale comment.
2016-01-19 Lang Hames[Orc] Refactor ObjectLinkingLayer::addObjectSet to...
2016-01-19 Sanjoy Das[SCEV] Fix PR26207
2016-01-19 Sanjoy Das[SCEV] Use range-for; NFC
2016-01-19 JF BastienWebAssembly: mark known failure caused by r258125
2016-01-19 Nico WeberFix bootstrap -Werror builds after clang r258128
2016-01-19 Kostya Serebryany[libFuzzer] use std::mt19937 for generating random...
2016-01-19 Sanjay PatelgetParent()->getParent() == getModule() ; NFC
2016-01-19 Sanjay Patelfunction names start with a lowercase letter; NFC
2016-01-19 Hans Wennborgtest-release.sh: Use CMake also for Darwin
2016-01-19 Sanjay Patelfix formatting; NFC
2016-01-19 Sanjay Pateldon't repeat documentation comments in implementation...
2016-01-19 Sanjay Pateldon't repeat function names in documentation comments...
2016-01-19 Manuel JacobMove part of an if condition into an assertion. NFC.
2016-01-19 Michael Zuckerman[AVX512] Adding VPERMT2B and VPERMI2B instruction .
2016-01-19 Philip ReamesRevert 258157
2016-01-19 Sanjay Patel[LibCallSimplifier] use instruction-level fast-math...
2016-01-19 Philip Reames[GC] Registry initialization and linkage interactions
2016-01-19 Rong Xu[PGO] Create the profile data variable before the lowering
2016-01-19 Philip ReamesAdd clarifying comments defining what a Loop is
2016-01-19 Sanjay Patel[LibCallSimplifier] use instruction-level fast-math...
2016-01-19 Chris RayNFC Test Commit whitespace change in a comment
2016-01-19 Rafael EspindolaUse larger write sizes for MCFillFragment.
2016-01-19 Geoff Berry[cmake] Fix add_version_info_from_vcs git svn version...
2016-01-19 Sanjay Patelremove outdated comment; NFC
2016-01-19 Eduard Burtescu[opaque pointer types] [NFC] GEP: replace get(Pointer...
2016-01-19 Michael Zuckerman[AVX512] Adding VPERMB instruction
2016-01-19 Dan Gohman[WebAssembly] Rematerialize constants rather than hold...
2016-01-19 Rafael EspindolaSimplify MCFillFragment.
2016-01-19 Dan Gohman[WebAssembly] Change a FIXME to a TODO in a comment.
2016-01-19 Dan Gohman[WebAssembly] Re-enable this test, now that interaction...
2016-01-19 Chad RosierTypo.
2016-01-19 Marina Yatsina[X86] Add support for "xlat m8"
2016-01-19 Manuel JacobFix constant folding of constant vector GEPs with undef...
2016-01-19 Marina Yatsina[X86] Adding support for missing variations of X86...
2016-01-19 Manuel JacobRename Variable `Ptr` to `PtrTy`. NFC.
2016-01-19 Rafael EspindolaHandle 64 bit offsets.
2016-01-19 Dan Gohman[WebAssembly] Disable some WebAssembly-specific optimiz...
2016-01-19 Dan Gohman[WebAssembly] Use the templated form of MachineFunction...
2016-01-19 Dan Gohman[WebAssembly] Re-enable loop idiom recognition for...
2016-01-19 Asaf Badouh[X86][AVX512]fix dag & add intrinsics for fixupimm
2016-01-19 Andrew Wilkinsdocs: address post-commit review
2016-01-19 Philip Reames[GC] Lower vectors-of-pointers directly by default
2016-01-19 Philip Reames[GC] Consolidate all built in GCs into a single file...
2016-01-19 Kelvin LiparseArch() supports more variations of arch names...
2016-01-18 Tobias Edler... Add a change accidentally left out from r258100
2016-01-18 Tobias Edler... [LTO] Restore original linkage of externals prior to...
2016-01-18 Simon PilgrimFixed MSVC warning that not all control paths return...
2016-01-18 Matt ArsenaultAMDGPU: Reduce 64-bit SRAs
2016-01-18 Matt ArsenaultAMDGPU: Split 64-bit and of constant up
2016-01-18 Simon Pilgrim[X86][AVX2] Ensure integer execution domain for integer...
2016-01-18 Chad Rosier[AArch64] Remove unused arguments. NFC.
2016-01-18 Matt ArsenaultAMDGPU: Generalize shl combine
2016-01-18 Simon Pilgrim[X86][SSE] Regenerate vector blend commutation tests
2016-01-18 Matt ArsenaultAMDGPU: Reduce 64-bit lshr by constant to 32-bit
2016-01-18 Davide Italiano[Support/ELF] Remove field erroneously added in r258025.
2016-01-18 Adam Nemet[LAA] Include function name in debug output
2016-01-18 Davide Italiano[JIT] Add small-code model test for ELF.
2016-01-18 Matt ArsenaultAMDGPU: Cleanup sra test
2016-01-18 Matt ArsenaultAMDGPU: Add subtarget feature for instruction rates
2016-01-18 Simon PilgrimFixed MSVC Win64 warning of implicit conversion of...
2016-01-18 Sergei Larin Add to the split module utility an SCC based method...
2016-01-18 Rafael EspindolaDelete dead code.
2016-01-18 Simon Pilgrim[X86][AVX2] Broadcast subvectors
2016-01-18 Rafael EspindolaUse new function name. NFC.
2016-01-18 Krzysztof Parzyszek[Hexagon] Recognize more copy-equivalents in RDF optimi...
2016-01-18 Krzysztof Parzyszek[RDF] Improvements to copy propagation
2016-01-18 Krzysztof Parzyszek[RDF] Improve compile-time performance of dead code...
2016-01-18 Krzysztof Parzyszek[RDF] Allow unlinking ref nodes from data-flow chains...
2016-01-18 Craig Topper[TableGen] Use FoldingSets instead of DenseMaps to...
2016-01-18 Craig Topper[TableGen] Fix an assert I missed in r258063.
next