aboutsummaryrefslogtreecommitdiff
path: root/lib/Support
AgeCommit message (Expand)Author
2012-07-27Typos.Chad Rosier
2012-07-26Make comments in Debug.cpp and Debug.h consistent. Rename SetCurrentDebugType;Chad Rosier
2012-07-25Don't add null characters to the end of the APFloat string buffer.David Blaikie
2012-07-23make ConstantRange::zeroExtend() optimalNuno Lopes
2012-07-20Remove unused private member variables uncovered by the recent changes to cla...Benjamin Kramer
2012-07-20Try to unbreak the windows build.Benjamin Kramer
2012-07-20SourceMgr: Use has_colors() instead of just is_displayed() before trying to useDaniel Dunbar
2012-07-20raw_ostream: Add a has_colors() method.Daniel Dunbar
2012-07-20Process: Add sys::Process::FileDescriptorHasColors().Daniel Dunbar
2012-07-19Adds the family codes for the Midview Atom processors so that thePreston Gurd
2012-07-19reimplement truncate() to make it optimal.Nuno Lopes
2012-07-19Remove tabs.Bill Wendling
2012-07-19Remove tabs.Bill Wendling
2012-07-18This patch fixes 8 out of 20 unexpected failures in "make check"Preston Gurd
2012-07-17simplify getSetSize() per Duncan's commentsNuno Lopes
2012-07-16teach ConstantRange that zero times X is always zeroNuno Lopes
2012-07-16make ConstantRange::getSetSize() properly compute the size of wrapped and ful...Nuno Lopes
2012-07-12Fixed few warnings.Galina Kistanova
2012-07-11In MemoryBuffer::getOpenFile() don't verify that the mmap'edArgyrios Kyrtzidis
2012-07-11PR13326: Fix a subtle edge case in the udiv -> magic multiply generator.Benjamin Kramer
2012-06-28Enable automatic GCC<->LLVM intrinsic translation for mips.Benjamin Kramer
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