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