Age | Commit message (Expand) | Author |
2011-08-09 | Move the construction of the RecordDecl representing the runtime | Douglas Gregor |
2011-08-04 | Emit wide string literals with the appropriate alignment. | John McCall |
2011-08-03 | When rewriting a call to a K&R function to lead to a well-prototyped | John McCall |
2011-07-27 | CodeGen: rename CodeGenModule::Runtime to ObjCRuntime | Peter Collingbourne |
2011-07-27 | Add support for C++0x unicode string and character literals, from Craig Topper! | Douglas Gregor |
2011-07-25 | Rename getInstantiationLineNumber to getExpansionLineNumber in both | Chandler Carruth |
2011-07-23 | fix PR10415, tidying up IR representation of module level inline asm | Chris Lattner |
2011-07-23 | Move ArrayRef to LLVM.h and eliminate now-redundant qualifiers, patch by Jon ... | Chris Lattner |
2011-07-23 | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner |
2011-07-22 | Add a const overload for ObjCInterfaceDecl::all_declared_ivar_begin. | Jordy Rose |
2011-07-21 | Convert ConstantExpr::getGetElementPtr and | Jay Foad |
2011-07-18 | In C99, emit an inline function when encountering an extern redeclaration. | Nick Lewycky |
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-14 | Change intrinsic getter to take an ArrayRef, now that the underlying function... | Benjamin Kramer |
2011-07-12 | Second attempt at de-constifying LLVM Types in FunctionType::get(), | Jay Foad |
2011-07-12 | Revert r134888 (and related patches in other trees). It was causing | Bill Wendling |
2011-07-11 | De-constify Types in FunctionType::get(). | Jay Foad |
2011-07-09 | clang side to match the LLVM IR type system rewrite patch. | Chris Lattner |
2011-07-07 | r134634 causes a failure on MultiSource/Benchmarks/Olden/bh with TEST=nightly, | Cameron Zwarich |
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 |