| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Support/Process: Move llvm::sys::Process::GetRandomNumber() from Process.cpp ... | NAKAMURA Takumi | 2012-05-06 | 2 | -10/+9 |
* | reapply my patch, with a fix for an off-by-one error. Turned out to be a lot | Chris Lattner | 2012-05-05 | 1 | -12/+18 |
* | revert my patches, which are causing problems. | Chris Lattner | 2012-05-05 | 1 | -18/+12 |
* | refactor some code to expose column numbers more and make diagnostic printing... | Chris Lattner | 2012-05-05 | 1 | -12/+18 |
* | [Support] Add missing include. | Daniel Dunbar | 2012-05-05 | 1 | -1/+2 |
* | [Support] Fix up comments. | Daniel Dunbar | 2012-05-05 | 1 | -5/+3 |
* | [Support] Rewrite sys::fs::unique_file to not be stupid with /dev/urandom. | Daniel Dunbar | 2012-05-05 | 1 | -19/+5 |
* | [Support] Add sys::Process::GetRandomNumber(). | Daniel Dunbar | 2012-05-05 | 1 | -0/+9 |
* | This patch adds a new NVPTX back-end to LLVM which supports code generation f... | Justin Holewinski | 2012-05-04 | 1 | -0/+18 |
* | Change the Intel Atom detection code to recognize | Preston Gurd | 2012-05-02 | 1 | -2/+3 |
* | YAMLParser: get rid of global ctors & dtors. | Benjamin Kramer | 2012-05-01 | 1 | -2/+0 |
* | [Support/YAMLParser] Fix ASan found bugs. | Michael J. Spencer | 2012-04-27 | 1 | -1/+7 |