| Commit message (Expand) | Author | Age | Files | Lines |
* | objc gc: assigning to an objc object struct member through an ivar | Fariborz Jahanian | 2011-09-30 | 1 | -8/+20 |
* | Rename EmitStopPoint in CGDebugInfo to EmitLocation. "stop points" don't | Eric Christopher | 2011-09-29 | 1 | -1/+1 |
* | Call UpdateLineDirectiveRegion every time we want to emit a stop | Eric Christopher | 2011-09-29 | 1 | -1/+0 |
* | de-tmpify clang. | Benjamin Kramer | 2011-09-27 | 1 | -16/+16 |
* | Removing a bunch of dead returns/breaks after llvm_unreachables. | David Blaikie | 2011-09-23 | 1 | -1/+0 |
* | Switch assert(0/false) llvm_unreachable. | David Blaikie | 2011-09-23 | 1 | -6/+7 |
* | ANSI C requires that a call to an unprototyped function type succeed | John McCall | 2011-09-21 | 1 | -2/+30 |
* | Switch LangOptions over to a .def file that describes header of the | Douglas Gregor | 2011-09-13 | 1 | -3/+3 |
* | Rename the ARC cast kinds to start with "ARC". | John McCall | 2011-09-10 | 1 | -4/+4 |
* | When converting a block pointer to an Objective-C pointer type, extend | John McCall | 2011-09-10 | 1 | -1/+2 |
* | Bring llvm.annotation* intrinsics support back to where it was in llvm-gcc: can | Julien Lerouge | 2011-09-09 | 1 | -0/+3 |
* | Give conversions of block pointers to ObjC pointers a different cast kind | John McCall | 2011-09-09 | 1 | -1/+2 |
* | Formatting. | Eric Christopher | 2011-09-08 | 1 | -1/+2 |
* | When extracting the callee declaration from a call expression, be sure | Douglas Gregor | 2011-09-06 | 1 | -8/+4 |
* | Slight optimization enabled by the previous assert: | John McCall | 2011-08-26 | 1 | -2/+1 |
* | What say we document some of these AggValueSlot flags a bit | John McCall | 2011-08-26 | 1 | -1/+1 |
* | An initialization does not alias. | John McCall | 2011-08-26 | 1 | -1/+2 |
* | Track whether an AggValueSlot is potentially aliased, and do not | John McCall | 2011-08-25 | 1 | -1/+2 |
* | Use stronger typing for the flags on AggValueSlot and require | John McCall | 2011-08-25 | 1 | -2/+7 |
* | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner | 2011-07-23 | 1 | -14/+14 |
* | Convert IRBuilder::CreateGEP and IRBuilder::CreateInBoundsGEP to use | Jay Foad | 2011-07-22 | 1 | -2/+2 |
* | as eli points out, we're not doing memory stuff here. While ConvertType | Chris Lattner | 2011-07-20 | 1 | -1/+1 |
* | de-constify llvm::Type, patch by David Blaikie! | Chris Lattner | 2011-07-18 | 1 | -13/+13 |
* | Create a new expression node, SubstNonTypeTemplateParmExpr, | John McCall | 2011-07-15 | 1 | -0/+2 |
* | Change intrinsic getter to take an ArrayRef, now that the underlying function... | Benjamin Kramer | 2011-07-14 | 1 | -3/+2 |
* | Add more compiler workarounds. Should fix the build with old GCCs and MSVC. | Benjamin Kramer | 2011-07-12 | 1 | -6/+10 |
* | Switch field destruction over to use the new destroyer-based API | John McCall | 2011-07-12 | 1 | -17/+25 |
* | Work around a problem with a static helper's formulation in release | Chandler Carruth | 2011-07-12 | 1 | -5/+5 |
* | Fix a problem Eli ran into where we now reject incomplete arrays of | Chris Lattner | 2011-07-12 | 1 | -6/+18 |
* | enhance EmitLValueForFieldInitialization to do the proper pointer adjustment,... | Chris Lattner | 2011-07-10 | 1 | -9/+9 |
* | revert part of r134860, which is empirically unnecessary after the proper fix | Chris Lattner | 2011-07-10 | 1 | -4/+0 |
* | change EmitLValueForField to cast the returned lvalue to the right | Chris Lattner | 2011-07-10 | 1 | -13/+18 |
* | when emitting pointer load from an lvalue or storing to an lvalue, | Chris Lattner | 2011-07-10 | 1 | -0/+12 |
* | clang side to match the LLVM IR type system rewrite patch. | Chris Lattner | 2011-07-09 | 1 | -1/+1 |
* | In ARC, reclaim all return values of retainable type, not just those | John McCall | 2011-07-07 | 1 | -1/+2 |
* | Sort #includes. | Nick Lewycky | 2011-07-07 | 1 | -1/+1 |
* | Fix PR10204 in a better way. | John McCall | 2011-06-27 | 1 | -3/+1 |
* | Revert parts of r133860 to fix a crash. Add a test. | Nico Weber | 2011-06-27 | 1 | -1/+3 |
* | LValue carries a type now, so simplify the main EmitLoad/Store APIs | John McCall | 2011-06-25 | 1 | -35/+24 |
* | Mark the multiply which occurs as part of performing pointer | John McCall | 2011-06-25 | 1 | -4/+9 |
* | Change the IR-generation of VLAs so that we capture bounds, | John McCall | 2011-06-24 | 1 | -7/+8 |
* | When binding a reference to an Automatic Reference Counting temporary, | Douglas Gregor | 2011-06-22 | 1 | -32/+65 |
* | A few tweaks to MaterializeTemporaryExpr suggested by John. | Douglas Gregor | 2011-06-21 | 1 | -3/+1 |
* | Introduce a new AST node describing reference binding to temporaries. | Douglas Gregor | 2011-06-21 | 1 | -1/+17 |
* | Remove dead variables. | Benjamin Kramer | 2011-06-18 | 1 | -3/+0 |
* | 80 cols. | Benjamin Kramer | 2011-06-18 | 1 | -5/+5 |
* | Restore correct use of GC barriers. | John McCall | 2011-06-16 | 1 | -13/+25 |
* | Automatic Reference Counting. | John McCall | 2011-06-15 | 1 | -26/+190 |
* | Use isAnyComplexType here so we don't pass complex numbers into the aggregate... | Eli Friedman | 2011-06-15 | 1 | -1/+1 |
* | fix 80 col violation | Chris Lattner | 2011-05-22 | 1 | -1/+2 |