Go to file
Simon Atanasyan 49f98c742c [ELF][MIPS] Do not use 'sed' to modify binary files
On Windows different versions of 'sed' work in different text/binary
mode by default. If default mode is text, sed produces corrupted binary
files. Unfortunately there is no standard command line option to select
the mode. Some 'sed' support '-b' to switch to binary mode, while other
ones support '--text' option and does not have '-b' option at all.

llvm-svn: 257471
2016-01-12 12:38:43 +00:00
clang Revert r253898 and r253899, this breaks mingw compilation on openSUSE. 2016-01-12 10:41:20 +00:00
clang-tools-extra Add documentation redirects for clang-tidy checkers that are exposed under multiple checker names. Updates the Python script for adding checks to properly handle these aliases. 2016-01-11 16:48:26 +00:00
compiler-rt [PGO] Add Linux specific test cases for profile runtime 2016-01-12 07:18:53 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc AMDGPU: Add aliases for all VI targets 2015-12-15 18:37:04 +00:00
libcxx Put the definition of _LIBCPP_DISABLE_UBSAN_UNSIGNED_INTEGER_CHECK in the right place. 2016-01-12 00:38:04 +00:00
libcxxabi Add new tests for throwing incomplete pointer types 2015-12-23 07:04:32 +00:00
libunwind Replace cmake check for printf with a check for fopen. 2015-12-10 00:47:08 +00:00
lld [ELF][MIPS] Do not use 'sed' to modify binary files 2016-01-12 12:38:43 +00:00
lldb Try to fix the mips64 build after rL257447 2016-01-12 10:41:43 +00:00
llgo [llgo] Force exporting __morestack from llgoi 2015-11-27 04:46:46 +00:00
llvm The isel pattern that selects the memory-register form of VCVTPH2PS 2016-01-12 11:48:25 +00:00
openmp Remove double negative in if() logic. 2016-01-11 20:37:39 +00:00
polly Call assumeNoOutOfBound only in updateDimensionality 2016-01-08 14:01:59 +00:00