summaryrefslogtreecommitdiff
path: root/lib/Support
Commit message (Expand)AuthorAge
* [Win32] mapped_file_region: Fix a bug in CreateFileMapping() that Size must c...NAKAMURA Takumi2013-08-22
* Whitespace.NAKAMURA Takumi2013-08-22
* MemoryBuffer.cpp: Consider if PageSize were not 4096 in shouldUseMmap(). Foll...NAKAMURA Takumi2013-08-22
* Unix/Process.inc: Revert r72332, "Work around a page size issue on Cygwin."NAKAMURA Takumi2013-08-21
* Go through the really awkward dance required to delete the memoryChandler Carruth2013-08-18
* Actually, use GNU inline asm for cpuid with clangReid Kleckner2013-08-16
* Switching to using a helper function instead of manually converting the strin...Aaron Ballman2013-08-16
* Removing unused functionality.Aaron Ballman2013-08-16
* Updating function comments; no functional changes intended.Aaron Ballman2013-08-16
* Tighten up the yamilizer so it stops eliding empty sequences if the embedded ...Aaron Ballman2013-08-15
* Use the MSVC __cpuid intrinsic instead of inline asmReid Kleckner2013-08-14
* Expose CRC-32 implementation from zlibAlexey Samsonov2013-08-14
* GCC warns about removing const with a c-style cast.Benjamin Kramer2013-08-13
* Fixes a bug when iterating on pathsTareq A. Siraj2013-08-12
* Remove all checking for the various terminfo headers (term.h andChandler Carruth2013-08-12
* Target a minimal terminfo library rather than necessarily a full cursesChandler Carruth2013-08-12
* Check for $PWD in llvm::sys::current_path.Rafael Espindola2013-08-10
* Fix off-by-one error in Regex::isValidAlexey Samsonov2013-08-08
* Changed isPrint for U+00AD SOFT HYPHEN to return true.Alexander Kornienko2013-08-08
* On Windows, autolink advapi32 from Path.inc for CryptAcquireContextWReid Kleckner2013-08-07
* Add support for linking against a curses library when available andChandler Carruth2013-08-07
* YAMLTraits.h: replace DenseMap that used a bad implementation of DenseMapInfoDmitri Gribenko2013-08-07
* Fix boolean logic in LockFileManager and test itReid Kleckner2013-08-07
* Avoid using alloca in Windows/Program.incReid Kleckner2013-08-07
* Implemented llvm::sys::locale::columnWidth and isPrint for the case of generi...Alexander Kornienko2013-08-07
* Remove some std stream usage from Support and TableGenReid Kleckner2013-08-06
* Introduce Regex::isLiteralERE function.Peter Collingbourne2013-08-05
* Fix windows' implementation of status when a file doesn't exist.Rafael Espindola2013-07-31
* Implement getUniqueID for directories on windows.Rafael Espindola2013-07-30
* Remove dead code.Rafael Espindola2013-07-30
* Implement TokenizeWindowsCommandLine.Rui Ueyama2013-07-30
* Make file_status::getUniqueID const.Rafael Espindola2013-07-29
* Include st_dev to make the result of getUniqueID actually unique.Rafael Espindola2013-07-29
* Some Intel Penryn CPUs come with SSE4 disabled. Detect them as core 2.Benjamin Kramer2013-07-29
* [APFloat] Make all arithmetic operations with NaN produce positive NaNs.Michael Gottesman2013-07-27
* [APFloat] Move setting fcNormal in zeroSignificand() to calling code.Michael Gottesman2013-07-27
* Revert "[PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc."Rafael Espindola2013-07-26
* [PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc.Bill Schmidt2013-07-26
* Add missing 'n'.Rafael Espindola2013-07-26
* Remove dead or useless header checks from cmake and autoconfReid Kleckner2013-07-26
* Extend the lifetime of the strings passed to posix_spawn_file_actions_addopen.Rafael Espindola2013-07-26
* Improve our error handling on windows.Rafael Espindola2013-07-26
* [PowerPC] Support powerpc64le as a syntax-checking target.Bill Schmidt2013-07-26
* Remove the mblaze backend from llvm.Rafael Espindola2013-07-25
* Don't end a file name with a dot. It looks odd.Rafael Espindola2013-07-25
* Don't leak when expanding response files.Rafael Espindola2013-07-24
* Split getOpenFile into getOpenFile and getOpenFileSlice.Rafael Espindola2013-07-23
* Fix size_t -> uint warnings with MSVC 64-bit buildMatt Arsenault2013-07-20
* Initialize TempFileHandle.Serge Pavlov2013-07-19
* Split openFileForWrite into windows and unix versions.Rafael Espindola2013-07-19