- Jul 18, 2009
-
-
Chris Lattner authored
llvm-svn: 76342
-
Mikhail Glushenkov authored
llvm-svn: 76341
-
Mikhail Glushenkov authored
Implemented by moving the code out of static functions into methods of Program class. llvm-svn: 76340
-
Bruno Cardoso Lopes authored
llvm-svn: 76334
-
Daniel Dunbar authored
llvm-svn: 76329
-
Bruno Cardoso Lopes authored
Use proper relocation type to build relocations for JumpTables (rodata sections). llvm-svn: 76326
-
Eli Friedman authored
way (bitcast -> insert/extractelement). llvm-svn: 76325
-
Chris Lattner authored
llvm-svn: 76324
-
Viktor Kutuzov authored
Require a remote command to exit with the exit status of the test program or with 255 if an error occurred. llvm-svn: 76323
-
Anton Korobeynikov authored
llvm-svn: 76316
-
Anton Korobeynikov authored
llvm-svn: 76315
-
Anton Korobeynikov authored
llvm-svn: 76314
-
Anton Korobeynikov authored
llvm-svn: 76313
-
Anton Korobeynikov authored
llvm-svn: 76312
-
Anton Korobeynikov authored
llvm-svn: 76311
-
Anton Korobeynikov authored
llvm-svn: 76310
-
Eli Friedman authored
sign bit set. llvm-svn: 76304
-
Eli Friedman authored
llvm-svn: 76302
-
Eli Friedman authored
llvm-svn: 76301
-
Eli Friedman authored
bitcasts. It would also be possible to canonicalize the other way; does anyone have a preference? llvm-svn: 76300
-
Eli Friedman authored
where int is 32 bits. llvm-svn: 76293
-
Daniel Dunbar authored
- Otherwise we get two regressions in llvm-test for applications which run out of space. - Once the JIT memory manager is improved, this can be switched back. llvm-svn: 76291
-
Nick Lewycky authored
all values belonging to the intersection will belong to the resulting range. The former was inconsistent about that point (either way is fine, just pick one.) This is part of PR4545. llvm-svn: 76289
-
Daniel Dunbar authored
- Reid, please check, I'm not sure if this is what was intended. llvm-svn: 76286
-
Eli Friedman authored
which cannot be folded even if they have constant operands. Significantly helps if_spppsubr.c attached to PR4573. llvm-svn: 76285
-
Eli Friedman authored
llvm-svn: 76284
-
Evan Cheng authored
llvm-svn: 76282
-
Evan Cheng authored
llvm-svn: 76281
-
Dan Gohman authored
llvm-svn: 76280
-
Evan Cheng authored
Revert 76177 for now. It's messing up ARM asm printing. Also this significant debate about its efficiency. llvm-svn: 76279
-
Dan Gohman authored
llvm-svn: 76278
-
Reid Kleckner authored
Also a test commit. llvm-svn: 76276
-
Dan Gohman authored
ConstantExpr and Instruction. This involves duplicating some code between GetElementPtrInst and GEPOperator, but it's not a lot. llvm-svn: 76265
-
Ted Kremenek authored
llvm-svn: 76264
-
Daniel Dunbar authored
llvm-svn: 76260
-
Evan Cheng authored
llvm-svn: 76258
-
Daniel Dunbar authored
llvm-svn: 76257
-
Daniel Dunbar authored
llvm-svn: 76253
-
Dan Gohman authored
GEPOperator's hasNoPointer0verflow(), and make a few places in instcombine that create GEPs that may overflow clear the NoOverflow value. Among other things, this partially addresses PR2831. llvm-svn: 76252
-
Dan Gohman authored
llvm-svn: 76249
-