OSDN Git Service

android-x86/external-llvm.git
2017-03-02 Adam Nemet[opt-viewer] Sort entries with identical hotness by...
2017-03-02 David BozierAllow use of spaces in Bugpoint ‘--compile-command...
2017-03-02 Sanjay Patelfix typo in comment; NFC
2017-03-02 Geoff BerryRe-apply "[GVNHoist] Move GVNHoist to function simplifi...
2017-03-02 Tim NorthoverGlobalISel: record correct stack usage for signext...
2017-03-02 Bjorn Pettersson[InstCombine] Avoid faulty combines of select-cmp-br
2017-03-02 Matthew Simpson[ARM/AArch64] Update costs for interleaved accesses...
2017-03-02 Matthew Simpson[ARM/AArch64] Support wide interleaved accesses
2017-03-02 Vassil VassilevDo not leak OpenedHandles.
2017-03-02 Matthew Simpson[LV] Considier non-consecutive but vectorizable accesse...
2017-03-02 Andrew V. TischenkoAdded special test covering a problem with PIC relocati...
2017-03-02 Serge PavlovDo not verify MachimeDominatorTree if it is not calculated
2017-03-02 Xin TongFix typo. NFCI
2017-03-02 Peter Collingbournecmake: Configure the ThinLTO cache directory when using...
2017-03-02 Peter CollingbourneLTO: When creating a local cache, create the cache...
2017-03-02 Matthias BraunLiveRegMatrix: Fix some subreg interference checks
2017-03-02 Matthias BraunLiveIntervalUnion: Remove unused function; NFC
2017-03-02 Eli FriedmanRevert r296708; causing test failures on ARM hosts.
2017-03-01 Eugene Zelenko[Support] Fix some Clang-tidy modernize and Include...
2017-03-01 Paul RobinsonRemove spurious use of LLVM_FALLTHROUGH (NFC)
2017-03-01 Amaury Sechet[DAGCombiner] mulhi + 1 never overflow.
2017-03-01 Ahmed Bougacha[GlobalISel] Add a way for targets to enable GISel.
2017-03-01 Amaury SechetImprove mulhi overflow test. NFC
2017-03-01 Eli Friedman[ARM] Fix insert point for store rescheduling.
2017-03-01 Eli FriedmanAdd polly to svn:ignore.
2017-03-01 Eli Friedman[ARM] Check correct instructions for load/store resched...
2017-03-01 Sanjay Patel[DAGCombiner] fold binops with constant into select...
2017-03-01 Reid Kleckner[Constant Hoisting] Avoid inserting instructions before...
2017-03-01 Eugene Zelenko[MC] Fix MachineLocation constructor broken in r294685...
2017-03-01 Amaury SechetAdd test case for mulhi's overflow. NFC
2017-03-01 Victor Leschuk[DebugInfo] [DWARFv5] Unique abbrevs for DIEs with...
2017-03-01 Benjamin Kramer[DAGCombiner] Remove non-ascii character and reflow...
2017-03-01 Matthias BraunLIU:::Query: Query LiveRange instead of LiveInterval...
2017-03-01 Reid KlecknerElide argument copies during instruction selection
2017-03-01 Adam NemetNew tool: opt-stats.py
2017-03-01 Zachary TurnerRe-enable BinaryStreamTest.StreamReaderObject.
2017-03-01 Craig Topper[APInt] Optimize APInt creation from uint64_t
2017-03-01 Matthias BraunLIU::Query: Remove unused getter; NFC
2017-03-01 Matthias BraunLIU::Query: Remove always false member+getter; NFC
2017-03-01 Matthias BraunLiveIntervalUnion: Remove unused functions; NFC
2017-03-01 Sanjay Patel[InstCombine] use -instnamer and auto-generate complete...
2017-03-01 Zachary TurnerDisable BinaryStreamTest.StreamReaderObject.
2017-03-01 Sanjay Patel[x86] add vector tests for more coverage of D30502...
2017-03-01 Nemanja IvanovicImprove scheduling with branch coalescing
2017-03-01 Nirav Dave[DAG] Prevent Stale nodes from entering worklist
2017-03-01 Nirav DaveAdd test cases for merging stores of multiply used...
2017-03-01 Krzysztof Parzyszek[RDF] Replace {} with explicit constructor, since not...
2017-03-01 Daniel BerlinNewGVN: Add debug counter for value numbering
2017-03-01 Paul Robinson[DWARF] Print leading zeros in type signature
2017-03-01 Krzysztof Parzyszek[RDF] Add recursion limit to getAllReachingDefsRec
2017-03-01 Zachary Turner[PDB] Fix and re-enable BinaryStreamArray test.
2017-03-01 Paul RobinsonReorder fields for better packing. (NFC)
2017-03-01 Bob Haarmanenable building with LTO on Windows using clang-cl...
2017-03-01 Paul RobinsonAlphabetize some cases (NFC)
2017-03-01 Hans WennborgRevert r296575 "[SLP] Fixes the bug due to absence...
2017-03-01 Paul Robinson[DWARF] Default lower bound should respect requested...
2017-03-01 Artur Pilipenko[DAGCombiner] Support {a|s}ext, {a|z|s}ext load nodes...
2017-03-01 Krzysztof Parzyszek[Hexagon] Fix testcase accidentally broken by r296645
2017-03-01 Krzysztof Parzyszek[Hexagon] Fix lowering of formal arguments of type i1
2017-03-01 Zachary Turner[PDB] Re-add BinaryStreamTest.
2017-03-01 Hans Wennborg[GVNHoist] Don't hoist unsafe scalars at -Oz (PR31729)
2017-03-01 Vedant KumarRemove unittests/DebugInfo/PDB/BinaryStreamTest.cpp...
2017-03-01 Zachary Turner[PDB] Remove use of std error codes.
2017-03-01 Diana Picusclang-format r296631
2017-03-01 Diana Picus[ARM] GlobalISel: Lower call params that need extensions
2017-03-01 Sanjay Patel[x86] auto-generate checks; NFC
2017-03-01 Sanjay Patel[x86] regenerate checks; NFC
2017-03-01 Igor Laevsky[DeadStoreElimination] Check function modref behavior...
2017-03-01 Simon Dardis[mips] Drop unneeded REQUIRES line in test. NFCI
2017-03-01 Sanjay Patel[PPC] add tests for select-of-constants with binop...
2017-03-01 Igor Laevsky[BasicAA] Take attributes into account when requesting...
2017-03-01 Alexey Bataev[SLP] Preserve IR flags when vectorizing horizontal...
2017-03-01 Alexey Bataev[SLP] Preserve IR flags for extra args.
2017-03-01 Oliver Stannard[ARM] Fix bash-ism in test
2017-03-01 Oliver Stannard[ARM] Fix parsing of special register masks
2017-03-01 Alexey Bataev[SLP] Fix for PR32038: extra add of PHI node when it...
2017-03-01 Ayman Musa[X86] Fix creating vreg def after use.
2017-03-01 Serge PavlovProcess tilde in llvm::sys::path::native
2017-03-01 Mikael HolmenRemove sometimes faulty rewrite of memcpy in instcombine.
2017-03-01 NAKAMURA Takumi(Rewroking r296581) PDB/BinaryStreamTest.cpp: Appease...
2017-03-01 NAKAMURA TakumiRevert r296581, "PDB/BinaryStreamTest.cpp: Appease...
2017-03-01 NAKAMURA TakumiPDB/BinaryStreamTest.cpp: Appease mingw to avoid std...
2017-03-01 Adam Nemet[LV] These remark should have been missed remarks
2017-03-01 Mohammad Shahid[SLP] Fixes the bug due to absence of in order uses...
2017-03-01 Matt ArsenaultAMDGPU: Re-do update for branch-relaxation test
2017-03-01 Daniel Berlinclang-format GenericDomTreeConstruction.h, since the...
2017-03-01 Daniel BerlinOnly run the overloaded-intrinsic-name.ll test once...
2017-03-01 Daniel BerlinKeep attributes, calling convention, etc, when remangli...
2017-03-01 Zachary TurnerMove constexpr arrays out of class definition.
2017-03-01 Eugene Zelenko[DebugInfo] Fix some Include What You Use warnings...
2017-03-01 Zachary TurnerFix signed / unsigned comparison warning.
2017-03-01 Zachary Turner[PDB] Add an additional test for BinaryStreamRef.
2017-03-01 Zachary Turner[PDB] Add tests for BinaryStream.
2017-03-01 Adam Nemet[opt-viewer] Suggest installing the faster parser ...
2017-03-01 Ahmed Bougacha[CodeGen] Remove dead FastISel code after SDAG emitted...
2017-03-01 Ahmed Bougacha[GlobalISel] Replace all combined G_EXTRACT uses.
2017-03-01 Paul RobinsonAdd missing module/license header. NFC.
2017-02-28 Adam Nemet[opt-viewer] Handle column number 0
2017-02-28 Adam NemetRevert "(HEAD, origin/master, origin/HEAD, master)...
2017-02-28 Adam Nemet[LV] These should missed remarks
next