platform/upstream/llvm.git
2012-10-17 Alexey Samsonov[Sanitizer] symbolizer: increase the maximal number...
2012-10-17 Chandler CarruthRemove an unneeded flag from the bitrig driver tests.
2012-10-17 Chandler CarruthThis just in, it is a *bad idea* to use 'udiv' on an...
2012-10-17 Daniel JasperFirst version of matchers for Types and TypeLocs.
2012-10-17 Kostya Serebryany[asan] fix gcc warnings while building asan-rt
2012-10-17 Bill WendlingMarked this variable as 'used' so that LTO doesn't...
2012-10-17 Chandler CarruthFix a really annoying "bug" introduced in r165941....
2012-10-17 Richard SmithUpdate test FIXME: The '[]' in 'delete []' is never...
2012-10-17 Craig TopperRemove LLVM_DELETED_FUNCTION from destructors that...
2012-10-17 John McCallSet a special flag in class metadata when an Objective...
2012-10-17 John McCallOrganize and rename the magic constants for class flags.
2012-10-17 Michael LiaoCheck SSSE3 instead of SSE4.1
2012-10-17 John McCallAt -O0, prefer objc_storeStrong with a null new value...
2012-10-17 Michael LiaoFix setjmp on models with non-Small code model nor...
2012-10-17 Jakob Stoklund... Use a SparseSet instead of a BitVector for UsedInInstr...
2012-10-17 David BlaikieImplement C++ 10.3p16 - overrides involving deleted...
2012-10-17 Jason MolendaAdd code to UnwindAssemblyInstEmulation::GetNonCallSite...
2012-10-17 Nico Weber"'Might as well make it static const.' -- John McCall...
2012-10-17 Douglas GregorFix the handling of target options in our unit tests.
2012-10-16 Eli FriedmanMove test to a more appropriate place.
2012-10-16 Eric ChristopherUse a typedef to reduce some typing and reformat code...
2012-10-16 Eric ChristopherVariable name cleanup.
2012-10-16 Eric ChristopherFormatting and 80-col.
2012-10-16 Eric ChristopherSpacing.
2012-10-16 Eli FriedmanFix pretty-printing for variables declared in a conditi...
2012-10-16 Douglas GregorSerialize TargetOptions into an AST file, and make...
2012-10-16 Richard SmithDR1492: In a definition of a destructor, the exception...
2012-10-16 Greg ClaytonAPI cleanup.
2012-10-16 David BlaikiePR13684: Emit vtable entries for deleted functions...
2012-10-16 Jakob Stoklund... Avoid rematerializing a redef immediately after the...
2012-10-16 Jakob Stoklund... Revert r166046 "Switch back to the old coalescer for...
2012-10-16 Manman RenARM ABI: fix testing case arm-abi-vector.c by using...
2012-10-16 Derek SchuffAdd pnaclcall convention to Native Client targets.
2012-10-16 Manman RenXFAIL this testing case to recover buildbot
2012-10-16 Chad Rosier[ms-inline asm] Move some logic around to simplify...
2012-10-16 Jim InghamAdd the ability to set timeout & "run all threads"...
2012-10-16 Michael Gottesman[InstCombine] Teach InstCombine how to handle an obfusc...
2012-10-16 Enrico GranataRemoving the two extra GetXSize(bool) calls since we...
2012-10-16 David BlaikieTest pure virtual vtable entries in the Itanium ABI.
2012-10-16 Enrico Granata<rdar://problem/12446320> Fixing an issue with our...
2012-10-16 Jason Molendallvm needs the OS to be set to either iOS or Mac OS X
2012-10-16 David BlaikieNote deleted functions when dumping vtables.
2012-10-16 Greg ClaytonPatch from Matt Kopec:
2012-10-16 Chad Rosier[ms-inline asm] Add the helper function, isParseringInl...
2012-10-16 Jakub StaszakSimplify code. No functionality change.
2012-10-16 Manman RenARM ABI: fix ABI alignment issues in varargs.
2012-10-16 Michael LiaoCheck .rela instead of ELF64 for the compensation vaue...
2012-10-16 Jakub Staszak80-col fixup.
2012-10-16 Michael LiaoTeach DAG combine to fold (trunc (fptoXi x)) to (fptoXi x)
2012-10-16 Anna Zaks[analyzer] Expose clang_version in CmpRuns
2012-10-16 Anna Zaks[analyzer] Ivar Invalidation: track ivars in continuati...
2012-10-16 Rafael EspindolaSwitch back to the old coalescer for now to fix the...
2012-10-16 Jakub StaszakSimplify potentially quadratic behavior while erasing...
2012-10-16 Manman RenARM ABI: passing illegal vector types as varargs.
2012-10-16 Manman RenARM ABI: fix ABI alignment issues when passing legal...
2012-10-16 David BlaikieImplement GCC's -Wint-to-pointer-cast.
2012-10-16 Sean CallananIf a full path to a compiler is provided on the
2012-10-16 Bill WendlingAnd now we can call the other 'get' method from this...
2012-10-16 Michael LiaoSupport v8f32 to v8i8/vi816 conversion through custom...
2012-10-16 Bill WendlingUse the appropriate Attributes::get method to create...
2012-10-16 Joerg SonnenbergerWhen using a symbol with attribute weakref, search...
2012-10-16 Owen AndersonSpeculative fix the mask constants to be of type uintpt...
2012-10-16 Fariborz JahanianMinor tweak to last patch along with a test case.
2012-10-16 Alexander PotapenkoDo not call ReplaceCFAllocator() before __CFInitialize...
2012-10-16 Alexander PotapenkoCommit a leftover file from r166026: Add MACOS_VERSION_...
2012-10-16 Alexander PotapenkoAdd MACOS_VERSION_MOUNTAIN_LION.
2012-10-16 Fariborz Jahanianfixes an objc crash involving objc bool literal on
2012-10-16 Dmitri GribenkoFix function parameter spelling in comments. Caught...
2012-10-16 David ChisnallGNUstep runtime version default to 1.6, generate correc...
2012-10-16 Bill SchmidtThis patch addresses PR13949.
2012-10-16 Tobias Grosserisl scheduler: Do not fail when returning an empty...
2012-10-16 Tobias Grosserisl-codegen: Support '<' and '>'
2012-10-16 Alexey SamsonovTransform pattern:
2012-10-16 Stepan DyatkovskiyIssue:
2012-10-16 NAKAMURA TakumiReapply r165661, Patch by Shuxin Yang <shuxin.llvm...
2012-10-16 Bill WendlingCleanup whitespace.
2012-10-16 Owen AndersonFix a bug in the set(I,E)/reset(I,E) methods that I...
2012-10-16 Craig TopperMove X86MCInstLower class definition into implementatio...
2012-10-16 Bill WendlingCleanup whitespace.
2012-10-16 Bill WendlingHave AttributesImpl defriend the Attributes class.
2012-10-16 Bill WendlingHave AttrBuilder defriend the Attributes class.
2012-10-16 Bill WendlingUse the Attributes::get method which takes an AttrVal...
2012-10-16 Bill WendlingUse the Attributes::get method which takes an AttrVal...
2012-10-16 Bill WendlingPut simple c'tors inline.
2012-10-16 Bill WendlingPass in the context to the Attributes::get method.
2012-10-16 Kostya Serebryany[asan] fix lint
2012-10-16 Jason MolendaAdd a new ABI plugin method which specifies whether...
2012-10-16 Craig TopperFix filename in file header.
2012-10-16 Rafael EspindolaFix the cpu name and add -verify-machineinstrs.
2012-10-16 Jordan Rose[analyzer] ObjCContainersASTChecker: minor cleanup...
2012-10-16 Andrew Trickmisched: Added handleMove support for updating all...
2012-10-16 Jim InghamPatch from Matt Kopec <matt.kopec@intel.com> to fix...
2012-10-16 Jakob Stoklund... Remove unused BitVectors from getAllocatableSet().
2012-10-15 Nadav RotemLTO also needs to initialize the TargetTransform infras...
2012-10-15 Anna Zaks[analyzer] CmpRuns - cleaned up the API, added relative...
2012-10-15 Anna Zaks[analyzer] Embed the analyzer version into the plist...
2012-10-15 Anna Zaks[analyzer] Enhance the error message.
2012-10-15 Anna Zaks[analyzer] Do not warn on direct ivar assignments withi...
2012-10-15 Greg ClaytonAdded "process plugin packet send" and "process plugin...
2012-10-15 Jakob Stoklund... Remove RegisterClassInfo::isReserved() and isAllocatable().
next