- Oct 25, 2010
-
-
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
-
Benjamin Kramer authored
llvm-svn: 117213
-
Eric Christopher authored
note that we can actually handle some f64 arguments. llvm-svn: 117209
-
Benjamin Kramer authored
llvm-svn: 117208
-
Benjamin Kramer authored
llvm-svn: 117206
-
Michael J. Spencer authored
llvm-svn: 117205
-
Chandler Carruth authored
name and prefixed with 'LLVM_'. llvm-svn: 117203
-
Chandler Carruth authored
llvm-svn: 117202
-
Chandler Carruth authored
until other LLVM projects using these are cleaned up. llvm-svn: 117200
-
Chandler Carruth authored
was found by a GCC warning. ;] llvm-svn: 117199
-
Mikhail Glushenkov authored
llvm-svn: 117198
-
Mikhail Glushenkov authored
llvm-svn: 117197
-
Mikhail Glushenkov authored
llvm-svn: 117196
-
Mikhail Glushenkov authored
llvm-svn: 117195
-
Evan Cheng authored
llvm-svn: 117194
-
Evan Cheng authored
2) live-outs. Previously the post-RA schedulers completely ignore these dependencies since returns, branches, etc. are all scheduling barriers. This patch model the latencies between instructions being scheduled and the barriers. It also handle calls by marking their register uses. llvm-svn: 117193
-
Evan Cheng authored
llvm-svn: 117192
-
Jakob Stoklund Olesen authored
of all predecessors. llvm-svn: 117191
-
Owen Anderson authored
llvm-svn: 117189
-
Jim Grosbach authored
llvm-svn: 117188
-
Jim Grosbach authored
llvm-svn: 117187
-
Owen Anderson authored
llvm-svn: 117186
-
Jim Grosbach authored
llvm-svn: 117185
-