platform/upstream/llvm.git
2016-02-02 Philip Reames[LVI] Fix a latent bug in getValueAt
2016-02-02 Richard TrieuTemplate Type Diffing change
2016-02-02 Rui UeyamaAlways initialize Out<ELFT> members.
2016-02-02 Jim InghamWe try to avoid static objects. These are on the error...
2016-02-02 Pete CooperFixed comment characters. NFC
2016-02-02 Pete CooperAdd pointerKind() method to the MachO ArchHandler's...
2016-02-01 Pete CooperAdd ObjC method list atom type. NFC.
2016-02-01 Pete CooperAdd command line option to disable ObjC category merging.
2016-02-01 Sanjay Patelfix typos; NFC
2016-02-01 Philip Reames[LVI] Missing test case from 259432
2016-02-01 Pete CooperMove SimpleDefinedAtom::addReference to DefinedAtom.
2016-02-01 Rui UeyamaELF: Do not call fatal() if relocation contraints are...
2016-02-01 Teresa JohnsonAdd test for PR26419 (stable function summary ordering)
2016-02-01 Stephane SezerFix getCompiler in unit testing framework on compiler...
2016-02-01 Philip Reames[LVI] Remove overly tight assert from 259429
2016-02-01 Pete CooperAdd operator== for DefinedAtom::reference_iterator...
2016-02-01 Simon Pilgrim[X86][AVX512] Add support for AVX512 VMOVD (load) shuff...
2016-02-01 Philip Reames[LVI] Add select handling
2016-02-01 Nico WeberAlways build a new TypeSourceInfo for function template...
2016-02-01 Simon Pilgrim[X86][AVX512] Add support for AVX512 VMOVSD/VMOVSS...
2016-02-01 Pete CooperMachoFile should default to using subsections_via_symbols.
2016-02-01 Sanjay Patelfunction names start with a lowercase letter; NFC
2016-02-01 Matthias BraunFix build problem by lower SmallSet<N> to a reasonable...
2016-02-01 Sanjay Patel[InstCombine] simplify masked scatter/gather intrinsics...
2016-02-01 Simon Pilgrim[X86][AVX512] Add support for AVX512 VINSERTPS shuffle...
2016-02-01 Matthias BraunSmallSet/SmallPtrSet: Refuse huge Small numbers
2016-02-01 Arpith Chacko... Undoing commit r259366 to debug buildbot failure.
2016-02-01 Rafael EspindolaSimplify.
2016-02-01 Simon Pilgrim[X86][SSE] Regenerated load vector + element extraction...
2016-02-01 Pete CooperUse dyn_cast instead of static_cast.
2016-02-01 Chad RosierMove comments a bit closer to associated code. NFC.
2016-02-01 Simon Pilgrim[X86][SSE] Add AVX512 merge consecutive load tests
2016-02-01 Aaron BallmanCode clean up; NFC.
2016-02-01 Alexey Samsonov[CMake] Use LLVM_MAIN_SRC_DIR instead of LLVM_SOURCE_DIR.
2016-02-01 Simon PilgrimRegenerate vector blend tests.
2016-02-01 Simon PilgrimRegenerate vector sext/zext constant folding tests.
2016-02-01 Rui UeyamaELF: Teach SymbolBody about how to get its addresses.
2016-02-01 Jun Bum LimAvoid inlining call sites in unreachable-terminated...
2016-02-01 Chad RosierRemove extra semicolon. NFC.
2016-02-01 Sanjoy Das[SCEV] Clean up isKnownPredicateViaConstantRanges;...
2016-02-01 Sanjoy Das[SCEV] Rename isKnownPredicateWithRanges; NFC
2016-02-01 Rafael EspindolaFix infinite recursion in MCAsmStreamer::EmitValueImpl.
2016-02-01 Teresa Johnson[ThinLTO] Ensure function summary output order is stable
2016-02-01 Jim InghamAdd a note on how to create an empty target and use...
2016-02-01 Nico WeberRevert r259143, it broke check-lld on Windows (see...
2016-02-01 Rafael EspindolaAdd a test for r258362.
2016-02-01 Eugene ZelenkoSort checks alphabetically in ReadabilityTidyModule...
2016-02-01 Sanjay Patel[InstCombine] simplify masked store intrinsics with...
2016-02-01 Davide Italiano[llvm-nm] Simplify the code a bit. NFCI.
2016-02-01 Reid Kleckner[ubsan] Stop thinking we can rely on C++ ABI knowledge...
2016-02-01 Balaram MakamAArch64: Implement missed conditional compare sequences.
2016-02-01 Pete CooperAtomize the ObjC category list section.
2016-02-01 Matthew SimpsonAdd test case missing from r259357 (NFC)
2016-02-01 Geoff Berry[AArch64] Simplify prolog/epilog callee save/restore...
2016-02-01 Reid KlecknerFix attribute((mode([word|unwind_word]))) for x32
2016-02-01 Peter Collingbournedocs: Clarify that cfi-unrelated-cast is based on lifetime.
2016-02-01 Ulrich Weigand[SystemZ] Fix wrong-code generation for certain always...
2016-02-01 Colin LeMahieu[NFC] Referencing manual for reason why subregbit is...
2016-02-01 Zachary TurnerAlways write the session file in UTF-8.
2016-02-01 Zachary TurnerFix misnamed variable in TestProcessAPI.py
2016-02-01 Sanjay Patelfix broken check lines
2016-02-01 Benjamin KramerMove LocInfoType from Sema to AST.
2016-02-01 David Majnemer[InstCombine] Don't transform (X+INT_MAX)>=(Y+INT_MAX...
2016-02-01 Jun Bum Lim[ValueTracking] Improve isKnownNonZero for PHI of non...
2016-02-01 Sanjay Patel[InstCombine] simplify masked load intrinsics with...
2016-02-01 Pavel LabathRemove flaky annotation for TestCallWithTimeout on...
2016-02-01 Geoff Berry[PrologEpilogInserter] Add some debug output for callee...
2016-02-01 Arpith Chacko... [OpenMP] Prevent nesting of target constructs within...
2016-02-01 Geoff Berry[AArch64] Simplify callee-save register save/restore...
2016-02-01 Matthew Simpson[LV] Rename RdxPHIsToFix to PHIsToFix (NFC)
2016-02-01 Asaf Badouh[X86][AVX512VBMI] add encoding and intrinsics for Multi...
2016-02-01 Aaron BallmanAdd a new check, readability-redundant-control-flow...
2016-02-01 Vasileios Kalintiris[mips] Split large test file into 3 smaller ones.
2016-02-01 Daniel Sanders[mips] Range check uimm16 and fix several bugs this...
2016-02-01 Aaron BallmanReapply r259210 with a fix for RegistryTest.cpp.
2016-02-01 Amjad AboudImproved macro emission in dwarf.
2016-02-01 Matthew SimpsonReapply commit r258404 with fix.
2016-02-01 Pavel LabathRemove Timer::Initialize routine
2016-02-01 Benjamin KramerRemove the egregious PCHContainer layering hack that...
2016-02-01 Tobias GrosserScopInfo: Correct schedule construction
2016-02-01 Daniel Jasperclang-format: Fix incorrect pointer detection in lambda...
2016-02-01 Daniel Jasperclang-format: Add option to disable string literal...
2016-02-01 Daniel Jasperclang-format: Fix alignment of trailing multiline columns.
2016-02-01 Daniel Jasperclang-format: [JS] Treat "in" as a proper operator.
2016-02-01 JF BastienWebAssembly NFC: simplify control flow
2016-02-01 Ewan CrawfordDWARF RenderScript vendor extension
2016-02-01 Tobias GrosserScopInfo: Drop dead code in schedule description
2016-02-01 Igor BregerAVX512: fix mask handling for gather/scatter/prefetch...
2016-02-01 Artem Dergachev[analyzer] Use a wider integer type for an array index.
2016-02-01 Abhishek AggarwalSet correct ThreadStopInfo in case of trace event
2016-02-01 Simon Pilgrim[X86][SSE] Find source of the inserted element of INSERTPS
2016-02-01 Igor BregerAVX512 : Fix SETCCE lowering for KNL 32 bit.
2016-02-01 Frederic Riss[dsymutil] Skip mach-o paired relocations
2016-02-01 David Majnemer[X86] Cleanup the WinEHState pass
2016-02-01 Frederic Riss[dsymutil] Support scattered relocs.
2016-02-01 David MajnemerRevert r258580 and r258581.
2016-02-01 Tobias GrosserScopInfo: use std::distance to shorten code [NFC]
2016-02-01 Craig Topper[TableGen] Store result of getInstructionsByEnumValue...
2016-02-01 David MajnemerMark DR1250 as implemented
2016-01-31 Frederic Riss[MCDwarf] Fix encoding of line tables with weird custom...
next