| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Emit code for linkage specifications. | Anders Carlsson | 2009-04-02 | 1 | -7/+15 |
* | CodeGenModule::GetAddrOfConstantCFString(): | Steve Naroff | 2009-04-01 | 1 | -5/+10 |
* | Add ConvertUTF module from http://www.unicode.org/Public/PROGRAMS/CVTUTF. | Steve Naroff | 2009-04-01 | 1 | -4/+19 |
* | More "prep" work for handling UTF16 CFString. | Steve Naroff | 2009-04-01 | 1 | -1/+5 |
* | fix the two xfails I added with a previous patch by making ObjC interface | Chris Lattner | 2009-04-01 | 1 | -2/+5 |
* | move trivial forwarding function inline. | Chris Lattner | 2009-04-01 | 1 | -6/+0 |
* | Implement code generation of namespaces and add mangling tests. | Anders Carlsson | 2009-04-01 | 1 | -1/+7 |
* | Add Target hooks for IRgen of [cf]string literals. | Daniel Dunbar | 2009-03-31 | 1 | -18/+29 |
* | Change UsedArray to be a vector of WeakVH to fix a dangling pointer problem t... | Chris Lattner | 2009-03-31 | 1 | -9/+13 |
* | remove some obsolete comments, use an AssertingVH. | Chris Lattner | 2009-03-31 | 1 | -11/+0 |
* | Finish off semantic analysis for regparm, and remove the warning. Also | Eli Friedman | 2009-03-27 | 1 | -3/+0 |
* | Besides the warning, issue unsupported diagnostics in | Fariborz Jahanian | 2009-03-27 | 1 | -0/+6 |
* | most of this is plumbing to get CompileOptions down into | Chris Lattner | 2009-03-26 | 1 | -6/+8 |
* | switch getBuiltinLibFunction to use the new GetOrCreateLLVMFunction | Chris Lattner | 2009-03-22 | 1 | -31/+5 |
* | emit aliases as the definitions fly by, don't bother deferring until | Chris Lattner | 2009-03-22 | 1 | -76/+63 |
* | make alias definition logic more similar to functions/globals. | Chris Lattner | 2009-03-22 | 1 | -12/+29 |
* | fix PR3200 by making alias emission use the new infrastructure. Fold | Chris Lattner | 2009-03-22 | 1 | -11/+17 |
* | pull "runtime globals" into the same framework as other functions/global vari... | Chris Lattner | 2009-03-22 | 1 | -108/+81 |
* | fix a fixme: non-proto struct returning function definitions should be compiled | Chris Lattner | 2009-03-22 | 1 | -4/+7 |
* | set function/global names with setName instead of passing the name into the | Chris Lattner | 2009-03-22 | 1 | -2/+4 |
* | Issue error if variables are defined inside an objc class, | Fariborz Jahanian | 2009-03-21 | 1 | -11/+3 |
* | now that all the decl reference and creation stuff is going through two | Chris Lattner | 2009-03-21 | 1 | -34/+59 |
* | fix a crash that could occur when a variable declaration became a | Chris Lattner | 2009-03-21 | 1 | -42/+60 |
* | simplify and cleanup global variable creation stuff to all go through one | Chris Lattner | 2009-03-21 | 1 | -67/+69 |
* | simplify management of llvm::Function creation to all go through | Chris Lattner | 2009-03-21 | 1 | -52/+43 |
* | code cleanups, rename EmitForwardFunctionDefinition -> | Chris Lattner | 2009-03-21 | 1 | -42/+43 |
* | fix several problems with asm renaming, by pulling it into the mangling code: | Chris Lattner | 2009-03-21 | 1 | -18/+0 |
* | add some fixmes | Chris Lattner | 2009-03-21 | 1 | -10/+9 |
* | reduce redundant calls of getMangledName. | Chris Lattner | 2009-03-21 | 1 | -8/+10 |
* | simplify some more code. | Chris Lattner | 2009-03-21 | 1 | -27/+32 |
* | simplify and comment some code better. Make BindRuntimeGlobals | Chris Lattner | 2009-03-21 | 1 | -25/+30 |
* | random code cleanups. | Chris Lattner | 2009-03-21 | 1 | -14/+12 |
* | remove obviously dead code: you can't bitcast a pointer to "Ty" (a function t... | Chris Lattner | 2009-03-21 | 1 | -5/+1 |
* | avoid making constant folding logic eliminate obviously dead bitcasts, speedi... | Chris Lattner | 2009-03-21 | 1 | -2/+7 |
* | Add a fast path to CodeGenModule::getMangledName for almost all C functions, | Chris Lattner | 2009-03-21 | 1 | -2/+8 |
* | IRgen support for alias of global variable. | Daniel Dunbar | 2009-03-19 | 1 | -11/+9 |
* | objc: Implemented variables declared in class interface | Fariborz Jahanian | 2009-03-18 | 1 | -5/+13 |
* | Adjust for linkage name change. | Duncan Sands | 2009-03-11 | 1 | -1/+1 |
* | Correct for change of this name in LLVM. | Duncan Sands | 2009-03-11 | 1 | -2/+2 |
* | Backout r66408, we don't want handling of globals to rely on the | Daniel Dunbar | 2009-03-09 | 1 | -36/+32 |
* | Be sure to never create two functions with the same name, instead arrange to | Mike Stump | 2009-03-09 | 1 | -32/+36 |
* | Make constant emission for @encode use the common string emission code. | Eli Friedman | 2009-03-07 | 1 | -6/+2 |
* | Fixup our uses of various linkages to match how llvm now works. I think they... | Mike Stump | 2009-03-07 | 1 | -5/+5 |
* | (LLVM svn up) Generalize RuntimeFunctions to RuntimeGlobals and add | Daniel Dunbar | 2009-03-06 | 1 | -20/+34 |
* | IRgen support for weak_import. | Daniel Dunbar | 2009-03-06 | 1 | -4/+9 |
* | Don't mangle names of local variables. | Daniel Dunbar | 2009-03-05 | 1 | -1/+3 |
* | Make IRGen compatible with declaring a function with incomplete | Eli Friedman | 2009-03-05 | 1 | -2/+13 |
* | Move more of the blocks code up and out. | Mike Stump | 2009-03-04 | 1 | -1/+1 |
* | Move more of blocks codegen out of CodeGenModule and into the | Mike Stump | 2009-03-04 | 1 | -6/+3 |
* | Support "asm" renaming of external symbols. | Daniel Dunbar | 2009-03-04 | 1 | -0/+6 |