hanchenye-llvm-project/clang/lib
Bob Wilson 8e2b75dbad Revert "Re-enable byval for ARM in clang. rdar://problem/7662569"
This reverts commit 67d097e1232b7d66f58989c16a45b8a11721f76e.
We found a miscompile with ARM byval, which is still being investigated.
In the meantime, this works around the problem by disabling ARM byval.

Conflicts:
	lib/CodeGen/TargetInfo.cpp

llvm-svn: 136662
2011-08-01 23:39:04 +00:00
..
ARCMigrate [arcmt] Revert r135382, there's a different approach in r135764. rdar://9821111. 2011-07-27 05:28:22 +00:00
AST Not sure why we bother updating FunctionDecl's EndRangeLoc in FunctionDecl::setParams. 2011-07-30 17:23:28 +00:00
Analysis [analyzer] Overhaul how the static analyzer expects CFGs by forcing CFGs to be linearized only when used by the static analyzer. This required a rewrite of LiveVariables, and exposed a ton of subtle bugs. 2011-07-28 23:07:59 +00:00
Basic Remove dead code flagged by GCC's -Wunused-but-set-variable. 2011-07-31 01:06:41 +00:00
CodeGen Revert "Re-enable byval for ARM in clang. rdar://problem/7662569" 2011-08-01 23:39:04 +00:00
Driver Driver: When compiling i386 -fapple-kext code, we fallback to llvmgcc. 2011-08-01 19:58:48 +00:00
Frontend When performing code completion after at @interface, allow both 2011-07-30 06:55:39 +00:00
FrontendTool [arcmt] Add some additional driver flags to optionally emit or save the pre-migration ARC errors. 2011-07-19 17:20:03 +00:00
Headers http://llvm.org/bugs/show_bug.cgi?id=10472 2011-07-25 18:09:56 +00:00
Index remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports 2011-07-23 10:55:15 +00:00
Lex Fix a thinko in my __is_empty/__is_pod commit. 2011-07-30 07:08:19 +00:00
Parse Add code completion to produce "else" blocks after an "if" 2011-07-30 08:36:53 +00:00
Rewrite objc rewriter - my last patch was not quite right. 2011-07-30 01:21:41 +00:00
Sema objective-c: reverse patch for // rdar://9818354 2011-08-01 22:39:49 +00:00
Serialization Move the serialization of the MODULE_OFFSET_MAP out of the source-manager-writing code and into the general chained-PCH writing code 2011-08-01 16:54:33 +00:00
StaticAnalyzer Add a skeleton for the Keychain Services API Checker. Register it as OSX experimental for now. Note, the checker still does not handle tracking of escaped values, taking into account the return value of the allocator functions, nor the actual bug reporting.. 2011-08-01 22:40:01 +00:00
CMakeLists.txt The ARC Migration Tool. All the credit goes to Argyrios and Fariborz 2011-06-15 23:25:17 +00:00
Makefile The ARC Migration Tool. All the credit goes to Argyrios and Fariborz 2011-06-15 23:25:17 +00:00