OSDN Git Service

android-x86/external-llvm.git
2017-06-05 Javed AbsarAdd support for #pragma clang section
2017-06-05 Peter Smith[ARM] Support fixup for Thumb2 modified immediate
2017-06-05 Sven van Haastregt[InstCombine] Fix extractelement use before def
2017-06-05 Renato GolinRevert "[sanitizer-coverage] one more flavor of coverag...
2017-06-05 Stanislav Mekhanoshin[AMDGPU] Fix SIFoldOperands crash with clamp
2017-06-04 Craig Topper[ConstantRange] Add another truncate unittest for wrapp...
2017-06-04 Craig Topper[ConstantRange] Add a few more truncate unittests.
2017-06-04 Craig Topper[ConstantRange] Add missing result check to the Constan...
2017-06-04 Craig Topper[InstSimplify] Use llvm::all_of instead of a manual...
2017-06-04 Peter Collingbournegit-llvm: Update the project list for the llvm-project...
2017-06-04 Peter CollingbourneIR: When creating a global variable, assert that its...
2017-06-04 Simon Pilgrim[X86][SSE] Change BUILD_VECTOR interleaving ordering...
2017-06-04 Ayal Zaks[LV] Make scalarizeInstruction() non-virtual. NFC.
2017-06-04 Igor Breger[GlobalISel][X86] merge irtranslator-call test files...
2017-06-04 Craig Topper[X86] Replace 'REQUIRES: x86' in tests with 'REQUIRES...
2017-06-04 Craig Topper[ConstantFolding] Combine an if statement into an earli...
2017-06-04 Craig Topper[ConstantFolding][X86] Replace an LLVM_FALLTHROUGH...
2017-06-04 Craig Topper[ConstantFolding] Properly support constant folding...
2017-06-04 Craig Topper[InstSimplify] Add test case demonstrating that we...
2017-06-04 Galina KistanovaFixed warning: must specify at least one argument for...
2017-06-04 Galina KistanovaFixed warning: must specify at least one argument for...
2017-06-04 David BlaikieMake the Twine pretty-printer work with GDB 7.11
2017-06-03 Davide Italiano[PM] Add GVNSink to the pipeline.
2017-06-03 Saleem AbdulrasoolADT: handle special case of ARM environment for SUSE
2017-06-03 Craig Topper[InstCombine] Add support for simplifying ctlz/cttz...
2017-06-03 Craig Topper[ConstantFolding] Fix constant folding for vector cttz...
2017-06-03 Craig Topper[InstCombine][InstSimplify] Add various tests for ctlz...
2017-06-03 Craig Topper[InstCombine] Use cttz instead of ctlz in the cttz_cmp_...
2017-06-03 Stanislav Mekhanoshin[AMDGPU] Untangle SDWA pass from SIShrinkInstructions
2017-06-03 Amaury SechetRegenerate expectations for trunc-to-bool.ll . NFC
2017-06-03 Simon Pilgrim[X86][SSE] Add SCALAR_TO_VECTOR(PEXTRW/PEXTRB) support...
2017-06-03 Craig Topper[LazyValueInfo] Use Type::getIntegerBitWidth instead...
2017-06-03 Craig Topper[LazyValueInfo] Make solveBlockValueCast take a CastIns...
2017-06-03 Galina KistanovaInitialized BackedgeTakenInfo.MaxOrZero.
2017-06-03 Galina KistanovaAdded LLVM_FALLTHROUGH to address warning: this stateme...
2017-06-03 Galina KistanovaAdded LLVM_FALLTHROUGH to address warning: this stateme...
2017-06-03 Galina KistanovaAdded LLVM_FALLTHROUGH to address warning: this stateme...
2017-06-03 Galina KistanovaAdded LLVM_FALLTHROUGH to address warning: this stateme...
2017-06-03 Sam Clegg[WebAssembly] Refactor WasmObjectWriter::writeObject
2017-06-03 Kostya Serebryany[sanitizer-coverage] one more flavor of coverage: ...
2017-06-03 Tom StellardAMDGPU/GlobalISel: Mark 1-bit integer constants as...
2017-06-03 Eugene Zelenko[CodeGen] Fix Windows builds which treat warnings as...
2017-06-03 Evgeniy StepanovRevert "[CFI] Remove LinkerSubsectionsViaSymbols."
2017-06-03 Stanislav Mekhanoshin[AMDGPU] Preserve operand order in SIFoldOperands
2017-06-03 Eugene Zelenko[CodeGen] Fix Windows builds broken in r304621.
2017-06-03 Zachary Turner[PDB] Fix use after free.
2017-06-03 Matthias BraunLiveRegUnits: Port recent LivePhysRegs bugfixes
2017-06-03 Eugene Zelenko[CodeGen] Fix some Clang-tidy modernize-use-using and...
2017-06-03 Stanislav Mekhanoshin[AMDGPU] V_DIV_FIXUP_F16 is not a commutable operation
2017-06-03 Alexey Bataev[SLP] Improve comments and naming of functions/variable...
2017-06-02 Quentin Colombet[SystemZ] Simplify test case. NFC
2017-06-02 Sanjay Patel[x86] fix over-specific triple; NFC
2017-06-02 Philip ReamesCanonicalize a test via utils/update_test_checks.py
2017-06-02 Sanjay Patel[x86] add tests for unsigned vector compares with known...
2017-06-02 Sanjay Patel[x86] simplify code for vector icmp pred transforms...
2017-06-02 Kostya Serebryany[sanitizer-coverage] refactor the code to make it easie...
2017-06-02 Alexey BataevRevert "[SLP] Improve comments and naming of functions...
2017-06-02 Quentin ColombetChange code formatting to look like the surrounding...
2017-06-02 Philip Reames[Statepoint] Be consistent about using deopt naming...
2017-06-02 Matthias BraunRegisterScavenging: Add ScavengerTest pass
2017-06-02 Matthias BraunInitializePasses: Sort initializer list (by ASCII)
2017-06-02 Quentin Colombet[RABasic] Properly update the LiveRegMatrix when LR...
2017-06-02 Quentin Colombet[RABasic] Properly initialize the pass
2017-06-02 Xinliang David LiFix debug build test failure
2017-06-02 Xinliang David Li[PartialInlining] Minor cost anaysis tuning
2017-06-02 David BlaikieFunctionAttrs: Skip it if the effective SCC (ignoring...
2017-06-02 Matthias BraunRegisterScavenging: Move scavenging logic from PEI...
2017-06-02 Zachary TurnerFix build error on gcc.
2017-06-02 Jun Bum Lim[InlineCost] Enable the new switch cost heuristic
2017-06-02 Alexey Bataev[SLP] Improve comments and naming of functions/variable...
2017-06-02 Ahmed Bougacha[X86] Correctly broadcast NaN-like integers as float...
2017-06-02 Zachary TurnerFix build error with clang and gcc.
2017-06-02 Zachary Turner[CodeView] Support CodeView subsections in any order.
2017-06-02 Petr Hosek[CMake][runtimes] Add install target for runtimes builtins
2017-06-02 Amaury SechetRegenerate expectation for wide-fma-contraction.ll...
2017-06-02 Keno Fischer[SROA] Fix crash due to bad bitcast
2017-06-02 Evgeniy Stepanov[CFI] Remove LinkerSubsectionsViaSymbols.
2017-06-02 David BlaikieBitcodeWriter: Removing unnecessary std::function in...
2017-06-02 Evgeniy StepanovSkip CFI for dead functions.
2017-06-02 Evgeniy StepanovMove summary dead stripping before regular LTO.
2017-06-02 Sanjay Patel[x86] fix formatting; NFCI
2017-06-02 Matt ArsenaultAMDGPU: Register AMDGPUAlwaysInline
2017-06-02 Reid KlecknerRe-land "COFF: migrate def parser from LLD to LLVM"
2017-06-02 Konstantin... AMDGPU: Make auto waitcnt before barrier a feature
2017-06-02 Sanjay Patel[TargetLowering] fix formatting; NFC
2017-06-02 Craig Topper[LazyValueInfo] Fix formatting NFC.
2017-06-02 David BlaikieTidy up a bit of r304516, use SmallVector::assign rathe...
2017-06-02 Philip ReamesVerify a couple more fields in STATEPOINT instructions
2017-06-02 Philip ReamesAdd placeholder for more extensive verification of...
2017-06-02 Craig Topper[LazyValueInfo] Make solveBlockValueBinaryOp take a...
2017-06-02 Sanjay Patel[InstCombine] fix icmp with not op and constant to...
2017-06-02 Reid KlecknerRevert "COFF: migrate def parser from LLD to LLVM"
2017-06-02 Craig Topper[LazyValueInfo] Fix typo in comment. NFC
2017-06-02 Craig Topper[InstSimplify][ConstantFolding] Teach constant folding...
2017-06-02 Sanjay Patel[InstCombine] improve perf by not creating a known...
2017-06-02 Amaury SechetUpdate select.ll expected results. NFC
2017-06-02 Sanjay Patel[InstCombine] fix/add tests for icmp with not ops; NFC
2017-06-02 Alexander TimofeevAMDGPUAnnotateUniformValue should always treat volatile...
2017-06-02 Geoff Berry[AArch64][Falkor] Model immediate forwarding.
2017-06-02 Mark Searles[AMDGPU] Turn on the new waitcnt insertion pass. Adjust...
next