OSDN Git Service

android-x86/external-llvm.git
2016-05-26 Pete CooperDon't allocate in APInt::slt. NFC.
2016-05-26 David Majnemer[CaptureTracking] Volatile operations capture their...
2016-05-26 Artem BelevichInit member structs in constructor.
2016-05-26 Xinliang David LiRevert 270865 -- unexplained bot failure on linux/ppcle
2016-05-26 Lang Hames[Orc] Merge some common code for creating CompileCallba...
2016-05-26 Artem Belevich[NVPTX] Added NVVMIntrRange pass
2016-05-26 Artem Tamazov[AMDGPU][llvm-mc] s_getreg/setreg* - hwreg - factor...
2016-05-26 Chris Bieneman[CMake] Restrict libxar linkage to just llvm-objdump
2016-05-26 Xinliang David LiUse new interface in Triple /NFC
2016-05-26 Adrian PrantlUndo a suboptimal clang-format decision. NFC
2016-05-26 Ismail DonmezSince some time clang itself figures out the default...
2016-05-26 Artem TamazovFix build warning introduced in r270552 "[AMDGPU][llvm...
2016-05-26 Simon Pilgrim[X86][SSE] When lowering a 256-bit shuffle as PMOVZX...
2016-05-26 Krzysztof Parzyszek[Hexagon] Select the aggressive anti-dependency breaker
2016-05-26 Diana Picus[AMDGPU] Remove exit-on-error flag from test (PR27762)
2016-05-26 Diana Picus[BPF] Remove exit-on-error flag in test (PR27767)
2016-05-26 Chad Rosier[InstCombine] Catch more bswap cases missed due to...
2016-05-26 Simon Pilgrim[X86][SSE] Added load_zext_16i8_to_8i32 test
2016-05-26 Teresa Johnson[ThinLTO] Resolve LinkOnceAny
2016-05-26 Chad Rosier[AArch64] Generate a BFI/BFXIL from 'or (and X, MaskImm...
2016-05-26 Rafael EspindolaUse shouldAssumeDSOLocal on AArch64.
2016-05-26 Igor Breger[AVX512] Fix intrinsic cmp{sd|ss} lowering.
2016-05-26 John BrawnAdd auto-exporting of symbols from tools so that plugin...
2016-05-26 Simon Pilgrim[X86][F16C] Added F16C fast-isel tests to match clang...
2016-05-26 Simon Pilgrim[X86][AVX2] Added gather fast-isel tests to match clang...
2016-05-26 Chris Dewhurst[Sparc] Extend the assembler printing support for Sparc...
2016-05-26 David Majnemer[MergedLoadStoreMotion] Don't transform across may...
2016-05-26 Adam Nemet[ConstantFold] NFC cleanup after previous change.
2016-05-26 Adam Nemet[ConstantFold] Fix incorrect index rewrites for GEPs
2016-05-26 David Majnemer[MergedLoadStoreMotion] Small cleanup
2016-05-26 Peter CollingbourneMemorySSA: Revert r269678 and r268068; replace with...
2016-05-26 Steven WuRevert "[CMake] LINK_LIBS need to be public for Darwin...
2016-05-26 Craig Topper[X86] Add the AVX storeu intrinsics to InstCombine...
2016-05-26 Sanjoy Das[IRCE] Use C++11 style initializers; NFC
2016-05-26 Teresa Johnson[ThinLTO/gold] Handle bitcode archives
2016-05-26 Saleem Abdulrasoolllvm-objdump: support dumping AUX records for weak...
2016-05-26 Peter CollingbourneMemorySSA: Remove argument to createNewAccess function.
2016-05-26 Peter CollingbourneMemorySSA: Fix example in header comment.
2016-05-26 Lang Hames[Kaleidoscope][BuildingAJIT] Add a stub Chapter 2 doc.
2016-05-26 Lang Hames[Kaleidoscope][BuildingAJIT] Make the optimizeModule...
2016-05-26 David BlaikiePR11740: Disable assembly debug info when assembly...
2016-05-26 Sanjoy Das[IRCE] Optimize conjunctions of range checks
2016-05-26 Sanjoy Das[IRCE] Refactor out a parseRangeCheckFromCond; NFC
2016-05-25 Davide Italiano[PM/PartiallyInlineLibCalls] Commit missing header.
2016-05-25 Lang Hames[KaleidoscopeJIT][BuildingAJIT] Remove some copy-pasta...
2016-05-25 Davide Italiano[PM] Port PartiallyInlineLibCalls to the new pass manager.
2016-05-25 David Blaikiellvm-dwp: Ensure uncompressed sections are not relocate...
2016-05-25 Lang Hames[Kaleidoscope][BuildingAJIT] Shorten the name of the...
2016-05-25 Reid KlecknerRevert "[MC] Support symbolic expressions in assembly...
2016-05-25 Lang Hames[Kaleidoscope][BuildingAJIT] Add code for the 2nd chapt...
2016-05-25 Reid Kleckner[codeview] Use comdats for debug info describing comdat...
2016-05-25 Manman RenObjective-C Class Properties: Autoupgrade "Class Proper...
2016-05-25 Justin Lebar[NVPTX] Don't (incorrectly) say that the NVVMReflect...
2016-05-25 Justin Lebar[CUDA] Add section to docs about controlling fp optimiz...
2016-05-25 Eric ChristopherRemove unused header.
2016-05-25 Lang Hames[Kaleidoscope][BuildingAJIT] Delete trailing whitespace.
2016-05-25 Petr Hosek[MC] Support symbolic expressions in assembly directives
2016-05-25 Rafael EspindolaDon't repeat name in comment and git-clang-format.
2016-05-25 Adrian PrantlWork around an MSVC compiler issue in r270776.
2016-05-25 Lang Hames[Kaleidoscope][BuildingAJIT] Fix code-block indents.
2016-05-25 Davide Italiano[LazyValueInfo] Simplify `return after else`. NFCI.
2016-05-25 Lang Hames[Kaleidoscope][BuildingAJIT] Add a description of the...
2016-05-25 Michael Kuperstein[BasicAA] Improve precision of alloca vs. inbounds...
2016-05-25 Adrian PrantlPR26055: Speed up LiveDebugValues by replacing lists...
2016-05-25 Chad Rosier[MBB] Early exit to reduce indentation, per coding...
2016-05-25 Hal FinkelLook for a loop's starting location in the llvm.loop...
2016-05-25 Rafael EspindolaSort includes.
2016-05-25 Adrian PrantlPort the strip-invalid-debuginfo logic to the legacy...
2016-05-25 Simon Pilgrim[X86][SSE41] Removed pblendw intrinsics tests - they...
2016-05-25 Peter CollingbourneMove whole-program virtual call optimization pass after...
2016-05-25 Simon Pilgrim[X86][SSE41] Regenerated intrinsics tests
2016-05-25 Ahmed Bougacha[TLI] Also cover Linux 64 libfunc (stat64, ...) prototy...
2016-05-25 Simon Pilgrim[X86][SSE41] Removed blendpd/blendps intrinsics tests...
2016-05-25 Sanjay Patelfix typo; NFC
2016-05-25 Mehdi AminiValueMaterializer: rename materializeDeclFor() to mater...
2016-05-25 Mehdi AminiValueMaterializer: fuse materializeDeclFor and material...
2016-05-25 Mehdi AminiIRLinker: fix double scheduling of mapping a global...
2016-05-25 Simon Pilgrim[X86][AVX2] Regenerate avx2 vector shift tests
2016-05-25 Mike Aizatsky[libfuzzer] replacing unittest for truncate_units with...
2016-05-25 Simon PilgrimSimplify std::all_of/any_of predicates by using llvm...
2016-05-25 Zachary Turner[codeview] Move StreamInterface and StreamReader to...
2016-05-25 Ahmed Bougacha[TLI] Fix NumParams==0 prototype checking typo.
2016-05-25 Simon PilgrimSimplify std::all_of predicate (to one line) by using...
2016-05-25 Simon PilgrimSimplify std::all_of predicate (to one line) by using...
2016-05-25 Rafael EspindolaFix shouldAssumeDSOLocal for private linkage.
2016-05-25 Kostya Serebryany[libFuzzer] document the proposed FUZZING_BUILD_MODE_UN...
2016-05-25 Reid Kleckner[IR] Copy comdats in GlobalObject::copyAttributesFrom
2016-05-25 Zachary Turner[llvm-pdbdump] Dump raw stream contents as binary block.
2016-05-25 Matt ArsenaultTableGen: Use StringRef instead of std::string
2016-05-25 Matt ArsenaultAMDGPU: Fix v2i64/v2f64 bitcasts
2016-05-25 Matt ArsenaultAMDGPU: Fix missing br_cc i1 test coverage
2016-05-25 Chad Rosier[SelectionDAG] Add smarts for BSWAP in computeKnownBits.
2016-05-25 Matt ArsenaultAMDGPU: Make vectorization defeating test changes
2016-05-25 Davide Italiano[PM] CorrelatedValuePropagation: pass state to function...
2016-05-25 Matt ArsenaultAMDGPU: Fix inconsistent lowering of select of vectors
2016-05-25 Sanjay Patel[x86] avoid code explosion from LoopVectorizer for...
2016-05-25 Xinliang David LiUse new triple API to check if comdat is supported
2016-05-25 Xinliang David LiAdd a new helper API in triple /NFC
2016-05-25 Chris Bieneman[obj2yaml] [yaml2obj] MachO support for rebase opcodes
2016-05-25 Chris Bieneman[CMake] LINK_LIBS need to be public for Darwin dylib...
next