platform/upstream/llvm.git
2013-01-11 Sean Silvadocs: Fix long standing linking antipattern.
2013-01-11 Dmitri GribenkoReplace more usages of __func__ with LLVM_FUNCTION_NAME
2013-01-11 Sean Silvadocs: fix misleading description.
2013-01-11 Michael IlsemanSupport for half intrinsics. Pushes MMX into slower...
2013-01-11 Dmitri Gribenkolibclang logging: fixup for MSVC, which does not have...
2013-01-11 NAKAMURA TakumiX86AsmParser.cpp: Fix up r172148, to add initializer...
2013-01-11 Dmitri GribenkoAdd a new portability macro LLVM_FUNCTION_NAME, that...
2013-01-11 Jakub StaszakLoopPass.h doesn't require Function.h. Remove unneeded...
2013-01-11 Fariborz JahanianImprove on my last test for patch for // rdar://12897704
2013-01-11 NAKAMURA Takumillvm/lib/MC/MCParser/AsmParser.cpp: [ms-inline-asm...
2013-01-11 Dmitri Gribenkotg-fixits.td: fixup for Linux, which does not have...
2013-01-10 Jakub StaszakRemove heavy and unused #inclues from X86TargetObjectFi...
2013-01-10 Richard SmithTruth in advertising: LocallyScopedExternalDecls actual...
2013-01-10 Eli BenderskyRename enumerations s/VK/DK/ to conform to naming conve...
2013-01-10 Chad Rosier[ms-inline asm] Make sure we set a default value for...
2013-01-10 Anna Zaks[analyzer] Allow IvarInvalidation checker to suppress...
2013-01-10 Eli Benderskyfix comments a bit
2013-01-10 Shuxin YangPR14904: Segmentation fault running pass 'Recognize...
2013-01-10 Fariborz Jahanianc++ IRGen. In trivial cases that object is going into...
2013-01-10 Evan ChengCastInst::castIsValid should return true if the dest...
2013-01-10 Daniel Maleaminor update to status page: C++ exception breakpoints...
2013-01-10 Nico WeberFormatter: Remove a fixme, Jordy says @synthesize is...
2013-01-10 Nico WeberFormatter: Put spaces in ObjC method decls in the right...
2013-01-10 NAKAMURA Takumillvm/test/CodeGen/X86/ms-inline-asm.ll: Fixup; Globals...
2013-01-10 Bob WilsonUpdate Apple's build script for llvmCore. <rdar://probl...
2013-01-10 Eli BenderskyRemove a couple of if-else chains in parsing directives...
2013-01-10 Anna Zaks[analyzer] Fix non-determinizm introduced in r172104.
2013-01-10 Michael J.... [ELF] Add support for __init_array_{start,end}.
2013-01-10 Michael J.... [ELF] Fix leading 0 count. Matches change in llvm.
2013-01-10 Michael J.... [ELF] Fixed -Wunused in -asserts mode.
2013-01-10 Michael J.... [llvm-objdump] Emit addresses with the correct number...
2013-01-10 Richard SmithUBSan: use %p not 0x%zx when printing pointers.
2013-01-10 Peter Collingbourne[msan] Change va_start/va_copy shadow memset alignment...
2013-01-10 Will DietzToolChains: Minor touchup to use correct type, avoid...
2013-01-10 Fariborz JahanianDeclare +new instead of -new in test.
2013-01-10 Jakub StaszakRemove trailing spaces.
2013-01-10 Evan ChengPR14896: Handle memcpy from constant string where the...
2013-01-10 Jakub StaszakRemove unneeded includes from FunctionLoweringInfo.h.
2013-01-10 Chad Rosier[ms-inline asm] Add test case for r172121.
2013-01-10 Chad Rosier[ms-inline asm] Add support for calling functions from...
2013-01-10 Chad Rosier[ms-inline asm] Extend the inline asm Sema lookup inter...
2013-01-10 Enrico Granata<rdar://problem/12725746>
2013-01-10 Jakub StaszakRemove unneeded #includes.
2013-01-10 Owen AndersonTeach InstCombine to hoist FABS and FNEG through FPTRUN...
2013-01-10 Jakub StaszakFix indent and remove unneeded #includes in MDBuilder.h.
2013-01-10 Jakub StaszakFix #includes after my last commit.
2013-01-10 Jakub StaszakRename LinkAllVMCore.h to LinkAllIR.h since VMCore...
2013-01-10 Nico WeberFormatter: No spaces around '=' in @property lines.
2013-01-10 Chris Lattnerremove the rest of the "written by" lines in the docume...
2013-01-10 Dmitri GribenkoReplace memcpys by a static_cast and an integral promotion.
2013-01-10 Dmitri GribenkoFix coding style
2013-01-10 Jakub StaszakUnbreak tests after regression from r172081.
2013-01-10 Anna Zaks[analyzer] Add more checks to the ObjC Ivar Invalidatio...
2013-01-10 Fariborz JahanianIn my last patch use InGroup<Switch> (per Dmitri's...
2013-01-10 Fariborz JahanianProvide a better warning when case value overflows.
2013-01-10 Nico WeberFormatter: Land header change I forgot to land in r172099.
2013-01-10 Nico WeberFormatter: Add test for template and protocol parameter...
2013-01-10 Nico WeberFormatting: In @implementation etc lines, put a space...
2013-01-10 Manuel KlimekRefactoring the outermost structure of the formatter.
2013-01-10 Nico WeberRemove FIXME fixed by djasper in r172066.
2013-01-10 Argyrios Kyrtzidis[libclang] Address some coding style issues pointed...
2013-01-10 Nico WeberFormatter: Don't put a space in ObjC number literals...
2013-01-10 Ted Kremenekccc-analyzer: Forward -msse* options to the compiler.
2013-01-10 Nico WeberFormatter: Add space before '(' in @implemenation,...
2013-01-10 Manuel KlimekPull calculation whether a line fits one level up.
2013-01-10 Fariborz JahanianobjectiveC++: When throwing c++ exception of
2013-01-10 Argyrios Kyrtzidis[libclang] Add missing header file
2013-01-10 Argyrios Kyrtzidis[libclang] Enhance logging capabilities of libclang.
2013-01-10 Jordan RoseDiagnostics: name all implicit groups used more than...
2013-01-10 Jordan RoseError if an anonymous DiagGroup is referenced multiple...
2013-01-10 Jordan RoseAdd basic fix-its to SMDiagnostic.
2013-01-10 Jordan RoseTableGen: Keep track of superclass reference ranges.
2013-01-10 Jordan RoseTableGen: record anonymous instantiations of classes.
2013-01-10 Manuel KlimekPulling formatFirstToken one level up.
2013-01-10 Jakob Stoklund... Allow hasProperty() to be called on bundle-internal...
2013-01-10 David GreeneFix Alias Bug
2013-01-10 Shankar Easwaranstyle changes
2013-01-10 Nadav RotemLoopVectorizer: Fix a bug in the vectorization of Binar...
2013-01-10 Will Dietz[ubsan] Move attribute specifier to fix build with...
2013-01-10 Tim NorthoverRemove locale-dependence of enum mangling and use exist...
2013-01-10 Manuel KlimekFixes layout of right braces.
2013-01-10 Alexander KornienkoFormat what you can when errors are found
2013-01-10 Edwin VaneRemoving loop-convert tool
2013-01-10 Tim NorthoverMake TableGen mangle operand method names before puttin...
2013-01-10 Alexander KornienkoImproved clang-format integration support for diagnosti...
2013-01-10 Alexander KornienkoBasic support for diagnostics.
2013-01-10 Manuel KlimekFixes formatting of function calls etc inside an initia...
2013-01-10 Kostya Serebryany[sanitizer] better statistics for the large allocator
2013-01-10 Kostya Serebryany[sanitizer] fix the non-cmake build (2-nd attempt)
2013-01-10 Manuel KlimekDo not add newline in empty blocks.
2013-01-10 Daniel JasperLet clang-format binary use same LangOpts as test.
2013-01-10 Daniel JasperImprovements to function type and ObjC block formatting.
2013-01-10 Dmitry Vyukovasan/tsan: fix comment
2013-01-10 Kostya Serebryany[sanitizer] fix the non-cmake build
2013-01-10 Simon Atanasyan[Mips] Pass a combination of +soft-float and -mips16...
2013-01-10 Kostya Serebryany[sanitizer] add standalone_malloc_test
2013-01-10 Dmitry Vyukovtsan: add check for invalid fd
2013-01-10 Kostya Serebryany[asan] don't fail the test if prctl(PR_SET_NAME) is...
2013-01-10 Manuel KlimekFix layout of blocks inside statements.
2013-01-10 Evgeniy Stepanov[msan] Set program exit code in keep-going mode.
next