[llvm-profdata] Add SaturatingAdd/SaturatingMultiply Helper Functions
[oota-llvm.git] / include / llvm / Support / SystemUtils.h
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-03-23 Benjamin KramerPurge unused includes throughout libSupport.
2013-06-14 Rafael EspindolaMove PrependMainExecutablePath next to its only user.
2010-11-03 Mikhail GlushenkovRename FindExecutable to PrependMainExecutablePath.
2010-11-02 Mikhail GlushenkovFindExecutable: remove the executability check.
2010-09-01 Dan GohmanReword this comment. Don't mention outs(), as that...
2009-08-23 Chris Lattnereliminate the ostream version of CheckBitcodeOutputToCo...
2009-08-05 Dan GohmanFix FindExecutable to use sys::Path::GetMainExecutable...
2009-07-15 Dan GohmanAdd a raw_ostream version of CheckBitcodeOutputToConsole.
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-07-05 Gabor GreifHere is the bulk of the sanitizing.
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-02-13 Chris LattnerMove private helper function into the only .cpp file...
2005-01-02 Reid SpencerMake printing a warning message optional in CheckByteco...
2005-01-01 Reid SpencerImplement a function to print a warning if bytecode...
2004-12-21 Jeff CohenFix VC++ compilation error
2004-12-19 Reid SpencerFor PR351:
2004-12-13 Reid SpencerFor PR351:
2004-12-13 Reid SpencerFor PR351:
2004-09-01 Reid SpencerChanges For Bug 352
2004-07-24 Chris LattnerAdd support for killing the program if it executes...
2004-05-28 Chris LattnerAdd a new function for the JIT
2004-04-02 Chris LattnerAdd new function
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM notice.
2003-09-30 Chris LattnerStandardize header file comments
2003-09-29 Misha BrukmanTersified and fixed whitespace (tabs -> spaces).
2003-09-17 John CriswellIn ExecWait(), made the child process exit if it can...
2003-09-17 John CriswellAdded the ExecWait() function.
2003-08-07 Misha BrukmanRemove references to `bugpoint' from the now-generic...
2003-08-07 Misha BrukmanMoved removeFile() and getUniqueFilename() into FileUti...
2002-12-23 Chris LattnerNew files for miscompilation detection