summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenAction.cpp
Commit message (Expand)AuthorAgeFilesLines
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-6/+6
* Turn FrontendInputFile into an immutable class and have it also acceptArgyrios Kyrtzidis2012-11-091-1/+1
* Have the parser initialize Sema before it consumes the firstDouglas Gregor2012-11-051-1/+3
* Escape % in diagnostic message when compiling LLVM IR.Benjamin Kramer2012-03-161-1/+11
* Replace MarkVarRequired with a more genericRafael Espindola2012-03-081-2/+2
* Fix a small difference in sema and codegen views of what needs to be output.Rafael Espindola2012-03-051-0/+4
* Basic: import OwningPtr<> into clang namespaceDylan Noblesmith2012-02-051-3/+3
* Revert r149363 which was part a series of commits that were reverted in llvmArgyrios Kyrtzidis2012-02-011-2/+5
* ConstantArray::get() (for strings) is going away, useChris Lattner2012-01-311-5/+2
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-0/+9
* Per discussion on the list, remove BitcodeVerify pass to reimplement as a fre...Chad Rosier2011-12-141-4/+0
* Add frontend flags to enable bitcode verifier pass.Chad Rosier2011-12-121-0/+4
* Promote ModuleMap::Module to a namespace-scope class in the BasicDouglas Gregor2011-11-301-1/+1
* Change ASTConsumer::HandleTopLevelDecl to return true for the parser to continueArgyrios Kyrtzidis2011-11-181-1/+3
* Add support for lazily linking bitcode files (using a newPeter Collingbourne2011-10-301-6/+53
* Convert inline asm source ranges into clang SourceRanges and print them with ...Benjamin Kramer2011-10-161-2/+11
* Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie2011-09-251-4/+4
* Removing a bunch of dead returns/breaks after llvm_unreachables.David Blaikie2011-09-231-1/+0
* Switch assert(0/false) llvm_unreachable.David Blaikie2011-09-231-1/+1
* In CodeGenAction::ExecuteAction() use SourceManager::translateFileLineCol()Argyrios Kyrtzidis2011-09-191-1/+1
* Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset.Argyrios Kyrtzidis2011-09-191-1/+1
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-7/+7
* Add the ObjC ARC optimization passes manually, now that they're notDan Gohman2011-07-051-3/+9
* fix a bunch of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* Re-instate r125819 and r125820 with no functionality changePeter Collingbourne2011-02-191-12/+28
* Revert 125820 and 125819 to fix PR9266.Rafael Espindola2011-02-191-28/+12
* Move CompilerInstance::LLVMContext and LLVMContext ownership to CodeGenActionPeter Collingbourne2011-02-181-12/+28
* Add -add-plugin flag, which runs plugins in addition to codegen.Nico Weber2011-01-251-9/+8
* Refactoring of Diagnostic class.Argyrios Kyrtzidis2010-11-181-3/+2
* adjust for llvm mainline, yay type safetyChris Lattner2010-11-171-3/+3
* Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library...Daniel Dunbar2010-06-151-0/+348
OpenPOWER on IntegriCloud