summaryrefslogtreecommitdiff
path: root/lib/Support
Commit message (Expand)AuthorAge
* Initial commit of new FileOutputBuffer support class. Nick Kledzik2012-08-01
* Typos.Chad Rosier2012-07-27
* Make comments in Debug.cpp and Debug.h consistent. Rename SetCurrentDebugType;Chad Rosier2012-07-26
* Don't add null characters to the end of the APFloat string buffer.David Blaikie2012-07-25
* make ConstantRange::zeroExtend() optimalNuno Lopes2012-07-23
* Remove unused private member variables uncovered by the recent changes to cla...Benjamin Kramer2012-07-20
* Try to unbreak the windows build.Benjamin Kramer2012-07-20
* SourceMgr: Use has_colors() instead of just is_displayed() before trying to useDaniel Dunbar2012-07-20
* raw_ostream: Add a has_colors() method.Daniel Dunbar2012-07-20
* Process: Add sys::Process::FileDescriptorHasColors().Daniel Dunbar2012-07-20
* Adds the family codes for the Midview Atom processors so that thePreston Gurd2012-07-19
* reimplement truncate() to make it optimal.Nuno Lopes2012-07-19
* Remove tabs.Bill Wendling2012-07-19
* Remove tabs.Bill Wendling2012-07-19
* This patch fixes 8 out of 20 unexpected failures in "make check"Preston Gurd2012-07-18
* simplify getSetSize() per Duncan's commentsNuno Lopes2012-07-17
* teach ConstantRange that zero times X is always zeroNuno Lopes2012-07-16
* make ConstantRange::getSetSize() properly compute the size of wrapped and ful...Nuno Lopes2012-07-16
* Fixed few warnings.Galina Kistanova2012-07-12
* In MemoryBuffer::getOpenFile() don't verify that the mmap'edArgyrios Kyrtzidis2012-07-11
* PR13326: Fix a subtle edge case in the udiv -> magic multiply generator.Benjamin Kramer2012-07-11
* Enable automatic GCC<->LLVM intrinsic translation for mips.Benjamin Kramer2012-06-28
* add ConstantRange::difference (to perform set difference/relative complement)Nuno Lopes2012-06-28
* fix a off-by-one bug in intersectWith(), and add a bunch of testsNuno Lopes2012-06-28
* Implement getHostCPUName for ARM/linux. This will be used to implement -march...Benjamin Kramer2012-06-26
* Fix ThreadLocalImpl::getInstance for --disable-threads.Argyrios Kyrtzidis2012-06-26
* PR13013: ELF Type identification fails for MSB type ELF files.Meador Inge2012-06-25
* llvm/lib/Support/Errno.cpp: [Win32] Fix usage of strerror_s().NAKAMURA Takumi2012-06-24
* Remove an "else" that snuck in after a "return" ;)Kaelyn Uhrain2012-06-20
* Check that a file is not a directory before reading it into a MemoryBuffer.Kaelyn Uhrain2012-06-20
* Unbreak the MSVC build: add return to unimplemented functions.Francois Pichet2012-06-20
* Add permissions(), map_file_pages(), and unmap_file_pages() to llvm::sys::fs ...Nick Kledzik2012-06-20
* Don't assert when given an empty range.Kaelyn Uhrain2012-06-20
* Fix PR13148, an inf-loop in StringMap.Chandler Carruth2012-06-19
* [Support/PathV2] Fix out of bounds access in identify_magic when the file is ...Michael J. Spencer2012-06-19
* Don't call 'FilesToRemove[0]' when the vector is empty, even to computeChandler Carruth2012-06-16
* Harden the Unix signals code to be more async signal safe.Chandler Carruth2012-06-16
* Fix building ThreadLocal.cpp with --disable-threads.Argyrios Kyrtzidis2012-06-13
* Fixes for PPC host detection and features.Hal Finkel2012-06-12
* Reapply r158337, this time properly protect Darwin/PPC host CPU use with __pp...Hal Finkel2012-06-12
* Satisfy C++ aliasing rules, per suggestion by Chandler.Argyrios Kyrtzidis2012-06-12
* Revert r158337 "Move PPC host-CPU detection logic from PPCSubtarget into sys:...Jakob Stoklund Olesen2012-06-12
* For llvm::sys::ThreadLocalImpl instead of malloc'ing the platform-specificArgyrios Kyrtzidis2012-06-12
* Move PPC host-CPU detection logic from PPCSubtarget into sys::getHostCPUName().Hal Finkel2012-06-11
* Disabling a spurious deprecation warning about using PathV1 from within the P...Aaron Ballman2012-06-09
* Fixing a typo in the comments.Aaron Ballman2012-06-09
* Convert comments to proper Doxygen comments.Dmitri Gribenko2012-06-09
* Fix a crash in APInt::lshr when shiftAmt > BitWidth.Chad Rosier2012-06-08
* Use access(2) instead of stat(2) to check if a file exists.Benjamin Kramer2012-06-02
* Path::GetTemporaryDirectory(): Add an assertion if TempDirectory is alive, to...NAKAMURA Takumi2012-05-27