aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/Unix
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-2/+2
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-092-22/+25
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-237-182/+103
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-028-166/+449
* Update LLVM for rebase to r212749.Stephen Hines2014-07-215-186/+99
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-296-51/+54
* Update to LLVM 3.5a.Stephen Hines2014-04-247-154/+104
* Merge remote-tracking branch 'upstream/release_34' into merge-20140211Stephen Hines2014-02-116-116/+154
|\
| * Merging r197718:Bill Wendling2013-12-201-1/+1
| * Rules adjustments in order to build on DragonFly BSD.Rafael Espindola2013-10-311-2/+3
| * Fix build on Solaris 11.Rafael Espindola2013-10-082-0/+7
| * Revert "Revert "Windows: Add support for unicode command lines""David Majnemer2013-10-071-0/+8
| * Revert "Windows: Add support for unicode command lines"David Majnemer2013-10-061-8/+0
| * Windows: Add support for unicode command linesDavid Majnemer2013-10-061-0/+8
| * Add non-blocking Wait() for launched processesTareq A. Siraj2013-10-011-54/+70
| * Support ANSI escape code on WindowsNico Rieck2013-09-111-18/+4
| * Add getenv() wrapper that works on multibyte environment variable.Rui Ueyama2013-09-101-0/+9
| * Support/Process: Add comments about PageSize and AllocationGranularity on Cyg...NAKAMURA Takumi2013-09-041-2/+2
| * [conf] Add config variable to disable crash related overrides.Daniel Dunbar2013-08-301-2/+2
| * Unix/Process.inc: Revert r72332, "Work around a page size issue on Cygwin."NAKAMURA Takumi2013-08-211-6/+3
| * Go through the really awkward dance required to delete the memoryChandler Carruth2013-08-181-2/+12
| * Removing unused functionality.Aaron Ballman2013-08-161-8/+0
| * GCC warns about removing const with a c-style cast.Benjamin Kramer2013-08-131-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
* | Merge commit '10251753b6897adcd22cc981c0cc42f348c109de' into merge-20130807Stephen Hines2013-08-077-1240/+668
|\ \ | |/
| * Add support for linking against a curses library when available andChandler Carruth2013-08-071-10/+41
| * Make file_status::getUniqueID const.Rafael Espindola2013-07-291-1/+1
| * Include st_dev to make the result of getUniqueID actually unique.Rafael Espindola2013-07-291-12/+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-262-14/+4
| * Extend the lifetime of the strings passed to posix_spawn_file_actions_addopen.Rafael Espindola2013-07-261-7/+21
| * Split openFileForWrite into windows and unix versions.Rafael Espindola2013-07-191-0/+25
| * Remove dead code.Rafael Espindola2013-07-181-59/+0
| * Split openFileForRead into Windows and Unix versions.Rafael Espindola2013-07-171-0/+9
| * Don't fallback to copy + delete in rename.Rafael Espindola2013-07-171-11/+2
| * Add a version of sys::fs::status that uses fstat.Rafael Espindola2013-07-161-18/+30
| * Instead friending status, provide windows and posix constructors to file_status.Rafael Espindola2013-07-161-16/+12
| * Revert part of 186302 to fix buildbots.Craig Topper2013-07-151-1/+2
| * Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]).Craig Topper2013-07-151-6/+3
| * Fix a FIXME about the format and add a test.Rafael Espindola2013-07-111-12/+7
| * Use status to implement file_size.Rafael Espindola2013-07-101-14/+1
| * We now always create files with the correct permissions. Simplify the interface.Rafael Espindola2013-07-081-31/+1
| * Reapply r185601 with a fix for the cmake build.Eric Christopher2013-07-041-0/+10
| * Temporarily revert 185601 as it caused cmake build regressions.Eric Christopher2013-07-041-10/+0
| * Add support for futimens for platforms that don't support futimes.Eric Christopher2013-07-041-0/+10
| * Suppress GCC "control reaches end of non-void function" warning.Patrik Hagglund2013-06-281-0/+1