Age | Commit message (Expand) | Author |
2011-07-07 | A redeclaration of an inline method in C99 mode should trigger emission of that | Nick Lewycky |
2011-06-24 | Change the IR-generation of VLAs so that we capture bounds, | John McCall |
2011-06-21 | IRgen: Add CGOptions to CGTypes. | Daniel Dunbar |
2011-06-20 | llvm-gcc treats a tentative definition with a previous | Fariborz Jahanian |
2011-06-20 | Update to match mainline ConstantStruct::get API change. Also, use | Chris Lattner |
2011-06-18 | update for api change. | Chris Lattner |
2011-06-16 | Move computation of __private_extern__ visibilty to | Fariborz Jahanian |
2011-06-16 | Set the visibility to 'hidden' when previous | Fariborz Jahanian |
2011-06-15 | Automatic Reference Counting. | John McCall |
2011-06-10 | PR10120: Make CodeGenModule::getVTableLinkage use NamedDecl::getLinkage to de... | Eli Friedman |
2011-06-05 | When inferring the result type of a block based on a return statement | Douglas Gregor |
2011-05-27 | Match llvm-gcc's string literals alignment by forcing alignment on string lit... | Eli Friedman |
2011-05-25 | Update for llvm api change. | Rafael Espindola |
2011-05-17 | Code cleanup of my last patch. | Fariborz Jahanian |
2011-05-17 | Patch to fix IR-gen crash generating structure ABI which implements | Fariborz Jahanian |
2011-05-15 | Use arrays and SmallVectors instead of std::vectors when building function | John McCall |
2011-05-13 | Simplify | Joerg Sonnenberger |
2011-05-13 | Bug 8765: Honor assembler labels for builtins. Ensure that the label is | Joerg Sonnenberger |
2011-05-13 | Produce UTF-8 strings with -fconstant-string-class | Fariborz Jahanian |
2011-05-13 | When determining whether we can make a declaration into a global | Douglas Gregor |
2011-05-07 | In C++, allow us to emit a global as 'constant' even if it has class | Douglas Gregor |
2011-05-06 | Modify some deleted function methods to better reflect reality: | Sean Hunt |
2011-05-06 | Add an implementation of thunks for varargs methods. The implementation is a... | Eli Friedman |
2011-05-05 | Implement support for C++0x alias templates. | Richard Smith |
2011-05-05 | Preserve the full name of the file, so that '-c -o foo.pic.o' produces | Nick Lewycky |
2011-05-04 | Record where the GCOV data files should be placed. | Nick Lewycky |
2011-04-22 | Add -fdelayed-template-parsing option. Using this option all templated functi... | Francois Pichet |
2011-04-21 | Wire up the -ftest-coverage and -fprofile-arcs flags to .gcno file emission (at | Nick Lewycky |
2011-04-21 | PR9214: Convert Metadata API to use ArrayRef. | Jay Foad |
2011-04-19 | ADT/Triple: Switch to using .isOSDarwin() predicate. | Daniel Dunbar |
2011-04-12 | IRgen/Obj-C: Emit CFStrings and NSStrings with the alignment of the char type, | Daniel Dunbar |
2011-04-12 | Template static data members can have weak_odr linkage, not just | John McCall |
2011-04-12 | Ignore indirect field declarations. Fixes PR9570. | John McCall |
2011-04-12 | After some discussion with Doug, we decided that it made a lot more sense | John McCall |
2011-04-09 | fix indentation | Chris Lattner |
2011-04-07 | Basic, untested implementation for an "unknown any" type requested by LLDB. | John McCall |
2011-04-06 | If this is an intrinsic function, set the function's attributes to the intrin... | Peter Collingbourne |
2011-03-26 | On Mac OS X, the presence of an 'availability' attribute for that | Douglas Gregor |
2011-03-23 | Update type cache when a type is completed. | Devang Patel |
2011-03-23 | Implement a new 'availability' attribute, that allows one to specify | Douglas Gregor |
2011-03-22 | Simplify Mac runtime selection - it's the factory function's job to select wh... | David Chisnall |
2011-03-22 | The emission of an Objective-C++'s class .cxx_destruct method should be | John McCall |
2011-03-18 | Add support for language-specific address spaces. On top of that, | Peter Collingbourne |
2011-03-18 | The Darwin kernel does not provide useful guard variable support. | John McCall |
2011-03-17 | Remove code that was intentionally generating bad code on the GNU runtime for... | David Chisnall |
2011-03-14 | Switch from internal to linker_private linkage, it is sufficient to please th... | Rafael Espindola |
2011-03-14 | Fix link of libxul with LTO and the linker in xcode4. It is not clear if this | Rafael Espindola |
2011-03-09 | Fix three of the four places where I left breadcrumbs to avoid unnecessary | John McCall |
2011-03-09 | Use the "undergoes default argument promotion" bit on parameters to | John McCall |
2011-03-07 | DebugInfo can be enabled or disabled at function level (e.g. using an attribu... | Devang Patel |