platform/upstream/llvm.git
2013-10-09 Shuxin YangFix a bug in Dead Argument Elimination.
2013-10-09 Daniel MaleaAllow Process::WaitForProcessToStop to return immediate...
2013-10-09 Rafael EspindolaUse aliases for more constructors and destructors.
2013-10-09 Ariel J. BernalThis patch fixes replacements that are not applied...
2013-10-09 Rafael EspindolaAdd a GlobalAlias::isValidLinkage to reduce code duplic...
2013-10-09 Daniel Jasperclang-format: Fix template declaration line breaking...
2013-10-09 Ed MasteFix filenames in header comment blocks
2013-10-09 Sergey Matveev[sanitizer] Fix the parent liveness check in StopTheWorld.
2013-10-09 Venkatraman... [Sparc] Disable tail call optimization for sparc64.
2013-10-09 Simon Atanasyan[Mips] Group MIPS-related options checking function...
2013-10-09 Simon Atanasyan[Mips] Make the isMipsR2Arch() function simpler - remov...
2013-10-09 Simon Atanasyan[Mips] Remove unused mips_CPUs_Group options group...
2013-10-09 Simon Atanasyan[Mips] Do not check for options from the OPT_mips_CPUs_...
2013-10-09 Simon Atanasyan[Mips] Make mips32/mips32r2/mips64/mips64r2 real aliase...
2013-10-09 Timur IskhodzhanovCode cleanup: rename VTableContext to ItaniumVTableCont...
2013-10-09 NAKAMURA Takumiclang/test/Coverage/codegen-next.m: Exclude this for...
2013-10-09 Timur IskhodzhanovReland 192220 "Abstract out parts of thunk emission...
2013-10-09 Greg BedwellTest commit. Remove whitespace from otherwise empty...
2013-10-09 Elena DemikhovskyAVX-512: Added VRCP28 and VRSQRT28 instructions and...
2013-10-09 Tim NorthoverAArch64: enable MISched by default.
2013-10-09 Tim NorthoverAArch64: migrate ADRP relaxation test to be llvm-mc...
2013-10-09 Shankar Easwaran[Layout] Dont set ordinals to Files by default.
2013-10-09 Craig TopperMore x86 disassembler filtering cleanup.
2013-10-09 Shankar Easwaran[cleanup] remove unused private variable
2013-10-09 Shankar Easwaran[Layout] Assign ordinals in Resolution order.
2013-10-09 Andrew TrickAdd missing HasAVX512 predicate.
2013-10-09 Craig TopperRemove some old filters from the x86 disassembler table...
2013-10-09 Craig TopperReplace a couple instructions with patterns referring...
2013-10-09 Shankar Easwaran[test] Just use the exit code from the test for now.
2013-10-09 Craig TopperUse AVX512PIi8 for the alt forms of vcmp instructions...
2013-10-09 Craig TopperMark some instructions as CodeGenOnly since they aren...
2013-10-09 Shankar Easwaran[test] Fix regex for failing test on bot
2013-10-09 Shankar Easwaran[inputGraph] Associate Resolve state with appropriate...
2013-10-09 Jason MolendaHandle the case where completing variables in a frame
2013-10-09 Sean CallananFixed a bug where variables' byte sizes would not
2013-10-09 Craig TopperAdd in64BitMode/in32BitMode to the MMX/SSE2/AVX maskmov...
2013-10-09 Rafael EspindolaAdd a paragraph about MCTargetStreamer.
2013-10-09 Sean CallananFixed a bug in the Materializer where we sent the
2013-10-09 Michael SartainClean up RegisterContextPOSIX i386 code.
2013-10-09 NAKAMURA Takumillvm/test/LTO should run also on cygwin.
2013-10-09 Rui UeyamaUpdate error classes from all lowercase to camel case.
2013-10-09 Rui UeyamaMove a local variable into while-loop scope.
2013-10-09 Enrico Granata<rdar://problem/14923930>
2013-10-09 David MajnemerMake wording for certain invalid unary expressions...
2013-10-09 Manman RenDebug Info: update testing cases when the context field of
2013-10-09 Manman RenDebug Info: In DIBuilder, the context field of a DIComp...
2013-10-09 Enrico Granata<rdar://problem/15180638>
2013-10-08 Manman RenDebug Info: In DIBuilder, the context fields of a stati...
2013-10-08 Edwin Vaneclang-modernize: Clean up help output
2013-10-08 Manman RenDebug Info: update testing cases when the derived-from...
2013-10-08 Manman RenDebug Info: In DIBuilder, the derived-from field of...
2013-10-08 Rui UeyamaFix flaky elf/X86_64/dynlib-search.test.
2013-10-08 Rui UeyamaUse size_t for array index.
2013-10-08 Nick Kledzik[unwind] Fix unw_init_remote_thread() use to void*...
2013-10-08 Manman RenDebug Info: update testing cases when the derived-from...
2013-10-08 Manman RenDebug Info: In DIBuilder, the derived-from field of...
2013-10-08 Nick Kledzik[unwind] add required #include
2013-10-08 Reid Kleckner-Wmicrosoft: Don't warn on non-inline pure virtual...
2013-10-08 Chad Rosier[AArch64] Add support for NEON scalar floating-point...
2013-10-08 Chad Rosier[AArch64] Add support for NEON scalar floating-point...
2013-10-08 Nick KledzikFix conditionals on __Unwind_SjLj_* functions to only...
2013-10-08 Hans WennborgTurn error about fastcall variadic function into warnin...
2013-10-08 Enrico Granata<rdar://problem/14028923>
2013-10-08 Fariborz JahanianObjectiveC migrator: Add support for inferring
2013-10-08 Matt ArsenaultFix duplicated assertions.
2013-10-08 Enrico GranataTweak documentation for formats in categories
2013-10-08 Enrico Granata<rdar://problem/12632394>
2013-10-08 Chad Rosier[AArch64] Add support for NEON scalar signed/unsigned...
2013-10-08 Chad Rosier[AArch64] Add support for NEON scalar signed/unsigned...
2013-10-08 Rui UeyamaFix #endif comment.
2013-10-08 Rui UeyamaUse size_t instead of int64_t for the vector size.
2013-10-08 Reid KlecknerExplicitly request unsigned enum types when desired
2013-10-08 Reid KlecknerExplicitly request unsigned enum types when desired
2013-10-08 Fariborz JahanianObjectiveC migration. Add support for inferring
2013-10-08 Timur IskhodzhanovRevert 192220 as it fails on an assertion
2013-10-08 Manman RenDebug Info: update testing to reflect r192018.
2013-10-08 Reed KotlerAdd fabsf to the list of inlined functions; otherwise
2013-10-08 Richard SmithSuggest people use -Xclang not -cc1 when passing option...
2013-10-08 Richard SmithRemove documentation of removed -ast-dump-xml flag.
2013-10-08 Timur IskhodzhanovAbstract out parts of thunk emission code, add support...
2013-10-08 Akira Hatanaka[mips] Remove XFAIL.
2013-10-08 Manman RenAdd DbgVariable::resolve per Eric's suggestion.
2013-10-08 Enrico Granata<rdar://problem/11778815>
2013-10-08 Manman RenDebug Info: rename getOriginalTypeSize to getBaseTypeSize.
2013-10-08 Manman RenDebug Info: take advantage of the existing CU::resolve.
2013-10-08 Manman RenMove DIRef::getName out of line.
2013-10-08 Akira Hatanaka[mips] Simplify and optimize code.
2013-10-08 Matt ArsenaultAdd some xfaild R600 tests.
2013-10-08 Ted KremenekRemove transient code I did not mean to check in.
2013-10-08 Sergey Matveev[sanitizer] Fix deadlock in StopTheWorld.
2013-10-08 Benjamin KramerIRBuilder: Downgrade InsertPointGuard's instruction...
2013-10-08 Serge PavlovFixed messages in tests.
2013-10-08 Reed KotlerLet rotr and bswap be handled by expansion for Mips16...
2013-10-08 Enrico GranataAn example of data formatters that generate a summary...
2013-10-08 Andrew KaylorRemoving unintended code block from lli
2013-10-08 Serge PavlovFixed grammar. Thanks to Jordan Rose.
2013-10-08 Ted KremenekConvert anachronistic use of 'void *' to 'DeclContext...
2013-10-08 Benjamin KramerFix an edge case in the template differ with default...
2013-10-08 Hans Wennborgclang-cl: ignore the /sdl[-] flag
2013-10-08 Serge PavlovAdd fixits suggesting parenthesis around type name...
next