index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
System
/
Unix
/
Signals.inc
Age
Commit message (
Expand
)
Author
2009-02-10
Use const, to support platforms where strrchr returns a const char *.
Dan Gohman
2008-12-05
Don't use plain %x to print pointer values. I had changed it from %p
Dan Gohman
2008-12-05
Demangle and pretty-print symbols in internal backtraces. Patch by
Dan Gohman
2008-05-14
Make PreVerifyID, IntSigsEnd, and KillSigsEnd const.
Dan Gohman
2008-05-05
Fix more -Wshorten-64-to-32 warnings.
Evan Cheng
2008-04-10
Make several symbols static.
Dan Gohman
2008-03-21
Avoid calling array_endof in a static initializer, as it incurs
Dan Gohman
2008-02-15
It is not safe to call fork in PrintStackTrace. Sometimes it freezes the prog...
Lauro Ramos Venancio
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-09-07
Add lengthof and endof templates that hide a lot of sizeof computations.
Owen Anderson
2007-04-07
For PR1291:
Reid Spencer
2007-03-29
For PR789:
Reid Spencer
2006-08-25
For PR797:
Reid Spencer
2006-08-07
Remove extraneous #include.
Reid Spencer
2006-08-07
Make the removal of files use Path::eraseFromDisk just like it does for
Reid Spencer
2006-08-01
Use getFileStatus instead of Path::isDirectory().
Chris Lattner
2006-06-16
Only print the stack trace if it was requested. Previously, any call into
Reid Spencer
2005-08-02
Implement sys::SetInterruptFunction on Unix, stub it on win32 so that the
Chris Lattner
2005-07-08
Final Changes For PR495:
Reid Spencer
2005-07-07
For PR495:
Reid Spencer
2005-05-05
Remove vim settings from source code; people should use llvm/utils/vim/vimrc
Misha Brukman
2005-04-22
Silence gcc-4.0.0 warnings.
Alkis Evlogimenos
2004-12-27
For PR351:
Reid Spencer
2004-12-11
Path::get -> Path::toString
Reid Spencer
2004-11-14
Update for prototype changes
Reid Spencer
2004-11-05
Stop propagating method names that violate the coding standard
Reid Spencer
2004-08-29
Initial platform independent implementation of operating system concept
Reid Spencer