- Jun 27, 2005
-
-
Chris Lattner authored
For now, the elf writer is only capable of emitting an empty elf file, with a section table and a section table string table. This will be enhanced in the future :) llvm-svn: 22291
-
Chris Lattner authored
For now, the elf writer is only capable of emitting an empty elf file, with a section table and a section table string table. This will be enhanced in the future :) llvm-svn: 22290
-
Andrew Lenharth authored
llvm-svn: 22289
-
Andrew Lenharth authored
should be able to handle this case. The code is there, so let's see if it works. llvm-svn: 22288
-
- Jun 25, 2005
-
-
Chris Lattner authored
llvm-svn: 22287
-
Chris Lattner authored
llvm-svn: 22286
-
Chris Lattner authored
llvm-svn: 22285
-
Chris Lattner authored
llvm-svn: 22284
-
Chris Lattner authored
interface. llvm-svn: 22282
-
Chris Lattner authored
llvm-svn: 22281
-
- Jun 24, 2005
-
-
Chris Lattner authored
llvm-svn: 22280
-
Chris Lattner authored
llvm-svn: 22279
-
Chris Lattner authored
llvm-svn: 22278
-
Chris Lattner authored
llvm-svn: 22277
-
Andrew Lenharth authored
llvm-svn: 22276
-
- Jun 23, 2005
-
-
Andrew Lenharth authored
llvm-svn: 22275
-
Andrew Lenharth authored
llvm-svn: 22274
-
- Jun 22, 2005
-
-
Andrew Lenharth authored
See last commit for LangRef, this implements it on all targets. llvm-svn: 22273
-
Andrew Lenharth authored
llvm-svn: 22272
-
Andrew Lenharth authored
of memory instructions in the assembly, to allow later linking of traces with LLVM Value*s. llvm-svn: 22271
-
- Jun 20, 2005
-
-
John Criswell authored
llvm-svn: 22270
-
Andrew Lenharth authored
llvm-svn: 22269
-
Andrew Lenharth authored
llvm-svn: 22268
-
Andrew Lenharth authored
make AliasAnalysis know that VAArg writes memory. This is extremely conservative and should be fixed llvm-svn: 22267
-
Andrew Lenharth authored
prevent GCSE from forwarding stores to loads around vaarg. This is uggly, and I am trying to fix the AliasInfo, as it should catch the problem instead. llvm-svn: 22266
-
Andrew Lenharth authored
llvm-svn: 22265
-
- Jun 19, 2005
-
-
Andrew Lenharth authored
llvm-svn: 22264
-
Andrew Lenharth authored
llvm-svn: 22263
-
Andrew Lenharth authored
llvm-svn: 22262
-
Andrew Lenharth authored
so this doesn't crash when run. It is hard to tell if things are right enough to work correctly with all the TmpInstructions running around llvm-svn: 22261
-
Andrew Lenharth authored
llvm-svn: 22260
-
Reid Spencer authored
llvm-svn: 22259
-
Reid Spencer authored
llvm-svn: 22258
-
Reid Spencer authored
llvm-svn: 22257
-
- Jun 18, 2005
-
-
Reid Spencer authored
old vaarg instruction. llvm-svn: 22256
-
Andrew Lenharth authored
llvm-svn: 22255
-
Andrew Lenharth authored
llvm-svn: 22254
-
Andrew Lenharth authored
llvm-svn: 22253
-
Andrew Lenharth authored
llvm-svn: 22252
-
Andrew Lenharth authored
path on alpha, now has come the time for new vararg support. So, with out further ado, I revert behavior back a couple of years! Well, ok, I lied. A few more notes. First, the Simple ISels cannot be expected to work any longer, but they should still compile Second, there are likely some bugs to track down once the nightly testers start with this. Third, the initial patch doesn't include sparcv9, but I'll do that today. Forth, subsequent patches won't bother being long winded. llvm-svn: 22251
-