- Nov 28, 2010
-
-
Jakob Stoklund Olesen authored
These iterators don't point anywhere, and they can't be compared to anything. They are only good for assigning to. llvm-svn: 120239
-
Chandler Carruth authored
Gentoo systems with multiple versions to pick up the newest one first. This is especially important with Gentoo because some of the older versions are left on systems in strange states. llvm-svn: 120238
-
Jakob Stoklund Olesen authored
This is a version of find() that always searches forwards and is faster for local searches. llvm-svn: 120237
-
Bob Wilson authored
llvm-svn: 120236
-
Bob Wilson authored
llvm-svn: 120235
-
Bob Wilson authored
The op11_8 field is the same for all of them so put it in the instruction classes instead of specifying it separately for each instruction. llvm-svn: 120234
-
Bob Wilson authored
llvm-svn: 120233
-
Jakob Stoklund Olesen authored
llvm-svn: 120232
-
Rafael Espindola authored
llvm-svn: 120231
-
Mikhail Glushenkov authored
llvm-svn: 120230
-
Anton Korobeynikov authored
llvm-svn: 120229
-
Anton Korobeynikov authored
llvm-svn: 120228
-
- Nov 27, 2010
-
-
Jakob Stoklund Olesen authored
llvm-svn: 120227
-
Jakob Stoklund Olesen authored
Implement iterator::erase() in a simple version that erases nodes when they become empty, but doesn't try to redistribute elements among siblings for better packing. Handle coalescing across leaf nodes which may require erasing entries. llvm-svn: 120226
-
Rafael Espindola authored
llvm-svn: 120225
-
Rafael Espindola authored
llvm-svn: 120224
-
Benjamin Kramer authored
llvm-svn: 120223
-
Daniel Dunbar authored
llvm-svn: 120219
-
Daniel Dunbar authored
llvm-svn: 120218
-
Daniel Dunbar authored
llvm-svn: 120217
-
Daniel Dunbar authored
llvm-svn: 120216
-
Daniel Dunbar authored
llvm-svn: 120215
-
Daniel Dunbar authored
llvm-svn: 120214
-
Daniel Dunbar authored
llvm-svn: 120213
-
NAKAMURA Takumi authored
Unittests need LLVM_BUILD_MODE to pick up each test. Confirmed on CentOS5, Mingw, MSYS, and with possible configurations on VS8 and VS10. llvm-svn: 120212
-
Benjamin Kramer authored
llvm-svn: 120205
-
Daniel Dunbar authored
llvm-svn: 120204
-
Daniel Dunbar authored
llvm-svn: 120203
-
Owen Anderson authored
by my recent GVN improvement. Looking through a single layer of PHI nodes when attempting to sink GEPs, we need to iteratively look through arbitrary PHI nests. llvm-svn: 120202
-
Daniel Dunbar authored
situations where on the common path an API can return a pointer to some direct memory, but which on an exceptional path may need to return a pointer to a temporary struct. llvm-svn: 120201
-
Daniel Dunbar authored
llvm-svn: 120200
-
Daniel Dunbar authored
llvm-svn: 120199
-
Daniel Dunbar authored
llvm-svn: 120198
-
Bob Wilson authored
llvm-svn: 120197
-
Daniel Dunbar authored
llvm-svn: 120196
-
Daniel Dunbar authored
llvm-svn: 120195
-
Bob Wilson authored
llvm-svn: 120194
-
Bob Wilson authored
I added these instructions recently but I have no idea where these "1" values in the NextCycles field came from. As far as I can tell now, these instruction stages are clearly intended to overlap. llvm-svn: 120193
-
Daniel Dunbar authored
llvm-svn: 120192
-
Daniel Dunbar authored
llvm-svn: 120191
-