| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove a whole lot of unused variables | Alp Toker | 2013-11-27 | 1 | -1/+0 |
* | Add CodeGenABITypes.h for use in LLDB. | Mark Lacey | 2013-10-30 | 1 | -0/+1 |
* | Fix build breakage, missed committing a chunk of a patch. | Nick Lewycky | 2013-10-02 | 1 | -1/+1 |
* | Thread a SourceLocation into the EmitCheck for "load_invalid_value". This occurs | Nick Lewycky | 2013-10-02 | 1 | -6/+8 |
* | No functionality change. Reflow lines that could fit on one line. Break lines | Nick Lewycky | 2013-10-01 | 1 | -4/+1 |
* | Simplify/clean up debug info suppression in CodeGenFunction | David Blaikie | 2013-08-26 | 1 | -8/+2 |
* | Correctly emit certain implicit references to 'self' even within | John McCall | 2013-05-03 | 1 | -2/+4 |
* | Standardize accesses to the TargetInfo in IR-gen. | John McCall | 2013-04-16 | 1 | -1/+1 |
* | objc_autoreleasePoolPop() can throw if a -dealloc does. | John McCall | 2013-04-16 | 1 | -1/+3 |
* | Protect the values of array and dictionary literals from the | John McCall | 2013-04-04 | 1 | -6/+33 |
* | Add 178663 back. | Rafael Espindola | 2013-04-03 | 1 | -2/+0 |
* | Revert 178663. | Rafael Espindola | 2013-04-03 | 1 | -0/+2 |
* | Don't compute a patched/semantic storage class. | Rafael Espindola | 2013-04-03 | 1 | -2/+0 |
* | Objective-C: Provide fixit hints when warning | Fariborz Jahanian | 2013-04-02 | 1 | -1/+2 |
* | Under ARC, when we're passing the address of a strong variable | John McCall | 2013-03-23 | 1 | -0/+15 |
* | Tighten up the rules for precise lifetime and document | John McCall | 2013-03-13 | 1 | -8/+11 |
* | Change hasAggregateLLVMType, which conflates complex and | John McCall | 2013-03-07 | 1 | -7/+14 |
* | Remove temporary std::vectors that ca be replaced with ArrayRef's magic. | Benjamin Kramer | 2013-03-07 | 1 | -11/+7 |
* | Use the actual ABI-determined C calling convention for runtime | John McCall | 2013-02-28 | 1 | -36/+28 |
* | In ARC, emit non-peepholed +1s within the full-expression instead | John McCall | 2013-02-12 | 1 | -17/+19 |
* | Fixed another whitespace issue... *sigh*. | Michael Gottesman | 2013-02-02 | 1 | -3/+3 |
* | Fixed whitespace. | Michael Gottesman | 2013-02-02 | 1 | -1/+1 |
* | On platforms which do not support ARC natively, do not mark objc_retain/objc_... | Michael Gottesman | 2013-02-02 | 1 | -4/+6 |
* | Remove useless 'llvm::' qualifier from names like StringRef and others that are | Dmitri Gribenko | 2013-01-12 | 1 | -1/+1 |
* | Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to | Chandler Carruth | 2013-01-02 | 1 | -2/+2 |
* | Rename llvm::Attributes to llvm::Attribute. | Bill Wendling | 2012-12-20 | 1 | -1/+1 |
* | Revert r170500. It over-zealously converted *ALL* things named Attributes, wh... | Bill Wendling | 2012-12-20 | 1 | -1/+1 |
* | Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl... | Bill Wendling | 2012-12-19 | 1 | -1/+1 |
* | Remove obsolete FIXMEs. | David Chisnall | 2012-12-18 | 1 | -2/+0 |
* | Inline hasAtomicCopyHelperAPI. | Rafael Espindola | 2012-12-18 | 1 | -6/+2 |
* | Reapply r170344, this time without forgetting to commit the header changes. | David Chisnall | 2012-12-17 | 1 | -4/+3 |
* | Revert "Added support for new property helpers (GNUstep runtime)." | Benjamin Kramer | 2012-12-17 | 1 | -3/+4 |
* | Added support for new property helpers (GNUstep runtime). | David Chisnall | 2012-12-17 | 1 | -4/+3 |
* | Marking the objc_autoreleaseReturnValue and objc_retainAutoreleaseReturnValue | Chad Rosier | 2012-12-12 | 1 | -3/+8 |
* | Don't crash synthesizing an ObjC property with an empty struct type. <rdar:/... | Eli Friedman | 2012-10-26 | 1 | -0/+8 |
* | At -O0, prefer objc_storeStrong with a null new value to the | John McCall | 2012-10-17 | 1 | -4/+24 |
* | Transform pattern: | Alexey Samsonov | 2012-10-16 | 1 | -8/+6 |
* | Un-revert r164907 and r164902 (+ follow-ups), 10.6 build fix to follow. | Daniel Dunbar | 2012-10-15 | 1 | -7/+2 |
* | Revert r164907 and r164902 (+ follow-ups). They broke building on 10.6. | Nico Weber | 2012-10-15 | 1 | -2/+7 |
* | Have 'addFnAttr' take the attribute enum value. Then have it build the attrib... | Bill Wendling | 2012-10-10 | 1 | -1/+1 |
* | Move TargetData to DataLayout. | Micah Villmow | 2012-10-08 | 1 | -1/+1 |
* | Add FP_CONTRACT support for clang. | Lang Hames | 2012-10-02 | 1 | -2/+2 |
* | Add Clang support for iOS6. | Bob Wilson | 2012-09-29 | 1 | -7/+2 |
* | Push ArrayRef through the Expr hierarchy. | Benjamin Kramer | 2012-08-24 | 1 | -2/+2 |
* | Screw around with ObjCRuntime some more, changing the | John McCall | 2012-08-21 | 1 | -2/+2 |
* | Fix a pair of bugs relating to properties in ARC. | John McCall | 2012-08-20 | 1 | -1/+10 |
* | objc-arc: set nonlazybind attribute on objc_retain/ | Fariborz Jahanian | 2012-08-07 | 1 | -2/+6 |
* | Fix a typo (the the => the) | Sylvestre Ledru | 2012-07-23 | 1 | -1/+1 |
* | Distinguish more carefully between free functions and C++ instance methods | John McCall | 2012-07-07 | 1 | -24/+27 |
* | Documentation cleanup: Escape @objc* in Doxygen comments. | James Dennett | 2012-06-22 | 1 | -24/+24 |