summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_linux.cc
Commit message (Expand)AuthorAgeFilesLines
* compiler-rt: Rename .cc file in lib/sanitizer_common to .cppNico Weber2019-07-311-108/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [sanitizer] Add a bunch of ifdefs for sparc targets to avoid build failures.Maxim Ostapenko2016-12-021-1/+3
* [compiler-rt] Do not introduce __sanitizer namespace globallyAnna Zaks2016-09-151-0/+2
* [compiler-rt] adjust platform_limits_linux.cc #include of posix_typesKostya Serebryany2016-05-021-1/+1
* [sanitizer] [SystemZ] Add/fix kernel and libc type definitions.Marcin Koscielnicki2016-04-141-1/+1
* [asan] i686-linux-android support.Evgeniy Stepanov2014-07-031-6/+3
* [asan] adding support of 32-bit address sanitizer for MIPSDaniel Sanders2014-06-241-2/+3
* [sanitizer] AArch64 sanitizer support; patch by Christophe Lyon and Yvan RouxKostya Serebryany2014-02-131-1/+1
* [asan] Include <sys/stat.h> if __x86_64__ is definedKostya Serebryany2014-01-141-1/+5
* asan: fix android buildDmitry Vyukov2013-11-271-0/+2
* tsan: minor refactoringDmitry Vyukov2013-11-271-1/+3
* tsan: support synchronization by means of linux aioDmitry Vyukov2013-11-271-1/+5
* [sanitizer] Fix kernel headers compatibility on powerpc64.Evgeniy Stepanov2013-11-221-0/+20
* [sanitizer] Restore perf_event_attr handling.Evgeniy Stepanov2013-11-221-0/+7
* [sanitizer] Fix build.Evgeniy Stepanov2013-11-221-4/+0
* [sanitizer] Change the way we use certain linux kernel headers.Evgeniy Stepanov2013-11-221-11/+11
* [asan] attempting to fix x32 build (see http://gcc.gnu.org/bugzilla/show_bug....Kostya Serebryany2013-11-061-1/+1
* [sanitizer] Switch to an older version of struct iocb that is found in the la...Evgeniy Stepanov2013-11-011-2/+0
* [sanitizer] Enhance io_submti syscall handler.Evgeniy Stepanov2013-11-011-1/+21
* [asan] Fix syscall hooks build on Android.Evgeniy Stepanov2013-10-301-0/+7
* [sanitizer] A bunch of linux system call handlers.Evgeniy Stepanov2013-09-061-0/+47
* Revert r188369 (and r188455) which breaks the build on at least someChandler Carruth2013-08-181-528/+0
* [sanitizer] Add missing include.Evgeniy Stepanov2013-08-151-0/+3
* [sanitizer] Split platform_limits_posix into system- and kernel-dependent parts.Evgeniy Stepanov2013-08-141-0/+525
OpenPOWER on IntegriCloud