2011-06-20 |
Argyrios Kyrtzidis | [arcmt] Find out whether there is an ARC runtime direct... |
commit | commitdiff | tree | snapshot |
2011-06-20 |
Argyrios Kyrtzidis | Warn for un-parenthesized '&' inside '|' (a & b | c... |
commit | commitdiff | tree | snapshot |
2011-06-20 |
Fariborz Jahanian | llvm-gcc treats a tentative definition with a previous |
commit | commitdiff | tree | snapshot |
2011-06-20 |
Douglas Gregor | Define va_copy when in C++0x mode; C++0x picked it... |
commit | commitdiff | tree | snapshot |
2011-06-20 |
Douglas Gregor | Define __cplusplus to 201103L when in (non-GNU) C+... |
commit | commitdiff | tree | snapshot |
2011-06-20 |
Jay Foad | Change how PHINodes store their operands. |
commit | commitdiff | tree | snapshot |
2011-06-20 |
Chandler Carruth | Use an explicitly 64-bit triple flag to ensure we can... |
commit | commitdiff | tree | snapshot |
2011-06-20 |
Chandler Carruth | Fix a problem with the diagnostics of invalid arithmeti... |
commit | commitdiff | tree | snapshot |
2011-06-20 |
Chandler Carruth | Remove this poor "abstraction" from the AST. Sorry! =D |
commit | commitdiff | tree | snapshot |
2011-06-20 |
Chandler Carruth | Move away from the poor "abstraction" I added to Type... |
commit | commitdiff | tree | snapshot |
2011-06-20 |
Francois Pichet | Remove more unnecessary #include <llvm/ADT/SmallVector.h> |
commit | commitdiff | tree | snapshot |
2011-06-20 |
Francois Pichet | Remove unnecessary include. |
commit | commitdiff | tree | snapshot |
2011-06-20 |
Chris Lattner | Update to match mainline ConstantStruct::get API change... |
commit | commitdiff | tree | snapshot |
2011-06-20 |
Jordy Rose | [analyzer] Replace stream-built error message with... |
commit | commitdiff | tree | snapshot |
2011-06-20 |
Jordy Rose | [analyzer] Re-enable checking for strncpy, along with... |
commit | commitdiff | tree | snapshot |
2011-06-20 |
Jordy Rose | [analyzer] Eliminate "byte string function" from CStrin... |
commit | commitdiff | tree | snapshot |
2011-06-20 |
Chandler Carruth | Restructure the API in Type based on a conversation... |
commit | commitdiff | tree | snapshot |
2011-06-19 |
John McCall | More clarifications. |
commit | commitdiff | tree | snapshot |
2011-06-19 |
John McCall | Improve the intro to the runtime-functions section. |
commit | commitdiff | tree | snapshot |
2011-06-19 |
John McCall | Describe the ARC runtime support calls. |
commit | commitdiff | tree | snapshot |
2011-06-19 |
Chandler Carruth | Turn -Wnull-arithmetic back on by default -- we now... |
commit | commitdiff | tree | snapshot |
2011-06-19 |
Chandler Carruth | Add test cases for false positives on -Wnull-arithmetic... |
commit | commitdiff | tree | snapshot |
2011-06-19 |
Francois Pichet | Handle decltype keyword in Parser::isDeclarationSpecifier. |
commit | commitdiff | tree | snapshot |
2011-06-19 |
Francois Pichet | Add support for MSVC __debugbreak compiler intrinsic. |
commit | commitdiff | tree | snapshot |
2011-06-18 |
Chris Lattner | update for api change. |
commit | commitdiff | tree | snapshot |
2011-06-18 |
Benjamin Kramer | Remove dead variables. |
commit | commitdiff | tree | snapshot |
2011-06-18 |
Benjamin Kramer | 80 cols. |
commit | commitdiff | tree | snapshot |
2011-06-18 |
Chandler Carruth | Remove more unnecessary dependencies now that the Front... |
commit | commitdiff | tree | snapshot |
2011-06-18 |
NAKAMURA Takumi | tools/arcmt-test: Don't attempt to link redundant libcl... |
commit | commitdiff | tree | snapshot |
2011-06-18 |
John McCall | Clarify the semantics of init methods, and point out... |
commit | commitdiff | tree | snapshot |
2011-06-18 |
John McCall | A couple of minor changes to the ARC spec, plus a new... |
commit | commitdiff | tree | snapshot |
2011-06-18 |
Chandler Carruth | Accept no-return stripping conversions for pointer... |
commit | commitdiff | tree | snapshot |
2011-06-18 |
Argyrios Kyrtzidis | [arcmt] Fix the ARC migrator. -arcmt-modify requires... |
commit | commitdiff | tree | snapshot |
2011-06-18 |
Argyrios Kyrtzidis | [arcmt] Const'ify. |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Argyrios Kyrtzidis | [arcmt] Remove '-arcmt-modify-in-memory', it turned... |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Argyrios Kyrtzidis | Fix regression with @encode string. rdar://9624314. |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Douglas Gregor | Objective-C++ ARC: eliminate the utterly unjustified... |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Douglas Gregor | Objective-C++ ARC: do not mangle __unsafe_unretained... |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Douglas Gregor | Fix a grammaro |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Douglas Gregor | Objective-ARC++: infer template type arguments of |
commit | commitdiff | tree | snapshot |
2011-06-17 |
John McCall | Only accept __bridge_retain in system headers, as Doug... |
commit | commitdiff | tree | snapshot |
2011-06-17 |
John McCall | As a hopefully temporary workaround for a header mistak... |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Eli Friedman | Add a minor hack to avoid using isNullPointerConstant... |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Richard Trieu | Put the new warning from revision 133196 on NULL arithm... |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Argyrios Kyrtzidis | Don't emit 'unavailable' errors inside an unavailable... |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Douglas Gregor | Loosen up the IR matching slightly |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Eric Christopher | Remove another variable. |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Douglas Gregor | When emitting a compound literal of POD type, continue... |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Douglas Gregor | Fix refactoro, silencing an MSVC warning. Thanks, Francois. |
commit | commitdiff | tree | snapshot |
2011-06-17 |
John McCall | Perform an acquire memory barrier on the fast path... |
commit | commitdiff | tree | snapshot |
2011-06-17 |
John McCall | Initialize a couple of variables to shut GCC up. |
commit | commitdiff | tree | snapshot |
2011-06-17 |
John McCall | Objective-C fast enumeration loop variables are not... |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Eric Christopher | Clean up test to avoid using standard headers and remov... |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Douglas Gregor | Extend the deduced/actual argument type checking of C++ |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Eric Christopher | Make this test suitable for optimized builds by avoidin... |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Douglas Gregor | Factor the checking of the deduced argument type agains... |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Douglas Gregor | When an explicit specialization has a storage specifier... |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Douglas Gregor | Implement proper support for generating code for compou... |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Douglas Gregor | Downgrade the error complaining about presence of a... |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Eric Christopher | Check the specific target to figure out if a constraint... |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Eric Christopher | Add some more memory constraints for ARM. |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Eric Christopher | On ARM make sure that we continue translating 'p' to... |
commit | commitdiff | tree | snapshot |
2011-06-17 |
John McCall | When synthesizing implicit copy/move constructors and... |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Douglas Gregor | Check for placeholder expressions before promoting... |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Eli Friedman | Add support for -force_load flag, for compat with Apple... |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Chandler Carruth | Remove ARCMigrate from more builds that it isn't needed... |
commit | commitdiff | tree | snapshot |
2011-06-16 |
John McCall | Be sure to try a final ARC-production even in Objective... |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Francois Pichet | Finish 2 sentences. |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Chris Lattner | comment improvements. |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Chris Lattner | Fix a regression introduced by r131955 which broke... |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Chris Lattner | code cleanups, no behavior change. |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Fariborz Jahanian | For the purpose of @encode'ing, accept 'void' type |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Andrew Trick | cmake may require LIT_TOOLS_DIR. |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Richard Trieu | Add a new warning when a NULL constant is used in arith... |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Jonathan D... | Fix of a minor typo. |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Argyrios Kyrtzidis | [arcmt] Fix test for MSVC build. |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Fariborz Jahanian | Move computation of __private_extern__ visibilty to |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Evan Cheng | Stylistic fix: move virtual keyword before return type. |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Douglas Gregor | Allow comparison between block pointers and NULL pointer |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Douglas Gregor | Teach the warning about non-POD memset/memcpy/memmove... |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Fariborz Jahanian | arc: diagnose dereferencing a __weak pointer which... |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Argyrios Kyrtzidis | [arcmt] Fix the test when running in Lion. |
commit | commitdiff | tree | snapshot |
2011-06-16 |
John McCall | Give arcmt-test an explicit triple for this test. |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Douglas Gregor | Implement the consistency checking for C++ [temp.deduct... |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Chandler Carruth | Raise the ARCMT functionality in Clang into proper... |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Fariborz Jahanian | Set the visibility to 'hidden' when previous |
commit | commitdiff | tree | snapshot |
2011-06-16 |
NAKAMURA Takumi | Be aware of (x86_64-redhat-linux6E-)g++44 on RHEL5. |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Chandler Carruth | Rework the warning for 'memset(p, 0, sizeof(p))' where... |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Jordy Rose | [analyzer] Clean up modeling of strcmp, including cases... |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Chandler Carruth | Make the Stmt::Profile method const, and the StmtProfil... |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Jordy Rose | [analyzer] Fix trivial errors in previous commit. |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Jordy Rose | [analyzer] Cleanup: mainly 80-char violations and prefe... |
commit | commitdiff | tree | snapshot |
2011-06-16 |
John McCall | This random unit test also depends on ARCMigrate. |
commit | commitdiff | tree | snapshot |
2011-06-16 |
John McCall | c-index-test also depends on ARCMigrate, oh boy |
commit | commitdiff | tree | snapshot |
2011-06-16 |
John McCall | ARCMigrate depends on libAnalysis, and on unhelpful... |
commit | commitdiff | tree | snapshot |
2011-06-16 |
John McCall | Restore correct use of GC barriers. |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Chandler Carruth | Fix my test case from r133136 so that it actually repre... |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Argyrios Kyrtzidis | [arcmt] Fix tests in non-darwin. |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Chandler Carruth | Add another dependency to the clang-test CMake target... |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Chandler Carruth | Add the new arcmt-test tool to the clang-test dependenc... |
commit | commitdiff | tree | snapshot |
next |