aboutsummaryrefslogtreecommitdiff
path: root/lib/Support
AgeCommit message (Expand)Author
2012-06-28add ConstantRange::difference (to perform set difference/relative complement)Nuno Lopes
2012-06-28fix a off-by-one bug in intersectWith(), and add a bunch of testsNuno Lopes
2012-06-26Implement getHostCPUName for ARM/linux. This will be used to implement -march...Benjamin Kramer
2012-06-26Fix ThreadLocalImpl::getInstance for --disable-threads.Argyrios Kyrtzidis
2012-06-25PR13013: ELF Type identification fails for MSB type ELF files.Meador Inge
2012-06-24llvm/lib/Support/Errno.cpp: [Win32] Fix usage of strerror_s().NAKAMURA Takumi
2012-06-20Remove an "else" that snuck in after a "return" ;)Kaelyn Uhrain
2012-06-20Check that a file is not a directory before reading it into a MemoryBuffer.Kaelyn Uhrain
2012-06-20Unbreak the MSVC build: add return to unimplemented functions.Francois Pichet
2012-06-20Add permissions(), map_file_pages(), and unmap_file_pages() to llvm::sys::fs ...Nick Kledzik
2012-06-20Don't assert when given an empty range.Kaelyn Uhrain
2012-06-19Fix PR13148, an inf-loop in StringMap.Chandler Carruth
2012-06-19[Support/PathV2] Fix out of bounds access in identify_magic when the file is ...Michael J. Spencer
2012-06-16Don't call 'FilesToRemove[0]' when the vector is empty, even to computeChandler Carruth
2012-06-16Harden the Unix signals code to be more async signal safe.Chandler Carruth
2012-06-13Fix building ThreadLocal.cpp with --disable-threads.Argyrios Kyrtzidis
2012-06-12Fixes for PPC host detection and features.Hal Finkel
2012-06-12Reapply r158337, this time properly protect Darwin/PPC host CPU use with __pp...Hal Finkel
2012-06-12Satisfy C++ aliasing rules, per suggestion by Chandler.Argyrios Kyrtzidis
2012-06-12Revert r158337 "Move PPC host-CPU detection logic from PPCSubtarget into sys:...Jakob Stoklund Olesen
2012-06-12For llvm::sys::ThreadLocalImpl instead of malloc'ing the platform-specificArgyrios Kyrtzidis
2012-06-11Move PPC host-CPU detection logic from PPCSubtarget into sys::getHostCPUName().Hal Finkel
2012-06-09Disabling a spurious deprecation warning about using PathV1 from within the P...Aaron Ballman
2012-06-09Fixing a typo in the comments.Aaron Ballman
2012-06-09Convert comments to proper Doxygen comments.Dmitri Gribenko
2012-06-08Fix a crash in APInt::lshr when shiftAmt > BitWidth.Chad Rosier
2012-06-02Use access(2) instead of stat(2) to check if a file exists.Benjamin Kramer
2012-05-27Path::GetTemporaryDirectory(): Add an assertion if TempDirectory is alive, to...NAKAMURA Takumi
2012-05-24Remove the PTX back-end and all of its artifacts (triple, etc.)Justin Holewinski
2012-05-24Fix -Wcovered-switch-default warning.Patrik Hägglund
2012-05-18fix corner case in ConstantRange::intersectWith().Nuno Lopes
2012-05-14[Support/YAMLParser] Use rtrim on plain scalars.Michael J. Spencer
2012-05-11[Support/StringRef] Add find_last_not_of and {r,l,}trim.Michael J. Spencer
2012-05-11Allow unique_file to take a mode for file permissions, but defaultEric Christopher
2012-05-09Set the default iOS version to 3.0.Chad Rosier
2012-05-09Use the cpuid 64 bit flag to pick the default CPU name for an unknown model.Bob Wilson
2012-05-09Don't return true on a function with a void return type.Chad Rosier
2012-05-09Add Triple::getiOSVersion.Chad Rosier
2012-05-08Fix it so llvm-objdump -arch does accept x86 and x86-64 as valid arch names.Kevin Enderby
2012-05-08[Support] Fix sys::GetRandomNumber() to always use a high quality seed.Daniel Dunbar
2012-05-08Windows/PathV2.inc: Retry rename() for (maximum) 2 seconds.NAKAMURA Takumi
2012-05-07Don't assume size_t is unsigned long long.Matt Beaumont-Gay
2012-05-06make SourceMgr tolerate empty SMLoc()'s better.Chris Lattner
2012-05-06Unix/Process.inc: Give more useful random seed to srand. Workaround for PR12743.NAKAMURA Takumi
2012-05-06Support/Process: Move llvm::sys::Process::GetRandomNumber() from Process.cpp ...NAKAMURA Takumi
2012-05-05reapply my patch, with a fix for an off-by-one error. Turned out to be a lotChris Lattner
2012-05-05revert my patches, which are causing problems.Chris Lattner
2012-05-05refactor some code to expose column numbers more and make diagnostic printing...Chris Lattner
2012-05-05[Support] Add missing include.Daniel Dunbar
2012-05-05[Support] Fix up comments.Daniel Dunbar