summaryrefslogtreecommitdiff
path: root/lib/System
Commit message (Expand)AuthorAge
* Fix TimeValue::now() on Unix.Torok Edwin2010-01-22
* Stubs for getHostCPUFeatures API. This implements part of PR5389.Xerxes Ranby2010-01-19
* Remove spurious semicolon.Anton Korobeynikov2010-01-14
* Alternative fix to make sure that the extern declarations used byDouglas Gregor2009-12-23
* Revert 92020 until I figure out a more portable fixDouglas Gregor2009-12-23
* Move the extern symbol declarations outside ofDouglas Gregor2009-12-23
* move a few more symbols to .rodataNuno Lopes2009-12-23
* Fix Win32 Path.inc for API update.Daniel Dunbar2009-12-18
* Make Path use StringRef instead of std::string where possible.Jeffrey Yasskin2009-12-17
* remove use of SmallVector from Path::makeUnique. Path::makeUniqueChris Lattner2009-12-16
* eliminate an extraneous use of SmallVector in a case whereChris Lattner2009-12-16
* Add "generic" fallback.Torok Edwin2009-12-14
* Using _MSC_VER there was wrong, better just use the already existing ifdefs forTorok Edwin2009-12-13
* Enable CPU detection when using MS VS 2k8 too.Torok Edwin2009-12-12
* Remove spurious extern.Daniel Dunbar2009-12-09
* Fixes the Atomic implementation if compiled by MSVC compiler.Oscar Fuentes2009-12-07
* Remove dead returns.Benjamin Kramer2009-11-29
* This patch ensures that Path::GetMainExecutable is able to handle theKovarththanan Rajaratnam2009-11-29
* API change Path::isSpecialFile to Path::isRegularFile, improve semantics in r...Edward O'Callaghan2009-11-25
* Remove bogus error handling code.Daniel Dunbar2009-11-24
* Provide Path::isSpecialFile interface for PR5568.Edward O'Callaghan2009-11-24
* Use CMAKE_DL_LIBS instead of raw library name. Fixes bug 5536.Oscar Fuentes2009-11-19
* Unbreak x64 MSVC build. Patch by Nicolas Capens!Benjamin Kramer2009-11-19
* Revert CPU detection code to return "generic" instead of an empty string in caseBenjamin Kramer2009-11-17
* Remove bogus corei7 and atom entries, the family was incorrect.Daniel Dunbar2009-11-14
* Fill out X86 table, although we are missing lots of names for things. We nowDaniel Dunbar2009-11-14
* Add llvm::sys::getHostCPUName, for detecting the LLVM name for the host CPU.Daniel Dunbar2009-11-14
* Revert commit 81144, and add a comment. It caused bugpoint timeoutsDuncan Sands2009-11-08
* Path::createDirectoryOnDisk should ignore existing directories on win32 too.Benjamin Kramer2009-11-05
* Fix malloc.h is deprecated warning on DragonFly BSD.Edward O'Callaghan2009-11-02
* Most stack straces don't need 3 digits worth of levels.Dan Gohman2009-10-30
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-26
* Remove unused includes.Chandler Carruth2009-10-25
* Use 'waitpid' instead of 'wait'. Basing Program::Wait() on 'wait()' prevents...Ted Kremenek2009-10-22
* Haiku porting patches, Credit to Paul Davey.Edward O'Callaghan2009-10-12
* MingW build fixesBenjamin Kramer2009-10-02
* ... missed hiding a variable for MSVC only.Daniel Dunbar2009-09-22
* Hide MSVC specific CRT interaction behind _MSC_VER.Daniel Dunbar2009-09-22
* Remove the GetProcessId() call from Win32/Program.inc, take 2.Mikhail Glushenkov2009-09-22
* Add a magic LLVM_DISABLE_CRT_DEBUG environment variable which we check in Reg...Daniel Dunbar2009-09-22
* Revert "Get rid of GetProcessId in Win32/Program.inc.", this breaksDaniel Dunbar2009-09-22
* Get rid of GetProcessId in Win32/Program.inc.Mikhail Glushenkov2009-09-15
* Experimental fix for PR4960.Daniel Dunbar2009-09-12
* Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn'tDan Gohman2009-09-11
* Add a shortcut for OS X to Path::GetMainExecutable. This gives a nice speedup onBenjamin Kramer2009-09-09
* Check that the 'kill' call succeeded.Mikhail Glushenkov2009-09-09
* This should unbreak the build on 64-bit Linux.Mikhail Glushenkov2009-09-08
* Const-correctness.Mikhail Glushenkov2009-09-08
* Get rid of the Pid_ member in the Program class.Mikhail Glushenkov2009-09-08
* Add a Kill() function to the Program class.Mikhail Glushenkov2009-09-08