- Aug 01, 2007
-
-
Owen Anderson authored
llvm-svn: 40668
-
Owen Anderson authored
llvm-svn: 40667
-
Owen Anderson authored
llvm-svn: 40666
-
David Greene authored
New CallInst interface to address GLIBCXX_DEBUG errors caused by indexing an empty std::vector. Updates to all clients. llvm-svn: 40660
-
Owen Anderson authored
llvm-svn: 40655
-
- Jul 31, 2007
-
-
Owen Anderson authored
removal of redundant phis. llvm-svn: 40650
-
Lauro Ramos Venancio authored
llvm-svn: 40649
-
Owen Anderson authored
llvm-svn: 40642
-
Dan Gohman authored
directly, because the insert point used by the SCEVExpander may vary from what LSR originally computes. llvm-svn: 40641
-
Devang Patel authored
llvm-svn: 40638
-
Devang Patel authored
Use simple analysis interface to preserve analysis info maintained by other loop passes. llvm-svn: 40627
-
Devang Patel authored
llvm-svn: 40626
-
Devang Patel authored
llvm-svn: 40609
-
- Jul 30, 2007
-
-
Owen Anderson authored
llvm-svn: 40607
-
Devang Patel authored
llvm-svn: 40606
-
Devang Patel authored
llvm-svn: 40604
-
Devang Patel authored
llvm-svn: 40603
-
Devang Patel authored
llvm-svn: 40602
-
Reid Spencer authored
llvm-svn: 40599
-
Owen Anderson authored
use up the entire 32-bit address space. llvm-svn: 40596
-
Owen Anderson authored
llvm-svn: 40595
-
- Jul 27, 2007
-
-
Devang Patel authored
llvm-svn: 40560
-
Chuck Rose III authored
This commit fixes two things. One is a pair of VStudio compiler errors stemming from variables which defined within the for loop statement and also within the body of the for loop. I fixed these by renaming one of the two variables. Additionally, I've made the Function*->ExFunc map in ExternalFunctions.cpp a ManagedStatic object, so that cleanup will be done on llvm_shutdown. In repeated uses of the interpreter, where the same Function* address may get used for completely differnet functions, this was causing a crash. llvm-svn: 40558
-
- Jul 26, 2007
-
-
Devang Patel authored
llvm-svn: 40546
-
Owen Anderson authored
almost the same things from LCSSA. llvm-svn: 40540
-
Dan Gohman authored
to Instruction::mayWriteToMemory, fixing a FIXME, and helping various places that call mayWriteToMemory directly. llvm-svn: 40533
-
Dan Gohman authored
from Relation::contradicts in Relation::incorporate. llvm-svn: 40531
-
Owen Anderson authored
llvm-svn: 40503
-
Owen Anderson authored
llvm-svn: 40498
-
Owen Anderson authored
llvm-svn: 40497
-
- Jul 25, 2007
-
-
Owen Anderson authored
llvm-svn: 40494
-
Owen Anderson authored
Note: This has not yet been thoroughly tested. Use at your own risk. llvm-svn: 40489
-
Devang Patel authored
This interface allows clients to inline bunch of functions with module level call graph information.:wq llvm-svn: 40486
-
- Jul 24, 2007
-
-
Owen Anderson authored
load elimination code from RedundantLoadElimination. llvm-svn: 40469
-
Owen Anderson authored
llvm-svn: 40457
-
Owen Anderson authored
llvm-svn: 40456
-
Owen Anderson authored
llvm-svn: 40448
-
- Jul 23, 2007
-
-
Owen Anderson authored
llvm-svn: 40445
-
Owen Anderson authored
llvm-svn: 40440
-
Chris Lattner authored
undefs. llvm-svn: 40439
-