- Nov 03, 2012
-
-
David Blaikie authored
llvm-svn: 167346
-
Akira Hatanaka authored
llvm-svn: 167345
-
Owen Anderson authored
Be careful not to optimize a SELECT_CC into a SETCC post-legalization if the SETCC node would be illegal. llvm-svn: 167344
-
Greg Clayton authored
Make sure users know that "target variable" can read variables while running a process by changing the documentation string. llvm-svn: 167343
-
Enrico Granata authored
llvm-svn: 167342
-
Akira Hatanaka authored
register is needed. llvm-svn: 167341
-
Jordan Rose authored
llvm-svn: 167340
-
Jordan Rose authored
llvm-svn: 167339
-
Jordan Rose authored
These are CallEvent-equivalents of helpers already accessible in CheckerContext, as part of making it easier for new checkers to be written using CallEvent rather than raw CallExprs. llvm-svn: 167338
-
Jordan Rose authored
Also, Decls already carry a pointer to the ASTContext, so there's no need to pass an extra argument to the predicate. llvm-svn: 167337
-
David Blaikie authored
llvm-svn: 167336
-
Akira Hatanaka authored
reserved. Without this fix, RegScavenger::getRegsAvailable incorrectly returns an empty set of integer registers. llvm-svn: 167335
-
David Blaikie authored
llvm-svn: 167334
-
Nadav Rotem authored
Add a stub for the x86 cost model impl. Implement a basic cost rule for inserting/extracting from XMM registers. llvm-svn: 167333
-
David Blaikie authored
llvm-svn: 167332
-
- Nov 02, 2012
-
-
Fariborz Jahanian authored
mrr mode. llvm-svn: 167331
-
Nadav Rotem authored
llvm-svn: 167330
-
Nadav Rotem authored
llvm-svn: 167329
-
Chris Lattner authored
llvm-svn: 167328
-
Sean Callanan authored
variables for guard variables because the current class or method named contained the letters "GV". llvm-svn: 167327
-
Akira Hatanaka authored
llvm-svn: 167326
-
Argyrios Kyrtzidis authored
llvm-svn: 167325
-
Nadav Rotem authored
llvm-svn: 167324
-
Nadav Rotem authored
llvm-svn: 167323
-
Akira Hatanaka authored
being moved out of a basic block. llvm-svn: 167322
-
DeLesley Hutchins authored
attributes are attached to function declarations nested inside a class method. llvm-svn: 167321
-
Richard Trieu authored
llvm-svn: 167320
-
Richard Trieu authored
llvm-svn: 167319
-
Quentin Colombet authored
llvm-svn: 167318
-
Anna Zaks authored
llvm-svn: 167317
-
Anna Zaks authored
llvm-svn: 167316
-
Akira Hatanaka authored
llvm-svn: 167315
-
Greg Clayton authored
llvm-svn: 167314
-
Akira Hatanaka authored
This function estimates stack size and will be called before PrologEpilogInserter scans the callee-saved registers. llvm-svn: 167313
-
Akira Hatanaka authored
of the incoming argument area. llvm-svn: 167312
-
Rafael Espindola authored
"../llvm-git/utils/TableGen/CodeGenSchedule.cpp", line 1594.12: 1540-0218 (S) The call does not match any parameter list for "operator+". "../llvm-git/include/llvm/ADT/STLExtras.h", line 130.1: 1540-1283 (I) "template <class _Iterator, class Func> llvm::operator+(mapped_iterator<_Iterator,Func>::difference_type, const mapped_iterator<_Iterator,Func> &)" is not a viable candidate. Patch by Kai. llvm-svn: 167311
-
Akira Hatanaka authored
"set .noat" so that the assembler doesn't issue warnings when register $AT is used. llvm-svn: 167310
-
Rafael Espindola authored
Patch by Kai. llvm-svn: 167309
-
David Blaikie authored
llvm-svn: 167308
-
Rafael Espindola authored
* -Bsymbolic must be added for x86 as well. * Default CPU name also set to 'core2' for x86 android. Patch by Edwin Vane. llvm-svn: 167307
-