llvm-6502/tools
Chris Lattner 5e783ab0b5 Implement basic block extraction for the miscompilation debugger. This still needs
two things: the FIXME in ExtractBlocks needs to be implemented, and the basic block
extractor itself needs to have enough bugs fixed for this to be more or less
useful.

Until the time that this is generally useful, it is hidden behind the new bugpoint
-enable-block-extraction option.  I hope to get the FIXME done tonight.

Also of note, this patch adds a -extract-bbs option to bugpoint which can be used
to debug the block extractor.  (hint hint Misha :)


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13471 91177308-0d34-0410-b5e6-96231b3b80d8
2004-05-11 21:54:13 +00:00
..
analyze finegrainify namespacification 2004-04-12 05:38:01 +00:00
bugpoint Implement basic block extraction for the miscompilation debugger. This still needs 2004-05-11 21:54:13 +00:00
extract Add command-line option to select whether to isolate or delete function from 2004-04-22 23:07:39 +00:00
gccas Move loop optimization passes up, add loop unroller 2004-04-18 05:21:01 +00:00
gccld Allow the user to set the LLVMINTERP environment variable as a workaround, for 2004-05-07 21:47:36 +00:00
llc Add a better head-of-file comment. 2004-03-16 21:47:20 +00:00
llee Fixes for PR214. Use the SHLIBEXT variable instead of hardcoding .so into 2004-01-26 20:59:41 +00:00
lli Great renaming part II: Sparc --> SparcV9 (also includes command-line options and Makefiles) 2004-02-25 19:08:12 +00:00
llvm-ar Make sure to print a stack trace whenever an error signal is delivered to the 2004-02-19 20:32:12 +00:00
llvm-as Make sure to print a stack trace whenever an error signal is delivered to the 2004-02-19 20:32:12 +00:00
llvm-db Great renaming part II: Sparc --> SparcV9 (also includes command-line options and Makefiles) 2004-02-25 19:08:12 +00:00
llvm-dis Make sure to print a stack trace whenever an error signal is delivered to the 2004-02-19 20:32:12 +00:00
llvm-extract Add command-line option to select whether to isolate or delete function from 2004-04-22 23:07:39 +00:00
llvm-link Make sure to print a stack trace whenever an error signal is delivered to the 2004-02-19 20:32:12 +00:00
llvm-nm Include cerrno (gcc-3.4 fix) 2004-04-21 16:11:40 +00:00
llvm-prof Annotate functions with edge counts as well, if they are available. 2004-03-08 20:04:32 +00:00
opt finegrainify namespacification 2004-04-12 05:38:01 +00:00
Makefile Add new directory 2004-01-05 05:28:15 +00:00