index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
System
/
Unix
/
Signals.inc
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix PR3965:SIGINT handler not restored after calling ParseAST(),
Chris Lattner
2009-04-12
1
-1
/
+2
*
fix a bug Alexei Svitkine pointed out.
Chris Lattner
2009-03-23
1
-2
/
+2
*
When we restore signal handlers, restore them back to what they
Chris Lattner
2009-03-23
1
-8
/
+30
*
factorize signal registration, part of PR3848.
Chris Lattner
2009-03-23
1
-10
/
+23
*
add some explicit llvm:: qualifiers to the unix side, fix problems on the win...
Chris Lattner
2009-03-08
1
-4
/
+5
*
When a crash signal is delivered do two things: remove all of our
Chris Lattner
2009-03-07
1
-5
/
+14
*
move some code to gracefully handle the case when a handler crashes.
Chris Lattner
2009-03-05
1
-4
/
+6
*
Add a new 'AddSignalHandler' function to Signals.h that allows
Chris Lattner
2009-03-04
1
-94
/
+68
*
Use const, to support platforms where strrchr returns a const char *.
Dan Gohman
2009-02-10
1
-2
/
+2
*
Don't use plain %x to print pointer values. I had changed it from %p
Dan Gohman
2008-12-05
1
-1
/
+2
*
Demangle and pretty-print symbols in internal backtraces. Patch by
Dan Gohman
2008-12-05
1
-0
/
+44
*
Make PreVerifyID, IntSigsEnd, and KillSigsEnd const.
Dan Gohman
2008-05-14
1
-2
/
+4
*
Fix more -Wshorten-64-to-32 warnings.
Evan Cheng
2008-05-05
1
-1
/
+2
*
Make several symbols static.
Dan Gohman
2008-04-10
1
-12
/
+12
*
Avoid calling array_endof in a static initializer, as it incurs
Dan Gohman
2008-03-21
1
-2
/
+2
*
It is not safe to call fork in PrintStackTrace. Sometimes it freezes the prog...
Lauro Ramos Venancio
2008-02-15
1
-44
/
+2
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Add lengthof and endof templates that hide a lot of sizeof computations.
Owen Anderson
2007-09-07
1
-3
/
+4
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+201