Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
a69bbe02a2352271e8b14542073f177e24c499c1
/
llvm
/
lib
/
Support
/
ErrorHandling.cpp
e99dee8
[Support] Move the static initializer install_out_memory_new_handler to InitLLVM
by Fangrui Song
· 6 years ago
2946cd7
Update the file headers across all of the LLVM projects in the monorepo
by Chandler Carruth
· 7 years ago
712e8d2
s/LLVM_ON_WIN32/_WIN32/, llvm
by Nico Weber
· 7 years ago
d48042e
Report fatal error in the case of out of memory
by Serge Pavlov
· 8 years ago
4500001
Revert r325224 "Report fatal error in the case of out of memory"
by Serge Pavlov
· 8 years ago
431502a
Report fatal error in the case of out of memory
by Serge Pavlov
· 8 years ago
8276556
Defeat a GCC -Wunused-result warning
by Hans Wennborg
· 8 years ago
1c0f6ed
Put std::mutex usage behind #ifdefs to pacify the sanitizer buildbot
by Reid Kleckner
· 8 years ago
5ae1bfe
Use std::mutex to avoid memory allocation after OOM
by Reid Kleckner
· 8 years ago
ada8c39
[Support] - Add bad alloc error handler for handling allocation malfunctions
by Reid Kleckner
· 8 years ago
e7aad35
[Support] Make all Errors convertible to std::error_code.
by Lang Hames
· 10 years ago
f7f6d3e
[Support] Add the 'Error' class for structured error handling.
by Lang Hames
· 10 years ago
a6b9600
Reorganize the C API headers to improve build times.
by Eric Christopher
· 10 years ago
d990388
[cleanup] Re-sort all the #include lines in LLVM using utils/sort_includes.py.
by Chandler Carruth
· 11 years ago
489d1dc
Converting the ErrorHandlerMutex to a ManagedStatic to avoid the static constructor and destructor.
by Chris Bieneman
· 11 years ago
58cb745
Merge lib/Support/WindowsError.cpp into ib/Support/ErrorHandling.cpp.
by Rafael Espindola
· 11 years ago
586fd74
Make the error-handling functions thread-safe.
by Zachary Turner
· 11 years ago
6610b99
Revert "Remove support for runtime multi-threading."
by Zachary Turner
· 11 years ago
f6054ca
Remove support for runtime multi-threading.
by Zachary Turner
· 11 years ago
c10719f
[C++11] Make use of 'nullptr' in the Support library.
by Craig Topper
· 11 years ago
17d4e98
Roll back the ConstStringRef change for now
by Alp Toker
· 12 years ago
042f41b
StringRef: Extend constexpr capabilities and introduce ConstStringRef
by Alp Toker
· 12 years ago
8a8cd2b
Re-sort all of the includes with ./utils/sort_includes.py so that
by Chandler Carruth
· 12 years ago
49109a2
Revert r194865 and r194874.
by Alexey Samsonov
· 12 years ago
dbedae8
[weak vtables] Remove a bunch of weak vtables
by Juergen Ributzka
· 12 years ago
acf49f3
Fix the -Werror -Wpedantic clang selfhost build
by Alp Toker
· 12 years ago
a535b14
Expose install_fatal_error_handler() through the C API.
by Filip Pizlo
· 12 years ago
5f4535b
[Support] Fix some warnings when self-hosting clang on Windows
by Reid Kleckner
· 12 years ago
583b4d3
Add a boolean parameter to the llvm::report_fatal_error() function to indicated
by Chad Rosier
· 13 years ago
ed0881b
Use the new script to sort the includes of every file under lib.
by Chandler Carruth
· 13 years ago
379574f
Revert 167755/167760. We don't want to emit crash diagnostics on command-line syntax errors.
by Chad Rosier
· 13 years ago
2b2b38d
Revert r167620; this can be implemented using an existing CL option.
by Chad Rosier
· 13 years ago
72e705e
Like the coding standards say, do not use "using namespace std".
by Jay Foad
· 14 years ago
447762d
Merge System into Support.
by Michael J. Spencer
· 15 years ago
2ed3fe0
report_fatal_error: Simplify a possible ambiguity.
by Daniel Dunbar
· 15 years ago
c8ba8d2
Some versions of gcc still warn about "ignoring return value ... declared
by Duncan Sands
· 15 years ago
3490ff4
Tidy.
by Dan Gohman
· 15 years ago
7aa9eb1
include config.h to get config params, hopefully unbreaking mingw builder.
by Chris Lattner
· 15 years ago
6217082
report_fatal_error can't use errs(), because errs() can call
by Chris Lattner
· 15 years ago
401d4c9
Run interrupt routines as part of report_fatal_error, since we are failing
by Daniel Dunbar
· 15 years ago
59c5753
rename llvm_install_error_handler -> install_fatal_error_handler and friends.
by Chris Lattner
· 15 years ago
2104b8d
rename llvm::llvm_report_error -> llvm::report_fatal_error
by Chris Lattner
· 15 years ago
b452d4e
Fix minor style issues.
by Dan Gohman
· 16 years ago
80604d5
Change errs() to dbgs().
by David Greene
· 16 years ago
e392e62
Add a comment explaining why llvm_unreachable_internal doesn't call
by Dan Gohman
· 16 years ago
1432ef8
This void is implicit in C++.
by Dan Gohman
· 16 years ago
1bf60c2
Add support for a user supplied pointer argument to llvm_install_error_handler.
by Daniel Dunbar
· 16 years ago
cd51ea5
Allow llvm_report_error to accept a Twine.
by Daniel Dunbar
· 16 years ago
fbcc663
llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
by Torok Edwin
· 16 years ago
1ab40be
After converting assert(0) to LLVM_UNREACHABLE we lost file/line location.
by Torok Edwin
· 16 years ago
56d0659
assert(0) -> LLVM_UNREACHABLE.
by Torok Edwin
· 16 years ago
973c214
Fix braces.
by Torok Edwin
· 16 years ago
6c2d233
Introduce new error handling API.
by Torok Edwin
· 16 years ago