- Mar 18, 2009
-
-
Daniel Dunbar authored
llvm-svn: 67168
-
Daniel Dunbar authored
shadowing member. llvm-svn: 67167
-
Daniel Dunbar authored
- PR3830 llvm-svn: 67166
-
Chris Lattner authored
llvm-svn: 67165
-
Chris Lattner authored
llvm-svn: 67164
-
Daniel Dunbar authored
require a space (to avoid concatenation) if the numeric constant had a leading period. - PR3819. llvm-svn: 67163
-
Daniel Dunbar authored
llvm-svn: 67162
-
Daniel Dunbar authored
Actions so a simple tree traversal isn't quite good enough. Leaving a FIXME for now. llvm-svn: 67161
-
Daniel Dunbar authored
llvm-svn: 67160
-
Daniel Dunbar authored
llvm-svn: 67159
-
Daniel Dunbar authored
earlier. - This gives us a simple ownership model, and allows clients access to more information should they ever want it. - We now free Actions correctly. llvm-svn: 67158
-
Evan Cheng authored
llvm-svn: 67156
-
Daniel Dunbar authored
libLex. llvm-svn: 67155
-
Zhongxing Xu authored
llvm-svn: 67154
-
Daniel Dunbar authored
flawed idea that llvm::sys::Path::getBasename was a version of basename(). llvm-svn: 67153
-
Zhongxing Xu authored
var region roots. llvm-svn: 67152
-
Daniel Dunbar authored
case. llvm-svn: 67151
-
Daniel Dunbar authored
llvm-svn: 67150
-
Daniel Dunbar authored
llvm-svn: 67149
-
Gabor Greif authored
llvm-svn: 67148
-
Anders Carlsson authored
llvm-svn: 67147
-
Daniel Dunbar authored
llvm-svn: 67146
-
Gabor Greif authored
llvm-svn: 67145
-
Evan Cheng authored
llvm-svn: 67143
-
Chris Lattner authored
not safe in general because the immediate could be an arbitrary value that does not fit in a 32-bit pcrel displacement. Conservatively fall back to loading the value into a register and calling through it. We still do the optzn on X86-32. llvm-svn: 67142
-
Douglas Gregor authored
Type pointer. This allows our nested-name-specifiers to retain more information about the actual spelling (e.g., which typedef did the user name, or what exact template arguments were used in the template-id?). It will also allow us to have dependent nested-name-specifiers that don't map to any DeclContext. llvm-svn: 67140
-
Chris Lattner authored
an invoke instead of after the invoke (in its block), which is invalid. llvm-svn: 67139
-
Bill Wendling authored
llvm-svn: 67138
-
Bill Wendling authored
llvm-svn: 67137
-
Daniel Dunbar authored
inverted). llvm-svn: 67135
-
Chris Lattner authored
it is not APInt clean, but even when it is it needs to be evaluated carefully to determine whether it is actually profitable. This fixes a crash on PR3806 llvm-svn: 67134
-
Douglas Gregor authored
llvm-svn: 67133
-
Rafael Espindola authored
Some architectures (like x86) don't require it. This fixes bug 3779. llvm-svn: 67132
-
Daniel Dunbar authored
-ccc-no-clang, -ccc-no-clang-cxx, -ccc-no-clang-cpp, -fsyntax-only). llvm-svn: 67131
-
Daniel Dunbar authored
llvm-svn: 67130
-
Daniel Dunbar authored
llvm-svn: 67129
-
Chris Lattner authored
no functionality change. llvm-svn: 67128
-
Chris Lattner authored
discovered as part of PR3817 llvm-svn: 67127
-
- Mar 17, 2009
-
-
Chris Lattner authored
a type. For example, if we have a typedef of a typeof of int, we strip all the say down to int. This allows us to simplify the getAs* methods, and is the first step towards fixing PR3817 llvm-svn: 67126
-
Daniel Dunbar authored
driver has no corresponding option. llvm-svn: 67125
-