- Aug 20, 2008
-
-
Bill Wendling authored
llvm-svn: 55074
-
Dan Gohman authored
llvm-svn: 55072
-
Dan Gohman authored
llvm-svn: 55071
-
Dan Gohman authored
llvm-svn: 55070
-
Dan Gohman authored
llvm-svn: 55069
-
Evan Cheng authored
llvm-svn: 55067
-
Chris Lattner authored
and the slow-path cases out of line. This speeds up instcombine a bit in real world cases. Patch contributed by m-s. llvm-svn: 55063
-
Dan Gohman authored
llvm-svn: 55059
-
Dan Gohman authored
alignment and volatility information, such as loads and stores, to reduce the number of integer values added to the FoldingSetNodeID. llvm-svn: 55058
-
Dan Gohman authored
llvm-svn: 55057
-
Dan Gohman authored
necessary to use dyn_cast in these predicates. llvm-svn: 55055
-
Dan Gohman authored
llvm-svn: 55054
-
Dan Gohman authored
llvm-svn: 55053
-
Dan Gohman authored
llvm-svn: 55052
-
Dan Gohman authored
llvm-svn: 55050
-
Dan Gohman authored
llvm-svn: 55049
-
Dan Gohman authored
llvm-svn: 55047
-
Mon P Wang authored
llvm-svn: 55035
-
Dan Gohman authored
not have a fall-through successor. llvm-svn: 55033
-
Dan Gohman authored
llvm-svn: 55031
-
Dale Johannesen authored
llvm-svn: 55029
-
Dan Gohman authored
a command-line option, so that the default behavior is an abort, which is useful for exposing code that isn't supported yet. llvm-svn: 55028
-
Dan Gohman authored
that aren't available as virtual registers (for now). llvm-svn: 55026
-
Bill Wendling authored
Just expand it like the other X-bit sub_and_fetches. llvm-svn: 55023
-
Evan Cheng authored
llvm-svn: 55022
-
Dan Gohman authored
llvm-svn: 55021
-
Dan Gohman authored
llvm-svn: 55020
-
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
-