OSDN Git Service

android-x86/external-llvm.git
2016-03-30 Matthias BraunCodeGen: Factor out code for tail call result compatibi...
2016-03-30 Matthias BraunAvoid unnecessary #include; NFC
2016-03-30 Paul RobinsonUpdate copyright year to 2016.
2016-03-30 Matt ArsenaultAMDGPU: Add frexp_exp intrinsic
2016-03-30 Matt ArsenaultAMDGPU: Constant folding for frexp_mant
2016-03-30 Teresa JohnsonUse existing PrintEscapedString in AssemblyWriter
2016-03-30 Peter CollingbourneCloning: Reduce complexity of debug info cloning and...
2016-03-30 Sanjay Patelfix typos
2016-03-30 Aaron BallmanSilencing warnings from MSVC 2015 Update 2. All of...
2016-03-30 Matt ArsenaultLegalizeDAG: Don't replace vector store with integer...
2016-03-30 Matt ArsenaultLegalizeDAG: Don't replace vector load with integer...
2016-03-30 David Majnemer[IndVarSimplify] Don't insert after a catchswitch
2016-03-30 Justin LebarAdd #include <functional> to PassManagerBuilder, now...
2016-03-30 Simon Pilgrim[X86][AVX] Ensure EltsFromConsecutiveLoads tests the...
2016-03-30 Justin Lebar[NVPTX] Make NVVMReflect a function pass.
2016-03-30 Justin Lebar[PassManager] Make PassManagerBuilder::addExtension...
2016-03-30 Justin Bognertest: Remove a test for a transform that hasn't existed...
2016-03-30 Hal FinkelAdd a copy constructor to StringMap
2016-03-30 Hal Finkel[LoopVectorize] Don't vectorize loops when everything...
2016-03-30 Rong Xu[PGO] PGOFuncName in LTO optimizations
2016-03-30 Reid Kleckner[cmake] Instead of testing char16_t for MSVC compat...
2016-03-30 Teresa JohnsonRestore "[ThinLTO] Serialize the Module SourceFileName...
2016-03-30 Chad Rosier[AArch64] Fix warnings pointed out by Hal.
2016-03-30 Reid Kleckner[cmake] Add -fms-compatibility-version=19 when clang...
2016-03-30 Reid Kleckner[cmake] Allow EH usage with clang-cl
2016-03-30 Rong Xu[PGO] Use ArrayRef in annotateValueSite()
2016-03-30 Tom StellardAMDGPU/SI: Improve MachineSchedModel definition
2016-03-30 Tom StellardAMDGPU/SI: Enable lanemask tracking in misched
2016-03-30 Jonas Paulsson[SystemZ] Add nop and nopr InstAliases.
2016-03-30 Nirav DaveRemove HasFnAttribute guards to getFnAttribute calls
2016-03-30 Teresa JohnsonRevert "[ThinLTO] Serialize the Module SourceFileName...
2016-03-30 Simon Pilgrim[X86][XOP] BITREVERSE lowering using VPPERM
2016-03-30 Teresa Johnson[ThinLTO] Serialize the Module SourceFileName to/from...
2016-03-30 Simon Pilgrim[X86][SSE] Test the legalization of vector comparison...
2016-03-30 Benjamin Kramer[NVPTX] Avoid temporary std::string and make single...
2016-03-30 Marianne Mailhot... gold-plugin: Fixed typo in an error message.
2016-03-30 Simon Pilgrim[X86][SSE] Added tests for clearing upper bits of vecto...
2016-03-30 James Molloy[VectorUtils] Don't try and truncate PHIs to a smaller...
2016-03-30 Chandler Carruth[x86] Fix a horrible bug in our lowering of x86 floatin...
2016-03-30 Craig Topper[CodeGen] Mark EVT:getExtendedSizeInBits() as LLVM_READ...
2016-03-30 Jingyue Wu[docs] Add gpucc publication and tutorial.
2016-03-30 Duncan P. N... IR: Constify LLVMContext::discardValueNames, NFC
2016-03-30 Duncan P. N... BitcodeReader: Fix weird whitespace, NFC
2016-03-30 George Burgess IV[MemorySSA] Make the visitor more careful with calls.
2016-03-30 Chandler Carruth[x86] Extract a helper function to compute the full...
2016-03-30 Xinliang David Li[PGO] Handle invoke inst in IR based icall instrumentation
2016-03-30 George Burgess IV[MemorySSA] Change how the walker views/walks visited...
2016-03-30 Adam Nemet[Aarch64] Turn on the LoopDataPrefetch pass for Cyclone
2016-03-29 Adam Nemet[PPC] Remove -ppc-loop-prefetch-distance in favor of...
2016-03-29 Adam Nemet[LoopDataPrefetch] Centralize the tuning cl::opts under...
2016-03-29 Anna Zaks[tsan] Do not instrument reads/writes to instruction...
2016-03-29 Kostya Serebryany[libFuzzer] more trophies
2016-03-29 Kostya Serebryany[libFuzzer] more docs
2016-03-29 Duncan P. N... ADCE: Remove debug info intrinsics in dead scopes
2016-03-29 Fiona GlaserMachineSink: make shouldSink a TII target hook
2016-03-29 Adam Nemet[LoopDataPrefetch] Make more member functions private...
2016-03-29 Adrian PrantlUpgrade some wildly anachronistic debug info in testcases.
2016-03-29 Sanjay Pateluse FileCheck and auto-check-generation script for...
2016-03-29 Derek SchuffAdd a print method to MachineFunctionProperties for...
2016-03-29 Aaron BallmanClarifying some of the requirements for building with...
2016-03-29 Kevin EnderbyFix some bugs in the posix output of llvm-nm. Which...
2016-03-29 James Y Knight[SPARC] Use AtomicExpandPass to expand AtomicRMW instru...
2016-03-29 Matthias BraunMachineVerifier: On dead-def live segments, check that...
2016-03-29 Matthias BraunLiveVariables: Fix typo and shorten comment
2016-03-29 Duncan P. N... IR: Add DbgInfoIntrinsic::getVariableLocation
2016-03-29 Ryan GovostesRevert "[asan] Make the global_metadata_darwin.ll test...
2016-03-29 Teresa Johnson[ThinLTO] Remove post-pass metadata linking support
2016-03-29 Ryan Govostes[asan] Make the global_metadata_darwin.ll test require...
2016-03-29 Nirav DaveAdd support for no-jump-tables
2016-03-29 Derek SchuffAdd MachineVerifier check for AllVRegsAllocated Machine...
2016-03-29 Manman RenSwift Calling Convention: add swiftself attribute.
2016-03-29 Sanjay Patel[x86] add tests to show current memset codegen
2016-03-29 Sanjoy Das[SCEV] Extract out a MatchBinaryOp; NFCI
2016-03-29 Sanjoy Das[SCEV] Use Operator::getOpcode instead of manual dispat...
2016-03-29 Justin LebarMake InlineSimple's one-arg constructor explicit. NFC
2016-03-29 Justin LebarReformat a comment in InlineSimple.cpp. NFC
2016-03-29 Sanjay Patelregenerate checks
2016-03-29 Konstantin... Test commit access
2016-03-29 Teresa Johnson[ThinLTO] Use new GlobalValue::getGUID helper (NFC)
2016-03-29 Hemant Kulkarni[llvm-readobj] NFC: Remove unneeded parenthesis
2016-03-29 Simon Dardis[mips] Test commit: Mark insertNoop as dead code (NFC)
2016-03-29 Daniel Sanders[mips] Correct MIPS16 jal/jalx to have uimm26 offsets...
2016-03-29 Junmo Parkfix CHECK_NOT -> CHECK-NOT
2016-03-29 Junmo Parkfixed typo - CHECK-LABEL
2016-03-29 Elena DemikhovskyAdded 2 notes
2016-03-29 Elena Demikhovskyfixed typo - CHECK-LABEL
2016-03-29 Elena DemikhovskyAVX-512: fixed a bug in fp_to_uint pattern on KNL
2016-03-29 Duncan P. N... BitcodeReader: Allow METADATA_STRINGS to only have !""
2016-03-29 Hyojin Sung[SimlifyCFG] Prevent passes from destroying canonical...
2016-03-29 Matthias BraunRegisterPressure: Simplify liveness tracking when lanem...
2016-03-29 Matthias BraunLiveVariables: Do not remove dead flags from vreg operands
2016-03-29 Hemant Kulkarni[llvm-readobj] Support GNU style dyn-relocations
2016-03-29 Hal Finkel[PowerPC] Refactor popcnt[dw] target features
2016-03-29 Kyle Butt[Codegen] Decrease minimum jump table density.
2016-03-28 Easwaran RamanSample profile summary cleanup
2016-03-28 Derek Schuff[WebAssembly] Remove duplicate disabling of passes
2016-03-28 Hal Finkel[PowerPC] Clarify a comment in PPCTTI about vector...
2016-03-28 Vedant Kumar[docs] Corrections w.r.t V2 of the coverage mapping...
2016-03-28 Adam Nemet[PGO] More comments how function pointers for indirect...
2016-03-28 Sanjay Patelregenerate checks
next