platform/upstream/llvm.git
2014-10-28 Nick Kledzik[mach-o] generate LC_DATA_IN_CODE in final linked images
2014-10-28 Alexander Kornienko[clang-tidy] Added -system-headers option.
2014-10-28 Hans WennborgThe dllimport.cpp test was gating some checks on #ifnde...
2014-10-28 Enrico GranataAdd a few functions to SBType to handle arrays and...
2014-10-28 Enrico GranataAdd a few words of documentation for the the $\{var...
2014-10-28 Nick Kledzik[mach-o] Turn -single_module error into a warning
2014-10-28 Enrico GranataAdd a feature where a string data formatter can now...
2014-10-28 Sean CallananAdded the ability to add attributes to inline
2014-10-28 Fariborz JahanianObjective-C remove an unused enumerator which causes
2014-10-28 Peter Zotov[OCaml] PR19859: Add functions to query and modify...
2014-10-28 Peter Zotov[C API] PR19859: Add functions to query and modify...
2014-10-28 Peter Zotov[OCaml] PR19859: Add tests for reading the values of...
2014-10-28 Peter Zotov[OCaml] PR19859: Add Llvm.{fcmp_predicate,float_of_const}.
2014-10-28 Peter Zotov[C API] PR19859: Add LLVMGetFCmpPredicate and LLVMConst...
2014-10-28 Daniel Jasperclang-format: Improve && detection as binary operator.
2014-10-28 Fariborz JahanianObjective-C. revert patch for rdar://17554063.
2014-10-28 Saleem AbdulrasoolTransforms: reapply SVN r219899
2014-10-28 Enrico GranataWhen trying to get the element type of an array type...
2014-10-28 Robert Khasanov[AVX512] Fix VSQRT packed instructions internal names.
2014-10-28 Daniel Jasperclang-format: Fix test.
2014-10-28 Robert Khasanov[AVX512] Extended avx512_sqrt_packed (sqrt instructions...
2014-10-28 Daniel Jasperclang-format: Improve && detection as binary operators.
2014-10-28 Eric FiselierFix example in documentation of target triple sanitization.
2014-10-28 Fariborz JahanianActually remove this test entirely.
2014-10-28 Fariborz Jahanian[Objective-C]. revert r220740,r220727
2014-10-28 Daniel Jasperclang-format: Improve function declaration detection.
2014-10-28 Richard SmithPR17730: Add test that we don't crash on this testcase...
2014-10-28 Daniel Jasperclang-format: Update generated documentation with new...
2014-10-28 Richard SmithPR21367: Don't accept rvalue references as an extension...
2014-10-28 Daniel Jasperclang-format: [ObjC] Add separate flag to control inden...
2014-10-28 Robert Khasanov[AVX-512] Expanded rsqrt/rcp instructions to VL subset.
2014-10-28 Richard SmithExtend test to check that -D flags do not leak across...
2014-10-28 Daniel Jasperclang-format: Fix test after recent flag change.
2014-10-28 Richard Smith[modules] Allow -I, -D, -W flags to change between...
2014-10-28 Robert Khasanov[AVX512] Removed special case for cmp instructions...
2014-10-28 Daniel Jasperclang-format: Don't put functions on a single line...
2014-10-28 Robert Khasanov[x86] Simplify vector selection if condition value...
2014-10-28 Samuel BenzaquenAdd valueDecl() matcher.
2014-10-28 Aaron BallmanSilencing an "enumeral and non-enumeral type in conditi...
2014-10-28 Robert Khasanov[AVX512] Bring back vector-shuffle lowering support...
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.
next