- Aug 22, 2008
-
-
Chris Lattner authored
Patch contributed by Bjorn Reese! llvm-svn: 55179
-
Nicolas Geoffray authored
llvm-svn: 55173
-
Owen Anderson authored
llvm-svn: 55171
-
Chris Lattner authored
Patch contributed by m-s. llvm-svn: 55167
-
Dale Johannesen authored
so that lwarx and stwcx are always executed the same number of times. This is important for performance, I'm told. llvm-svn: 55163
-
Dan Gohman authored
llvm-svn: 55157
-
Dan Gohman authored
and use it in FastISelEmitter.cpp, and make FastISel subtarget aware. Among other things, this lets it work properly on x86 targets that don't have SSE, where it successfully selects x87 instructions. llvm-svn: 55156
-
Bill Wendling authored
llvm-svn: 55154
-
Bill Wendling authored
llvm-svn: 55151
-
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
-
- Aug 21, 2008
-
-
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
-
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
-
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
-