- Oct 25, 2010
-
-
Owen Anderson authored
llvm-svn: 117303
-
Owen Anderson authored
llvm-svn: 117302
-
Dan Gohman authored
bits open for future uses. llvm-svn: 117301
-
Daniel Dunbar authored
llvm-svn: 117299
-
Daniel Dunbar authored
llvm-svn: 117298
-
Daniel Dunbar authored
llvm-svn: 117297
-
Daniel Dunbar authored
llvm-svn: 117296
-
Daniel Dunbar authored
now that we have macros and friends. Uncovered a bug in macro expansion... llvm-svn: 117295
-
Owen Anderson authored
Attempt to provide correct encodings for NEON vbit and vbif, even though we can't test them at the moment. llvm-svn: 117294
-
Owen Anderson authored
llvm-svn: 117293
-
Jim Grosbach authored
llvm-svn: 117291
-
Dan Gohman authored
llvm-svn: 117288
-
Charles Davis authored
Michael Spencer. llvm-svn: 117286
-
Owen Anderson authored
llvm-svn: 117282
-
Rafael Espindola authored
llvm-svn: 117280
-
Owen Anderson authored
llvm-svn: 117279
-
Owen Anderson authored
llvm-svn: 117277
-
Owen Anderson authored
llvm-svn: 117276
-
Rafael Espindola authored
llvm-svn: 117275
-
Owen Anderson authored
llvm-svn: 117274
-
Owen Anderson authored
llvm-svn: 117273
-
Jakob Stoklund Olesen authored
llvm-svn: 117272
-
Owen Anderson authored
llvm-svn: 117270
-
Owen Anderson authored
llvm-svn: 117269
-
Dan Gohman authored
llvm-svn: 117268
-
Charles Davis authored
llvm-svn: 117267
-
Dan Gohman authored
llvm-svn: 117266
-
Dan Gohman authored
from stores when folding in bitcasts. llvm-svn: 117265
-
Charles Davis authored
instruction at the beginning of each function that has the attribute, allowing the function to be easily hooked and/or patched. llvm-svn: 117264
-
Tobias Grosser authored
Contributed by: ether llvm-svn: 117263
-
Duncan Sands authored
Rather than rename this instance, use the cast-to-void idiom instead. This will hopefully fix the windows buildbots. llvm-svn: 117262
-
Duncan Sands authored
smooshlab build. The breakage seems to be due to a collision between LLVM's ATTRIBUTE_UNUSED and gcc's which was previously hidden due to header files being included in a lucky order. llvm-svn: 117260
-
Kalle Raiskila authored
llvm-svn: 117255
-
- Oct 24, 2010
-
-
Jakob Stoklund Olesen authored
llvm-svn: 117245
-
Wesley Peck authored
llvm-svn: 117244
-
Rafael Espindola authored
we check for _GLOBAL_OFFSET_TABLE_. llvm-svn: 117241
-
Chris Lattner authored
llvm-svn: 117232
-
Chris Lattner authored
llvm-svn: 117230
-
Duncan Sands authored
it isn't unreachable and should not be zapped. The check for the entry block was missing in one case: a block containing a unwind instruction. While there, do some small cleanups: "M" is not a great name for a Function* (it would be more appropriate for a Module*), change it to "Fn"; use Fn in more places. llvm-svn: 117224
-
- Oct 23, 2010
-
-
Owen Anderson authored
llvm-svn: 117214
-