platform/upstream/llvm.git
2015-06-09 Reid Kleckner[WinEH] Add 32-bit SEH state table emission prototype
2015-06-09 Chad Rosier[AArch64] Remove an overly conservative check when...
2015-06-09 Pete CooperUse AlignOf traits to enable static_assert.
2015-06-09 Benjamin KramerReplace loop with std::equal. NFC intended.
2015-06-09 Pete CooperReduce duplication in MCSymbol Name handling. NFC>
2015-06-09 Pete CooperMake MCSymbol::Name be a union of uint64_t and a pointer.
2015-06-09 Akira HatanakaRemove DisableTailCalls from TargetOptions and the...
2015-06-09 Akira HatanakaAttach attribute "disable-tail-calls" to the functions...
2015-06-09 Alexei Starovoitov[bpf] enable BPF backend in autoconf build
2015-06-09 Pete CooperChange from alignof to llvm::alignOf to appease Visual...
2015-06-09 Pete CooperAllocate space for MCSymbol::Name only if required.
2015-06-09 Arnold SchwaighoferMergeFunctions: Don't replace a weak function use by...
2015-06-09 David Majnemer[ItaniumMangle] Mangle long double as __float128 for...
2015-06-09 David BlaikieRevert "[DWARF] Fix a few corner cases in expression...
2015-06-09 Chaoren LinRename `FileSpec::IsRelativeToCurrentWorkingDirectory...
2015-06-09 Rui UeyamaCOFF: Split SymbolTable::addCombinedLTOObject. NFC.
2015-06-09 Reid KlecknerRevert "Re-land r236052, "[SEH] Add 32-bit lowering...
2015-06-09 Reid KlecknerDisable style-on-command-line test on Windows
2015-06-09 Reid KlecknerRe-land r236052, "[SEH] Add 32-bit lowering code for...
2015-06-09 Chaoren LinXFail pexpect tests for Windows hosts.
2015-06-09 Rui UeyamaCOFF: Update comment.
2015-06-09 Samuel AntaoThe constant initialization for globals in NVPTX is...
2015-06-09 Eli BenderskyAdd more wrappers for symbol APIs to the C API.
2015-06-09 Alexei Starovoitov[bpf] make BPF backend non-experimental
2015-06-09 Rui UeyamaRemove object_error::success and use std::error_code...
2015-06-09 Bill Seurer[PowerPC] Reformat altivec.h with clang-format
2015-06-09 Jonathan RoelofsMove target-specific Sema test to its own file.
2015-06-09 Jonathan RoelofsFix printing of GCCAsmExprs with input or output arguments.
2015-06-09 Toma TabacuRecommit "[mips] [IAS] Restore STI.FeatureBits in ...
2015-06-09 Daniel Jasperclang-format: Support //!-comments, increase test coverage.
2015-06-09 Elena DemikhovskyX86-MPX: Implemented encoding for MPX instructions.
2015-06-09 Benjamin KramerRemove rm invocations where the file is immediately...
2015-06-09 Benjamin KramerRemove unused diagnostics.
2015-06-09 Aaron BallmanRemoving spurious semi colons; NFC.
2015-06-09 Aaron BallmanRemoving spurious semi colons; NFC.
2015-06-09 Daniel Jasperclang-format: [JS] Hotfix for runtime issue with deeply...
2015-06-09 Toma TabacuRevert "[mips] [IAS] Add support for BNE and BEQ with...
2015-06-09 Toma Tabacu[mips] [IAS] Add support for BNE and BEQ with an immedi...
2015-06-09 Daniel Sanders[nvptx] Only support the 'm' inline assembly memory...
2015-06-09 Sagar Thakur[lldb-server][MIPS64] Assigning generic register number...
2015-06-09 Greg Bedwellclang-cl: Ignore the /o option when /P is specified.
2015-06-09 Daniel Sanders[ADT] Assert that SmallVectorBase::grow_pod() successfu...
2015-06-09 Denis ProtivenskyMergeFunctions: Fix gcc warning in condition
2015-06-09 NAKAMURA Takumillvm/test/DebugInfo/X86/expressions.ll: %llc_dwarf...
2015-06-09 David MajnemerReenable Misc/interpreter.c as r239388 correctly handle...
2015-06-09 David Majnemer[Driver] Preserve the object file format in ComputeEffe...
2015-06-09 NAKAMURA TakumiDisable clang/test/Misc/interpreter.c, for now, since...
2015-06-09 Peter CollingbourneCOFF: Handle references from LTO object to lazy symbols...
2015-06-09 Peter CollingbourneCOFF: Allow the combined LTO object to define new symbols.
2015-06-09 Keno FischerMove X86-only test case to appropriate directory
2015-06-09 Lang Hames[lli] Make the OptLevel (-O=<char>) option accessible...
2015-06-09 David Majnemer[MSVC Compatibility] Don't diagnose c-style cast from...
2015-06-09 Sean Silvarange-for'ify Args->filtered_begin(...) loops
2015-06-09 Keno Fischer[DWARF] Fix a few corner cases in expression emission
2015-06-09 Anna Zaks[asan] Prevent __attribute__((annotate)) triggering...
2015-06-09 Matt ArsenaultImplement computeKnownBits for min/max nodes
2015-06-09 Matt ArsenaultR600: Switch to using generic min / max nodes.
2015-06-09 Sean SilvaSimplify this code a bit.
2015-06-09 Hans WennborgEnable DLL attribute propagation on explicit instantiat...
2015-06-09 Hans WennborgMinGW: don't allow adding DLL attribute if template...
2015-06-09 Hans WennborgEnable propagation of dll attributes to previously...
2015-06-09 Hans WennborgNarrow the -Wunsupported-dll-base-class-template warning.
2015-06-09 Richard Smith[modules] Fix some visibility issues with default templ...
2015-06-09 Matt ArsenaultMC: Add target hook to control symbol quoting
2015-06-09 Arnold SchwaighoferFix unused variable warning
2015-06-09 Jingyue Wu[NVPTX] run SROA after NVPTXFavorNonGenericAddrSpaces
2015-06-09 Arnold SchwaighoferMergeFunctions: Impose a total order on the replacement...
2015-06-08 Pavel LabathRevert "Introduce a TypeSystem interface to support...
2015-06-08 Tyler NowickiEliminate unnecessary namespace to prevent conflicts.
2015-06-08 Anna Zaks[asan] Fixup to r239134. This test does pass on darwin.
2015-06-08 Tyler NowickiCorrect Loop Hint Diagnostic Message
2015-06-08 Tyler NowickiMoved CPP CodeGen tests into CodeGenCXX.
2015-06-08 Reid Kleckner[WinEH] Cache declarations of frame intrinsics
2015-06-08 Pavel LabathIntroduce a TypeSystem interface to support adding...
2015-06-08 Chaoren LinSkip TestInferiorChanged if host platform is windows.
2015-06-08 Chaoren LinFix TestSymbolContext for remote Windows to Android.
2015-06-08 Reid Kleckner[MC] Use unsigned for the Kind bitfield in MCSymbol
2015-06-08 Hubert TongConsider unsigned long for non-u/U decimal literals...
2015-06-08 Reid KlecknerFix clang-cl self-host -Wc++11-narrowing bug
2015-06-08 Greg ClaytonIf we have a MachO file loaded from memory, make sure...
2015-06-08 Ranjeet Singh[AArch64] AsmParser should be case insensitive about...
2015-06-08 Evgeniy Stepanov[asan] Disable asan for aarch64.
2015-06-08 Peter CollingbourneCOFF: Skip internal symbols in bitcode files.
2015-06-08 Jonathan PeytonRemove unused variables '__kmp_build_check_*'
2015-06-08 Keno Fischer[InstrInfo] Refactor foldOperandImpl to thread through...
2015-06-08 Rafael EspindolaFix a regression in .pop_section.
2015-06-08 Jonathan PeytonRemove unused variable warnings by deletion.
2015-06-08 Simon Pilgrim[X86][SSE] Added lzcnt vector tests.
2015-06-08 Rui UeyamaCOFF: Read symbol names lazily.
2015-06-08 Jonathan PeytonRemove unused variable warnings by moving variables.
2015-06-08 Jonathan PeytonRemove unused variable warnings by adding proper macro...
2015-06-08 Akira HatanakaInclude header file <functional>.
2015-06-08 Benjamin KramerPrefer copy init over direct init. NFC.
2015-06-08 Jonathan PeytonRemove unused variable warnings by fooling compiler.
2015-06-08 Akira Hatanaka[ARM] Pass a callback to FunctionPass constructors...
2015-06-08 Pete CooperUse a PointerUnion in MCSymbol for Section and Fragment...
2015-06-08 Jonathan PeytonRemoved unused functions.
2015-06-08 Evgeniy Stepanov[asan] Enable AArch64 build of ASan runtime and tests.
2015-06-08 Evgeniy Stepanov[asan] Fix Android build for API >= 21.
2015-06-08 Evgeniy Stepanov[asan] Fix build of AsanNoinstTest on Android.
next