aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CodeGenAction.cpp
AgeCommit message (Expand)Author
2011-11-18Change ASTConsumer::HandleTopLevelDecl to return true for the parser to continueArgyrios Kyrtzidis
2011-10-30Add support for lazily linking bitcode files (using a newPeter Collingbourne
2011-10-16Convert inline asm source ranges into clang SourceRanges and print them with ...Benjamin Kramer
2011-09-25Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie
2011-09-23Removing a bunch of dead returns/breaks after llvm_unreachables.David Blaikie
2011-09-23Switch assert(0/false) llvm_unreachable.David Blaikie
2011-09-19In CodeGenAction::ExecuteAction() use SourceManager::translateFileLineCol()Argyrios Kyrtzidis
2011-09-19Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset.Argyrios Kyrtzidis
2011-07-23remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner
2011-07-05Add the ObjC ARC optimization passes manually, now that they're notDan Gohman
2011-04-15fix a bunch of comment typos found by codespell. Patch byChris Lattner
2011-02-19Re-instate r125819 and r125820 with no functionality changePeter Collingbourne
2011-02-19Revert 125820 and 125819 to fix PR9266.Rafael Espindola
2011-02-18Move CompilerInstance::LLVMContext and LLVMContext ownership to CodeGenActionPeter Collingbourne
2011-01-25Add -add-plugin flag, which runs plugins in addition to codegen.Nico Weber
2010-11-18Refactoring of Diagnostic class.Argyrios Kyrtzidis
2010-11-17adjust for llvm mainline, yay type safetyChris Lattner
2010-06-15Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library...Daniel Dunbar