- Jul 09, 2010
-
-
Gabor Greif authored
llvm-svn: 107975
-
Gabor Greif authored
llvm-svn: 107974
-
Gabor Greif authored
llvm-svn: 107968
-
Gabor Greif authored
llvm-svn: 107966
-
Gabor Greif authored
llvm-svn: 107965
-
- Jul 02, 2010
-
-
Devang Patel authored
llvm-svn: 107516
-
- Jul 01, 2010
-
-
Jim Grosbach authored
llvm-svn: 107335
-
- Jun 30, 2010
-
-
Gabor Greif authored
llvm-svn: 107269
-
- Jun 28, 2010
-
-
Gabor Greif authored
llvm-svn: 107003
-
Gabor Greif authored
llvm-svn: 107002
-
- Jun 25, 2010
-
-
Dale Johannesen authored
for an "i" constraint should get lowered; PR 6309. While this argument was passed around a lot, this is the only place it was used, so it goes away from a lot of other places. llvm-svn: 106893
-
Gabor Greif authored
llvm-svn: 106825
-
Gabor Greif authored
llvm-svn: 106824
-
- Jun 24, 2010
-
-
Gabor Greif authored
llvm-svn: 106728
-
Devang Patel authored
The ValueMapper used by various cloning utility maps MDNodes also. llvm-svn: 106706
-
Devang Patel authored
llvm-svn: 106699
-
Devang Patel authored
Do not use "ValueMap" as a name for a local variable or an argument. llvm-svn: 106698
-
- Jun 23, 2010
-
-
Devang Patel authored
llvm-svn: 106598
-
Devang Patel authored
If a metadata operand is seeded in value map and the metadata should also be seeded in value map. This is not limited to function local metadata. Failure to seed metdata in such cases causes troubles when in a cloned module, metadata from a new module refers to values in old module. Usually this results in mysterious bugpoint crashes. For example, Checking to see if we can delete global inits: Unknown constant! UNREACHABLE executed at /d/g/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp:904! llvm-svn: 106592
-
Devang Patel authored
llvm-svn: 106591
-
- Jun 22, 2010
-
-
Devang Patel authored
Reapply Bob's patch. llvm-svn: 106560
-
Dan Gohman authored
llvm-svn: 106542
-
Devang Patel authored
llvm-svn: 106529
-
Devang Patel authored
llvm-svn: 106528
-
Bob Wilson authored
--- Reverse-merging r106508 into '.': U lib/Transforms/Utils/CloneModule.cpp llvm-svn: 106521
-
Bob Wilson authored
llvm-svn: 106508
-
- Jun 21, 2010
-
-
Dan Gohman authored
SmallVector, and other SmallVector simplifications. llvm-svn: 106452
-
- Jun 17, 2010
-
-
Jim Grosbach authored
llvm-svn: 106164
-
- Jun 15, 2010
-
-
Benjamin Kramer authored
llvm-svn: 106047
-
- Jun 05, 2010
-
-
Devang Patel authored
Copy location info for current function argument from dbg.declare if respective store instruction does not have any location info. llvm-svn: 105490
-
- Jun 01, 2010
-
-
Jim Grosbach authored
llvm-svn: 105293
-
Jim Grosbach authored
llvm-svn: 105291
-
Jim Grosbach authored
change a few SmallVectors to vanilla C arrays. llvm-svn: 105289
-
Jim Grosbach authored
llvm-svn: 105281
-
Jim Grosbach authored
llvm-svn: 105279
-
- May 31, 2010
-
-
Duncan Sands authored
the newly created allocas may be used by inlined calls, so these need to have their tail call flags cleared. Fixes PR7272. llvm-svn: 105255
-
Nick Lewycky authored
first. Fixes PR7265. llvm-svn: 105206
-
- May 28, 2010
-
-
Dan Gohman authored
lib/Transforms/Utils and into lib/Analysis so that Analysis passes can use them. llvm-svn: 104949
-
Devang Patel authored
llvm-svn: 104914
-
Devang Patel authored
llvm-svn: 104913
-