Age | Commit message (Expand) | Author |
2009-06-30 | Remove the ASTContext parameter from the getBody() methods of Decl and subcla... | Argyrios Kyrtzidis |
2009-06-30 | Remove the ASTContext parameter from the attribute-related methods of Decl. | Argyrios Kyrtzidis |
2009-06-30 | Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions. | Chris Lattner |
2009-06-29 | Improve code generation for function template specializations: | Douglas Gregor |
2009-06-29 | Keep track of function template specializations, to eliminate | Douglas Gregor |
2009-06-29 | Move FunctionDecl::TemplateSpecializationInfo out into its own class, | Douglas Gregor |
2009-06-28 | Make the StackProtector bitfield use enums instead of obscure numbers. | Bill Wendling |
2009-06-28 | Add stack protector support to clang. This generates the 'ssp' and 'sspreq' | Bill Wendling |
2009-06-26 | OpenCL 1.0 Support: fix a bug with lvalue swizzles | Nate Begeman |
2009-06-26 | Implement enough of the 'auto' keyword so we can claim to support N2546. | Anders Carlsson |
2009-06-26 | typo | Devang Patel |
2009-06-26 | Revrt PR4228 fix for now. | Devang Patel |
2009-06-26 | Simplify, and fix a possible crash (never happens however, because we don't ever | Daniel Dunbar |
2009-06-24 | Add a DecltypeType type. | Anders Carlsson |
2009-06-23 | Patch fixes an obscure bug when 'used' attribute is applied to | Fariborz Jahanian |
2009-06-23 | fix PR4423. | Chris Lattner |
2009-06-20 | Parsing and AST support for using declarations, from John Thompson! | Douglas Gregor |
2009-06-18 | Move the static DeclAttrs map into ASTContext. Fixes <rdar://problem/6983177>. | Douglas Gregor |
2009-06-17 | Move CXXMethodDecl::OutOfLineDefinition into Decl::OutOfLine. | Argyrios Kyrtzidis |
2009-06-17 | First step toward fixing <rdar://problem/6613046> refactor clang objc type re... | Steve Naroff |
2009-06-17 | Update clang for the add ->add/fadd split. Likewise for sub and mul. | Chris Lattner |
2009-06-16 | It is possible that main input file does not have any symbol with debug info.... | Devang Patel |
2009-06-16 | Handle temporaries in default arguments. | Anders Carlsson |
2009-06-15 | "GCC emits an __objc_class_name_{classname} symbol for every class, and a cor... | Chris Lattner |
2009-06-14 | PR4390: Make sure to handle anonymous unions correctly while building | Eli Friedman |
2009-06-14 | Sink the BuiltinInfo object from ASTContext into the | Chris Lattner |
2009-06-14 | move the various builtins stuff from libast to libbasic. This | Chris Lattner |
2009-06-14 | move GetBuiltinType from Builtin::Context to ASTContext. | Chris Lattner |
2009-06-13 | Simplify mangleFunctionDecl by unnesting a crazy condition. This fixes | Chris Lattner |
2009-06-13 | Fix the calling convention for structs/unions containing SSE vectors on | Eli Friedman |
2009-06-13 | Fix PR4372, another case where non-prototyped functions can prevent | Chris Lattner |
2009-06-11 | Don't assert when generating code with static_asserts. | Anders Carlsson |
2009-06-10 | Support complex properties, ivars and message expressions. | Daniel Dunbar |
2009-06-07 | Remove a few more vector builtins. | Eli Friedman |
2009-06-07 | Now that LLVM CodeGen can handle the generic variations a bit better, | Eli Friedman |
2009-06-06 | PR4339: make sure to properly extend/trunc the index of a vector element | Eli Friedman |
2009-06-06 | Add new ABIArgInfo kind: Extend. This allows target to implement its own argu... | Anton Korobeynikov |
2009-06-06 | Get rid of a bunch of dead builtins. | Eli Friedman |
2009-06-05 | As an optimization, we maintain a cache of generated | Mike Stump |
2009-06-05 | weak_import should not make definitions have weak linkage. | Daniel Dunbar |
2009-06-05 | Update cmake script | Anton Korobeynikov |
2009-06-05 | Factor out TargetABIInfo stuff into separate file. No functionality change. | Anton Korobeynikov |
2009-06-05 | Set function Attribute::NoImplicitFloat appropriately. | Devang Patel |
2009-06-05 | ABI handling: Fix nasty thinko where IRgen could generate an out-of-bounds read | Daniel Dunbar |
2009-06-05 | Fix -Asserts build warnings. | Daniel Dunbar |
2009-06-04 | Set function attribute llvm::Attribute::NoRedZone appropriately. | Devang Patel |
2009-06-04 | Make ReplaceUsesOfNonProtoTypeWithRealFunction verify that a call is *to* the | Chris Lattner |
2009-06-04 | Use PushConditionalTempDestruction/PopConditionalTempDestruction for the tern... | Anders Carlsson |
2009-06-04 | Use conditional temp destruction for || and &&. | Anders Carlsson |
2009-06-04 | Make PushCXXTemporary and PopCXXTemporary handle conditional temporaries. | Anders Carlsson |