aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* Go through the really awkward dance required to delete the memoryChandler Carruth2013-08-181-2/+12
* Actually, use GNU inline asm for cpuid with clangReid Kleckner2013-08-161-10/+10
* Switching to using a helper function instead of manually converting the strin...Aaron Ballman2013-08-161-24/+1
* Removing unused functionality.Aaron Ballman2013-08-162-18/+0
* Updating function comments; no functional changes intended.Aaron Ballman2013-08-161-5/+12
* Tighten up the yamilizer so it stops eliding empty sequences if the embedded ...Aaron Ballman2013-08-151-0/+17
* Use the MSVC __cpuid intrinsic instead of inline asmReid Kleckner2013-08-141-31/+14
* Expose CRC-32 implementation from zlibAlexey Samsonov2013-08-141-0/+7
* GCC warns about removing const with a c-style cast.Benjamin Kramer2013-08-131-1/+1
* Fixes a bug when iterating on pathsTareq A. Siraj2013-08-121-1/+1
* Remove all checking for the various terminfo headers (term.h andChandler Carruth2013-08-121-24/+10
* Target a minimal terminfo library rather than necessarily a full cursesChandler Carruth2013-08-121-11/+25
* Check for $PWD in llvm::sys::current_path.Rafael Espindola2013-08-101-0/+12
* Fix off-by-one error in Regex::isValidAlexey Samsonov2013-08-081-1/+1
* Changed isPrint for U+00AD SOFT HYPHEN to return true.Alexander Kornienko2013-08-081-183/+185
* On Windows, autolink advapi32 from Path.inc for CryptAcquireContextWReid Kleckner2013-08-071-0/+4
* Add support for linking against a curses library when available andChandler Carruth2013-08-071-10/+41
* YAMLTraits.h: replace DenseMap that used a bad implementation of DenseMapInfoDmitri Gribenko2013-08-071-2/+2
* Fix boolean logic in LockFileManager and test itReid Kleckner2013-08-071-8/+10
* Avoid using alloca in Windows/Program.incReid Kleckner2013-08-071-13/+15
* Implemented llvm::sys::locale::columnWidth and isPrint for the case of generi...Alexander Kornienko2013-08-071-5/+370
* Remove some std stream usage from Support and TableGenReid Kleckner2013-08-062-14/+18
* Introduce Regex::isLiteralERE function.Peter Collingbourne2013-08-051-0/+7
* Fix windows' implementation of status when a file doesn't exist.Rafael Espindola2013-07-311-6/+11
* Implement getUniqueID for directories on windows.Rafael Espindola2013-07-301-18/+14
* Remove dead code.Rafael Espindola2013-07-301-3/+0
* Implement TokenizeWindowsCommandLine.Rui Ueyama2013-07-301-1/+101
* Make file_status::getUniqueID const.Rafael Espindola2013-07-292-2/+2
* Include st_dev to make the result of getUniqueID actually unique.Rafael Espindola2013-07-293-31/+21
* Some Intel Penryn CPUs come with SSE4 disabled. Detect them as core 2.Benjamin Kramer2013-07-291-1/+3
* [APFloat] Make all arithmetic operations with NaN produce positive NaNs.Michael Gottesman2013-07-271-7/+10
* [APFloat] Move setting fcNormal in zeroSignificand() to calling code.Michael Gottesman2013-07-271-2/+4
* Revert "[PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc."Rafael Espindola2013-07-261-2/+2
* [PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc.Bill Schmidt2013-07-261-2/+2
* Add missing 'n'.Rafael Espindola2013-07-261-1/+1
* Remove dead or useless header checks from cmake and autoconfReid Kleckner2013-07-263-18/+4
* Extend the lifetime of the strings passed to posix_spawn_file_actions_addopen.Rafael Espindola2013-07-261-7/+21
* Improve our error handling on windows.Rafael Espindola2013-07-261-38/+1
* [PowerPC] Support powerpc64le as a syntax-checking target.Bill Schmidt2013-07-261-0/+8
* Remove the mblaze backend from llvm.Rafael Espindola2013-07-251-9/+0
* Don't end a file name with a dot. It looks odd.Rafael Espindola2013-07-251-1/+2
* Don't leak when expanding response files.Rafael Espindola2013-07-241-17/+15
* Split getOpenFile into getOpenFile and getOpenFileSlice.Rafael Espindola2013-07-231-7/+25
* Fix size_t -> uint warnings with MSVC 64-bit buildMatt Arsenault2013-07-201-3/+3
* Initialize TempFileHandle.Serge Pavlov2013-07-191-1/+1
* Split openFileForWrite into windows and unix versions.Rafael Espindola2013-07-193-30/+79
* Small improvement to the use of GetFileType:Rafael Espindola2013-07-181-1/+8
* Windows/Path.inc: Introduce file_type::character_file and file_type::fifo_fil...NAKAMURA Takumi2013-07-181-0/+13
* [Support] Beef up and expose the response file parsing in llvm::clReid Kleckner2013-07-181-62/+141
* Remove dead code.Rafael Espindola2013-07-182-82/+0