2011-06-21 |
Fariborz Jahanian | objc-arc: CodeGen part of unbridged cast of CF types. |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Chandler Carruth | Fix a crash when a pointer-to-member function is called... |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Douglas Gregor | Introduce a new AST node describing reference binding... |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Jay Foad | Make more use of llvm::StringRef in various APIs. In... |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Joerg Sonnenberger | Fix typo. From Damjan Marion. |
commit | commitdiff | tree | snapshot |
2011-06-21 |
NAKAMURA Takumi | De-Unicode-ify in comments. |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Nick Lewycky | Also fix the warning about using "clang" instead of... |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Nick Lewycky | Remove the leading hyphen so that grep doesn't parse... |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Daniel Dunbar | Driver/Darwin: Honor -Xarch_FOO when the arch matches... |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Nick Lewycky | Add support for -Wa,--noexecstack when building from... |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Eric Christopher | Canonicalize register names properly. |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Eric Christopher | Move additional register names to their own lookup... |
commit | commitdiff | tree | snapshot |
2011-06-20 |
Argyrios Kyrtzidis | [arcmt] Always add '__bridge' cast when 'self' is cast... |
commit | commitdiff | tree | snapshot |
2011-06-20 |
Jordy Rose | [analyzer] Finish size argument checking for strncat... |
commit | commitdiff | tree | snapshot |
2011-06-20 |
Fariborz Jahanian | objc-arc: allow explicit unbridged casts if the source... |
commit | commitdiff | tree | snapshot |
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 |
next |