platform/upstream/llvm.git
2012-10-17 Richard SmithAdd -std=c++1y argument, for *highly* experimental...
2012-10-17 Jakub StaszakRemove redundant SetInsertPoint call.
2012-10-17 Greg Clayton<rdar://problem/12462048>
2012-10-17 Michael LiaoRevert r166049
2012-10-17 Reed KotlerAdd conditional branch instructions and their patterns.
2012-10-17 Enrico GranataImprovements to the data formatters logging - plus...
2012-10-17 Sean CallananFixed ClangASTContext to own its TargetOptions
2012-10-17 Sean CallananAdded support for "bool", "true", and "false" to
2012-10-17 Fariborz Jahanian[Doc parsing]: This patch adds <Declaration> tag to
2012-10-17 Anna Zaks[analyzer] CmpRuns: cleanup APIs, allow processing...
2012-10-17 Roman DivackyFix some typos and wrong indenting.
2012-10-17 Greg ClaytonAdded register write examples and also how to modify...
2012-10-17 Michael LiaoTeach DAG combine to fold (extract_subvec (concat v1...
2012-10-17 Jakob Stoklund... Switch MRI::UsedPhysRegs to a register unit bit vector.
2012-10-17 Nadav RotemUpdate the release notes about how to enable the loop...
2012-10-17 Evan ChengAdd a really faster pre-RA scheduler (-pre-RA-sched...
2012-10-17 Jordan Rose[analyzer] When binding to a ParenExpr, bind to its...
2012-10-17 Jordan Rose[analyzer] Create a temporary region when accessing...
2012-10-17 Enrico Granata<rdar://problem/12503640> Fixing an issue where the...
2012-10-17 David BlaikieMove -Wint-to-pointer-cast from -Wall to -Wmost to...
2012-10-17 Jakob Stoklund... Merge MRI::isPhysRegOrOverlapUsed() into isPhysRegUsed().
2012-10-17 Nadav RotemUpdate the release notes about the store-merge dag...
2012-10-17 Nadav RotemUpdate the release notes about the new TargetTransformI...
2012-10-17 Daniel Dunbarbuild/clang_darwin: Don't try to build ARM contents...
2012-10-17 Nadav RotemUpdate the release notes about the new loop vectorizer.
2012-10-17 Nadav RotemAdd a loop vectorizer.
2012-10-17 Daniel Dunbarbuild/make: There is no need to put timestamps into...
2012-10-17 Jakob Stoklund... Check for empty YMM use-def lists in X86VZeroUpper.
2012-10-17 Eric ChristopherRevert r158009 since there are some uses of artificial...
2012-10-17 Anton KorobeynikovFix fallout from RegInfo => FrameLowering refactoring...
2012-10-17 Andrew Trickmisched: Better handling of invalid latencies in the...
2012-10-17 Sean Silvadocs: Add link to integrated assembler HowTo
2012-10-17 Daniel DunbarSupport: Don't remove special files on signals.
2012-10-17 Alexey Samsonov[ASan] unit tests: Move main() to a separate file....
2012-10-17 Kostya Serebryany[asan] added a test for a bug in asan at -O0 introduced...
2012-10-17 Kostya Serebryany[asan] better debug diagnostics in asan compiler module
2012-10-17 Alexey Samsonov[ASan] Fix strchr/index tests for users who have 'char...
2012-10-17 Daniel JasperFix tests, which accidentally matched implicit code...
2012-10-17 Alexey Samsonov[ASan] don't use attribute no_address_safety_analysis...
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...
next