- Aug 29, 2004
-
-
Reid Spencer authored
independence of the tool. llvm-svn: 16092
-
Reid Spencer authored
llvm-svn: 16091
-
- Aug 12, 2004
-
-
Chris Lattner authored
llvm-svn: 15675
-
- Jul 29, 2004
-
-
Misha Brukman authored
llvm-svn: 15334
-
- Jul 24, 2004
-
-
Chris Lattner authored
llvm-svn: 15163
-
- Jul 23, 2004
-
-
Misha Brukman authored
* Print out another '\n' after printing out program execution status * Make sure code wraps at 80 cols llvm-svn: 15123
-
- Jul 21, 2004
-
-
Brian Gaeke authored
llvm-svn: 15089
-
- Jul 18, 2004
-
-
Reid Spencer authored
- Replace ConstantPointerRef usage with GlobalValue usage llvm-svn: 14953
-
- Jul 16, 2004
-
-
Chris Lattner authored
llvm-svn: 14867
-
- Jul 11, 2004
-
-
Chris Lattner authored
llvm-svn: 14740
-
- Jul 04, 2004
-
-
Reid Spencer authored
llvm-svn: 14623
-
- Jun 23, 2004
-
-
Misha Brukman authored
llvm-svn: 14351
-
- May 27, 2004
-
-
Chris Lattner authored
llvm-svn: 13813
-
- May 25, 2004
-
-
Reid Spencer authored
llvm-svn: 13754
-
- May 12, 2004
-
-
Chris Lattner authored
llvm-svn: 13502
-
Chris Lattner authored
llvm-svn: 13491
-
Chris Lattner authored
llvm-svn: 13477
-
Chris Lattner authored
can extract basic blocks up to the limit of the block extractor implementation. llvm-svn: 13475
-
- May 11, 2004
-
-
Chris Lattner authored
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 :) llvm-svn: 13471
-
Chris Lattner authored
llvm-svn: 13470
-
- May 07, 2004
-
-
Chris Lattner authored
bugpoint ... --tool-args -enable-correct-eh-support -regalloc=linearscan --args -- -foo So that tool-args option gets the -enable-correct-eh-support -regalloc=linearscan flags instead of bugpoint. llvm-svn: 13389
-
- May 06, 2004
-
-
Chris Lattner authored
llvm-svn: 13385
-
- May 04, 2004
-
-
Brian Gaeke authored
This is intended to address Bug 40. llvm-svn: 13358
-
- Apr 23, 2004
-
-
Chris Lattner authored
llvm-svn: 13132
-
- Apr 22, 2004
-
-
Misha Brukman authored
llvm-svn: 13109
-
- Apr 21, 2004
-
-
Misha Brukman authored
llvm-svn: 13097
-
- Apr 19, 2004
-
-
Misha Brukman authored
wrapper idea uniformly: we can use Value::replaceAllUsesWith() instead of special-casing by class of user. llvm-svn: 13063
-
Misha Brukman authored
* Wrap a long line llvm-svn: 13061
-
Misha Brukman authored
by creating an internal wrapper function with same signature as the external function, and use it instead of the "real" function. The wrapper then calls the external function using the same JIT function resolution API that has been used before for rewriting instructions, since the wrapper has an explicit call instruction which we can rewrite. llvm-svn: 13054
-
- Apr 12, 2004
-
-
Chris Lattner authored
generator bug if multiple loops are extracted from a function. llvm-svn: 12847
-
- Apr 10, 2004
-
-
Chris Lattner authored
llvm-svn: 12797
-
- Apr 06, 2004
-
-
Misha Brukman authored
llvm-svn: 12701
-
Chris Lattner authored
code. This "instantly" gives us loop-extractor power to assist with the debugment of our nasty codegen issues. :) llvm-svn: 12678
-
Chris Lattner authored
llvm-svn: 12677
-
- Apr 05, 2004
-
-
Chris Lattner authored
llvm-svn: 12676
-
Chris Lattner authored
llvm-svn: 12675
-
Chris Lattner authored
llvm-svn: 12671
-
Chris Lattner authored
llvm-svn: 12655
-
- Apr 02, 2004
-
-
Chris Lattner authored
llvm-svn: 12612
-
Chris Lattner authored
llvm-svn: 12606
-