aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* Unix/Signals.inc: Fix a typo. Thanks to Dani Berg!NAKAMURA Takumi2012-09-061-1/+1
* Fix Android build of gtest and lib/Support.Evgeniy Stepanov2012-09-042-2/+2
* Rename ANDROIDEABI to Android.Logan Chien2012-09-021-2/+2
* Add some __builtin_expect magic to StringMap.Benjamin Kramer2012-08-291-4/+5
* Replace the BUILTIN_EXPECT macro with a less horrible LLVM_LIKELY/LLVM_UNLIKE...Benjamin Kramer2012-08-291-6/+6
* Add the Freescale vendor to Triple.Hal Finkel2012-08-281-0/+2
* Fix integer undefined behavior due to signed left shift overflow in LLVM.Richard Smith2012-08-241-1/+1
* Fix undefined behavior (signed integer overflow) when Clang parses a hexfloat...Richard Smith2012-08-241-1/+3
* Reduce alignment of SmallVector<T> to the required amount, rather than forcin...Richard Smith2012-08-221-3/+3
* DataExtractor: Fix integer truncation issues in LEB128 extraction.Benjamin Kramer2012-08-201-3/+3
* Properly test the LLVM_USE_RVALUE_REFERENCES macro.Michael J. Spencer2012-08-152-2/+2
* [PathV2] Add mapped_file_region. Implementation for Windows and POSIX.Michael J. Spencer2012-08-152-0/+311
* Fix another roundToIntegral bug where very large values could become infinity...Owen Anderson2012-08-151-0/+6
* Fix typo in comment.Owen Anderson2012-08-151-1/+1
* Fix a problem with APFloat::roundToIntegral where it would return incorrect r...Owen Anderson2012-08-151-0/+12
* Fix the construction of the magic constant for roundToIntegral to be 64-bit s...Owen Anderson2012-08-141-2/+2
* Add a roundToIntegral method to APFloat, which can be parameterized over vari...Owen Anderson2012-08-131-0/+26
* stdcxx's cstdio doesn't include stdio.h, but the code using PathV2.incJoerg Sonnenberger2012-08-101-0/+6
* Add support for the OpenBSD for Bitrig.Eric Christopher2012-08-064-6/+10
* Initial commit of new FileOutputBuffer support class. Nick Kledzik2012-08-012-0/+149
* Typos.Chad Rosier2012-07-271-1/+1
* Make comments in Debug.cpp and Debug.h consistent. Rename SetCurrentDebugType;Chad Rosier2012-07-261-5/+5
* Don't add null characters to the end of the APFloat string buffer.David Blaikie2012-07-251-10/+2
* make ConstantRange::zeroExtend() optimalNuno Lopes2012-07-231-2/+6
* Remove unused private member variables uncovered by the recent changes to cla...Benjamin Kramer2012-07-201-4/+0
* Try to unbreak the windows build.Benjamin Kramer2012-07-201-1/+1
* SourceMgr: Use has_colors() instead of just is_displayed() before trying to useDaniel Dunbar2012-07-201-2/+2
* raw_ostream: Add a has_colors() method.Daniel Dunbar2012-07-201-0/+4
* Process: Add sys::Process::FileDescriptorHasColors().Daniel Dunbar2012-07-202-10/+16
* Adds the family codes for the Midview Atom processors so that thePreston Gurd2012-07-191-3/+2
* reimplement truncate() to make it optimal.Nuno Lopes2012-07-191-10/+45
* Remove tabs.Bill Wendling2012-07-191-4/+4
* Remove tabs.Bill Wendling2012-07-192-4/+4
* This patch fixes 8 out of 20 unexpected failures in "make check"Preston Gurd2012-07-181-0/+3
* simplify getSetSize() per Duncan's commentsNuno Lopes2012-07-171-6/+5
* teach ConstantRange that zero times X is always zeroNuno Lopes2012-07-161-0/+6
* make ConstantRange::getSetSize() properly compute the size of wrapped and ful...Nuno Lopes2012-07-161-8/+10
* Fixed few warnings.Galina Kistanova2012-07-123-7/+10
* In MemoryBuffer::getOpenFile() don't verify that the mmap'edArgyrios Kyrtzidis2012-07-111-10/+0
* PR13326: Fix a subtle edge case in the udiv -> magic multiply generator.Benjamin Kramer2012-07-111-1/+1
* Enable automatic GCC<->LLVM intrinsic translation for mips.Benjamin Kramer2012-06-281-1/+6
* add ConstantRange::difference (to perform set difference/relative complement)Nuno Lopes2012-06-281-0/+6
* fix a off-by-one bug in intersectWith(), and add a bunch of testsNuno Lopes2012-06-281-1/+1
* Implement getHostCPUName for ARM/linux. This will be used to implement -march...Benjamin Kramer2012-06-261-0/+55
* Fix ThreadLocalImpl::getInstance for --disable-threads.Argyrios Kyrtzidis2012-06-261-3/+5
* PR13013: ELF Type identification fails for MSB type ELF files.Meador Inge2012-06-251-2/+5
* llvm/lib/Support/Errno.cpp: [Win32] Fix usage of strerror_s().NAKAMURA Takumi2012-06-241-1/+1
* Remove an "else" that snuck in after a "return" ;)Kaelyn Uhrain2012-06-201-1/+1
* Check that a file is not a directory before reading it into a MemoryBuffer.Kaelyn Uhrain2012-06-201-0/+9
* Unbreak the MSVC build: add return to unimplemented functions.Francois Pichet2012-06-201-0/+2