summaryrefslogtreecommitdiff
path: root/lib/Support
Commit message (Expand)AuthorAge
...
* DataExtractor: Fix integer truncation issues in LEB128 extraction.Benjamin Kramer2012-08-20
* Properly test the LLVM_USE_RVALUE_REFERENCES macro.Michael J. Spencer2012-08-15
* [PathV2] Add mapped_file_region. Implementation for Windows and POSIX.Michael J. Spencer2012-08-15
* Fix another roundToIntegral bug where very large values could become infinity...Owen Anderson2012-08-15
* Fix typo in comment.Owen Anderson2012-08-15
* Fix a problem with APFloat::roundToIntegral where it would return incorrect r...Owen Anderson2012-08-15
* Fix the construction of the magic constant for roundToIntegral to be 64-bit s...Owen Anderson2012-08-14
* Add a roundToIntegral method to APFloat, which can be parameterized over vari...Owen Anderson2012-08-13
* stdcxx's cstdio doesn't include stdio.h, but the code using PathV2.incJoerg Sonnenberger2012-08-10
* Add support for the OpenBSD for Bitrig.Eric Christopher2012-08-06
* 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