summaryrefslogtreecommitdiff
path: root/lib/Support/Unix
Commit message (Expand)AuthorAge
* [Embtk]: Give ability to specify default target ABI at configure timeAbdoulaye Walsimou Gaye2014-04-13
* [Embtk] Give ability to specify default linker hash-style at configure timeAbdoulaye Walsimou Gaye2014-04-13
* [Embtk] give ability to specify default FPU to use at configure timeAbdoulaye Walsimou Gaye2014-04-13
* [Embtk] Give ability to specify default float abi to use at configure timeAbdoulaye Walsimou Gaye2014-04-13
* [Embtk] Give ability to specify default -mcpuAbdoulaye Walsimou Gaye2014-04-13
* Merging r197718:Bill Wendling2013-12-20
* Rules adjustments in order to build on DragonFly BSD.Rafael Espindola2013-10-31
* Fix build on Solaris 11.Rafael Espindola2013-10-08
* Revert "Revert "Windows: Add support for unicode command lines""David Majnemer2013-10-07
* Revert "Windows: Add support for unicode command lines"David Majnemer2013-10-06
* Windows: Add support for unicode command linesDavid Majnemer2013-10-06
* Add non-blocking Wait() for launched processesTareq A. Siraj2013-10-01
* Support ANSI escape code on WindowsNico Rieck2013-09-11
* Add getenv() wrapper that works on multibyte environment variable.Rui Ueyama2013-09-10
* Support/Process: Add comments about PageSize and AllocationGranularity on Cyg...NAKAMURA Takumi2013-09-04
* [conf] Add config variable to disable crash related overrides.Daniel Dunbar2013-08-30
* 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
* Removing unused functionality.Aaron Ballman2013-08-16
* GCC warns about removing const with a c-style cast.Benjamin Kramer2013-08-13
* 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
* Add support for linking against a curses library when available andChandler Carruth2013-08-07
* Make file_status::getUniqueID const.Rafael Espindola2013-07-29
* Include st_dev to make the result of getUniqueID actually unique.Rafael Espindola2013-07-29
* 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
* Split openFileForWrite into windows and unix versions.Rafael Espindola2013-07-19
* Remove dead code.Rafael Espindola2013-07-18
* Split openFileForRead into Windows and Unix versions.Rafael Espindola2013-07-17
* Don't fallback to copy + delete in rename.Rafael Espindola2013-07-17
* 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
* 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
* Fix a FIXME about the format and add a test.Rafael Espindola2013-07-11
* Use status to implement file_size.Rafael Espindola2013-07-10
* We now always create files with the correct permissions. Simplify the interface.Rafael Espindola2013-07-08
* Reapply r185601 with a fix for the cmake build.Eric Christopher2013-07-04
* Temporarily revert 185601 as it caused cmake build regressions.Eric Christopher2013-07-04
* Add support for futimens for platforms that don't support futimes.Eric Christopher2013-07-04
* Suppress GCC "control reaches end of non-void function" warning.Patrik Hagglund2013-06-28
* Improvements to unique_file and createUniqueDirectory.Rafael Espindola2013-06-28
* Rename PathV2 to just Path now that it is the only one.Rafael Espindola2013-06-26
* Use enums instead of raw octal values.Rafael Espindola2013-06-26
* PathV1 is deprecated since the 18th of Dec 2010. Remove it.Rafael Espindola2013-06-26