- Jun 22, 2009
-
-
Dan Gohman authored
terminology that LoopInfo uses. llvm-svn: 73863
-
Dan Gohman authored
overflow when computing a integer division to round up. Thanks to Nick Lewycky for noticing this! llvm-svn: 73862
-
- Jun 21, 2009
-
-
Chris Lattner authored
llvm-svn: 73861
-
Chris Lattner authored
llvm-svn: 73860
-
Chris Lattner authored
print its error message when it returns an asmtok::Error token. Compute a proper error code for llvm-mc in 'lex' mode. Add new -as-lex option to enable lexing mode (vs parsing mode). llvm-svn: 73859
-
Chris Lattner authored
llvm-svn: 73858
-
Chris Lattner authored
llvm-svn: 73857
-
Chris Lattner authored
llvm-svn: 73856
-
Chris Lattner authored
without errors. llvm-svn: 73855
-
Fariborz Jahanian authored
building obj-c++ clients. "Protocol" is a class name in Cocoa.h llvm-svn: 73854
-
Zhongxing Xu authored
llvm-svn: 73851
-
Rafael Espindola authored
Handle FpSET_ST0_80 being used when ST0 is still alive. llvm-svn: 73850
-
Chris Lattner authored
llvm-svn: 73849
-
Chris Lattner authored
llvm-svn: 73848
-
Chris Lattner authored
llvm-svn: 73847
-
Chris Lattner authored
llvm-svn: 73846
-
Chris Lattner authored
llvm-svn: 73845
-
Chris Lattner authored
llvm-svn: 73844
-
Chris Lattner authored
llvm-svn: 73843
-
Chris Lattner authored
llvm-svn: 73842
-
Chris Lattner authored
llvm-svn: 73841
-
Chris Lattner authored
llvm-svn: 73840
-
Nick Lewycky authored
llvm-svn: 73839
-
Chris Lattner authored
llvm-svn: 73838
-
Chris Lattner authored
llvm-svn: 73837
-
Chris Lattner authored
llvm-svn: 73836
-
Chris Lattner authored
llvm-svn: 73835
-
- Jun 20, 2009
-
-
Chris Lattner authored
a global with that gets printed with the :mem modifier. All operands to lea's should be handled with the lea32mem operand kind, and this allows the TLS stuff to do this. There are several better ways to do this, but I went for the minimal change since I can't really test this (beyond make check). This also makes the use of EBX explicit in the operand list in the 32-bit, instead of implicit in the instruction. llvm-svn: 73834
-
Fariborz Jahanian authored
llvm-svn: 73833
-
Chris Lattner authored
llvm-svn: 73832
-
Chris Lattner authored
llvm-svn: 73831
-
Chris Lattner authored
with MBB's. llvm-svn: 73830
-
Chris Lattner authored
it as a pcrel immediate instead. This gets pc-rel weirdness out of the main printoperand codepath. llvm-svn: 73829
-
Duncan Sands authored
compatible with the type will be used (at least the ABI alignment). llvm-svn: 73827
-
Argyrios Kyrtzidis authored
llvm-svn: 73826
-
Argyrios Kyrtzidis authored
llvm-svn: 73825
-
Chris Lattner authored
llvm-svn: 73824
-
Argyrios Kyrtzidis authored
Introduce SourceManager::getLocation() to get a source location out of a "file:line:column" triplet. llvm-svn: 73823
-
Argyrios Kyrtzidis authored
llvm-svn: 73822
-
Argyrios Kyrtzidis authored
Introduce Decl::getSourceRange() which, like Stmt::getSourceRange(), represents the range that the declaration covers. Add initial support for NamespaceDecl, VarDecl, and FunctionDecl: -NamespaceDecl range is from name to '}' -VarDecl is from name to possible init expression -FunctionDecl is from name to last parameter name or to end of its function body. llvm-svn: 73821
-