OSDN Git Service

android-x86/external-llvm.git
2016-06-24 Kevin EnderbyFix lib/ExecutionEngine/IntelJITEvents/IntelJITEventLis...
2016-06-24 Rafael EspindolaSimplify. NFC.
2016-06-24 Peter CollingbourneFix unused variable warning in -asserts builds.
2016-06-24 Adrian PrantlFix the type signature of DwarfExpression::Add.*Constan...
2016-06-24 Eli FriedmanFix documentation for FindAvailableLoadedValue.
2016-06-24 Krzysztof Parzyszek[Hexagon] Simplify (+fix) instruction selection for...
2016-06-24 Sanjoy Das[IndVarSimplify] Run clang-format over some oddly forma...
2016-06-24 Peter CollingbourneIR: New representation for CFI and virtual call optimiz...
2016-06-24 David Majnemer[APInt] Don't shift into the sign bit
2016-06-24 Rafael EspindolaAdd support for musl-libc on ARM Linux.
2016-06-24 Chris Bieneman[MachO] Fixing copy-paste error from r273719
2016-06-24 Michael KupersteinAdd missing dependency to LLVMPasses
2016-06-24 George Burgess IV[MemorySSA] Move code around a bit. NFC.
2016-06-24 David Majnemer[APInt] Don't shift into the sign bit
2016-06-24 Chris Bieneman[obj2yaml] [yaml2obj] Support for MachO Universal binaries
2016-06-24 Ahmed Bougacha[ARM] Remove dead SDNodes. NFC.
2016-06-24 Ahmed Bougacha[X86] Remove dead ISD opcodes. NFC.
2016-06-24 Sanjay Patel[InstCombine] use m_APInt; NFCI
2016-06-24 Michael Kuperstein[PM] Port PreISelIntrinsicLowering to the new PM
2016-06-24 David MajnemerSimplifyInstruction does not imply DCE
2016-06-24 David Majnemer[CodeView] Healthy paranoia around strings
2016-06-24 Evandro Menezes[AArch64] Adjust the model for the vector by element...
2016-06-24 Peter CollingbourneRevert r273545, "[IfConversion] Bugfix: Don't use undef...
2016-06-24 Sanjay Patel[InstCombine] refactor optional bitcasting in matchSele...
2016-06-24 Rafael EspindolaUse shouldAssumeDSOLocal in isOffsetFoldingLegal.
2016-06-24 Reid KlecknerRevert "InstCombine rule to fold trunc when value avail...
2016-06-24 Sanjay Patel[InstCombine] consolidate commutation variants of match...
2016-06-24 Kevin EnderbyThread Expected<...> up from libObject’s getSymbolAddre...
2016-06-24 Kyle ButtCodegen: Fix broken assumption in Tail Merge.
2016-06-24 Rafael EspindolaUse FileCheck. NFC.
2016-06-24 Reid Kleckner[codeview] Emit parameter variables in the right order
2016-06-24 Peter CollingbourneLinker: Copy metadata when linking declarations.
2016-06-24 Reid Kleckner[codeview] Use one byte for S_FRAMECOOKIE CookieKind...
2016-06-24 Chad Rosier[MDT] Always verify machine dominfo if expensive checki...
2016-06-24 Reid Kleckner[codeview] Emit base class information from DW_TAG_inhe...
2016-06-24 Matthew Simpson[LV] Preserve order of dependences in interleaved acces...
2016-06-24 Artur PilipenkoRemangle intrinsics names when types are renamed
2016-06-24 Artur PilipenkoNFC. Move verifyIntrinsicIsVarArg from verifier to...
2016-06-24 Saleem AbdulrasoolExecutionEngine: silence unused value warning
2016-06-24 Saleem AbdulrasoolExecutionEngine: add preliminary support for COFF ARM
2016-06-24 Rafael EspindolaMake sure Format is always initialized.
2016-06-24 Chad Rosier[MachineDominatorTree] Add a MDT verifier.
2016-06-24 Rafael EspindolaUse existing predicate. NFC.
2016-06-24 Rafael EspindolaMerge two identical if branches. NFC.
2016-06-24 Rafael EspindolaMerge two identical if branches. NFC.
2016-06-24 Rafael Espindolaclang-format a region. NFC.
2016-06-24 Anna Thomas[LICM] Avoid repeating expensive call while promoting...
2016-06-24 Hubert TongRevert r273664
2016-06-24 Daniel Sanders[mips] Use --check-prefixes where appropriate. NFC.
2016-06-24 Hubert TongAdd FixedSizeStorage to TrailingObjects; NFC
2016-06-24 Simon DardisRevert "Revert "[misched] Extend scheduler to handle...
2016-06-24 Matt ArsenaultAMDGPU: Add stub custom CodeGenPrepare pass
2016-06-24 George Burgess IVRemove hack introduced by r273641.
2016-06-24 Matt ArsenaultAMDGPU: Un-xfail and add tests
2016-06-24 Matt ArsenaultAMDGPU: Remove disable-irstructurizer subtarget feature
2016-06-24 Matt ArsenaultAMDGPU: Cleanup subtarget handling.
2016-06-24 David MajnemerUse the same underlying type for bitfields
2016-06-24 David MajnemerSwitch more loops to be range-based
2016-06-24 Craig Topper[X86] Combine two nearby calls to isSingleInputShuffleV...
2016-06-24 Vedant Kumar[llvm-cov] Fix two warnings
2016-06-24 George Burgess IVTemporary hack to clean a file from buildbots.
2016-06-24 Chuang-Yu ChengTeaching SimplifyCFG to recognize the Or-Mask trick...
2016-06-24 Peter CollingbourneBitcodeWriter: Remove redundant (and incorrect) check...
2016-06-24 George Burgess IVAttempt to fix MSVC breakage caused by r273636.
2016-06-24 George Burgess IV[CFLAA] Propagate StratifiedAttrs in interproc. analysis.
2016-06-24 Vedant Kumar[llvm-cov] Use getOptions() instead of Options in Sourc...
2016-06-24 Vedant Kumar[llvm-cov] Add SourceNames to SourceCoverageViews, NFC
2016-06-24 Vedant Kumar[llvm-cov] Rename SourceCoverageView::LineCoverageInfo...
2016-06-24 Ahmed Bougacha[ARM] Use aapcs_vfp for ___truncdfhf2 on v7k.
2016-06-23 Evandro Menezes[AArch64] Model the cost of vector by element FP multip...
2016-06-23 Tom StellardSupport/ELF: Add R_AMDGPU_GOTPCREL relocation
2016-06-23 Chris Bieneman[MachOYAML] Use a temporary to avoid gcc strict-aliasin...
2016-06-23 Hans Wennborg[codeview] Add classes and unions to the Local/Global...
2016-06-23 Chandler Carruth[LCG] Make the name of an SCC include more of the funct...
2016-06-23 Chris Bieneman[yaml2macho] Removing asserts in favor of explicit...
2016-06-23 Chris Bieneman[CMake] Add LLVM runtimes directory
2016-06-23 Matthias BraunMachineScheduler: Followup to debug message changes
2016-06-23 Kyle ButtCodegen: [X86] preservere memory refs for folded umul_lohi
2016-06-23 Kyle ButtCodegen: LICM Remove check for exactly 1 register def.
2016-06-23 Matthias BraunMachineScheduler: Improve debug messages
2016-06-23 Rafael EspindolaUses shouldAssumeDSOLocal.
2016-06-23 George Burgess IVAttempt #2 to unbreak bots broken by r273596.
2016-06-23 Rafael EspindolaRefactor to use shouldAssumeDSOLocal. NFC.
2016-06-23 Mike Aizatsky[libfuzzer] moving is_ascii handler inside mutation...
2016-06-23 Rafael EspindolaConvert test to FileCheck.
2016-06-23 Anna ThomasInstCombine rule to fold trunc when value available
2016-06-23 Matt ArsenaultAMDGPU: Add option to disable spilling SGPRs to VGPRs.
2016-06-23 George Burgess IVAttempt to fix breakage caused by r273596.
2016-06-23 Aaron BallmanDefault to using the Unicode version of Win32 APIs...
2016-06-23 George Burgess IV[CFLAA] Use better interprocedural function summaries.
2016-06-23 Rafael EspindolaRefactor duplicated code. NFC.
2016-06-23 Hans Wennborg[codeview] Fix letter casing in FileCheck regexes
2016-06-23 Michael Kuperstein[X86] Extract HiPE prologue constants into metadata
2016-06-23 Vassil VassilevTypo.
2016-06-23 Reid KlecknerFix the wasm build by including EndianStream.h
2016-06-23 Nirav DavePrevent generation of temp file in test from r273585.
2016-06-23 Sanjoy Das[SCEV] Don't unnecessarily namespace; NFC
2016-06-23 Sanjoy Das[IRCE] Use getTerminator instead of rbegin; NFC
2016-06-23 Nirav DavePreserve DebugInfo when replacing values in DAGCombiner
2016-06-23 Sanjay Patel[ValueTracking] simplify logic in ComputeNumSignBits...
next