- Mar 13, 2010
-
-
Devang Patel authored
llvm-svn: 98408
-
Daniel Dunbar authored
other functionality on 403.gcc compiled at -O0. llvm-svn: 98405
-
Devang Patel authored
llvm-svn: 98403
-
Bob Wilson authored
mostly the same. llvm-svn: 98402
-
Devang Patel authored
Use CodeMetrics.analyzeBasicBlock() to estimate BB size. llvm-svn: 98401
-
- Mar 12, 2010
-
-
Bob Wilson authored
llvm-svn: 98398
-
Daniel Dunbar authored
- The implementation is currently very brain dead and inefficient, but I have a clear plan on how to fix it. - The good news is, it works and correctly assembles 403.gcc (when built with Clang, at '-Os', '-Os -g', and '-O3'). Even better, at '-Os' and '-Os -g', the resulting binary is exactly equivalent to that when built with the system assembler. So it probably works! :) llvm-svn: 98396
-
Bob Wilson authored
llvm-svn: 98395
-
Jeffrey Yasskin authored
llvm-svn: 98394
-
Chris Lattner authored
llvm-svn: 98392
-
Chris Lattner authored
llvm-svn: 98391
-
Chris Lattner authored
remove it. llvm-svn: 98390
-
Chris Lattner authored
some of its callers. llvm-svn: 98388
-
Chris Lattner authored
it to be non-virtual and soon disappear. llvm-svn: 98387
-
Chris Lattner authored
llvm-svn: 98386
-
Chris Lattner authored
llvm-svn: 98384
-
Daniel Dunbar authored
llvm-svn: 98381
-
Daniel Dunbar authored
llvm-svn: 98380
-
Daniel Dunbar authored
llvm-svn: 98379
-
Chris Lattner authored
llvm-svn: 98378
-
Chris Lattner authored
llvm-svn: 98377
-
Benjamin Kramer authored
llvm-svn: 98376
-
Chris Lattner authored
actually X86_StdCall or X86_FastCall. llvm-svn: 98374
-
Chris Lattner authored
llvm-svn: 98373
-
Chris Lattner authored
llvm-svn: 98372
-
Bill Wendling authored
llvm-svn: 98370
-
Devang Patel authored
llvm-svn: 98369
-
Chris Lattner authored
definitions. llvm-svn: 98368
-
Chris Lattner authored
llvm-svn: 98367
-
Chris Lattner authored
for a global instead of messing around with string buffers. llvm-svn: 98366
-
Chris Lattner authored
llvm-svn: 98365
-
Chris Lattner authored
no arguments instead of having to come up with a unique name. This also makes the code less fragile. llvm-svn: 98364
-
Chris Lattner authored
No functionality change. llvm-svn: 98363
-
Chris Lattner authored
can get it from the context now. llvm-svn: 98361
-
Chris Lattner authored
by A.Mazur! llvm-svn: 98360
-
Duncan Sands authored
the inner GEP is not a ConstantInt. llvm-svn: 98359
-
Jeffrey Yasskin authored
several fields to make it easier to figure out where bugs might be creeping in. llvm-svn: 98358
-
Duncan Sands authored
ppc calls copysignl with a 128 bit ppc long double, resulting in a node that the type legalizer doesn't know how to expand. llvm-svn: 98357
-
Kovarththanan Rajaratnam authored
llvm-svn: 98350
-
Benjamin Kramer authored
string temporary. This should fix PR6590. llvm-svn: 98349
-