Age | Commit message (Expand) | Author |
2011-12-19 | Extend the fix for PR9614 to handle inline asm in the outer decl and | Rafael Espindola |
2011-12-02 | Introduce a module import declaration, so that we properly represent, e.g., | Douglas Gregor |
2011-11-01 | Fix the representation of wide strings in the AST and IR so that it uses the ... | Eli Friedman |
2011-10-28 | Fix PR9614 for functions with the always_inline attribute. Try to keep | Rafael Espindola |
2011-10-26 | Fix pr9614 by not emitting an available_externally function when it calls | Rafael Espindola |
2011-10-15 | Replace vectors with arrays. | Benjamin Kramer |
2011-10-13 | Recommit: | Eric Christopher |
2011-10-12 | Revert file/scope handling patches. gdb testing revealed a couple of bugs. | Eric Christopher |
2011-10-11 | Start handling debug line and scope information better: | Eric Christopher |
2011-10-08 | Free 'TheTargetCodeGenInfo' in the class CodeGenModule. This looks like an o... | Ted Kremenek |
2011-10-06 | CUDA: add -fcuda-is-device flag | Peter Collingbourne |
2011-10-06 | CUDA: IR generation support for kernel call expressions | Peter Collingbourne |
2011-10-03 | Allow getting all source locations of selector identifiers in a ObjCMethodDecl. | Argyrios Kyrtzidis |
2011-10-03 | Pass from the parser the locations of selector identifiers when creating | Argyrios Kyrtzidis |
2011-10-02 | Make -fobjc-nonfragile-abi the -cc1 default, since it's the | John McCall |
2011-09-25 | Rename Diagnostic to DiagnosticsEngine as per issue 5397 | David Blaikie |
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-19 | In apple-kext mode, use external linkage for explicit template instantiations | John McCall |
2011-09-13 | Correctly generate IR for casted "builtin" functions, where | John McCall |
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-09-09 | Treat the weak export of block runtime symbols as a deployment-target | John McCall |
2011-09-09 | Do a lookup for the blocks runtime globals to see if they were declared, | Argyrios Kyrtzidis |
2011-09-02 | Extend the ASTContext constructor to delay the initialization of | Douglas Gregor |
2011-08-22 | Make sure we don't inline functions marked with __attribute__((naked)). <rda... | Eli Friedman |
2011-08-17 | Mark objc methods that are implicitly declared for properties (not user-decla... | Argyrios Kyrtzidis |
2011-08-16 | Finalize debug info after all deferred globals are emitted. | Devang Patel |
2011-08-15 | Use new DIBuilder::finalize() at the end to wrap up debug info encoding for a... | Devang Patel |
2011-08-09 | Move the creation of the record type for the state of Objective-C fast | Douglas Gregor |
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 |