Age | Commit message (Expand) | Author |
2011-07-23 | Move ArrayRef to LLVM.h and eliminate now-redundant qualifiers, patch by Jon ... | Chris Lattner |
2011-07-20 | add raw_ostream and Twine to LLVM.h, eliminating a ton of llvm:: qualifications. | Chris Lattner |
2011-07-20 | now that we have a centralized place to do so, add some using declarations for | Chris Lattner |
2011-07-18 | de-constify llvm::Type, patch by David Blaikie! | Chris Lattner |
2011-07-15 | Convert CallInst and InvokeInst APIs to use ArrayRef. | Jay Foad |
2011-07-13 | Okay, that rule about zero-length arrays applies to destroying | John McCall |
2011-07-13 | Aggressive dead code elimination. | John McCall |
2011-07-13 | Generalize the routine for destroying an object with static | John McCall |
2011-07-12 | Generalize Cleanup::Emit's "isForEH" parameter into a set | John McCall |
2011-07-12 | Switch field destruction over to use the new destroyer-based API | John McCall |
2011-07-12 | insert a bitcast in the 'expand' case of argument passing when needed. This | Chris Lattner |
2011-07-12 | Do full-expression cleanups in a much more sensible way that still lets | John McCall |
2011-07-11 | Fix a lot of problems with the partial destruction of arrays: | John McCall |
2011-07-09 | clang side to match the LLVM IR type system rewrite patch. | Chris Lattner |
2011-07-09 | A number of array-related IR-gen cleanups. | John McCall |
2011-06-25 | LValue carries a type now, so simplify the main EmitLoad/Store APIs | John McCall |
2011-06-24 | Honor objc_precise_lifetime in GC mode by feeding the value | John McCall |
2011-06-24 | Change the IR-generation of VLAs so that we capture bounds, | John McCall |
2011-06-22 | When binding a reference to an Automatic Reference Counting temporary, | Douglas Gregor |
2011-06-22 | Emit @finally blocks completely lazily instead of forcing their | John McCall |
2011-06-21 | Introduce a new AST node describing reference binding to temporaries. | Douglas Gregor |
2011-06-17 | Objective-C fast enumeration loop variables are not retained in ARC, but | John McCall |
2011-06-16 | Restore correct use of GC barriers. | John McCall |
2011-06-15 | Automatic Reference Counting. | John McCall |
2011-05-28 | Convert Clang over to resuming from landing pads with llvm.eh.resume. | John McCall |
2011-05-27 | Back out r132209; it's breaking nightly tests. | Eli Friedman |
2011-05-27 | Implement a new, much improved version of the cleanup hack. We just need | John McCall |
2011-05-19 | Fix location of setter/getter synthesized for a property. | Devang Patel |
2011-05-15 | Make CGF.getContext() inlinable, because it's trivial, and optimize | John McCall |
2011-05-08 | Move code to emit the callee of an CXXOperatorCallExpr out into a separate fu... | Anders Carlsson |
2011-05-06 | Add an implementation of thunks for varargs methods. The implementation is a... | Eli Friedman |
2011-05-01 | Fully implement delegating constructors! | Sean Hunt |
2011-04-17 | implement rdar://9289524 - case followed immediately by break results in empt... | Chris Lattner |
2011-04-15 | fix a bunch of comment typos found by codespell. Patch by | Chris Lattner |
2011-04-14 | Add support for C++0x's range-based for loops, as specified by the C++11 draf... | Richard Smith |
2011-03-31 | After much contemplation, I've decided that we probably shouldn't "unique" | John McCall |
2011-03-31 | Move all the significant __block code into CGBlocks.cpp. No functionality | John McCall |
2011-03-23 | Convert OffsetFromNearestVBast parameter of InitializeVTablePointer(s) to | Ken Dyck |
2011-03-11 | Use a slightly more semantic interface for emitting call arguments. | John McCall |
2011-03-09 | Use the "undergoes default argument promotion" bit on parameters to | John McCall |
2011-03-08 | Extract a function to emit an arbitrary expression as if it were the initializer | John McCall |
2011-03-07 | DebugInfo can be enabled or disabled at function level (e.g. using an attribu... | Devang Patel |
2011-03-03 | Encode argument numbering in debug info so that code generator can emit them ... | Devang Patel |
2011-03-02 | Revert "Add CC_Win64ThisCall and set it in the necessary places." | Tilmann Scheller |
2011-03-02 | revert r126858. | Devang Patel |
2011-03-02 | Add CC_Win64ThisCall and set it in the necessary places. | Tilmann Scheller |
2011-03-02 | Encode argument numbering in debug info so that code generator can emit them ... | Devang Patel |
2011-03-02 | Revert r126794. | Devang Patel |
2011-03-01 | Encode argument numbering in debug info so that code generator can emit them ... | Devang Patel |
2011-02-28 | Add some helper methods that will be used in my next patch. | Chris Lattner |