Age | Commit message (Expand) | Author |
2009-03-29 | Initial implementation of ARM ABI. Mostly untested. Note that I'm not | Eli Friedman |
2009-03-28 | rename some methods. | Chris Lattner |
2009-03-28 | change HandleTranslationUnit to take an ASTContext instead of TranslationUnit | Chris Lattner |
2009-03-28 | Trivial cleanup. | Eli Friedman |
2009-03-28 | Move where block-related variables are initialized so that block | Eli Friedman |
2009-03-28 | Minor cleanup. | Eli Friedman |
2009-03-28 | Misc small fixes/cleanups/comment changes. | Eli Friedman |
2009-03-28 | Change compound assignment operators to keep track of both the promoted | Eli Friedman |
2009-03-27 | Do not emit debug information for variables while generating optimized code. ... | Devang Patel |
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 | - Minor change to dump of ivar layout map. | Fariborz Jahanian |
2009-03-26 | most of this is plumbing to get CompileOptions down into | Chris Lattner |
2009-03-25 | More for for objc2's ivar layout map (currently | Fariborz Jahanian |
2009-03-25 | Remove -f__block as codegen for __block variables should be solid. | Mike Stump |
2009-03-25 | Fixup codegen for block literals that bleed copy/dispose information | Mike Stump |
2009-03-25 | simplify some conditionals, don't copy LangOptions. | Chris Lattner |
2009-03-24 | Encode language. | Devang Patel |
2009-03-24 | Support member reference on ?: of struct type. | Daniel Dunbar |
2009-03-23 | Fix the ABI convention for struct returns on x86 outside of Darwin. | Eli Friedman |
2009-03-23 | Must allow for strong cast of floats as well (objc2 gc). | Fariborz Jahanian |
2009-03-23 | Some minor fixes for complex IRGen. | Eli Friedman |
2009-03-23 | Fix a subtle bug in CodeGen for the increment of a bitfield. | Eli Friedman |
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 | Remove dead code. | Eli Friedman |
2009-03-22 | fix a fixme: non-proto struct returning function definitions should be compiled | Chris Lattner |
2009-03-22 | don't set the name of a call instruction to "call" in release-asserts | Chris Lattner |
2009-03-22 | fix CreateTempAlloca to not set a name on the alloca for temporaries | Chris Lattner |
2009-03-22 | set function/global names with setName instead of passing the name into the | Chris Lattner |
2009-03-21 | Fixup codegen for nested block literals so that we generate | Mike Stump |
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-21 | simplify CXXNameMangler::mangle, making it exit earlier for C functions. | Chris Lattner |