Age | Commit message (Expand) | Author | Files | Lines |
2013-08-19 | PR16933: Don't try to codegen things after we've seen errors. | David Blaikie | 1 | -0/+12 |
2013-08-15 | DebugInfo: Unify & optimize the lazy addition of record types | David Blaikie | 1 | -1/+1 |
2013-08-08 | clang-cl: Support the run-time selection options (/MD, /MT et al.) | Hans Wennborg | 1 | -0/+3 |
2013-07-13 | PR16214, PR14467: DebugInfo: use "RequireCompleteType" to decide when to emit... | David Blaikie | 1 | -0/+7 |
2013-06-04 | Adding support for MSVC #pragma detect_mismatch functionality by emitting a F... | Aaron Ballman | 1 | -0/+5 |
2013-05-08 | Forward #pragma comment(lib/linker) through as flags metadata | Reid Kleckner | 1 | -0/+9 |
2013-04-16 | Don't propagate around TargetOptions in IR-gen; we don't use it. | John McCall | 1 | -8/+6 |
2013-02-14 | Pass the target options through to code generation. | Bill Wendling | 1 | -4/+8 |
2013-01-02 | Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to | Chandler Carruth | 1 | -3/+3 |
2012-12-04 | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 1 | -3/+3 |
2012-10-08 | Move TargetData to DataLayout. | Micah Villmow | 1 | -3/+3 |
2012-03-11 | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie | 1 | -1/+1 |
2012-03-08 | Replace MarkVarRequired with a more generic | Rafael Espindola | 1 | -2/+2 |
2012-03-05 | Fix a small difference in sema and codegen views of what needs to be output. | Rafael Espindola | 1 | -0/+4 |
2012-02-05 | Basic: import OwningPtr<> into clang namespace | Dylan Noblesmith | 1 | -3/+3 |
2011-12-20 | Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_... | David Blaikie | 1 | -0/+2 |
2011-11-18 | Change ASTConsumer::HandleTopLevelDecl to return true for the parser to continue | Argyrios Kyrtzidis | 1 | -1/+2 |
2011-09-25 | Rename Diagnostic to DiagnosticsEngine as per issue 5397 | David Blaikie | 1 | -3/+3 |
2011-09-02 | Extend the ASTContext constructor to delay the initialization of | Douglas Gregor | 1 | -3/+3 |
2011-05-06 | Modify some deleted function methods to better reflect reality: | Alexis Hunt | 1 | -1/+1 |
2011-02-19 | In addition to in-class member functions marked with the "used" | Douglas Gregor | 1 | -1/+2 |
2011-02-15 | Emit in-class member function definitions that are marked | Douglas Gregor | 1 | -0/+12 |
2010-06-15 | Move CodeGenOptions.h *back* into Frontend. This should have been done when the | Chandler Carruth | 1 | -1/+1 |
2010-05-13 | Rework when and how vtables are emitted, by tracking where vtables are | Douglas Gregor | 1 | -0/+7 |
2010-03-04 | Revert changes r97693, r97700, and r97718. | John McCall | 1 | -9/+4 |
2010-03-04 | Create a TargetMachine whenever we create a CodeGenAction. The codegen of | John McCall | 1 | -4/+9 |
2009-12-19 | Remove ';' after method definition. Noticed by clang++, which one would think | Daniel Dunbar | 1 | -1/+1 |
2009-11-28 | Remove remaining VISIBILITY_HIDDEN from anonymous namespaces. | Benjamin Kramer | 1 | -3/+1 |
2009-11-12 | Move CompileOptions -> CodeGenOptions, and sink it into the CodeGen library. | Chandler Carruth | 1 | -7/+7 |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump | 1 | -7/+7 |
2009-08-24 | Switch TargetInfo to store an llvm::Triple. | Daniel Dunbar | 1 | -1/+1 |
2009-07-01 | Update for changes in LLVM. Hopefully this is the last one for a while. | Owen Anderson | 1 | -2/+2 |
2009-07-01 | Hold the LLVMContext by reference instead of by pointer. | Owen Anderson | 1 | -2/+2 |
2009-07-01 | Update for LLVMContext+Module change. | Owen Anderson | 1 | -4/+6 |
2009-04-21 | Explictly track tentative definitions within Sema, then hand those | Douglas Gregor | 1 | -0/+7 |
2009-03-29 | Push DeclGroup much farther throughout the compiler. Now the various | Chris Lattner | 1 | -6/+6 |
2009-03-28 | change HandleTranslationUnit to take an ASTContext instead of TranslationUnit | Chris Lattner | 1 | -1/+1 |
2009-03-26 | most of this is plumbing to get CompileOptions down into | Chris Lattner | 1 | -17/+10 |
2009-02-17 | Remove some redundant Decl -> Decl castings. | Argyrios Kyrtzidis | 1 | -5/+1 |
2009-01-20 | Remove ScopedDecl, collapsing all of its functionality into Decl, so | Douglas Gregor | 1 | -2/+2 |
2008-10-21 | Add GetModule accessor to ModuleBuilder | Daniel Dunbar | 1 | -0/+4 |
2008-08-15 | Clean up CodeGenModule interface. | Daniel Dunbar | 1 | -54/+6 |
2008-08-13 | Change ObjCRuntime GenerateProtocol[Ref] methods to take | Daniel Dunbar | 1 | -1/+1 |
2008-08-11 | Add LangOptions::NeXTRuntime. | Daniel Dunbar | 1 | -2/+1 |
2008-08-11 | More #include cleaning | Daniel Dunbar | 1 | -3/+0 |
2008-08-11 | More #include cleaning | Daniel Dunbar | 1 | -0/+2 |
2008-08-11 | Add dummy Mac Objective-C runtime interface. | Daniel Dunbar | 1 | -1/+2 |
2008-08-09 | 80 cols | Nico Weber | 1 | -1/+1 |
2008-08-07 | ParseAST now conditionally deletes the passed ASTConsumer. | Ted Kremenek | 1 | -8/+11 |
2008-08-05 | Refactored driver logic for CodeGen into LLVMCodeGenWriter. This ASTConsumer... | Ted Kremenek | 1 | -20/+29 |