summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add new test.Devang Patel2012-01-131-0/+10
* Fixed comment. Thanks Duncan!Pete Cooper2012-01-131-1/+1
* Reinstate test case accidentally reverted by r148028Douglas Gregor2012-01-131-4/+14
* Don't infer a submodule for a framework's private header, at least for now.Douglas Gregor2012-01-132-15/+2
* This patch adds two methods, __asan_allocate_island and __asan_deallocate_islandAlexander Potapenko2012-01-133-14/+58
* Add __asan_mach_override_ptr_custom, which allows to inject a custom memory a...Alexander Potapenko2012-01-132-7/+53
* This patch moves the code reading /proc/self/environ into AsanGetEnvAlexander Potapenko2012-01-134-29/+51
* Remove --hash-style from link command on Android.Evgeniy Stepanov2012-01-131-1/+4
* Convert SHUFPD with the same register for both sources to PSHUFD if it would ...Craig Topper2012-01-132-1/+20
* Updated HTML with info for ${function.name-with-args}Greg Clayton2012-01-131-2/+3
* Added a new thread and frame format that can be used to display a functionGreg Clayton2012-01-131-0/+104
* use v8i32 as optimal mem type over v8f32 if AVX2 is enabled. Similar to SSE2 ...Craig Topper2012-01-131-3/+6
* Make X86 instruction selection use 256-bit VPXOR for build_vector of all ones...Craig Topper2012-01-134-37/+62
* test/CodeGen/ARM/test-sharedidx.ll: Fix for -Asserts.NAKAMURA Takumi2012-01-131-0/+1
* Add patterns for v16i16 and v32i8 immAllZerosV to select VPXOR to match v4i64...Craig Topper2012-01-132-1/+9
* Added the MachineSchedulerPass skeleton.Andrew Trick2012-01-139-1/+259
* whitespaceAndrew Trick2012-01-131-3/+3
* wrong filenameAndrew Trick2012-01-131-1/+1
* 80-col violationAndrew Trick2012-01-131-3/+3
* Use 8i32 constant pool entry for converting AVX2_SETALLONES. Possibly fixes P...Craig Topper2012-01-131-0/+2
* Memaccess: Removing some unwanted codeRaghesh Aloor2012-01-131-5/+0
* Bumped Xcode project version for lldb-105 and debugserver-164.Greg Clayton2012-01-133-22/+22
* <rdar://problem/10688864>Greg Clayton2012-01-131-1/+7
* Fix typo in PerformAddCombine that caused any vector type to be checked for h...Craig Topper2012-01-131-1/+1
* CodeInit was replaced by StringInit.Jakob Stoklund Olesen2012-01-131-3/+1
* PR11754: Reject non-static constexpr member functions in classes with virtualRichard Smith2012-01-133-22/+30
* A base subobject type doesn't make sense for unions; don't try to compute it....Eli Friedman2012-01-132-7/+4
* Delete CodeInit and CodeRecTy from TableGen.Jakob Stoklund Olesen2012-01-135-124/+7
* Use uniqued StringInit pointers for lookups.Jakob Stoklund Olesen2012-01-133-31/+22
* constexpr is allowed on static member functions of non-literal classes. Per ...Eli Friedman2012-01-132-1/+7
* A few minor improvements to error recovery trying to access member of a funct...Eli Friedman2012-01-133-8/+16
* Don't crash while trying to diagnose a function declared at block scope with anRichard Smith2012-01-133-3/+10
* Don't set breakpoints independently comp unit by comp unit, but look over all...Jim Ingham2012-01-131-42/+108
* DAGCombine's logic for forming pre- and post- indexed loads / stores were beingEvan Cheng2012-01-133-13/+143
* Fix up the calls to CorrectTypo in Sema*ObjC.cpp to use callbackKaelyn Uhrain2012-01-133-50/+99
* Revert previous commit. Something has gone wonky with my local configurationDouglas Gregor2012-01-131-1/+0
* Enclosed is a stress test for dynamic_cast. It stresses both libc++abi, and ...Howard Hinnant2012-01-131-0/+81
* When inferring a module map for a framework, add the 'private'Douglas Gregor2012-01-131-0/+1
* [analyzer] Unwrap the pointers when ignoring the const cast.Anna Zaks2012-01-132-1/+31
* [analyzer] Taint: when looking up a binding, provide the type.Anna Zaks2012-01-131-1/+4
* [analyzer] RegionStoreManager::getBinding() should not crash whenAnna Zaks2012-01-132-2/+10
* [analyzer] Fix a typo in a warning message.Anna Zaks2012-01-131-1/+1
* Fix off-by-one error.Bill Wendling2012-01-131-1/+1
* Implement proper ObjC ARC objc_retainBlock "escape" analysis, so thatDan Gohman2012-01-133-47/+218
* Add some description for this test directory.Johnny Chen2012-01-131-0/+62
* objc parsing. Fixes a crash when parsing array initializationFariborz Jahanian2012-01-132-5/+29
* rdar://problem/10684459Johnny Chen2012-01-130-0/+0
* Improve 0-argument -Wvexing-parse diagnostic by adding notes with fix-its:Richard Smith2012-01-1215-54/+204
* Modify a couple of Makefiles to use clang instead of gcc, since gcc is being ...Johnny Chen2012-01-122-8/+2
* Recommit r148056 with fixes to deal with weirdness with bitfields in unions.Eli Friedman2012-01-122-4/+15
OpenPOWER on IntegriCloud