summaryrefslogtreecommitdiff
path: root/lib/IR/LLVMContext.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-04-09[C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper1-1/+1
2014-04-08Add -pass-remarks flag to 'opt'.Diego Novillo1-1/+2
2014-04-08Add support for optimization reports.Diego Novillo1-0/+8
2014-02-28Add 'remark' diagnostic type in LLVMTobias Grosser1-0/+3
2014-02-22Switch the LLVM error reporting on the new diagnostic system.Quentin Colombet1-18/+4
2013-12-17Add warning capabilities in LLVM.Quentin Colombet1-0/+41
2013-12-17Revert r197438 and r197447 until we figure out how to avoid circular dependen...Quentin Colombet1-41/+0
2013-12-16Add warning capabilities in LLVM.Quentin Colombet1-0/+41
2013-03-06Memory Dependence Analysis (not mem-dep test) take advantage of "invariant.lo...Shuxin Yang1-0/+5
2013-02-12Add static cast to unsigned char whenever a character classification function...Guy Benyei1-2/+3
2013-02-11Revert "Rename LLVMContext diagnostic handler types and functions."Bob Wilson1-14/+16
2013-02-08Revert "Add LLVMContext::emitWarning methods and use them. <rdar://problem/12...Bob Wilson1-28/+1
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-4/+4
2013-01-02Rename VMCore directory to IR.Chandler Carruth1-0/+187