| Commit message (Expand) | Author | Age | Files | Lines |
* | Add llvm::Program::ChangeStderrToBinary(). | Douglas Gregor | 2010-01-28 | 2 | -0/+10 |
* | mark some libraries that currently require RTTI. | Chris Lattner | 2010-01-24 | 1 | -1/+1 |
* | Fix TimeValue::now() on Unix. | Torok Edwin | 2010-01-22 | 1 | -1/+1 |
* | Stubs for getHostCPUFeatures API. This implements part of PR5389. | Xerxes Ranby | 2010-01-19 | 1 | -0/+4 |
* | Remove spurious semicolon. | Anton Korobeynikov | 2010-01-14 | 1 | -21/+21 |
* | Alternative fix to make sure that the extern declarations used by | Douglas Gregor | 2009-12-23 | 1 | -23/+29 |
* | Revert 92020 until I figure out a more portable fix | Douglas Gregor | 2009-12-23 | 2 | -47/+28 |
* | Move the extern symbol declarations outside of | Douglas Gregor | 2009-12-23 | 2 | -28/+47 |
* | move a few more symbols to .rodata | Nuno Lopes | 2009-12-23 | 1 | -1/+1 |
* | Fix Win32 Path.inc for API update. | Daniel Dunbar | 2009-12-18 | 1 | -1/+1 |
* | Make Path use StringRef instead of std::string where possible. | Jeffrey Yasskin | 2009-12-17 | 3 | -43/+44 |
* | remove use of SmallVector from Path::makeUnique. Path::makeUnique | Chris Lattner | 2009-12-16 | 1 | -14/+10 |
* | eliminate an extraneous use of SmallVector in a case where | Chris Lattner | 2009-12-16 | 1 | -6/+4 |
* | Add "generic" fallback. | Torok Edwin | 2009-12-14 | 1 | -0/+1 |
* | Using _MSC_VER there was wrong, better just use the already existing ifdefs for | Torok Edwin | 2009-12-13 | 1 | -5/+4 |
* | Enable CPU detection when using MS VS 2k8 too. | Torok Edwin | 2009-12-12 | 1 | -1/+1 |
* | Remove spurious extern. | Daniel Dunbar | 2009-12-09 | 1 | -1/+1 |
* | Fixes the Atomic implementation if compiled by MSVC compiler. | Oscar Fuentes | 2009-12-07 | 1 | -1/+1 |
* | Remove dead returns. | Benjamin Kramer | 2009-11-29 | 1 | -2/+0 |
* | This patch ensures that Path::GetMainExecutable is able to handle the | Kovarththanan Rajaratnam | 2009-11-29 | 1 | -2/+6 |
* | API change Path::isSpecialFile to Path::isRegularFile, improve semantics in r... | Edward O'Callaghan | 2009-11-25 | 2 | -7/+9 |
* | Remove bogus error handling code. | Daniel Dunbar | 2009-11-24 | 1 | -6/+2 |
* | Provide Path::isSpecialFile interface for PR5568. | Edward O'Callaghan | 2009-11-24 | 2 | -2/+25 |
* | Use CMAKE_DL_LIBS instead of raw library name. Fixes bug 5536. | Oscar Fuentes | 2009-11-19 | 1 | -1/+1 |
* | Unbreak x64 MSVC build. Patch by Nicolas Capens! | Benjamin Kramer | 2009-11-19 | 1 | -0/+3 |
* | Revert CPU detection code to return "generic" instead of an empty string in case | Benjamin Kramer | 2009-11-17 | 1 | -3/+3 |
* | Remove bogus corei7 and atom entries, the family was incorrect. | Daniel Dunbar | 2009-11-14 | 1 | -4/+0 |
* | Fill out X86 table, although we are missing lots of names for things. We now | Daniel Dunbar | 2009-11-14 | 1 | -49/+131 |
* | Add llvm::sys::getHostCPUName, for detecting the LLVM name for the host CPU. | Daniel Dunbar | 2009-11-14 | 1 | -0/+196 |
* | Revert commit 81144, and add a comment. It caused bugpoint timeouts | Duncan Sands | 2009-11-08 | 1 | -3/+9 |
* | Path::createDirectoryOnDisk should ignore existing directories on win32 too. | Benjamin Kramer | 2009-11-05 | 1 | -2/+4 |
* | Fix malloc.h is deprecated warning on DragonFly BSD. | Edward O'Callaghan | 2009-11-02 | 1 | -1/+3 |
* | Most stack straces don't need 3 digits worth of levels. | Dan Gohman | 2009-10-30 | 1 | -1/+1 |
* | Move DataTypes.h to include/llvm/System, update all users. This breaks the last | Chandler Carruth | 2009-10-26 | 2 | -2/+2 |
* | Remove unused includes. | Chandler Carruth | 2009-10-25 | 2 | -2/+0 |
* | Use 'waitpid' instead of 'wait'. Basing Program::Wait() on 'wait()' prevents... | Ted Kremenek | 2009-10-22 | 1 | -1/+1 |
* | Haiku porting patches, Credit to Paul Davey. | Edward O'Callaghan | 2009-10-12 | 1 | -1/+1 |
* | MingW build fixes | Benjamin Kramer | 2009-10-02 | 1 | -0/+6 |
* | ... missed hiding a variable for MSVC only. | Daniel Dunbar | 2009-09-22 | 1 | -0/+2 |
* | Hide MSVC specific CRT interaction behind _MSC_VER. | Daniel Dunbar | 2009-09-22 | 1 | -1/+7 |
* | Remove the GetProcessId() call from Win32/Program.inc, take 2. | Mikhail Glushenkov | 2009-09-22 | 1 | -9/+23 |
* | Add a magic LLVM_DISABLE_CRT_DEBUG environment variable which we check in Reg... | Daniel Dunbar | 2009-09-22 | 1 | -1/+39 |
* | Revert "Get rid of GetProcessId in Win32/Program.inc.", this breaks | Daniel Dunbar | 2009-09-22 | 2 | -22/+43 |
* | Get rid of GetProcessId in Win32/Program.inc. | Mikhail Glushenkov | 2009-09-15 | 2 | -43/+22 |
* | Experimental fix for PR4960. | Daniel Dunbar | 2009-09-12 | 1 | -5/+14 |
* | Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn't | Dan Gohman | 2009-09-11 | 2 | -16/+14 |
* | Add a shortcut for OS X to Path::GetMainExecutable. This gives a nice speedup on | Benjamin Kramer | 2009-09-09 | 1 | -1/+15 |
* | Check that the 'kill' call succeeded. | Mikhail Glushenkov | 2009-09-09 | 2 | -2/+13 |
* | This should unbreak the build on 64-bit Linux. | Mikhail Glushenkov | 2009-09-08 | 1 | -3/+6 |
* | Const-correctness. | Mikhail Glushenkov | 2009-09-08 | 2 | -2/+2 |