aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream' into merge_2Stephen Hines2012-08-2311-24/+530
|\
| * 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
* | fix MIPS buildKeun young Park2012-08-151-0/+4
* | Merge with LLVM upstream r160668 (Jul 24th 2012)Shih-wei Liao2012-08-0330-243/+808
|\ \ | |/
| * 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
| * Add permissions(), map_file_pages(), and unmap_file_pages() to llvm::sys::fs ...Nick Kledzik2012-06-202-7/+117
| * Don't assert when given an empty range.Kaelyn Uhrain2012-06-201-1/+1
| * Fix PR13148, an inf-loop in StringMap.Chandler Carruth2012-06-191-1/+1
| * [Support/PathV2] Fix out of bounds access in identify_magic when the file is ...Michael J. Spencer2012-06-191-0/+2
| * Don't call 'FilesToRemove[0]' when the vector is empty, even to computeChandler Carruth2012-06-161-1/+1
| * Harden the Unix signals code to be more async signal safe.Chandler Carruth2012-06-161-9/+41