| Commit message (Expand) | Author | Age | Files | Lines |
| * | constexpr irgen: Add irgen support for APValue::Struct, APValue::Union, | Richard Smith | 2012-01-14 | 1 | -2/+2 |
| * | Eliminate ObjCForwardProtocolDecl, which is redundant now that | Douglas Gregor | 2012-01-01 | 1 | -1/+0 |
| * | Unrevert r147271, reverted in r147361. | Richard Smith | 2011-12-30 | 1 | -6/+7 |
| * | Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDecl | Douglas Gregor | 2011-12-27 | 1 | -1/+0 |
| * | Switch LValue so that it exposes alignment in CharUnits. (No functional chan... | Eli Friedman | 2011-12-03 | 1 | -2/+2 |
| * | Introduce a module import declaration, so that we properly represent, e.g., | Douglas Gregor | 2011-12-02 | 1 | -0/+1 |
| * | Fix wrong-code bug when a const automatic variable of struct type has both a | Richard Smith | 2011-12-02 | 1 | -7/+10 |
| * | The cheap version of getName() is sufficient here. | Benjamin Kramer | 2011-11-29 | 1 | -1/+1 |
| * | CodeGen: Simplify code. | Benjamin Kramer | 2011-11-21 | 1 | -6/+3 |
| * | CodeGen: allow __asm renaming on static local variables. | Benjamin Kramer | 2011-11-20 | 1 | -1/+9 |
| * | Enter the cleanups for a block outside the enclosing | John McCall | 2011-11-10 | 1 | -2/+4 |
| * | Fix the alignment on scalar parameter variables so that it matches what the A... | Eli Friedman | 2011-11-03 | 1 | -1/+4 |
| * | de-tmpify clang. | Benjamin Kramer | 2011-09-27 | 1 | -3/+3 |
| * | Switch assert(0/false) llvm_unreachable. | David Blaikie | 2011-09-23 | 1 | -4/+4 |
| * | OpenCL: introduce support for function scope __local variables | Peter Collingbourne | 2011-09-19 | 1 | -0/+3 |
| * | Switch LangOptions over to a .def file that describes header of the | Douglas Gregor | 2011-09-13 | 1 | -1/+1 |
| * | Bring llvm.annotation* intrinsics support back to where it was in llvm-gcc: can | Julien Lerouge | 2011-09-09 | 1 | -7/+8 |
| * | 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 | -1/+3 |
| * | blocks - capturing logic of byref block variable's expression | Fariborz Jahanian | 2011-08-25 | 1 | -1/+17 |
| * | Make constant aggregate constant initializers private linkage. | Eric Christopher | 2011-08-24 | 1 | -1/+1 |
| * | Whitespace and 80-col cleanup. | Eric Christopher | 2011-08-23 | 1 | -3/+2 |
| * | Whitespace. | Eric Christopher | 2011-08-23 | 1 | -45/+45 |
| * | checking for __block variable captured by given | Fariborz Jahanian | 2011-08-23 | 1 | -2/+9 |
| * | block IRgen - Fixes a crash when determining if given block variable | Fariborz Jahanian | 2011-08-23 | 1 | -0/+3 |
| * | Implement function template specialization at class scope extension in Micros... | Francois Pichet | 2011-08-14 | 1 | -0/+1 |
| * | Fix a couple of problems with initialization and assignment to | John McCall | 2011-07-28 | 1 | -1/+1 |
| * | Rename getInstantiationLineNumber to getExpansionLineNumber in both | Chandler Carruth | 2011-07-25 | 1 | -2/+1 |
| * | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner | 2011-07-23 | 1 | -3/+3 |
| * | Convert IRBuilder::CreateGEP and IRBuilder::CreateInBoundsGEP to use | Jay Foad | 2011-07-22 | 1 | -4/+2 |
| * | de-constify llvm::Type, patch by David Blaikie! | Chris Lattner | 2011-07-18 | 1 | -7/+7 |
| * | Okay, that rule about zero-length arrays applies to destroying | John McCall | 2011-07-13 | 1 | -37/+32 |
| * | Generalize Cleanup::Emit's "isForEH" parameter into a set | John McCall | 2011-07-12 | 1 | -10/+11 |
| * | Switch field destruction over to use the new destroyer-based API | John McCall | 2011-07-12 | 1 | -12/+27 |
| * | Fix a lot of problems with the partial destruction of arrays: | John McCall | 2011-07-11 | 1 | -67/+168 |
| * | More compiler workarounds. I have to admit that I was not | John McCall | 2011-07-09 | 1 | -4/+14 |
| * | GCC 4.2 compatibility hack. | John McCall | 2011-07-09 | 1 | -3/+4 |
| * | A number of array-related IR-gen cleanups. | John McCall | 2011-07-09 | 1 | -56/+214 |
| * | Don't zero-initialize default-initialized local variables that have | Douglas Gregor | 2011-07-01 | 1 | -1/+18 |
| * | objc-arc: fix a IRGen crash when checking for | Fariborz Jahanian | 2011-06-29 | 1 | -1/+2 |
| * | LValue carries a type now, so simplify the main EmitLoad/Store APIs | John McCall | 2011-06-25 | 1 | -7/+8 |
| * | Honor objc_precise_lifetime in GC mode by feeding the value | John McCall | 2011-06-24 | 1 | -0/+20 |
| * | Change the IR-generation of VLAs so that we capture bounds, | John McCall | 2011-06-24 | 1 | -15/+13 |
| * | Remove dead variables. | Benjamin Kramer | 2011-06-18 | 1 | -1/+0 |
| * | Objective-C fast enumeration loop variables are not retained in ARC, but | John McCall | 2011-06-17 | 1 | -4/+38 |
| * | Restore correct use of GC barriers. | John McCall | 2011-06-16 | 1 | -37/+41 |
| * | Suppress a warning in -Asserts builds. | John McCall | 2011-06-15 | 1 | -0/+1 |
| * | Automatic Reference Counting. | John McCall | 2011-06-15 | 1 | -16/+240 |
| * | Do not emit stoppoint before emitting debug info for parameters. | Devang Patel | 2011-06-15 | 1 | -3/+1 |
| * | Rework r132576. | Devang Patel | 2011-06-04 | 1 | -2/+0 |