platform/upstream/llvm.git
2016-04-05 Peter Zotov[llvm-c] Expose LLVM{Get,Set}ModuleIdentifier
2016-04-05 Johannes Doerfert[FIX] Ensure SAI objects for exit PHIs
2016-04-05 Tamas BerghammerFix TestPlatformProcessConnect after rL265357
2016-04-05 Pavel LabathFix a bug in linux core file handling
2016-04-05 Simon Dardis[mips] MIPSR6 Compact jump support
2016-04-05 Justin Holewinski[NVPTX] Handle ldg created from sign-/zero-extended...
2016-04-05 David L KreitzerAdds the ability to use an epilog remainder loop during...
2016-04-05 Tamas BerghammerSet the thumb flag for thumb symbols coming from an...
2016-04-05 Rafael EspindolaRemove redundant argument. NFC.
2016-04-05 Daniel Jasperclang-format: Fix cast detection on "this".
2016-04-05 Haojian Wu[clang-tidy] Add a check to detect static definitions...
2016-04-05 Haojian WuAdd parentheses around `&&` within `||` to avoid compil...
2016-04-05 Dmitry Polukhin[IFUNC] Use GlobalIndirectSymbol when aliases and ifunc...
2016-04-05 Andy GibbsConsolidate and improve the handling of built-in featur...
2016-04-05 Tobias GrosserScopInfo: Check for possibly nested GEP in fixed-size...
2016-04-05 Yabin Cui[tsan] Fix freebsd build.
2016-04-05 Jason MolendaConsolidate the knowledge of what arm cores are always...
2016-04-05 Etienne Bergeron[Support] Fix an invalid character escaping in string...
2016-04-05 Etienne Bergeron[clang-tidy] Fix documentation of misc-suspicious-missi...
2016-04-05 Rafael EspindolaFix another case of propagating IsUsedRegularObj.
2016-04-05 Peter CollingbourneAdd triple to llvm-mc command line. Should fix Windows...
2016-04-05 Peter CollingbourneELF: Make SymbolBody::compare a non-template function.
2016-04-05 Peter CollingbourneELF: Preserve MustBeInDynSym for bitcode symbols.
2016-04-05 Teresa Johnson[ThinLTO] Refactor some common code into getGlobalValue...
2016-04-05 JF BastienDocs: dampen story time for atomics
2016-04-05 JF BastienLanai: fix -Wsign-compare warning
2016-04-04 Teresa JohnsonDon't fold double constant to an integer if dest type...
2016-04-04 Yabin Cui[tsan] Disable randomized address space on aarch64...
2016-04-04 JF BastienLanai: fix -Wpedantic warnings
2016-04-04 Richard SmithMove local helper class into anonymous namespace.
2016-04-04 Marshall ClowRemove unused internal routines. No functional change
2016-04-04 Reid KlecknerFix test failure from r265361
2016-04-04 Reid KlecknerFix non-determinism in order of LLVM attributes
2016-04-04 Sanjay Pateluse range loop; NFCI
2016-04-04 Sunil SrivastavaSet the default C standard to C99 when targeting the...
2016-04-04 Marshall ClowPut back the undefs that Richard removed. Boost won...
2016-04-04 Enrico GranataImprove the way LLDB escapes arguments before passing...
2016-04-04 Sanjay Patelfix typos; NFC
2016-04-04 James Y KnightFix "suggest parentheses" warning.
2016-04-04 Peter CollingbourneELF: Create dynamic symbols for symbol aliases of copy...
2016-04-04 Amaury SechetStyle update in Core.h/Core.cpp . NFC
2016-04-04 Justin BognerRevert "CodeGen: Remove dead code in TailDuplicate"
2016-04-04 Matthias BraunMachineScheduler: Ignore COPYs with undef/dead op in...
2016-04-04 Matthias Brauntest: Always treat .mir files as tests even outside...
2016-04-04 Adrian McCarthyImplement `target modules dump objfile`
2016-04-04 Teresa JohnsonClean up calls to WriteBitcodeToFile (NFC)
2016-04-04 Justin BognerCodeGen: Remove dead code in TailDuplicate
2016-04-04 Teresa Johnsonclang-format llvm-as.cpp (NFC)
2016-04-04 Hans WennborgRe-commit r265039 "[X86] Merge adjacent stack adjustmen...
2016-04-04 John McCallFix an unused-variable warning by using the variable...
2016-04-04 Bruno Cardoso... [CrashReproducer] Pass -I, -F and -resource-dir to...
2016-04-04 Todd Fialadisabled TSAN tests until the author can help track...
2016-04-04 George Burgess IV[Sema] Delete FIXME that has been fixed. NFC.
2016-04-04 Todd FialaXcode: run gtests when building the lldb-gtest target
2016-04-04 Jonathan PeytonOMP_WAIT_POLICY changes
2016-04-04 Mike SpertusFix redundant "typename typename T" in Visual Studio...
2016-04-04 Zia AnsariEnable unroll for constant bound loops when TripCount...
2016-04-04 Rafael EspindolaRevert unintentional change.
2016-04-04 Sean SilvaPut these options in sorted order.
2016-04-04 Teresa JohnsonFix bot errors from r265327, exact GUID which depends...
2016-04-04 Sean SilvaBeef up some dllexport tests.
2016-04-04 Rui UeyamaRename Other -> StOther.
2016-04-04 Chandler CarruthRevert r263460: [SpillPlacement] Fix a quadratic behavi...
2016-04-04 Betul Buyukkurt[PGO] Avoid instrumenting direct callee's at value...
2016-04-04 Matthias BraunARM, AArch64, X86: Check preserved registers for tail...
2016-04-04 John McCallAssignment operators should return by reference.
2016-04-04 Teresa Johnson[ThinLTO] Add option to dump value name to GUID mapping
2016-04-04 Teresa Johnson[ThinLTO] Augment FunctionImport dump with value name...
2016-04-04 Yunzhong GaoAdd copyright notice to the modulemap file.
2016-04-04 John McCallIRGen-level lowering for the Swift calling convention.
2016-04-04 John McCallAdd a couple of convenience operations to CharUnits.
2016-04-04 Reid KlecknerApply suggestion from HJ Lu to avoid misaligned stack...
2016-04-04 Sanjay Patelfix documentation comments; NFC
2016-04-04 Rui UeyamaAdd comments.
2016-04-04 Brendon Cahoon[DependenceAnalysis] Check if result of getConstantPart...
2016-04-04 Derek SchuffReplace MachineRegisterInfo::isSSA() with a MachineFunc...
2016-04-04 Wei MiRevert r265309 and r265312 because they caused some...
2016-04-04 Rui UeyamaFix -disable-verify test.
2016-04-04 Todd FialaXcode: modify lldb-python-test-suite target to build...
2016-04-04 Paul RobinsonDocument standard substitutions defined by lit.
2016-04-04 Derek SchuffAdd MachineFunctionProperty checks for AllVRegsAllocate...
2016-04-04 Wei MiFix unused var warning caused by r265309.
2016-04-04 Pete CooperFix test which failed Error migration on Windows bots.
2016-04-04 Simon Atanasyan[ELF][MIPS] Extend test case to check LA25 stubs creati...
2016-04-04 Wei MiReplace analyzeSiblingValues with new algorithm to...
2016-04-04 Adrian McCarthySet the architecture type from minidump more precisely...
2016-04-04 Marshall ClowFix for Bug #27193; 'std::acos on complex does not...
2016-04-04 Rafael EspindolaRegenerate test file.
2016-04-04 Carlo Bertolli[OPENMP] Codegen for teams directive for NVPTX
2016-04-04 Etienne Bergeron[clang-tidy] Reduce false-positive ratio in misc-suspic...
2016-04-04 Daniel Sanders[mips] Range check simm32 and fold MIPS16's imm32 into...
2016-04-04 NAKAMURA TakumiAnnotateFunctions: Tweak for mingw.
2016-04-04 Kuba Brecka[asan,tsan] Make Darwin-specific tests more stable...
2016-04-04 Pavel LabathMake FileSpec handling platform-independent
2016-04-04 Alexander Kornienko[clang-tidy] fix a couple of modernize-use-override...
2016-04-04 Rafael EspindolaTry to fix the windows build.
2016-04-04 Ulrich Weigand[SystemZ] Add compare-and-branch instructions to MC
2016-04-04 John BrawnAdd a PragmaHandler Registry for plugins to add PragmaH...
2016-04-04 Pavel LabathFix flakyness in TestWatchpointMultipleThreads
2016-04-04 Rafael EspindolaDon't store an Elf_Sym for most symbols.
next