summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/hwasan/hwasan_linux.cc
Commit message (Expand)AuthorAgeFilesLines
* hwasan: Rename source files from cc to cppNico Weber2019-02-271-436/+0
* hwasan: Add __hwasan_init_static() function.Peter Collingbourne2019-01-311-2/+5
* [hwasan] Implement print_module_map flag.Evgeniy Stepanov2019-01-251-2/+2
* hwasan: Move memory access checks into small outlined functions on aarch64.Peter Collingbourne2019-01-231-8/+26
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* hwasan: Implement lazy thread initialization for the interceptor ABI.Peter Collingbourne2019-01-041-1/+6
* hwasan: Use system allocator to realloc and free untagged pointers in interce...Peter Collingbourne2019-01-041-0/+1
* [hwasan] Verify Android TLS slot at startup.Evgeniy Stepanov2018-12-121-0/+17
* [hwasan] Add entire report to abort message on Android.Evgeniy Stepanov2018-11-091-4/+3
* [hwasan] Fix top PC in error stack trace being off by 1 instruction.Evgeniy Stepanov2018-10-021-4/+4
* [hwasan] Record and display stack history in stack-based reports.Evgeniy Stepanov2018-09-241-26/+44
* Revert "[hwasan] Record and display stack history in stack-based reports."Evgeniy Stepanov2018-09-241-44/+26
* [hwasan] Record and display stack history in stack-based reports.Evgeniy Stepanov2018-09-241-26/+44
* [hwasan] revert r341435 as it breaks the bot on aarch64Kostya Serebryany2018-09-051-11/+7
* [hwasan] use real TLS on linux to store the current thread -- this way we can...Kostya Serebryany2018-09-051-7/+11
* [hwasan] simplify the code, NFCKostya Serebryany2018-09-051-3/+1
* [hwasan] remove stale Thread:: data members. While doing so noticed that GetT...Kostya Serebryany2018-09-041-1/+1
* [hwasan] simplify the thread hangling: instead of the ThreadRegistry (too hea...Kostya Serebryany2018-08-301-0/+1
* [hwasan] add basic ThreadRegistry plumbing, also rename HwasanThread to ThreadKostya Serebryany2018-08-301-10/+10
* [hwasan] remove even more stale codeKostya Serebryany2018-08-291-13/+2
* [hwasan] remove more stale codeKostya Serebryany2018-08-291-50/+23
* [hwasan] get rid of some macros, remove the fixed shadow mappingKostya Serebryany2018-08-291-7/+7
* [hwasan] Add a (almost) no-interceptor mode.Evgeniy Stepanov2018-08-201-13/+38
* [hwasan] Allow optional early shadow setup.Evgeniy Stepanov2018-08-131-2/+13
* sanitizers: consistently check result of MmapFixedNoReserveDmitry Vyukov2018-07-201-2/+1
* [HWASan] Report proper error on allocator failures instead of CHECK(0)-ingAlex Shlyapnikov2018-06-071-0/+1
* [sanitizer] Replace InternalScopedBuffer with InternalMmapVectorVitaly Buka2018-05-071-1/+1
* [HWASan] Introduce non-zero based and dynamic shadow memory (compiler-rt).Alex Shlyapnikov2018-04-231-51/+147
* Revert r330474 - "[HWASan] Introduce non-zero based and dynamic shadow memory...Reid Kleckner2018-04-231-147/+51
* [HWASan] Introduce non-zero based and dynamic shadow memory (compiler-rt).Alex Shlyapnikov2018-04-201-51/+147
* Remove duplicated const qualifier.Alex Shlyapnikov2018-03-241-1/+1
* [HWASan] Port HWASan to Linux x86-64 (compiler-rt)Alex Shlyapnikov2018-03-231-32/+51
* [hwasan] Fix inline instrumentation.Evgeniy Stepanov2018-02-211-5/+5
* [hwasan] Stack instrumentation.Evgeniy Stepanov2018-01-111-7/+16
* [hwasan] Implement -fsanitize-recover=hwaddress.Evgeniy Stepanov2017-12-201-2/+6
* [hwasan] Fix handling of store errors.Evgeniy Stepanov2017-12-191-1/+1
* [hwasan] Inline instrumentation & fixed shadow.Evgeniy Stepanov2017-12-131-50/+107
* Hardware-assisted AddressSanitizer (compiler-rt)Evgeniy Stepanov2017-12-091-0/+194
OpenPOWER on IntegriCloud