aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/InitLLVM.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-01-08[InitLLVM] Ensure SIGPIPE handler installed before sigaction()Vedant Kumar1-2/+9
2020-02-28llvm-ar: Fix MinGW compilationHans Wennborg1-1/+1
2019-11-18[Signal] Allow llvm clients to opt into one-shot SIGPIPE handlingVedant Kumar1-1/+5
2019-07-12[Support] Move the static initializer install_out_memory_new_handler to InitLLVMFangrui Song1-0/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-04-17Rename sys::Process::GetArgumentVector -> sys::windows::GetCommandLineArgumentsRui Ueyama1-4/+8
2018-04-13Define InitLLVM to do common initialization all at once.Rui Ueyama1-0/+48