Age | Commit message (Expand) | Author |
2012-02-05 | Basic: import OwningPtr<> into clang namespace | Dylan Noblesmith |
2011-12-20 | Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_... | David Blaikie |
2011-12-14 | Per discussion on the list, remove BitcodeVerify pass to reimplement as a fre... | Chad Rosier |
2011-12-12 | Add frontend flags to enable bitcode verifier pass. | Chad Rosier |
2011-10-30 | Add support for lazily linking bitcode files (using a new | Peter Collingbourne |
2011-09-25 | Rename Diagnostic to DiagnosticsEngine as per issue 5397 | David Blaikie |
2011-07-20 | add raw_ostream and Twine to LLVM.h, eliminating a ton of llvm:: qualifications. | Chris Lattner |
2011-07-20 | now that we have a centralized place to do so, add some using declarations for | Chris Lattner |
2011-07-05 | Add the ObjC ARC optimization passes manually, now that they're not | Dan Gohman |
2011-02-19 | Re-instate r125819 and r125820 with no functionality change | Peter Collingbourne |
2011-02-19 | Revert 125820 and 125819 to fix PR9266. | Rafael Espindola |
2011-02-18 | Move CompilerInstance::LLVMContext and LLVMContext ownership to CodeGenAction | Peter Collingbourne |
2011-01-25 | Add -add-plugin flag, which runs plugins in addition to codegen. | Nico Weber |
2010-07-27 | Revert r109546, it broke linux build. | Argyrios Kyrtzidis |
2010-07-27 | Merge PCHWriterDecl.cpp's isRequiredDecl and CodeGenModule::MayDeferGeneratio... | Argyrios Kyrtzidis |
2010-06-15 | Move CodeGenOptions.h *back* into Frontend. This should have been done when the | Chandler Carruth |
2010-06-15 | Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library... | Daniel Dunbar |
2010-06-09 | Fix two typos in comments. | Sebastian Redl |
2010-06-07 | Frontend: Add CodeGenOptions::SimplifyLibCalls, and eliminate LangOptions arg... | Daniel Dunbar |
2010-05-27 | Add a comment to mention the memory ownership situation. | Dan Gohman |
2010-05-27 | Driver: Add clang -cc1 -mrelax-all option, which sets relaxes all instruction... | Daniel Dunbar |
2010-04-24 | NeXT: Clean up dispatch method policy selection. | Daniel Dunbar |
2010-04-13 | add frontend support for -fdata-sections and -ffunction-sections, | Chris Lattner |
2010-03-31 | Minor include pruning. | Benjamin Kramer |
2010-03-20 | C++: Add support for -fno-use-cxa-atexit. | Daniel Dunbar |
2010-03-04 | Revert changes r97693, r97700, and r97718. | John McCall |
2010-03-04 | Create a TargetMachine whenever we create a CodeGenAction. The codegen of | John McCall |
2010-02-19 | Re-introduce the ctor/dtor alias optimization, this time hidden behind a | John McCall |
2010-02-01 | Driver/Frontend: Add support for -fobjc-legacy-dispatch, not yet used. | Daniel Dunbar |
2009-12-18 | Add -dwarf-debug-flags, which provides a way to embed the cc1 level options used | Daniel Dunbar |
2009-11-30 | Add CodeGenOptions::{SoftFloat,FloatABI}, and update the all the (far too man... | Daniel Dunbar |
2009-11-30 | Eliminate CodeGenOptions::SimplifyLibCalls. | Daniel Dunbar |
2009-11-29 | Move LLVM backend options to explicit clang-cc / clang -cc1 options, which we... | Daniel Dunbar |
2009-11-29 | Move MainFileName option variable into CodeGenOptions instead of LangOptions. | Daniel Dunbar |
2009-11-17 | Reorder options alphabetically. | Daniel Dunbar |
2009-11-15 | Add TargetOptions and use it when constructing targets. | Daniel Dunbar |
2009-11-12 | Move CompileOptions -> CodeGenOptions, and sink it into the CodeGen library. | Chandler Carruth |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-08-11 | LLVMContext is a class now. | Benjamin Kramer |
2009-08-05 | Update for LLVM API change. | Owen Anderson |
2009-07-01 | Update for changes in LLVM. Hopefully this is the last one for a while. | Owen Anderson |
2009-07-01 | Hold the LLVMContext by reference instead of by pointer. | Owen Anderson |
2009-07-01 | Update for LLVMContext+Module change. | Owen Anderson |
2009-03-26 | most of this is plumbing to get CompileOptions down into | Chris Lattner |
2009-03-07 | Some struct/class mismatch fixes, to silence MSVC warnings. | Sebastian Redl |
2008-10-21 | Add GetModule accessor to ModuleBuilder | Daniel Dunbar |
2008-08-05 | Refactored driver logic for CodeGen into LLVMCodeGenWriter. This ASTConsumer... | Ted Kremenek |
2008-05-08 | Added -g command line options to clang for generating source level debug info... | Sanjiv Gupta |
2008-02-06 | move the codegen ASTConsumer out of the driver into libcodegen, | Chris Lattner |
2008-02-05 | rewrite some of the type refinement code to eliminate dangling pointers | Chris Lattner |