platform/upstream/llvm.git
2016-02-02 Chandler Carruth[LCG] Build an edge abstraction for the LazyCallGraph...
2016-02-02 Kamil RytarowskiNetBSD: Define initial RegisterContextNetBSD_x86_64
2016-02-02 Philip Reames[LVI] Introduce an intersect operation on lattice values
2016-02-02 Rui UeyamaAdd comments.
2016-02-02 Kostya Serebryany[libFuzzer] allow passing 1 or more files as individual...
2016-02-02 Rui UeyamaUpdate a comment.
2016-02-02 Matthias BraunMachineVerifier: Use report_context() instead of ad...
2016-02-02 Sanjoy Das[X86] Fix a bug in getMemOpBaseRegImmOfs
2016-02-02 Rui UeyamaReplace auto with the real type.
2016-02-02 Kostya Serebryany[libFuzzer] fail if the corpus dir does not exist
2016-02-02 Anna Zaks[asan] Add iOS support for Address Sanitizer
2016-02-02 Anna Zaks[asan] Fixup r258849 by updating warning in the test
2016-02-02 Anna Zaks[asan] Add iOS support.
2016-02-02 Pete CooperSet ordinals of all File's created in MachO passes.
2016-02-02 Ahmed Bougacha[X86][FastISel] Don't force Nearest-Even rounding for...
2016-02-02 Ahmed Bougacha[X86] Don't force Nearest-Even rounding for VCVTPS2PH...
2016-02-02 Anna Zaks[safestack] Make sure the unsafe stack pointer is poppe...
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.
next