summaryrefslogtreecommitdiff
path: root/lib/Support
Commit message (Expand)AuthorAge
* 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
* Small improvement to the use of GetFileType:Rafael Espindola2013-07-18
* Windows/Path.inc: Introduce file_type::character_file and file_type::fifo_fil...NAKAMURA Takumi2013-07-18
* [Support] Beef up and expose the response file parsing in llvm::clReid Kleckner2013-07-18
* Remove dead code.Rafael Espindola2013-07-18
* Convert two uses if fstat with sys::fs::status.Rafael Espindola2013-07-18
* Handle '.' correctly in hex float literal parsing.Eli Friedman2013-07-17
* Fix a funny typo. Thanks to Aaron Ballman for noticing.Rafael Espindola2013-07-17
* Add FILE_SHARE_WRITE to openFileForRead.Rafael Espindola2013-07-17
* Split openFileForRead into Windows and Unix versions.Rafael Espindola2013-07-17
* Ensure sys::getProcessTriple always uses a normalized triple. Patch byDuncan Sands2013-07-17
* Don't fallback to copy + delete in rename.Rafael Espindola2013-07-17
* raw_ostream.cpp: Introduce <fcntl.h> to let O_BINARY provided. Or, llvm::outs...NAKAMURA Takumi2013-07-17
* Add a wrapper for open.Rafael Espindola2013-07-16
* [Support] Add a Unicode conversion wrapper from UTF16 to UTF8Reid Kleckner2013-07-16
* Create files with mode 666. This matches the behavior of other unix tools.Rafael Espindola2013-07-16
* [Support] Fix some warnings when self-hosting clang on WindowsReid Kleckner2013-07-16
* [APFloat] PR16573: Avoid losing mantissa bits in ppc_fp128 to double truncationUlrich Weigand2013-07-16
* Add a version of sys::fs::status that uses fstat.Rafael Espindola2013-07-16
* Instead friending status, provide windows and posix constructors to file_status.Rafael Espindola2013-07-16
* Remove an extra is_directory call.Rafael Espindola2013-07-15
* Add include to hopefully fix windows build.Craig Topper2013-07-15
* Revert part of 186302 to fix buildbots.Craig Topper2013-07-15
* Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]).Craig Topper2013-07-15
* Add DW_AT_GNU_odr_signature to the set of dwarf attributes.Eric Christopher2013-07-14
* Windows/TimeValue.inc: Mute prefixed '0' on %d to emulate %e.NAKAMURA Takumi2013-07-12
* Add back code for supporting old mingw versions. Should bring the bots back.Rafael Espindola2013-07-11
* Don't use a potentially expensive shift if all we want is one set bit.Benjamin Kramer2013-07-11