- Aug 22, 2008
-
-
Zhongxing Xu authored
llvm-svn: 55150
-
Bill Wendling authored
infinite loop. llvm-svn: 55149
-
Owen Anderson authored
Fix write() when the string being written is larger than the buffer. This broke various ObjC testcases with very long symbol names. llvm-svn: 55148
-
Bill Wendling authored
llvm-svn: 55147
-
Bill Wendling authored
llvm-svn: 55146
-
Dan Gohman authored
llvm-svn: 55145
-
Zhongxing Xu authored
llvm-svn: 55144
-
- Aug 21, 2008
-
-
Daniel Dunbar authored
Updated ObjCProtocolDecl::protocol_iterator to match that of ObjCInterfaceDecl. llvm-svn: 55143
-
Ted Kremenek authored
Added --use-cc option to scan-build to allow the user to specify what compiler they want to use for code compilation. llvm-svn: 55142
-
Dale Johannesen authored
llvm-svn: 55141
-
Dale Johannesen authored
llvm-svn: 55140
-
Evan Cheng authored
1. x86-64 byval alignment should be max of 8 and alignment of type. Previously the code was not doing what the commit message was saying. 2. Do not use byte repeat move and store operations. These are slow. llvm-svn: 55139
-
Owen Anderson authored
llvm-svn: 55138
-
David Greene authored
Fix ComputeMaskedBits to handle phis correctly. We need to take the minimum of the known zeros. llvm-svn: 55137
-
Mon P Wang authored
llvm-svn: 55135
-
Owen Anderson authored
llvm-svn: 55134
-
Dan Gohman authored
llvm-svn: 55133
-
Dan Gohman authored
llvm-svn: 55132
-
Chris Lattner authored
"+=". llvm-svn: 55131
-
Dan Gohman authored
llvm-svn: 55130
-
Dan Gohman authored
llvm-svn: 55129
-
Anton Korobeynikov authored
This unbreaks explicit reg vars inside JIT, which are implemented in such hacky way :) llvm-svn: 55128
-
Chris Lattner authored
operands. llvm-svn: 55127
-
Dan Gohman authored
has MOV64ri32 and no plain MOV64ri. llvm-svn: 55126
-
Dan Gohman authored
intptr_t type in this case. FastISel can now select simple getelementptr instructions. llvm-svn: 55125
-
Dan Gohman authored
from all targets. llvm-svn: 55124
-
Dan Gohman authored
are actually deleted, so it's not necessary to remove re-used nodes from the set. llvm-svn: 55123
-
Dan Gohman authored
llvm-svn: 55122
-
Dan Gohman authored
the full SDUse, which isn't needed. llvm-svn: 55121
-
Dan Gohman authored
llvm-svn: 55120
-
Steve Naroff authored
This fixes <rdar://problem/6163088> clang ObjC rewriter: @synchronized ([foo class]) {} does not cast properly. llvm-svn: 55118
-
Bill Wendling authored
llvm-svn: 55117
-
Chris Lattner authored
llvm-svn: 55116
-
Chris Lattner authored
llvm-svn: 55115
-
Owen Anderson authored
Implement operator<< in terms of basic types rather than [u]int*_t, which is better for portability. There might be some way to factor this all with metaprogramming magic, but I'm not sure how offhand. llvm-svn: 55114
-
Nick Lewycky authored
slowdown in bzip2. llvm-svn: 55113
-
Chris Lattner authored
llvm-svn: 55112
-
Nick Lewycky authored
llvm-svn: 55110
-
Daniel Dunbar authored
lines as errors. llvm-svn: 55109
-
Daniel Dunbar authored
- Functional for simple cases but there are some glaring omissions (protocols, properties, and other language extensions). - The code needs a fair bit of cleaning. llvm-svn: 55108
-