index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Support
/
ErrorHandling.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Clang][Driver] After default -fintegrated-cc1, make llvm::report_fatal_error...
Alexandre Ganea
2020-02-12
1
-1
/
+2
*
[Support] Move the static initializer install_out_memory_new_handler to InitLLVM
Fangrui Song
2019-07-12
1
-17
/
+5
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
s/LLVM_ON_WIN32/_WIN32/, llvm
Nico Weber
2018-04-29
1
-1
/
+1
*
Report fatal error in the case of out of memory
Serge Pavlov
2018-02-17
1
-0
/
+33
*
Revert r325224 "Report fatal error in the case of out of memory"
Serge Pavlov
2018-02-15
1
-33
/
+0
*
Report fatal error in the case of out of memory
Serge Pavlov
2018-02-15
1
-0
/
+33
*
Defeat a GCC -Wunused-result warning
Hans Wennborg
2017-07-19
1
-1
/
+2
*
Put std::mutex usage behind #ifdefs to pacify the sanitizer buildbot
Reid Kleckner
2017-07-13
1
-0
/
+22
*
Use std::mutex to avoid memory allocation after OOM
Reid Kleckner
2017-07-12
1
-13
/
+18
*
[Support] - Add bad alloc error handler for handling allocation malfunctions
Reid Kleckner
2017-07-11
1
-1
/
+44
*
[Support] Make all Errors convertible to std::error_code.
Lang Hames
2016-03-23
1
-3
/
+0
*
[Support] Add the 'Error' class for structured error handling.
Lang Hames
2016-03-16
1
-0
/
+4
*
Reorganize the C API headers to improve build times.
Eric Christopher
2015-12-18
1
-1
/
+1
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
1
-1
/
+1
*
Converting the ErrorHandlerMutex to a ManagedStatic to avoid the static const...
Chris Bieneman
2014-10-03
1
-4
/
+5
*
Merge lib/Support/WindowsError.cpp into ib/Support/ErrorHandling.cpp.
Rafael Espindola
2014-06-17
1
-0
/
+69
*
Make the error-handling functions thread-safe.
Zachary Turner
2014-06-13
1
-4
/
+19
*
Revert "Remove support for runtime multi-threading."
Zachary Turner
2014-06-10
1
-6
/
+2
*
Remove support for runtime multi-threading.
Zachary Turner
2014-06-10
1
-2
/
+6
*
[C++11] Make use of 'nullptr' in the Support library.
Craig Topper
2014-04-07
1
-3
/
+3
*
Roll back the ConstStringRef change for now
Alp Toker
2014-01-27
1
-1
/
+1
*
StringRef: Extend constexpr capabilities and introduce ConstStringRef
Alp Toker
2014-01-27
1
-1
/
+1
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Revert r194865 and r194874.
Alexey Samsonov
2013-11-18
1
-2
/
+0
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-15
1
-0
/
+2
*
Fix the -Werror -Wpedantic clang selfhost build
Alp Toker
2013-10-22
1
-3
/
+3
*
Expose install_fatal_error_handler() through the C API.
Filip Pizlo
2013-10-17
1
-0
/
+17
*
[Support] Fix some warnings when self-hosting clang on Windows
Reid Kleckner
2013-07-16
1
-0
/
+5
*
Add a boolean parameter to the llvm::report_fatal_error() function to indicated
Chad Rosier
2013-03-27
1
-8
/
+8
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-4
/
+4
*
Revert 167755/167760. We don't want to emit crash diagnostics on command-line...
Chad Rosier
2012-11-13
1
-4
/
+1
*
Revert r167620; this can be implemented using an existing CL option.
Chad Rosier
2012-11-12
1
-1
/
+4
*
Like the coding standards say, do not use "using namespace std".
Jay Foad
2011-04-23
1
-1
/
+0
*
Merge System into Support.
Michael J. Spencer
2010-11-29
1
-2
/
+2
*
report_fatal_error: Simplify a possible ambiguity.
Daniel Dunbar
2010-11-13
1
-0
/
+4
*
Some versions of gcc still warn about "ignoring return value ... declared
Duncan Sands
2010-09-16
1
-1
/
+2
*
Tidy.
Dan Gohman
2010-08-18
1
-5
/
+4
*
include config.h to get config params, hopefully unbreaking mingw builder.
Chris Lattner
2010-08-17
1
-0
/
+1
*
report_fatal_error can't use errs(), because errs() can call
Chris Lattner
2010-08-17
1
-8
/
+26
*
Run interrupt routines as part of report_fatal_error, since we are failing
Daniel Dunbar
2010-05-08
1
-0
/
+7
*
rename llvm_install_error_handler -> install_fatal_error_handler
Chris Lattner
2010-04-07
1
-16
/
+13
*
rename llvm::llvm_report_error -> llvm::report_fatal_error
Chris Lattner
2010-04-07
1
-5
/
+5
*
Fix minor style issues.
Dan Gohman
2010-03-24
1
-3
/
+2
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-4
/
+5
*
Add a comment explaining why llvm_unreachable_internal doesn't call
Dan Gohman
2009-08-20
1
-0
/
+3
*
This void is implicit in C++.
Dan Gohman
2009-08-12
1
-1
/
+1
*
Add support for a user supplied pointer argument to llvm_install_error_handler.
Daniel Dunbar
2009-08-10
1
-2
/
+6
*
Allow llvm_report_error to accept a Twine.
Daniel Dunbar
2009-07-24
1
-3
/
+12
*
llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
Torok Edwin
2009-07-14
1
-1
/
+1
[next]