- Jun 16, 2006
-
-
Reid Spencer authored
the Signals module that registered the handlers would cause the stack trace to be generated. Now, you must explicitly call PrintStackTraceOnErrorSignal in order for that to happen. llvm-svn: 28810
-
- Aug 02, 2005
-
-
Chris Lattner authored
build will not fail llvm-svn: 22578
-
- Jul 08, 2005
-
-
Reid Spencer authored
This chagne just renames some sys::Path methods to ensure they are not misused. The Path documentation now divides methods into two dimensions: Path/Disk and accessor/mutator. Path accessors and mutators only operate on the Path object itself without making any disk accesses. Disk accessors and mutators will also access or modify the file system. Because of the potentially destructive nature of disk mutators, it was decided that all such methods should end in the work "Disk" to ensure the user recognizes that the change will occur on the file system. This patch makes that change. The method name changes are: makeReadable -> makeReadableOnDisk makeWriteable -> makeWriteableOnDisk makeExecutable -> makeExecutableOnDisk setStatusInfo -> setStatusInfoOnDisk createDirectory -> createDirectoryOnDisk createFile -> createFileOnDisk createTemporaryFile -> createTemporaryFileOnDisk destroy -> eraseFromDisk rename -> renamePathOnDisk These changes pass the Linux Deja Gnu tests. llvm-svn: 22354
-
Reid Spencer authored
Get rid of the difference between file paths and directory paths. The Path class now simply stores a path that can refer to either a file or a directory. This required various changes in the implementation and interface of the class with the corresponding impact to its users. Doxygen comments were also updated to reflect these changes. Interface changes are: appendDirectory -> appendComponent appendFile -> appendComponent elideDirectory -> eraseComponent elideFile -> eraseComponent elideSuffix -> eraseSuffix renameFile -> rename setDirectory -> set setFile -> set Changes pass Dejagnu and llvm-test/SingleSource tests. llvm-svn: 22349
-
- May 06, 2005
-
-
Misha Brukman authored
llvm-svn: 21704
-
- Apr 22, 2005
-
-
Alkis Evlogimenos authored
llvm-svn: 21453
-
- Jan 10, 2005
-
-
Reid Spencer authored
gdb debugger doesn't get confused on which file it is reading (the one in lib/System or the one in lib/System/{Win32,Unix}) llvm-svn: 19426
-
- Dec 27, 2004
-
-
Reid Spencer authored
* Ensure #includes are wrapped with appropriate HAVE_ guards llvm-svn: 19156
-
- Dec 11, 2004
-
-
Reid Spencer authored
llvm-svn: 18785
-
- Nov 14, 2004
-
-
Reid Spencer authored
llvm-svn: 17781
-
- Nov 05, 2004
-
-
Reid Spencer authored
llvm-svn: 17498
-
- Aug 29, 2004
-
-
Reid Spencer authored
of "Signals" (cleanup after fatal errors). llvm-svn: 16085
-
- Aug 04, 2004
-
-
Chris Lattner authored
llvm-svn: 15496
-
- May 27, 2004
-
-
Chris Lattner authored
but not right now. llvm-svn: 13811
-
- Feb 21, 2004
-
-
Misha Brukman authored
llvm-svn: 11690
-
Chris Lattner authored
in a signal handler, allocating memory or doing other unsafe things is bad, which means we should do it in a different process. llvm-svn: 11689
-
- Feb 20, 2004
-
-
Brian Gaeke authored
llvm-svn: 11658
-
- Feb 19, 2004
-
-
Chris Lattner authored
call breaks on sparcs llvm-svn: 11635
-
Chris Lattner authored
llvm-svn: 11631
-
Alkis Evlogimenos authored
the symbols are not demangled. llvm-svn: 11620
-
- Dec 14, 2003
-
-
Chris Lattner authored
llvm-svn: 10464
-
- Nov 11, 2003
-
-
Brian Gaeke authored
llvm-svn: 9903
-
- Oct 20, 2003
-
-
John Criswell authored
Header files will be on the way. llvm-svn: 9298
-
- Sep 16, 2003
-
-
Misha Brukman authored
llvm-svn: 8559
-
- Aug 01, 2003
-
-
Chris Lattner authored
llvm-svn: 7480
-
- Jun 30, 2003
-
-
John Criswell authored
system. llvm-svn: 7014
-
- May 27, 2003
-
-
Chris Lattner authored
llvm-svn: 6351
-
- May 22, 2003
-
-
Chris Lattner authored
llvm-svn: 6305
-
- Sep 13, 2002
-
-
Chris Lattner authored
ISSUE: Linux doesn't have any steenking SIGEMT signal, as referred to in lib/Support/Signals.cpp. ACTION: Wrap the use with a #ifdef SIGEMT / #endif. llvm-svn: 3700
-
- Jun 25, 2002
-
-
Anand Shukla authored
llvm-svn: 2791
-
- Apr 18, 2002
-
-
Chris Lattner authored
llvm-svn: 2302
-