OSDN Git Service

android-x86/external-llvm.git
2017-06-09 Craig Topper[InstCombine] Pass a proper context instruction to...
2017-06-09 Bob Haarman[codeview] use 32-bit integer for RelocOffset in DebugL...
2017-06-09 Zachary Turner[pdb] Don't crash on unknown debug subsections.
2017-06-09 Saleem Abdulrasoolsink DebugCompressionType into MC for exposing to clang
2017-06-09 Zachary Turner[CodeView] Support remaining debug subsection types
2017-06-08 Zachary TurnerFix build by adding includes.
2017-06-08 Zachary Turner[llvm-pdbdump] Support native ordering of subsections...
2017-06-08 Zachary Turner[llvm-pdbdump] Improve consistency among subcommands.
2017-06-08 Evgeniy Stepanov[CFI] Remove LinkerSubsectionsViaSymbols.
2017-06-08 Craig Topper[ExtractGV] Fix the doxygen comment on the constructor...
2017-06-08 Galina KistanovaFixed warning: dereferencing type-punned pointer will...
2017-06-08 Craig Topper[IR] Remove getNumSuccessorsV/getSuccessorV/setSuccesso...
2017-06-08 Peter CollingbourneWrite summaries for merged modules when splitting modul...
2017-06-08 Kostya Serebryany[sanitizer-coverage] one more flavor of coverage: ...
2017-06-08 Peter CollingbourneObject: Move datalayout check into irsymtab::build...
2017-06-08 Peter CollingbourneBitcode: Introduce a BitcodeFileContents data type...
2017-06-08 Tom Stellardtest-release.sh: Remove workaround for test-suite build
2017-06-08 Matthias BraunRegAllocPBQP: Do not assign reserved physical register
2017-06-08 Krzysztof Parzyszek[Hexagon] Re-enable machine verifier after codegen...
2017-06-08 Krzysztof Parzyszek[Hexagon] Skip mux generation when predicate register...
2017-06-08 Evgeniy Stepanov[MachO] Fix codegen of alias of alias.
2017-06-08 Sanjay Patel[CGP, x86] add tests for potential memcmp expansion...
2017-06-08 Dehao ChenDo not early-inline recursive calls in sample profile...
2017-06-08 Sanjay Patelfix formatting; NFC
2017-06-08 Sanjay Patel[CGP] don't expand a memcmp with nobuiltin attribute
2017-06-08 Matt ArsenaultAMDGPU: Work around build special casing .inc files
2017-06-08 Matt ArsenaultAMDGPU: Use correct register names in inline assembly
2017-06-08 Nirav Dave[Hexagon] Speedup NumNodesBlocking calculation. NFCI.
2017-06-08 Guozhi Wei[PPC] In PPCBoolRetToInt change the bool value to i64...
2017-06-08 Mark Searles[AMDGPU] Force qsads instrs to use different dest regis...
2017-06-08 Zachary TurnerUpdate release notes for BinaryFormat library.
2017-06-08 Galina KistanovaChanged a comparison operator for std::stable_sort...
2017-06-08 Zaara Syeda[Power9] Exploit vector integer extend instructions
2017-06-08 Sanjay Patel[PowerPC] add memcmp test with nobuiltin attr; NFC
2017-06-08 Craig Topper[LazyValueInfo] Make LVILatticeVal intersect method...
2017-06-08 Sanjay Patel[x86] remove unused param from tests; NFC
2017-06-08 Sanjay Patel[CGP / PowerPC] avoid multi-block overhead for simple...
2017-06-08 Andrew V. TischenkoAdd scheduler classes to integer/float horizontal opera...
2017-06-08 Alexey Bataev[SLP] More comments fix, NFC.
2017-06-08 Zachary Turner[PDB] Don't crash on /debug:fastlink PDBs.
2017-06-08 Sanjay Patel[x86] add tests for memcmp expansion; NFC
2017-06-08 Nirav DaveInferAddressSpaces: Avoid assertion failure with replac...
2017-06-08 Simon PilgrimRegenerate test
2017-06-08 Andrew V. TischenkoThis patch closes PR28513: an optimization of multiplic...
2017-06-08 Diana Picus[ARM] GlobalISel: Add more tests. NFC
2017-06-08 John Brawn[BPI] Don't assume that strcmp returning >0 is more...
2017-06-08 Andrew Wilkins[Go] Subtypes function
2017-06-08 Tony TyeCorrect AMDGPU Hawaii and Kabini target names
2017-06-08 Peter CollingbourneObject: Factor out the code for creating the irsymtab...
2017-06-07 Eugene Zelenko[CodeGen] Fix some Clang-tidy modernize-use-using and...
2017-06-07 David BlaikieGlobalsModRef: Ensure optnone+readonly/readnone attribu...
2017-06-07 Alexey Bataev[SLP] Comment fix, NFC.
2017-06-07 Sanjay Patel[InstCombine] fold lshr (sext X), C1 --> zext (lshr...
2017-06-07 Alexey Bataev[SLP] Comment fix, NFC.
2017-06-07 Krzysztof Parzyszek[Hexagon] Generate 'inbounds' GEPs in HexagonCommonGEP
2017-06-07 Nirav Dave[DAG] Improve Store Merge candidate pruning. NFC.
2017-06-07 Xinliang David LiFix builin_expect lowering bug
2017-06-07 Eric FiselierAdd BinaryFormat module definition
2017-06-07 Alina Sbirlea[mssa] Fix case when there is no definition in a block...
2017-06-07 Sanjay Patel[CGP] avoid zext/trunc of a memcmp expansion compare
2017-06-07 Dmitry Preobrazhensky[AMDGPU][MC] Corrected error message for s_waitcnt...
2017-06-07 Peter CollingbourneLowerTypeTests: Generate simpler IR for br(llvm.type...
2017-06-07 Sanjay Patel[CGP] pass size as param in MemCmpExpansion; NFCI
2017-06-07 Filipe CabecinhasPR33331 - opt-viewer.py produces broken output for...
2017-06-07 Petar Jovanovic[mips][dsp] Modify repl.ph to accept signed immediate...
2017-06-07 Sanjay Patel[CGP] pass size as param in MemCmpExpansion; NFCI
2017-06-07 Sanjay Patel[CGP] getParent()->getParent() --> getFunction(); NFCI
2017-06-07 Guy Blank[X86] Add test to demonstrate inefficient lowering...
2017-06-07 Jonas Paulsson[SystemZ] Propagate MachineMemOperands
2017-06-07 Simon Pilgrim[DAG] Move SelectionDAG::isCommutativeBinOp to TargetLo...
2017-06-07 Tom StellardAMDGPU/GlobalISel: Mark 32-bit G_SELECT as legal
2017-06-07 Sanjay Patel[x86] avoid flipping sign bits for vector icmp by using...
2017-06-07 Sanjay Patel[CGP] add helper function for generating compare of...
2017-06-07 Nemanja Ivanovic[PowerPC] Eliminate integer compare instructions -...
2017-06-07 Petar Jovanovic[mips] do not use FastISel when -mxgot is present
2017-06-07 Florian Hahn[ARM] Use FixupKind variable in processFixupValue ...
2017-06-07 Sanjay Patel[CGP] fix formatting in MemCmpExpansion; NFC
2017-06-07 Diana Picus[ARM] GlobalISel: Purge G_SEQUENCE
2017-06-07 Nemanja Ivanovic[PowerPC] Eliminate integer compare instructions -...
2017-06-07 Benjamin Kramer[FileCheck] Don't scan past the closing CHECK-DAG for...
2017-06-07 Diana Picus[ARM] GlobalISel: Support G_XOR
2017-06-07 Simon Dardisevert "[mips] Fix test mips64fpldst.ll with machine...
2017-06-07 Simon Pilgrim[X86][SSE] Fix an issue with PEXTRW/PEXTRB indices...
2017-06-07 Diana Picus[ARM] GlobalISel: Support G_OR
2017-06-07 Florian Hahn[Linker] Remove llc usage from link-arm-and-thumb.ll...
2017-06-07 Diana Picus[ARM] GlobalISel: Support G_AND
2017-06-07 Florian Hahn[Linker] Remove warning when linking ARM and Thumb...
2017-06-07 Florian Hahn[ARM] Create relocations for unconditional branches.
2017-06-07 Eric FiselierAdjust module.modulemap after r304864
2017-06-07 Craig Topper[APInt] Fix the documentation for isOneValue. NFC
2017-06-07 Craig Topper[InstCombine][InstSimplify] Use APInt::isNullValue...
2017-06-07 Craig Topper[InstCombine] Fix two asserts that were accidentally...
2017-06-07 Galina KistanovaDisable all warning for AlignOfTest.cpp.
2017-06-07 NAKAMURA TakumiUpdate libdeps to add BinaryFormat, introduced in r304864.
2017-06-07 NAKAMURA TakumiReorder and reformat.
2017-06-07 Zachary TurnerAdd dependency from LibDriver to BinaryFormat.
2017-06-07 Zachary TurnerAdd dependency from AsmParser to BinaryFormat.
2017-06-07 Zachary TurnerAdd #include <system_error>
2017-06-07 Zachary TurnerMove Object format code to lib/BinaryFormat.
2017-06-07 Craig Topper[LazyValueInfo] Remove redundant calls to ConstantRange...
next