aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* Update LLVM for merge to r187913.Stephen Hines2013-08-091-1/+1
* Merge commit '10251753b6897adcd22cc981c0cc42f348c109de' into merge-20130807Stephen Hines2013-08-0742-4502/+3916
|\
| * 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
| * Convert two uses if fstat with sys::fs::status.Rafael Espindola2013-07-181-14/+13
| * Handle '.' correctly in hex float literal parsing.Eli Friedman2013-07-171-30/+20
| * Fix a funny typo. Thanks to Aaron Ballman for noticing.Rafael Espindola2013-07-171-1/+1
| * Add FILE_SHARE_WRITE to openFileForRead.Rafael Espindola2013-07-171-1/+1
| * Split openFileForRead into Windows and Unix versions.Rafael Espindola2013-07-173-15/+40
| * Ensure sys::getProcessTriple always uses a normalized triple. Patch byDuncan Sands2013-07-171-1/+1
| * Don't fallback to copy + delete in rename.Rafael Espindola2013-07-171-11/+2
| * raw_ostream.cpp: Introduce <fcntl.h> to let O_BINARY provided. Or, llvm::outs...NAKAMURA Takumi2013-07-171-0/+5
| * Add a wrapper for open.Rafael Espindola2013-07-166-54/+66
| * [Support] Add a Unicode conversion wrapper from UTF16 to UTF8Reid Kleckner2013-07-161-0/+55
| * Create files with mode 666. This matches the behavior of other unix tools.Rafael Espindola2013-07-161-1/+1
| * [Support] Fix some warnings when self-hosting clang on WindowsReid Kleckner2013-07-162-2/+5
| * [APFloat] PR16573: Avoid losing mantissa bits in ppc_fp128 to double truncationUlrich Weigand2013-07-161-0/+17