| Commit message (Expand) | Author | Age | Files | Lines |
* | teach ConstantRange that zero times X is always zero | Nuno Lopes | 2012-07-16 | 1 | -0/+6 |
* | make ConstantRange::getSetSize() properly compute the size of wrapped and ful... | Nuno Lopes | 2012-07-16 | 1 | -8/+10 |
* | Fixed few warnings. | Galina Kistanova | 2012-07-12 | 3 | -7/+10 |
* | In MemoryBuffer::getOpenFile() don't verify that the mmap'ed | Argyrios Kyrtzidis | 2012-07-11 | 1 | -10/+0 |
* | PR13326: Fix a subtle edge case in the udiv -> magic multiply generator. | Benjamin Kramer | 2012-07-11 | 1 | -1/+1 |
* | Enable automatic GCC<->LLVM intrinsic translation for mips. | Benjamin Kramer | 2012-06-28 | 1 | -1/+6 |
* | add ConstantRange::difference (to perform set difference/relative complement) | Nuno Lopes | 2012-06-28 | 1 | -0/+6 |
* | fix a off-by-one bug in intersectWith(), and add a bunch of tests | Nuno Lopes | 2012-06-28 | 1 | -1/+1 |
* | Implement getHostCPUName for ARM/linux. This will be used to implement -march... | Benjamin Kramer | 2012-06-26 | 1 | -0/+55 |
* | Fix ThreadLocalImpl::getInstance for --disable-threads. | Argyrios Kyrtzidis | 2012-06-26 | 1 | -3/+5 |
* | PR13013: ELF Type identification fails for MSB type ELF files. | Meador Inge | 2012-06-25 | 1 | -2/+5 |
* | llvm/lib/Support/Errno.cpp: [Win32] Fix usage of strerror_s(). | NAKAMURA Takumi | 2012-06-24 | 1 | -1/+1 |
* | Remove an "else" that snuck in after a "return" ;) | Kaelyn Uhrain | 2012-06-20 | 1 | -1/+1 |
* | Check that a file is not a directory before reading it into a MemoryBuffer. | Kaelyn Uhrain | 2012-06-20 | 1 | -0/+9 |
* | Unbreak the MSVC build: add return to unimplemented functions. | Francois Pichet | 2012-06-20 | 1 | -0/+2 |
* | Add permissions(), map_file_pages(), and unmap_file_pages() to llvm::sys::fs ... | Nick Kledzik | 2012-06-20 | 2 | -7/+117 |
* | Don't assert when given an empty range. | Kaelyn Uhrain | 2012-06-20 | 1 | -1/+1 |
* | Fix PR13148, an inf-loop in StringMap. | Chandler Carruth | 2012-06-19 | 1 | -1/+1 |
* | [Support/PathV2] Fix out of bounds access in identify_magic when the file is ... | Michael J. Spencer | 2012-06-19 | 1 | -0/+2 |
* | Don't call 'FilesToRemove[0]' when the vector is empty, even to compute | Chandler Carruth | 2012-06-16 | 1 | -1/+1 |
* | Harden the Unix signals code to be more async signal safe. | Chandler Carruth | 2012-06-16 | 1 | -9/+41 |
* | Fix building ThreadLocal.cpp with --disable-threads. | Argyrios Kyrtzidis | 2012-06-13 | 1 | -2/+9 |
* | Fixes for PPC host detection and features. | Hal Finkel | 2012-06-12 | 1 | -1/+1 |
* | Reapply r158337, this time properly protect Darwin/PPC host CPU use with __pp... | Hal Finkel | 2012-06-12 | 1 | -0/+130 |
* | Satisfy C++ aliasing rules, per suggestion by Chandler. | Argyrios Kyrtzidis | 2012-06-12 | 2 | -2/+2 |
* | Revert r158337 "Move PPC host-CPU detection logic from PPCSubtarget into sys:... | Jakob Stoklund Olesen | 2012-06-12 | 1 | -130/+0 |
* | For llvm::sys::ThreadLocalImpl instead of malloc'ing the platform-specific | Argyrios Kyrtzidis | 2012-06-12 | 2 | -13/+11 |
* | Move PPC host-CPU detection logic from PPCSubtarget into sys::getHostCPUName(). | Hal Finkel | 2012-06-11 | 1 | -0/+130 |
* | Disabling a spurious deprecation warning about using PathV1 from within the P... | Aaron Ballman | 2012-06-09 | 1 | -0/+10 |
* | Fixing a typo in the comments. | Aaron Ballman | 2012-06-09 | 1 | -1/+1 |
* | Convert comments to proper Doxygen comments. | Dmitri Gribenko | 2012-06-09 | 1 | -6/+6 |
* | Fix a crash in APInt::lshr when shiftAmt > BitWidth. | Chad Rosier | 2012-06-08 | 1 | -1/+1 |
* | Use access(2) instead of stat(2) to check if a file exists. | Benjamin Kramer | 2012-06-02 | 1 | -2/+1 |
* | Path::GetTemporaryDirectory(): Add an assertion if TempDirectory is alive, to... | NAKAMURA Takumi | 2012-05-27 | 1 | -1/+3 |
* | Remove the PTX back-end and all of its artifacts (triple, etc.) | Justin Holewinski | 2012-05-24 | 1 | -18/+0 |
* | Fix -Wcovered-switch-default warning. | Patrik Hägglund | 2012-05-24 | 1 | -1/+0 |
* | fix corner case in ConstantRange::intersectWith(). | Nuno Lopes | 2012-05-18 | 1 | -1/+1 |
* | [Support/YAMLParser] Use rtrim on plain scalars. | Michael J. Spencer | 2012-05-14 | 1 | -3/+1 |
* | [Support/StringRef] Add find_last_not_of and {r,l,}trim. | Michael J. Spencer | 2012-05-11 | 1 | -0/+26 |
* | Allow unique_file to take a mode for file permissions, but default | Eric Christopher | 2012-05-11 | 2 | -5/+8 |
* | Set the default iOS version to 3.0. | Chad Rosier | 2012-05-09 | 1 | -2/+4 |
* | Use the cpuid 64 bit flag to pick the default CPU name for an unknown model. | Bob Wilson | 2012-05-09 | 1 | -1/+1 |
* | Don't return true on a function with a void return type. | Chad Rosier | 2012-05-09 | 1 | -1/+1 |
* | Add Triple::getiOSVersion. | Chad Rosier | 2012-05-09 | 1 | -0/+21 |
* | Fix it so llvm-objdump -arch does accept x86 and x86-64 as valid arch names. | Kevin Enderby | 2012-05-08 | 1 | -0/+41 |
* | [Support] Fix sys::GetRandomNumber() to always use a high quality seed. | Daniel Dunbar | 2012-05-08 | 1 | -5/+15 |
* | Windows/PathV2.inc: Retry rename() for (maximum) 2 seconds. | NAKAMURA Takumi | 2012-05-08 | 1 | -4/+14 |
* | Don't assume size_t is unsigned long long. | Matt Beaumont-Gay | 2012-05-07 | 1 | -3/+1 |
* | make SourceMgr tolerate empty SMLoc()'s better. | Chris Lattner | 2012-05-06 | 1 | -45/+54 |
* | Unix/Process.inc: Give more useful random seed to srand. Workaround for PR12743. | NAKAMURA Takumi | 2012-05-06 | 1 | -1/+14 |