summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/crt
Commit message (Expand)AuthorAgeFilesLines
* Check for aarch64 when not using .init_arraysSterling Augustine2020-01-021-2/+2
* Support powerpc and sparc when building without init_array.Sterling Augustine2019-12-271-7/+25
* Revert "Support powerpc when builing without init_array."Dmitri Gribenko2019-12-191-17/+3
* Support powerpc when builing without init_array.Sterling Augustine2019-12-181-3/+17
* Fix include guard and properly order __deregister_frame_info.Sterling Augustine2019-11-122-4/+9
* [compiler-rt][crt] make test case nontrivial in check_cxx_section_existsJian Cai2019-09-161-1/+1
* [compiler-rt][crt] Pass -fno-lto in check_cxx_section_existsHans Wennborg2019-08-201-0/+1
* Use CMAKE_C_COMPILER_ARG1 in compiler invocationPetr Hosek2019-05-191-2/+2
* [compiler-rt] Fix crtbegin.c compilationShoaib Meenai2019-05-111-4/+4
* [crt] Use -std=c11 for crtbegin.o/crtend.oPetr Hosek2019-05-101-0/+1
* [crtbegin] Fix an off-by-1 bug in __do_finiFangrui Song2019-05-031-1/+1
* [compiler-rt] Use correct spelling of the -Wno-pedantic variablePetr Hosek2019-05-011-1/+1
* Use __extension__ to suppress __EH_FRAME_LIST__ warningsFangrui Song2019-05-011-1/+1
* [compiler-rt] Pass sysroot and disable pedantic for crtbegin.o/crtend.oPetr Hosek2019-05-011-0/+1
* Reland "[compiler-rt] Simple crtbegin.o and crtend.o implementation"Petr Hosek2019-04-303-0/+209
* Revert "[compiler-rt] Simple crtbegin.o and crtend.o implementation"Petr Hosek2019-04-303-209/+0
* [compiler-rt] Simple crtbegin.o and crtend.o implementationPetr Hosek2019-04-303-0/+209
OpenPOWER on IntegriCloud