- Jul 24, 2007
-
-
Anton Korobeynikov authored
Pretty hackish, but code itself is dirty mess, so we won't make anything worse. :) llvm-svn: 40472
-
Owen Anderson authored
load elimination code from RedundantLoadElimination. llvm-svn: 40469
-
Reid Spencer authored
llvm-svn: 40464
-
Devang Patel authored
llvm-svn: 40458
-
Owen Anderson authored
llvm-svn: 40457
-
Owen Anderson authored
llvm-svn: 40456
-
Reid Spencer authored
2. Fold an if statement into the Assert1 macro call. llvm-svn: 40455
-
Reid Spencer authored
to use sret or inreg on the function. It is equally illegal to use noreturn or nounwind on a parameter; they only go with the function. This patch enforces these rules. llvm-svn: 40453
-
Chandler Carruth authored
llvm-svn: 40451
-
Owen Anderson authored
llvm-svn: 40449
-
Owen Anderson authored
llvm-svn: 40448
-
Owen Anderson authored
llvm-svn: 40447
-
- Jul 23, 2007
-
-
Owen Anderson authored
llvm-svn: 40446
-
Owen Anderson authored
llvm-svn: 40445
-
Owen Anderson authored
llvm-svn: 40444
-
Dan Gohman authored
llvm-svn: 40443
-
Dan Gohman authored
llvm-svn: 40441
-
Owen Anderson authored
llvm-svn: 40440
-
Chris Lattner authored
undefs. llvm-svn: 40439
-
Duncan Sands authored
that cannot be suppressed and cannot be redirected: they are dumped in the current working directory. When running the testsuite this means that these files do not end up in the Output directory. The best solution I could find is to change directory into Output before running tests. llvm-svn: 40437
-
Duncan Sands authored
RUN line in Support. Give up on sending output to /dev/null - this cannot always be arranged. llvm-svn: 40436
-
Reid Spencer authored
Fix -include line so it doesn't reference /dev/null llvm-svn: 40429
-
Reid Spencer authored
produces warning from make about bad timestamp on /dev/null Patch by Holger Schurig. llvm-svn: 40426
-
Bill Wendling authored
llvm-svn: 40417
-
Bill Wendling authored
llvm-svn: 40416
-
Reid Spencer authored
llvm-svn: 40415
-
Bill Wendling authored
llvm-svn: 40413
-
Bill Wendling authored
llvm-svn: 40412
-
Bill Wendling authored
__builtin_ia32_cvtss2si64 __builtin_ia32_cvttss2si64 __builtin_ia32_cvtsi642ss __builtin_ia32_cvtsd2si64 __builtin_ia32_cvttsd2si64 __builtin_ia32_cvtsi642sd llvm-svn: 40411
-
- Jul 22, 2007
-
-
Reid Spencer authored
llvm-svn: 40405
-
Chris Lattner authored
they don't do the right thing. Implement StringMap::erase. Fix a nasty bug in the default ctor. llvm-svn: 40395
-
Duncan Sands authored
smarter. llvm-svn: 40391
-
- Jul 21, 2007
-
-
Chris Lattner authored
llvm-svn: 40378
-
Reid Spencer authored
llvm-svn: 40371
-
Devang Patel authored
reported in PR 1556. llvm-svn: 40133
-
Evan Cheng authored
llvm-svn: 40132
-
Dan Gohman authored
when there are no uses. This fixes a dangling-pointer bug, where pointers to deleted instructions were not removed from kills lists. More info here: http://lists.cs.uiuc.edu/pipermail/llvmdev/2007-July/009749.html llvm-svn: 40131
-
Dan Gohman authored
llvm-svn: 40130
-
Duncan Sands authored
llvm intrinsics in llvm-gcc-4.2. This is because get_pointer_alignment bails out: it relies on TER to compute accurate alignment information. llvm-svn: 40128
-
Chris Lattner authored
This hopefully fixes a miscompilation of TargetData.cpp when self hosting. llvm-svn: 40125
-