platform/upstream/llvm.git
2014-10-29 Tobias GrosserFix typo
2014-10-29 Aaron BallmanReverting r220517; it seems this broke check-asan.
2014-10-29 Daniel JasperFix Makefiles after r220867.
2014-10-29 Daniel JasperRefactor libTooling to reduce required dependencies.
2014-10-29 Jan Wen VoungFix getRelocationValueString to return the symbol name...
2014-10-29 Alexander KornienkoShrink the set of checks enabled by default.
2014-10-29 Alexander KornienkoEnable display of compiler diagnostics in clang-tidy...
2014-10-29 Alexander KornienkoEnable display of compiler diagnostics in clang-tidy.
2014-10-29 Saleem Abdulrasooltest: generalise the test matching
2014-10-29 Daniel Jasperclang-format: [JS] Support more regex literals.
2014-10-29 Saleem AbdulrasoolCodeGen: add __readfsdword builtin
2014-10-29 Robert Khasanov[AVX512] Implemented AVX512VL FP bnary packed instructi...
2014-10-29 NAKAMURA TakumiWhitespace.
2014-10-29 Ed MasteSkip test that's hanging on FreeBSD until it can be...
2014-10-29 Jay FoadFix warning in Altivec code when building with GCC...
2014-10-29 Eli BenderskyPass aggregates on the stack without splitting in NVPTX.
2014-10-29 NAKAMURA Takumiclang/lib/AST/Decl.cpp: Tweak isVLATypeCapturingAllowed...
2014-10-29 Ulrich Weigand[PowerPC ABI] Bug 21398 - Consider C++ base classes...
2014-10-29 NAKAMURA Takumiclang/test/CodeGen/captured-statements-nested.c: Tweak...
2014-10-29 Alexey BataevImproved capturing variable-length array types in Captu...
2014-10-29 Serge PavlovUse enumerators instead of hardcoded integers when...
2014-10-29 Michael KupersteinFix build with CMake if LLVM_USE_INTEL_JITEVENTS option...
2014-10-29 Peter Zotov[OCaml] Expose Llvm.parse_command_line_options.
2014-10-29 Peter Zotov[OCaml] Expose Llvm_target.TargetMachine.add_analysis_p...
2014-10-29 Peter Zotov[OCaml] If compiled without --enable-shared, hide packa...
2014-10-29 Peter Zotov[OCaml] Expose Llvm_bitwriter.write_bitcode_to_memory_b...
2014-10-29 Peter Zotov[OCaml] Drop support for 3.12.1 and earlier.
2014-10-29 Peter Zotov[OCaml] Synchronize transformations with LLVM-C.
2014-10-29 NAKAMURA TakumiDon't capture DeclRefExpr::getNameInfo().getInfo()...
2014-10-29 NAKAMURA Takumimacho-symbolized-disassembly.test: Don't check C++...
2014-10-29 Saleem Abdulrasooltest: tweak inlined-allocs test
2014-10-29 Seo SanghyeonVMCore was renamed to IR long time ago
2014-10-29 NAKAMURA TakumiSuppress clang-tools-extra/test/clang-tidy/file-filter...
2014-10-29 Enrico GranataShuffle a couple of formatters around. This should...
2014-10-28 Fariborz JahanianObjective-C modern rewriter. Patch to fix a rewriting bug
2014-10-28 Kevin EnderbyUpdate llvm-objdump’s Mach-O symbolizer code to demangl...
2014-10-28 Peter Zotov[OCaml] PR5595: Pass LDFLAGS to tests via -cclib.
2014-10-28 Peter Zotov[OCaml] PR14083, PR9606: Only pick *.odoc files from...
2014-10-28 Alexander Kornienko[clang-tidy] Updated docs for r220826.
2014-10-28 Peter Zotov[OCaml] Fix whitespace.
2014-10-28 Peter Zotov[OCaml] PR9719, PR14727: Make tests run without ocamlopt.
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...
next