Age | Commit message (Expand) | Author |
2009-04-09 | Propagate the ASTContext to various AST traversal and lookup functions. | Douglas Gregor |
2009-04-08 | Add a destination type argument to EmitConstantExpr. This will be used for wh... | Anders Carlsson |
2009-04-07 | Visibility attributes should only be set on definition. | Daniel Dunbar |
2009-04-07 | Various fixes to symbols used for Obj-C x86_64 metadata. | Daniel Dunbar |
2009-04-04 | Add some basic support for generating C++ member functions. | Anders Carlsson |
2009-04-04 | Basic support for regparm codegen | Anton Korobeynikov |
2009-04-03 | Add a comment/FIXME so Eli can sleep better:-)) | Steve Naroff |
2009-04-03 | Implement -fvisibility. | Fariborz Jahanian |
2009-04-03 | Add target hook for setting symbol prefix and section of unicode | Daniel Dunbar |
2009-04-02 | Emit code for linkage specifications. | Anders Carlsson |
2009-04-01 | CodeGenModule::GetAddrOfConstantCFString(): | Steve Naroff |
2009-04-01 | Add ConvertUTF module from http://www.unicode.org/Public/PROGRAMS/CVTUTF. | Steve Naroff |
2009-04-01 | More "prep" work for handling UTF16 CFString. | Steve Naroff |
2009-04-01 | fix the two xfails I added with a previous patch by making ObjC interface | Chris Lattner |
2009-04-01 | move trivial forwarding function inline. | Chris Lattner |
2009-04-01 | Implement code generation of namespaces and add mangling tests. | Anders Carlsson |
2009-03-31 | Add Target hooks for IRgen of [cf]string literals. | Daniel Dunbar |
2009-03-31 | Change UsedArray to be a vector of WeakVH to fix a dangling pointer problem t... | Chris Lattner |
2009-03-31 | remove some obsolete comments, use an AssertingVH. | Chris Lattner |
2009-03-27 | Finish off semantic analysis for regparm, and remove the warning. Also | Eli Friedman |
2009-03-27 | Besides the warning, issue unsupported diagnostics in | Fariborz Jahanian |
2009-03-26 | most of this is plumbing to get CompileOptions down into | Chris Lattner |
2009-03-22 | switch getBuiltinLibFunction to use the new GetOrCreateLLVMFunction | Chris Lattner |
2009-03-22 | emit aliases as the definitions fly by, don't bother deferring until | Chris Lattner |
2009-03-22 | make alias definition logic more similar to functions/globals. | Chris Lattner |
2009-03-22 | fix PR3200 by making alias emission use the new infrastructure. Fold | Chris Lattner |
2009-03-22 | pull "runtime globals" into the same framework as other functions/global vari... | Chris Lattner |
2009-03-22 | fix a fixme: non-proto struct returning function definitions should be compiled | Chris Lattner |
2009-03-22 | set function/global names with setName instead of passing the name into the | Chris Lattner |
2009-03-21 | Issue error if variables are defined inside an objc class, | Fariborz Jahanian |
2009-03-21 | now that all the decl reference and creation stuff is going through two | Chris Lattner |
2009-03-21 | fix a crash that could occur when a variable declaration became a | Chris Lattner |
2009-03-21 | simplify and cleanup global variable creation stuff to all go through one | Chris Lattner |
2009-03-21 | simplify management of llvm::Function creation to all go through | Chris Lattner |
2009-03-21 | code cleanups, rename EmitForwardFunctionDefinition -> | Chris Lattner |
2009-03-21 | fix several problems with asm renaming, by pulling it into the mangling code: | Chris Lattner |
2009-03-21 | add some fixmes | Chris Lattner |
2009-03-21 | reduce redundant calls of getMangledName. | Chris Lattner |
2009-03-21 | simplify some more code. | Chris Lattner |
2009-03-21 | simplify and comment some code better. Make BindRuntimeGlobals | Chris Lattner |
2009-03-21 | random code cleanups. | Chris Lattner |
2009-03-21 | remove obviously dead code: you can't bitcast a pointer to "Ty" (a function t... | Chris Lattner |
2009-03-21 | avoid making constant folding logic eliminate obviously dead bitcasts, speedi... | Chris Lattner |
2009-03-21 | Add a fast path to CodeGenModule::getMangledName for almost all C functions, | Chris Lattner |
2009-03-19 | IRgen support for alias of global variable. | Daniel Dunbar |
2009-03-18 | objc: Implemented variables declared in class interface | Fariborz Jahanian |
2009-03-11 | Adjust for linkage name change. | Duncan Sands |
2009-03-11 | Correct for change of this name in LLVM. | Duncan Sands |
2009-03-09 | Backout r66408, we don't want handling of globals to rely on the | Daniel Dunbar |
2009-03-09 | Be sure to never create two functions with the same name, instead arrange to | Mike Stump |