platform/upstream/llvm.git
2013-10-24 John ThompsonAdded std::string as a built-in type for mapping.
2013-10-24 Evgeniy Stepanov[msan] Unpoison errno in common interceptors.
2013-10-24 Tim NorthoverARM: add a couple more NEON predicates.
2013-10-24 Tim NorthoverARM: mark various aliases with their architecture requi...
2013-10-24 Evgeniy Stepanov[msan] Fix invalid origin copying.
2013-10-24 Evgeniy Stepanov[msan] Change wording in the invalid origin message.
2013-10-24 Zoran JovanovicAdded tests for microMIPS relocations 1.
2013-10-24 Tim NorthoverARM-Darwin: Use the *-*-darwin-eabi triple for v6m...
2013-10-24 Tim NorthoverARM: Use non-VFP softcalls on embedded Darwinish targets
2013-10-24 Daniel Jasperclang-format: Cleanup array initializer and dict initia...
2013-10-24 Yaron KerenReplaced non-ASCII character.
2013-10-24 Chandler CarruthRevert part of r193291, restoring the deletion of loade...
2013-10-24 Tim NorthoverARM: fix assert on unpredictable POP instruction.
2013-10-24 Yaron KerenAdded test for -elf configuration, to see that _alloca...
2013-10-24 Job NoormanMake sure SP is always aligned on a 2 byte boundary
2013-10-24 Chandler CarruthTeach Clang to accept and ignore -f[no-]implicit-templates.
2013-10-24 Chandler CarruthTeach Clang to recognize and ignore GCC's -fdiagnostics...
2013-10-24 Nuno Lopesfix PR17635: false positive with packed structures
2013-10-24 Amara Emerson[AArch64] Fix NZCV reg live-in bug in F128CSEL codegen.
2013-10-24 Zonr ChangInclude missing Compiler.h for using LLVM_ENUM_INT_TYPE.
2013-10-24 Manuel KlimekUse the same SourceManager for ModuleMaps and compilations.
2013-10-24 Benjamin KramerRemove dead recursive function.
2013-10-24 Elena DemikhovskyAVX-512: added VCVTPH2PS, VCVTPS2PH with intrinsics
2013-10-24 Craig TopperReplace sse41/sse42 with sse4.1/sse4.2 in test command...
2013-10-24 Craig TopperAdd non-AVX tests for AES intrinsics.
2013-10-24 Craig TopperAdd tests for SSE intrinsics in non-avx mode by copying...
2013-10-24 Peter CollingbourneIntroduce an operator new for LowLevelAllocator, and...
2013-10-24 Juergen RibutzkaFix a bug in LinearFunctionTestReplace that created...
2013-10-24 Shankar EaswaranFix Comments.
2013-10-24 Shankar Easwaran[Driver] Change UniversalDriver to use TD file.
2013-10-24 Shankar Easwaran[PassManager] add ReaderWriter{Native,YAML} to the...
2013-10-24 Yuchen WuFixed llvm-cov to count edges instead of blocks.
2013-10-24 Rui Ueyama[PECOFF] Support embedding resource file into executable.
2013-10-24 Richard SmithSupport GNU attributes in alias-declarations now that...
2013-10-24 Faisal ValiFix a test file option from -emit-llvm -o to -emit...
2013-10-24 Richard SmithPR17666: Instead of allowing an initial identifier...
2013-10-24 Faisal ValiFix an instantiation bug with nested generic lambdas...
2013-10-24 Warren HuntUndoing accidental change to docs/LanguageExtensions...
2013-10-24 Andrew TrickClarify comments in genLoopLimit.
2013-10-24 Andrew KaylorOptimizing MCJIT module state tracking
2013-10-23 Warren HuntImplements 64 bit microsoft record layout and adds...
2013-10-23 Yaron Keren(this is a corrected patch)
2013-10-23 Ted KremenekMore wordsmithing on objc_requires_super documentation.
2013-10-23 Manman RenDebug Info: code clean up.
2013-10-23 Manman RenDebug Info: code clean up.
2013-10-23 Manman RenDebug Info: code clean up.
2013-10-23 Manman RenDebug Info: code clean up.
2013-10-23 Ted KremenekWordsmith text of objc_requires_super.
2013-10-23 Rafael EspindolaActually switch the default to use multiprocessing
2013-10-23 Ted KremenekFix typo.
2013-10-23 Daniel Dunbar[lit] Stop hacking the GIL check interval.
2013-10-23 Daniel Dunbar[lit] Use multiprocessing based parallelism by default...
2013-10-23 Ted KremenekProvide documentation on attribute((objc_requires_super)).
2013-10-23 Ted KremenekChange title of section to reflect the concept, and...
2013-10-23 Manman RenRemove {} from one-line block.
2013-10-23 Rafael EspindolaRevert "Calling _chkstk is required on ELF as well...
2013-10-23 David MajnemerParse: Disable delayed template parsing for constexpr...
2013-10-23 Yuchen WuFixed doxygen comment to match Module.cpp
2013-10-23 Rafael EspindolaReduce casting and use a fully covered switch.
2013-10-23 Rui UeyamaRun layout-transitivity test only when debugging is...
2013-10-23 Benjamin KramerX86: Custom lower sext v16i8 to v16i16, and the corresp...
2013-10-23 David MajnemerAST: Mangle fields in anonymous structs/unions
2013-10-23 Yuchen WuFixed comment typo in GCOVProfiling.cpp
2013-10-23 Manman RenIntrinsics: fix extract & insert when index is out...
2013-10-23 Rui UeyamaRemove unused variable.
2013-10-23 Jordan Rose[analyzer] Generate a LazyCompoundVal when loading...
2013-10-23 Yuchen WuUse a map instead of vector to store line counts.
2013-10-23 Yaron KerenCalling _chkstk is required on ELF as well as COFF...
2013-10-23 Benjamin KramerX86: Custom lower zext v16i8 to v16i16.
2013-10-23 Michael LiaoFix PR17631
2013-10-23 Greg ClaytonFixed format strings as they still must specicy a ...
2013-10-23 Rui UeyamaDisable layout-transitivity test on FreeBSD for now.
2013-10-23 NAKAMURA TakumiAdd llvm-c-test to check-llvm.
2013-10-23 NAKAMURA Takumillvm/tools/llvm-c-test should be built also on msvc.
2013-10-23 NAKAMURA Takumillvm-c/Target.h: Tweak "inline" for msvc to use __inlin...
2013-10-23 NAKAMURA Takumillvm-c/lto.h: Avoid use of bool.
2013-10-23 NAKAMURA Takumillvm-c-test: Make them C89-compliant.
2013-10-23 NAKAMURA Takumiinclude/llvm-c: Whitespace.
2013-10-23 Jim GrosbachX86: Make concat_vectors combine a bit more conservative.
2013-10-23 Shuxin YangUse address-taken to disambiguate global variable and...
2013-10-23 Ed Maste64-Bit DWARF support for .debug_aranges and .debug_pubnames
2013-10-23 Benjamin KramerMark zero-argument functions explicitly in C headers.
2013-10-23 Rafael EspindolaA decl never becomes unused. Make that explicit in...
2013-10-23 Zoran JovanovicSupport for microMIPS relocations 1.
2013-10-23 Faisal ValiRefactor out the circular reference to LambdaExpr in...
2013-10-23 Alexey Samsonov[ASan] ASan can be combined with LSan and UBSan, so...
2013-10-23 Evgeniy Stepanov[sanitizer] Fix OSX build.
2013-10-23 Anders WaldenborgFix cmake dependency on llvm-c-test in test
2013-10-23 Ed MasteInitial DWARF64 support for .debug_line
2013-10-23 Evgeniy Stepanov[sanitizer] Intercept ether_* functions.
2013-10-23 Matheus Almeida[mips][msa] Direct Object Emission support for the...
2013-10-23 Daniel Sanders[mips][msa] Added support for matching fexp2 from norma...
2013-10-23 Artyom SkrobovMake ARM hint ranges consistent, and add tests for...
2013-10-23 Daniel Sanders[mips][msa] Add intrinsics that map to pseudo-instructions.
2013-10-23 Dmitry Vyukovtsan: parse symbolize/external_symbolizer_path common...
2013-10-23 Anders WaldenborgFix check for supported targets in llvm-c lit.local.cfg
2013-10-23 Dmitry Vyukovtsan: fix linux syscall hooks
2013-10-23 Anders WaldenborgAdd llvm-c-test tool for testing llvm-c
2013-10-23 Nick LewyckyContinue to keep 'SUMMARY: ' prefix in lsan. Whoops!
2013-10-23 Nick LewyckyHoist the addition of the prefix "SUMMARY: " from
next