llvm-6502/lib
Chris Lattner 5af0c4803b * Use cached writer to speed up printing and get symbolic types more consistently
* When a segfault or bus error occurs, stop the program, print a stack trace, and dump the user in the debugger mode


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1169 91177308-0d34-0410-b5e6-96231b3b80d8
2001-11-07 04:23:00 +00:00
..
Analysis Added function IsLeafMethod to identify leaf methods. 2001-10-22 13:55:46 +00:00
AsmParser Improve some debugging code 2001-11-02 07:46:26 +00:00
Bytecode Fix obscure nasty bug with bytecode writing that could cause the last byte to be dropped. 2001-11-04 21:32:41 +00:00
CodeGen Fixed bug - added code in pushUnconstrainedIGNodes() to check whether a node 2001-11-06 15:25:38 +00:00
ExecutionEngine * Use cached writer to speed up printing and get symbolic types more consistently 2001-11-07 04:23:00 +00:00
Linker Don't forget to link type names together too. Fix for Olden/mst benchmark 2001-11-03 05:18:24 +00:00
Support Provide option to enable eating of all arguments following a specific one 2001-10-27 05:54:17 +00:00
Target Fixed bug - added code in pushUnconstrainedIGNodes() to check whether a node 2001-11-06 15:25:38 +00:00
Transforms Fix minor bug for shifts 2001-11-06 21:51:48 +00:00
VMCore Implement CachedWriter class to allow module level printing of various components very quickly 2001-11-07 04:21:57 +00:00
Makefile Compile the transforms directory 2001-10-13 07:04:00 +00:00