- Mar 13, 2010
-
-
Chris Lattner authored
entries to not thrash std::strings and MCSymbols. llvm-svn: 98415
-
Chris Lattner authored
targets. This is a temporary hack for the .o file writer that Daniel wants :) llvm-svn: 98413
-
Jeffrey Yasskin authored
Tested: clang debug bootstrap, llvm-gcc bootstrap, `make check-lit` after configuring with --with-llvmgccdir (and this did run the FrontendC* tests this time) llvm-svn: 98410
-
Bob Wilson authored
writebacks to the address register. This gets rid of the hack that the first register on the list was the magic writeback register operand. There was an implicit constraint that if that operand was not reg0 it had to match the base register operand. The post-RA scheduler's antidependency breaker did not understand that constraint and sometimes changed one without the other. This also fixes Radar 7495976 and should help the verifier work better for ARM code. There are now new ld/st instructions explicit writeback operands and explicit constraints that tie those registers together. llvm-svn: 98409
-
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
-