aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenAction.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-01-12Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko1-1/+1
2013-01-02Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate toChandler Carruth1-2/+2
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth1-6/+6
2012-11-09Turn FrontendInputFile into an immutable class and have it also acceptArgyrios Kyrtzidis1-1/+1
2012-11-05Have the parser initialize Sema before it consumes the firstDouglas Gregor1-1/+3
2012-03-16Escape % in diagnostic message when compiling LLVM IR.Benjamin Kramer1-1/+11
2012-03-08Replace MarkVarRequired with a more genericRafael Espindola1-2/+2
2012-03-05Fix a small difference in sema and codegen views of what needs to be output.Rafael Espindola1-0/+4
2012-02-05Basic: import OwningPtr<> into clang namespaceDylan Noblesmith1-3/+3
2012-02-01Revert r149363 which was part a series of commits that were reverted in llvmArgyrios Kyrtzidis1-2/+5
2012-01-31ConstantArray::get() (for strings) is going away, useChris Lattner1-5/+2
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie1-0/+9
2011-12-14Per discussion on the list, remove BitcodeVerify pass to reimplement as a fre...Chad Rosier1-4/+0
2011-12-12Add frontend flags to enable bitcode verifier pass.Chad Rosier1-0/+4
2011-11-30Promote ModuleMap::Module to a namespace-scope class in the BasicDouglas Gregor1-1/+1
2011-11-18Change ASTConsumer::HandleTopLevelDecl to return true for the parser to continueArgyrios Kyrtzidis1-1/+3
2011-10-30Add support for lazily linking bitcode files (using a newPeter Collingbourne1-6/+53
2011-10-16Convert inline asm source ranges into clang SourceRanges and print them with ...Benjamin Kramer1-2/+11
2011-09-25Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie1-4/+4
2011-09-23Removing a bunch of dead returns/breaks after llvm_unreachables.David Blaikie1-1/+0
2011-09-23Switch assert(0/false) llvm_unreachable.David Blaikie1-1/+1
2011-09-19In CodeGenAction::ExecuteAction() use SourceManager::translateFileLineCol()Argyrios Kyrtzidis1-1/+1
2011-09-19Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset.Argyrios Kyrtzidis1-1/+1
2011-07-23remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner1-7/+7
2011-07-05Add the ObjC ARC optimization passes manually, now that they're notDan Gohman1-3/+9
2011-04-15fix a bunch of comment typos found by codespell. Patch byChris Lattner1-1/+1
2011-02-19Re-instate r125819 and r125820 with no functionality changePeter Collingbourne1-12/+28
2011-02-19Revert 125820 and 125819 to fix PR9266.Rafael Espindola1-28/+12
2011-02-18Move CompilerInstance::LLVMContext and LLVMContext ownership to CodeGenActionPeter Collingbourne1-12/+28
2011-01-25Add -add-plugin flag, which runs plugins in addition to codegen.Nico Weber1-9/+8
2010-11-18Refactoring of Diagnostic class.Argyrios Kyrtzidis1-3/+2
2010-11-17adjust for llvm mainline, yay type safetyChris Lattner1-3/+3
2010-06-15Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library...Daniel Dunbar1-0/+348