Age | Commit message (Expand) | Author |
2012-02-19 | Make heap-allocation of std::initializer_list 'work'. | Sebastian Redl |
2012-02-18 | Fix comment. | Chad Rosier |
2012-02-17 | Basic code generation support for std::initializer_list. | Sebastian Redl |
2012-02-17 | Bug fix: do not emit static const local variables with mutable members | Richard Smith |
2012-02-17 | Whether an argument is required (in contrast with being an | John McCall |
2012-02-13 | Deal with a horrible C++11 special case. If a non-literal type has a constexpr | Richard Smith |
2012-02-09 | CWG issue 1405: mutable members are allowed in literal types, but can't undergo | Richard Smith |
2012-01-31 | enhance some optimization logic to handle ConstantDataSequential | Chris Lattner |
2012-01-27 | Placate gcc's -Wreturn-type | Matt Beaumont-Gay |
2012-01-26 | Use function pointers, rather than references, to pass Destroyers | Peter Collingbourne |
2012-01-16 | Some improvements to the handling of C11 atomic types: | David Chisnall |
2012-01-14 | constexpr irgen: Add irgen support for APValue::Struct, APValue::Union, | Richard Smith |
2012-01-01 | Eliminate ObjCForwardProtocolDecl, which is redundant now that | Douglas Gregor |
2011-12-30 | Unrevert r147271, reverted in r147361. | Richard Smith |
2011-12-27 | Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDecl | Douglas Gregor |
2011-12-03 | Switch LValue so that it exposes alignment in CharUnits. (No functional chan... | Eli Friedman |
2011-12-02 | Introduce a module import declaration, so that we properly represent, e.g., | Douglas Gregor |
2011-12-02 | Fix wrong-code bug when a const automatic variable of struct type has both a | Richard Smith |
2011-11-29 | The cheap version of getName() is sufficient here. | Benjamin Kramer |
2011-11-21 | CodeGen: Simplify code. | Benjamin Kramer |
2011-11-20 | CodeGen: allow __asm renaming on static local variables. | Benjamin Kramer |
2011-11-10 | Enter the cleanups for a block outside the enclosing | John McCall |
2011-11-03 | Fix the alignment on scalar parameter variables so that it matches what the A... | Eli Friedman |
2011-09-27 | de-tmpify clang. | Benjamin Kramer |
2011-09-23 | Switch assert(0/false) llvm_unreachable. | David Blaikie |
2011-09-19 | OpenCL: introduce support for function scope __local variables | Peter Collingbourne |
2011-09-13 | Switch LangOptions over to a .def file that describes header of the | Douglas Gregor |
2011-09-09 | Bring llvm.annotation* intrinsics support back to where it was in llvm-gcc: can | Julien Lerouge |
2011-08-25 | Track whether an AggValueSlot is potentially aliased, and do not | John McCall |
2011-08-25 | Use stronger typing for the flags on AggValueSlot and require | John McCall |
2011-08-25 | blocks - capturing logic of byref block variable's expression | Fariborz Jahanian |
2011-08-24 | Make constant aggregate constant initializers private linkage. | Eric Christopher |
2011-08-23 | Whitespace and 80-col cleanup. | Eric Christopher |
2011-08-23 | Whitespace. | Eric Christopher |
2011-08-23 | checking for __block variable captured by given | Fariborz Jahanian |
2011-08-23 | block IRgen - Fixes a crash when determining if given block variable | Fariborz Jahanian |
2011-08-14 | Implement function template specialization at class scope extension in Micros... | Francois Pichet |
2011-07-28 | Fix a couple of problems with initialization and assignment to | John McCall |
2011-07-25 | Rename getInstantiationLineNumber to getExpansionLineNumber in both | Chandler Carruth |
2011-07-23 | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner |
2011-07-22 | Convert IRBuilder::CreateGEP and IRBuilder::CreateInBoundsGEP to use | Jay Foad |
2011-07-18 | de-constify llvm::Type, patch by David Blaikie! | Chris Lattner |
2011-07-13 | Okay, that rule about zero-length arrays applies to destroying | 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-11 | Fix a lot of problems with the partial destruction of arrays: | John McCall |
2011-07-09 | More compiler workarounds. I have to admit that I was not | John McCall |
2011-07-09 | GCC 4.2 compatibility hack. | John McCall |
2011-07-09 | A number of array-related IR-gen cleanups. | John McCall |
2011-07-01 | Don't zero-initialize default-initialized local variables that have | Douglas Gregor |