platform/upstream/llvm.git
2016-04-05 Sanjay Patel[InstCombine] regenerate checks
2016-04-05 Sanjay Patel[x86] regenerate checks
2016-04-05 JF BastienWebAssembly: fix cfg-stackify test
2016-04-05 Sanjay Patelcheck or check-next the first line of the function too
2016-04-05 Johannes DoerfertRemove dead code and comment [NFC]
2016-04-05 Valery Pykhtin[TableGen] AsmMatcherEmitter.cpp: replace a sequence...
2016-04-05 Jacques Pienaar[lanai] LanaiSetflagAluCombiner more conservative
2016-04-05 Johannes Doerfert[WWW] Update passes
2016-04-05 Sam Parker[ARM] Cleanup of smul and smla instruction descriptions
2016-04-05 Konstantin... [AMDGPU] Emit linkonce and linkonce_odr symbols
2016-04-05 Haicheng Wu[BlockPlacement] Remove an unnecessary continue
2016-04-05 Kuba BreckaReverting r265401 ("Enabling AddressSanitizer tests...
2016-04-05 Andrey Turetskiy[X86] Introduction of -march=lakemont.
2016-04-05 Rafael EspindolaUpdate for llvm change.
2016-04-05 Rafael EspindolaUse ArrayRef for contiguous areas in ELF. NFC.
2016-04-05 Chuang-Yu ChengAdd missing test for the "Don't delete empty preheaders...
2016-04-05 Kuba BreckaEnabling AddressSanitizer tests, they should work now.
2016-04-05 Kuba BreckaFixing AddressSanitizer tests (update expectations...
2016-04-05 Rafael EspindolaCentralize the definition of a few types. NFC.
2016-04-05 Tamas Berghammer[NFC] Cleanup the code used to run shell commands from...
2016-04-05 Chuang-Yu ChengDon't delete empty preheaders in CodeGenPrepare if...
2016-04-05 Kuba BreckaEnabling TSan tests, they should work now.
2016-04-05 Kuba BreckaFix ThreadSanitizer test cases to work on OS X 10.10...
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...
next