OSDN Git Service

android-x86/external-llvm.git
2016-02-16 Amaury SechetMake sure the functions' range is empty before going...
2016-02-16 Craig Topper[X86] Fix typos. NFC
2016-02-16 Craig Topper[X86] Use range-based for loop. NFC
2016-02-16 Amaury SechetDo some refactoring in constant generation in the C...
2016-02-16 Craig Topper[X86] Fix typo in comment. NFC
2016-02-16 Amaury SechetGenerate functions in 2 steps in the C API echo test...
2016-02-16 Junmo Park[SCEVExpander] Make findExistingExpansion smarter
2016-02-16 Amaury SechetRestore the capability to manipulate datalayout from...
2016-02-16 Craig Topper[TableGen] Fix inconsistent spacing. NFC
2016-02-16 Craig Topper[TableGen] Stop passing by reference an integer that...
2016-02-16 Craig Topper[TableGen] Remove unused member variable. NFC
2016-02-16 Craig TopperRemove an unnecessary std::move to fix -Wpessimizing...
2016-02-16 Craig Topper[TableGen] Use range-based for loop. NFC
2016-02-16 Vedant KumarSimplify users of StringRef::{l,r}trim (NFC)
2016-02-16 Vedant Kumar[ADT] Add StringRef::{l,r}trim(char) overloads (NFC)
2016-02-16 Quentin Colombet[GlobalISel][IRTranslator] Override getPassName.
2016-02-16 Quentin Colombet[GlobalISel] Add missing file in previous commit.
2016-02-16 Quentin Colombet[GlobalISel] Get rid of the ifdefs in TargetLowering.
2016-02-16 Amaury SechetDeprecate LLVMGetDataLayout and replace it by LLVMGetDa...
2016-02-16 Amaury SechetKill LLVMAddTargetData
2016-02-16 NAKAMURA TakumiMITests: Update libdeps. llvm/Target/TargetOptions...
2016-02-15 Zia AnsariImplemented stack symbol table ordering/packing optimiz...
2016-02-15 Amaury SechetRename LLVMSetDataLayout's argument to match what they...
2016-02-15 Matthias Braununittests/MI: Add Core library reference
2016-02-15 Matthias BraunSmallPtrSet: Avoid initializing Array in the small...
2016-02-15 Matthias BraunAPInt: Slightly simplify countLeadingZerosSlowCase()
2016-02-15 Matthias BraunAPInt: Further simplify APInt::EqualSlowCase as suggest...
2016-02-15 Ahmed Bougacha[X86] Remove now-dead variable and redundant assert...
2016-02-15 Matthias BraunFix typo in LiveIntervalTest
2016-02-15 Matthias BraunLiveIntervalAnalysis: Support moving of subregister...
2016-02-15 Matthias BraunAdd unittest for LiveIntervalAnalysis::handleMove()
2016-02-15 Matthias BraunMachineVerifier: Add parameter to choose if MachineFunc...
2016-02-15 Colin LeMahieu[NFC] Fixing naming convention, lowercase start of...
2016-02-15 Colin LeMahieu[Hexagon] Wrapping all MCExprs inside MCOperands within...
2016-02-15 Ahmed Bougacha[CodeGen] Document and use getConstant's splat-building...
2016-02-15 Simon Pilgrim[X86][SSE2] Regenerated sse2 tests
2016-02-15 Jonas Paulsson[ScheduleDAGInstrs] isUnsafeMemoryObject() removed
2016-02-15 Krzysztof Parzyszek[Hexagon] Missed testcase update in r260895
2016-02-15 Scott Egerton[mips] Implemented the .hword directive.
2016-02-15 Krzysztof Parzyszek[Hexagon] Use zero-extending loads for anyext
2016-02-15 Silviu Baranga[LV] Add support for insertelt/extractelt processing...
2016-02-15 Roman GareevTweak the LICM code to reuse the first sub-loop instead...
2016-02-15 Simon Pilgrim[X86] More thorough partial-register division checks
2016-02-15 Simon Pilgrim[X86] Regenerated 64/128 bit multiply tests
2016-02-15 Simon Pilgrim[X86][SSE] More thorough testing of all-ones vectors...
2016-02-15 Simon Pilgrim[X86][SSE] Regenerated uint2fp special case tests
2016-02-15 NAKAMURA TakumiMake llvm/test/tools/llvm-symbolizer/pdb/pdb.test Py3...
2016-02-15 Simon Pilgrim[X86][SSE] Regenerated fast isel intrinsics tests
2016-02-15 Scott EgertonReverted r260879 as it caused test failures in lld.
2016-02-15 Scott Egerton[mips] Removed the SHF_ALLOC flag from the .pdr section.
2016-02-15 Igor BregerAVX512: Change store size of kmask. Store size of v8i1...
2016-02-15 Junmo ParkMinor code cleanups. NFC.
2016-02-14 Sylvestre LedruFix some typos in the llvm doc
2016-02-14 Simon Pilgrim[X86][AVX] Fixed copy+paste typo in shuffle test
2016-02-14 Amaury SechetUse report_fatal_error more consistently in the C API...
2016-02-14 Amaury SechetGet constant cloning out of CloneValue so it can be...
2016-02-14 Amaury SechetMove clone_params around
2016-02-14 Amaury SechetFix star alignment in Core.h
2016-02-14 Craig Topper[TableGen] Remove constant string argument from a metho...
2016-02-13 Chandler Carruth[PM/AA] Wire BasicAA's new pass manager class up to...
2016-02-13 Chandler Carruth[PM/AA] Actually wire the AAManager I built for the...
2016-02-13 Duncan P. N... Support: Fix incremental build when re-configuring...
2016-02-13 Simon Pilgrim[X86][AVX] Lower shuffles as repeated lane shuffles...
2016-02-13 Craig TopperRemove Proc feature flags for X86 processors that are...
2016-02-13 Craig Topper[TableGen] Fix comment about 64-bit type I missed when...
2016-02-13 Kostya Serebryany[libFuzzer] remove std::vector operations from hot...
2016-02-13 Sanjay Patel[x86-64] allow mfence even with -mno-sse (PR23203)
2016-02-13 Benjamin Kramer[APInt] No need for a copy when taking min/max of an...
2016-02-13 Benjamin Kramer[ConstantFolding] Reduce APInt and APFloat copying.
2016-02-13 Benjamin Kramer[AggressiveAntiDepBreaker] Skip some unnecessary BitVec...
2016-02-13 Benjamin KramerUse ArrayRef to hide SmallVector details, kill a useles...
2016-02-13 Krzysztof Parzyszek[Hexagon] Replace use of "std::map::emplace" with ...
2016-02-13 Chandler Carruth[attrs] Move the norecurse deduction to operate on...
2016-02-13 NAKAMURA TakumiHexagonFrameLowering.cpp: Appease msc18 to give an...
2016-02-13 Kostya Serebryany[libFuzzer] don't require seed in fuzzer::Mutate, inste...
2016-02-13 Craig Topper[TableGen] Use range-based for loops. NFC
2016-02-13 Craig TopperNo need to make the subtarget feature bit enum a uint64...
2016-02-13 Matthias BraunLiveIntervalAnalysis: Remove LiveVariables requirement
2016-02-13 Matt ArsenaultAMDGPU: Prepare for reducing private element size.
2016-02-13 Kostya Serebryany[libFuzzer] remove the C++-ish variant of FuzzerDriver...
2016-02-13 Kostya Serebryany[libFuzzer] simplify CTOR of MutationDispatcher
2016-02-13 Kostya Serebryany[libFuzzer] get rid of MutationDispatcher::Impl (simpli...
2016-02-13 Kostya Serebryany[libFuzzer] get rid of UserSuppliedFuzzer; NFC
2016-02-13 Kostya Serebryany[libFuzzer] simplify the code around Random. NFC
2016-02-13 Kostya Serebryany[libFuzzer] remove UserSuppliedFuzzer from the interfac...
2016-02-13 Kostya Serebryany[libFuzzer] provide a plain C interface for custom...
2016-02-13 Tom StellardAMDGPU/SI: Add llvm.amdgcn.mov.dpp intrinsic
2016-02-13 Keno Fischer[Cloning] Clone every Function's Debug Info
2016-02-13 Matt ArsenaultAdd AMDGPU related triple vendors/OSes
2016-02-13 Davide Italiano[llvm-size] Remove variable used only once.
2016-02-13 Davide Italiano[llvm-size] Make error handling uniform.
2016-02-13 Matt ArsenaultAMDGPU: Cleanup includes and random macros
2016-02-13 Matt ArsenaultAMDGPU: Add intrinsics for sin/cos
2016-02-13 Matt ArsenaultAMDGPU: Rename intrinsic to better match instruction...
2016-02-13 Tom StellardAMDGPU/SI: Add instruction defs for VOP1 DPP instructions
2016-02-13 Matt ArsenaultAMDGPU: Fix broken condition causing warning
2016-02-13 Tom StellardAMDGPU/SI: Organize intrinsics by subtarget
2016-02-13 Pirama Arumuga... Don't combine fp_round (fp_round x) if f80 to f16 is...
2016-02-12 Alexey SamsonovFix Windows buildbot breakage.
2016-02-12 Tom StellardAMDGPU/SI: Detect uniform branches and emit s_cbranch...
next