index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Support
/
system_error.h
Age
Commit message (
Expand
)
Author
2013-01-30
Merge commit 'a662a9862501fc86904e90054f7c1519101d9126'
Derek Schuff
2013-01-10
Fix include guards so they exactly match file names.
Jakub Staszak
2012-09-25
Merge commit 'bc4021f31eaa97ee52655828da3e3de14a39e4a6'
Derek Schuff
2012-09-23
Add LLVM_OVERRIDE to methods that override their base classes.
Craig Topper
2012-09-16
Use LLVM_DELETED_FUNCTION for copy constructors and copy assignment operators...
Craig Topper
2012-07-09
LOCALMODs from hg 0b098ca44de7 against r158408 (hg 90a87d6bfe45)
Derek Schuff
2012-03-01
Rewrite LLVM's generalized support library for hashing to follow the API
Chandler Carruth
2012-02-09
Change default error_code ctor to a 'named ctor' so it's more self-documenting.
David Blaikie
2011-06-23
Don't include config.h in public headers
Dylan Noblesmith
2011-06-13
Fix spelling and sort CMakeLists.txt.
Michael J. Spencer
2011-03-14
Emacs mode string.
Mikhail Glushenkov
2010-12-09
Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code...
Michael J. Spencer
2010-12-04
Support/SystemError: Make error_category and error_code auto-bool-conversion-...
Michael J. Spencer
2010-11-29
system_error: Remove Windows headers.
Michael J. Spencer
2010-11-29
Merge System into Support.
Michael J. Spencer