- 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
-
-
Brian Gaeke authored
when they have to run a gccld shell script without having lli in their path. This is intended to address Bug 289. Also, emit the traditional syntax ${1+"$@"} for passing all of a shell script's args to a subprocess. If you have arguments that have spaces in them, $* will not preserve the quoting (i.e., the quoted string "foo bar" as an argument will end up as two arguments "foo" "bar" to lli.) llvm-svn: 13414
-
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
-
Misha Brukman authored
module. Default is `isolate' as before. llvm-svn: 13113
-
- Apr 22, 2004
-
-
Misha Brukman authored
llvm-svn: 13109
-
- Apr 21, 2004
-
-
Misha Brukman authored
llvm-svn: 13097
-
Alkis Evlogimenos authored
llvm-svn: 13091
-
- 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 18, 2004
-
-
Chris Lattner authored
llvm-svn: 13030
-
- Apr 15, 2004
-
-
Misha Brukman authored
llvm-svn: 12962
-
- Apr 12, 2004
-
-
Chris Lattner authored
llvm-svn: 12863
-
Chris Lattner authored
llvm-svn: 12862
-
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 08, 2004
-
-
Chris Lattner authored
generate is not TBAA safe. llvm-svn: 12774
-
Chris Lattner authored
llvm-svn: 12773
-
Chris Lattner authored
aliasing in the C compiler. llvm-svn: 12772
-
- Apr 06, 2004
-
-
Misha Brukman authored
llvm-svn: 12701
-
Chris Lattner authored
llvm-svn: 12700
-
Chris Lattner authored
for the application with the C backend instead of the native LLVM code generator llvm-svn: 12698
-
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: 12634
-
Chris Lattner authored
llvm-svn: 12625
-