- Aug 20, 2008
-
-
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
-
Eli Friedman authored
heck it does on Darwin, but it's not part of POSIX, and the GNU version of find errors out on it. On a side note, there are a couple of new failures due to tests including OS X specific headers. llvm-svn: 55019
-
Bill Wendling authored
was already present, but not hooked up to anything. llvm-svn: 55018
-
Dan Gohman authored
demonstrate the extent of its capabilities. Note that it only attempts to operate on one of the blocks in this testcase. llvm-svn: 55016
-
Dan Gohman authored
llvm-svn: 55015
-
Dan Gohman authored
llvm-svn: 55014
-
Ted Kremenek authored
llvm-svn: 55013
-
Owen Anderson authored
llvm-svn: 55012
-
- Aug 19, 2008
-
-
Dan Gohman authored
llvm-svn: 55011
-
Dan Gohman authored
llvm-svn: 55010
-
Dan Gohman authored
llvm-svn: 55009
-
Dan Gohman authored
register class. llvm-svn: 55008
-
Dan Gohman authored
helper function. llvm-svn: 55007
-
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
-
Dan Gohman authored
llvm-svn: 55004
-
Dan Gohman authored
llvm-svn: 55003
-
Dan Gohman authored
FastISel doesn't support yet. llvm-svn: 55002
-
Chris Lattner authored
llvm-svn: 55001
-
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
-
Dan Gohman authored
llvm-svn: 54998
-
Dan Gohman authored
llvm-svn: 54997
-
Dan Gohman authored
llvm-svn: 54996
-
Gordon Henriksen authored
llvm-svn: 54995
-
Gordon Henriksen authored
llvm-svn: 54994
-
Ted Kremenek authored
This patch extends BasicStoreManager::getInitialStore() to include code that symbolicates input variables. It also removes redundant handling of ImplicitParamDecl, since it is a subclass of VarDecl. llvm-svn: 54993
-
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
-
Steve Naroff authored
Fix crasher in RewriteObjC::RewriteObjCSynchronizedStmt(). Can't depend on the source locations of the sync expression (since it may have been rewritten. Fixes <rdar://problem/6156363> clang ObjC rewriter: rewriting attached file causes assertion failure: invalid FileID llvm-svn: 54986
-
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
-