- Jan 18, 2007
-
-
Chris Lattner authored
delimits the boundaries of jump tables. This lets the linker's dead code stripping optimization do a better job. llvm-svn: 33315
-
Chris Lattner authored
llvm-svn: 33314
-
- Jan 17, 2007
-
-
Bill Wendling authored
writers. llvm-svn: 33311
-
Devang Patel authored
llvm-svn: 33309
-
Devang Patel authored
Pass Manager Type. llvm-svn: 33308
-
Devang Patel authored
llvm-svn: 33307
-
Devang Patel authored
pass manager type. This allows new FPPassManager to select Call Graph Pass Manager (if available) as its parent. llvm-svn: 33306
-
Chris Lattner authored
the .zerofill directive emission to not be darwin-specific llvm-svn: 33304
-
Chris Lattner authored
llvm-svn: 33303
-
Chris Lattner authored
llvm-svn: 33302
-
Anton Korobeynikov authored
non-statics. * Introduce new option to output zero-initialized data to .bss section. This can reduce size of binaries. Enable it by default for ELF & Cygwin/Mingw targets. Probably, Darwin should be also added. llvm-svn: 33299
-
Bill Wendling authored
llvm-svn: 33298
-
Bill Wendling authored
llvm-svn: 33291
-
Bill Wendling authored
llvm-svn: 33290
-
Bill Wendling authored
llvm-svn: 33289
-
Bill Wendling authored
use to write things to the file. It's abstract so each target should implement its own version for each writer type. llvm-svn: 33286
-
Reid Spencer authored
llvm-svn: 33284
-
Reid Spencer authored
Make the assembler generate a nice error message if a bad cast instruction is attempted instead of asserting out. This is made possible by the recently exposed method CastInst::castIsValid() which checks the validity of any cast instruction. llvm-svn: 33283
-
Reid Spencer authored
Expose the previously hidden checkCast function as CastInst::castIsValid. llvm-svn: 33282
-
Reid Spencer authored
Adjust the use of SetVector for changes in SetVector's interface. Patch by Gordon Henriksen. llvm-svn: 33280
-
- Jan 16, 2007
-
-
Devang Patel authored
pass manager is last user. llvm-svn: 33273
-
Devang Patel authored
Remove setupPassManager() and its use. llvm-svn: 33270
-
Anton Korobeynikov authored
llvm-svn: 33265
-
Devang Patel authored
llvm-svn: 33262
-
Anton Korobeynikov authored
llvm-svn: 33260
-
Chris Lattner authored
llvm-svn: 33258
-
Chris Lattner authored
llvm-svn: 33257
-
Anton Korobeynikov authored
llvm-svn: 33256
-
Bill Wendling authored
just use the one that's in the subtarget. llvm-svn: 33255
-
Chris Lattner authored
type ordering stuff work better. This fixes PR918 and CodeGen/CBackend/2007-01-15-NamedArrayType.ll Patch by Gordon Henriksen. llvm-svn: 33254
-
Chris Lattner authored
llvm-svn: 33252
-
Chris Lattner authored
careful when folding "c ? load p : load q" that C doesn't reach either load. If so, folding this into load (c ? p : q) will induce a cycle in the graph. llvm-svn: 33251
-
Chris Lattner authored
llvm-svn: 33249
-
Bill Wendling authored
llvm-svn: 33247
-
Bill Wendling authored
LLVM would miscompile ASM dialects when compiling for PPC. Added dialects for the X86 and PPC backends. It defaults to "0", the first variant of a compound inline asm expression. llvm-svn: 33246
-
Devang Patel authored
llvm-svn: 33245
-
Devang Patel authored
llvm-svn: 33244
-
- Jan 15, 2007
-
-
Devang Patel authored
llvm-svn: 33243
-
Jeff Cohen authored
llvm-svn: 33242
-
Chris Lattner authored
llvm-svn: 33239
-