- Aug 20, 2008
-
-
Bill Wendling authored
was already present, but not hooked up to anything. llvm-svn: 55018
-
Dan Gohman authored
llvm-svn: 55015
-
Dan Gohman authored
llvm-svn: 55014
-
Owen Anderson authored
llvm-svn: 55012
-
- Aug 19, 2008
-
-
Dan Gohman authored
llvm-svn: 55011
-
Dan Gohman authored
llvm-svn: 55010
-
Dan Gohman authored
instead of the one that doesn't and then adding it manually. llvm-svn: 55006
-
Dan Gohman authored
a desired opcode. llvm-svn: 55005
-
Owen Anderson authored
With this patch, all of MultiSource/Applications and all of SPEC2000/2006 pass with the SimpleSpiller and this fast-path enabled. llvm-svn: 55000
-
Dale Johannesen authored
builtins on X86. Change "lock" instructions to be on a separate line. This is needed to work around a bug in the Darwin assembler. llvm-svn: 54999
-
Gordon Henriksen authored
llvm-svn: 54995
-
Gordon Henriksen authored
llvm-svn: 54994
-
Nicolas Geoffray authored
Also skip indirect encoding for platforms that ask for one: we direclty write an address, not a pointer to the address. llvm-svn: 54987
-
Chris Lattner authored
llvm-svn: 54985
-
Chris Lattner authored
llvm-svn: 54984
-
Chris Lattner authored
type names at the top of the file. llvm-svn: 54983
-
Chris Lattner authored
llvm-svn: 54982
-
Chris Lattner authored
an ostream, which is just weird. Rename SC_DEBUG -> ST_DEBUG Remove static indentation strangeness from WriteConstantInt. This makes it so that large structs are not broken down and printed on multiple lines. If there is demand for this to return, there are better ways to implement this. llvm-svn: 54981
-
Chris Lattner authored
llvm-svn: 54980
-
Chris Lattner authored
llvm-svn: 54979
-
Chris Lattner authored
llvm-svn: 54978
-
Chris Lattner authored
llvm-svn: 54977
-
Chris Lattner authored
llvm-svn: 54976
-
Chris Lattner authored
llvm-svn: 54975
-
Chris Lattner authored
to the gambling device. Name it something more meaningful. llvm-svn: 54974
-
Owen Anderson authored
llvm-svn: 54968
-
Chris Lattner authored
llvm-svn: 54964
-
Owen Anderson authored
llvm-svn: 54958
-
Owen Anderson authored
1) Assign stack slots to new temporaries. 2) Don't insert an interval into the return vector more than once. llvm-svn: 54956
-
- Aug 18, 2008
-
-
Chris Lattner authored
llvm-svn: 54950
-
Owen Anderson authored
1) Remove an incorrect assertion. 2) Set the stack slot weight properly. 3) Resize the VirtRegMap when needed. llvm-svn: 54949
-
Anton Korobeynikov authored
llvm-svn: 54942
-
Owen Anderson authored
llvm-svn: 54939
-
Chris Lattner authored
printing ascii code for hex numbers instead of the hex numbers themselves. llvm-svn: 54936
-
Owen Anderson authored
llvm-svn: 54930
-
Owen Anderson authored
Resurrect some ancient code to add spill ranges without attempting folding, remat, or splitting. This code has been updated to current APIs in so far as it compiles and, in theory, works, but does not take advantage of recent advancements. For instance, it could be improved by using MachineRegisterInfo::use_iterator. llvm-svn: 54924
-
Nicolas Geoffray authored
so that lli works out of the box with -enable-eh. llvm-svn: 54920
-
Evan Cheng authored
llvm-svn: 54913
-
Bill Wendling authored
hoisting out some "test" and "cmp" instructions. This was obvious badness. llvm-svn: 54908
-
- Aug 17, 2008
-
-
Nick Lewycky authored
predicate, swap the order of the operands. llvm-svn: 54907
-