platform/upstream/llvm.git
2014-10-28 NAKAMURA TakumiReformat partially, where I touched for whitespace...
2014-10-28 NAKAMURA TakumiLoopRerollPass.cpp: Use range-based loop. NFC.
2014-10-28 NAKAMURA TakumiUntabify and whitespace cleanups.
2014-10-28 NAKAMURA Takumiclang/test/Modules/explicit-build.cpp: Tweak to meet...
2014-10-28 Eric Fiselier[libcxx] Delay evaluation of __make_tuple_types to...
2014-10-28 Rui UeyamaUpdate compile target dependency.
2014-10-28 Peter Zotov[OCaml] Enable -g for debug builds.
2014-10-28 Peter Zotov[OCaml] Fix whitespace.
2014-10-28 Richard TrieuFix warning text: lower -> higher
2014-10-28 Jason MolendaAdd breakpoint instruction byte sequences for arm to
2014-10-28 Jason MolendaClarify the launch style for debugserver to use.
2014-10-28 Saleem AbdulrasoolDriver: remove a stray s that propagated in cross-windows
2014-10-28 David BlaikieMinimize the scope of some variables, NFC.
2014-10-28 Reid KlecknerX86: Implement the vectorcall calling convention
2014-10-28 Tim NorthoverAArch64: enable Cortex-A57 FP balancing on Cortex-A53.
2014-10-28 Jim InghamAdd a test for setting and hitting the C++ Exception...
2014-10-28 Rafael EspindolaUpdate for LLVM API change.
2014-10-28 Rafael EspindolaRemove the PreserveSource linker mode.
2014-10-27 Fariborz JahanianImprove on the diagnostic in my last patch and change...
2014-10-27 NAKAMURA TakumiAArch64InstrInfo.h: Fix a warning introduced in clang...
2014-10-27 Richard SmithRemove unused variable.
2014-10-27 Adam Nemet[AVX512] Add vpermil variable version
2014-10-27 Adam Nemet[AVX512] Clean up avx512_perm_imm to use X86VectorVTInfo
2014-10-27 Adam Nemet[AVX512] Derive vpermil* from avx512_perm_imm
2014-10-27 Adam Nemet[AVX512] Fix copy-and-paste bugs in vpermil
2014-10-27 Rafael EspindolaUse the newer/simple API for passing a diagnostic handl...
2014-10-27 Rafael EspindolaMake it easier to pass a custom diagnostic handler...
2014-10-27 Richard Smith[modules] Load .pcm files specified by -fmodule-file...
2014-10-27 Tim NorthoverTMP: fix readN & writeN to not encourage UB
2014-10-27 Jonathan RoelofsTest that the single-threaded lit feature is available...
2014-10-27 Pete CooperFix a stackmap bug introduced in r220710.
2014-10-27 Fariborz JahanianObjective-C ARC [qoi]. Issue diagnostic if __bridge...
2014-10-27 David MajnemerFrontend: Don't include stdin in the dependency list...
2014-10-27 Hans WennborgTry to appease the C++ gods
2014-10-27 Eric FiselierAdd special case handling of linux target triples that...
2014-10-27 Hans WennborgGive TypoExprState a move constructor and assignment...
2014-10-27 Eric FiselierAdd test to ensure including <atomic> fails when _LIBCP...
2014-10-27 Jingyue Wu[ScalarEvolution] Guard dump() with #if
2014-10-27 Greg ClaytonMake sure OTHER_CFLAGS and OTHER_LDFLAGS are inherited...
2014-10-27 Samuel BenzaquenFix segfault in hasDeclContext for nodes that have...
2014-10-27 Enrico GranataThis looks like the actual path under which the builder...
2014-10-27 Rafael EspindolaFix bug where sys::Wait could wait on wrong pid.
2014-10-27 Eric Fiselier[libcxx] use clang's __char16_t and __char32_t definiti...
2014-10-27 Eric FiselierFix use of operator comma in is_permutation and delete...
2014-10-27 David MajnemerFrontend: Define __EXCEPTIONS if -fexceptions is passed
2014-10-27 Juergen Ributzka[FastISel][AArch64] Emit immediate version of icmp...
2014-10-27 Juergen Ributzka[FastISel][AArch64] Optimize compare-and-branch for...
2014-10-27 Daniel JasperFix polly formatting after recent clang-format behavior...
2014-10-27 Pete CooperStackmap shadows should consider call returns a branch...
2014-10-27 Juergen Ributzka[FastISel][AArch64] Use 'cbz' also for null values...
2014-10-27 Kostya SerebryanyDo not insert asan paddings after fields that have...
2014-10-27 Eric Fiselier[libcxx] Remove use of uniform initialization from...
2014-10-27 Eric Fiselier[libcxx] Fix use of operator comma where the types...
2014-10-27 Hafiz Abid... Stub out 'close' call on m_master_fd for Windows.
2014-10-27 Juergen Ributzka[FastISel][AArch64] Don't fold the 'and' instruction...
2014-10-27 Fariborz Jahanianc++11 patch to issue warning on missing 'override' on
2014-10-27 Marshall ClowPR #21321 talked about implementation-defined behavior...
2014-10-27 Juergen Ributzka[FastISel][AArch64] Fix load/store with frame indices.
2014-10-27 Kostya Serebryany[asan] experimental tracing for indirect calls, llvm...
2014-10-27 Kaelyn TakataWire up LookupMemberExpr to use the new TypoExpr.
2014-10-27 Kaelyn TakataAdd a callback for recovering using a typo correction.
2014-10-27 Kaelyn TakataAdd simple way for a CorrectionCandidateCallback to...
2014-10-27 Kaelyn TakataStart adding the infrastructure for handling TypoExprs.
2014-10-27 Kaelyn TakataHave TypoCorrectionConsumer remember the TypoCorrection...
2014-10-27 Kaelyn TakataPass around CorrectionCandidateCallbacks as unique_ptrs so
2014-10-27 Kaelyn TakataAdd the initial TypoExpr AST node for delayed typo...
2014-10-27 Kaelyn TakataMove TypoCorrectionConsumer into a header.
2014-10-27 Lang Hames[PBQP] Remove a spurious 'typename' keyword. This was...
2014-10-27 Lang Hames[PBQP] Clarify ambiguous-looking typedef.
2014-10-27 Lang Hames[PBQP] Unique allowed-sets for nodes in the PBQP graph...
2014-10-27 Michael GottesmanAdd MapVector::rbegin(), MapVector::rend() to completme...
2014-10-27 Daniel Jasperclang-format: Don't break after very short return types.
2014-10-27 Saleem Abdulrasoolclang-format: improve vim integration docs
2014-10-27 Daniel Jasperclang-format: Fix bad merging of lines in nested blocks.
2014-10-27 Adrian PrantlUnbreak the darwin build.
2014-10-27 Samuel BenzaquenSpeed up clang-tidy when profiling in on.
2014-10-27 Ed MasteSkip ObjC test on FreeBSD that does not build
2014-10-27 Viktor KutuzovAllow thread sanitizer in clang driver on FreeBSD
2014-10-27 Daniel Jasperclang-format: [Proto] Change formatting text-formatted...
2014-10-27 NAKAMURA TakumiPrune CRLF.
2014-10-27 Viktor KutuzovRevert rL220675 due to failures on check-clang
2014-10-27 Viktor Kutuzov[Tsan] Enable thread sanitizer tests on FreeBSD
2014-10-27 Viktor KutuzovAllow thread sanitizer in clang driver on FreeBSD
2014-10-27 Viktor Kutuzov[Tsan] Fix references to renamed variables in DPrintf()
2014-10-27 Viktor Kutuzov[Tsan] Make calloc() to not track allocated space unles...
2014-10-27 Viktor Kutuzov[Tsan] Fix guessing data range on FreeBSD
2014-10-27 Oliver Stannard[ARM] Select VMAXNM and VMINNM regardless of operand...
2014-10-27 Yuri Gorshenin[asan-asm-instrumentation] Added comment describing...
2014-10-27 Rui UeyamaRe-commit r220667.
2014-10-27 NAKAMURA TakumiFix unicode chars into ascii in comment lines.
2014-10-27 Rui UeyamaRevert "Include stddef.h before including cxxabi.h...
2014-10-27 Rui UeyamaRemove #ifdef __FreeBSD
2014-10-27 Rui UeyamaInclude stddef.h before including cxxabi.h
2014-10-27 David MajnemerInstCombine: Fix a combine assuming that icmp operands...
2014-10-27 Alexey Samsonov[Sanitizer] Return code that calculates hash for stackt...
2014-10-27 Rafael EspindolaLinkModules.cpp: don't repeat names in comments.
2014-10-27 Todd FialaFix the TestCreateAfterAttach test for llgs-local on...
2014-10-27 Todd FialaFix TestProcessAttach for Linux ptracer lock-down and...
2014-10-26 Eric ChristopherFix 80-column and other odd formatting.
2014-10-26 David BlaikieRemove some unnecessary casts.
next