- Jul 21, 2010
-
-
Dan Gohman authored
llvm-svn: 108968
-
Dan Gohman authored
llvm-svn: 108967
-
Owen Anderson authored
llvm-svn: 108966
-
Bruno Cardoso Lopes authored
llvm-svn: 108964
-
Dan Gohman authored
llvm-svn: 108962
-
Dan Gohman authored
llvm-svn: 108961
-
Chris Lattner authored
llvm-svn: 108955
-
Chris Lattner authored
llvm-svn: 108952
-
Chris Lattner authored
llvm-svn: 108950
-
Chris Lattner authored
llvm-svn: 108949
-
Dan Gohman authored
it to just do the things that need to be done when an instruction is deleted. llvm-svn: 108948
-
Chris Lattner authored
llvm-svn: 108947
-
Chris Lattner authored
llvm-svn: 108945
-
- Jul 20, 2010
-
-
Jakob Stoklund Olesen authored
Determine which loop exit blocks need a 'pre-exit' block inserted. Recognize when this would be impossible. llvm-svn: 108941
-
Dan Gohman authored
bitcode file, so that two bitcode files where the same metadata kind name happens to have been assigned a different ID can still be linked together. Eliminate the restriction that metadata kind IDs can't be 0. Change MD_dbg from 1 to 0, because we can now, and because it's less mysterious that way. llvm-svn: 108939
-
Dale Johannesen authored
threshold a bit per experimentation. llvm-svn: 108935
-
Owen Anderson authored
Move more functionality from Pass.cpp to PassRegistry.cpp. This global will go away eventually, but for now we still need it around. llvm-svn: 108932
-
Chris Lattner authored
llvm-svn: 108929
-
Matt Fleming authored
llvm-svn: 108928
-
Dan Gohman authored
replaced with setDebugLoc and getDebugLoc. llvm-svn: 108914
-
Owen Anderson authored
llvm-svn: 108912
-
Dan Gohman authored
avoiding MDNode overhead. llvm-svn: 108909
-
Chris Lattner authored
llvm-svn: 108908
-
Chris Lattner authored
llvm-svn: 108895
-
Bruno Cardoso Lopes authored
llvm-svn: 108892
-
Chris Lattner authored
llvm-svn: 108891
-
Chris Lattner authored
llvm-svn: 108890
-
Owen Anderson authored
llvm-svn: 108888
-
Chris Lattner authored
llvm-svn: 108887
-
Chris Lattner authored
llvm-svn: 108886
-
Eric Christopher authored
llvm-svn: 108883
-
Owen Anderson authored
Convert the internal PassRegistrar class into a new, external PassRegistry class. No intended functionality change at this point. llvm-svn: 108877
-
Chris Lattner authored
llvm-svn: 108874
-
Chris Lattner authored
llvm-svn: 108872
-
Chris Lattner authored
llvm-svn: 108870
-
Chris Lattner authored
better in the llvm world. Among other things, this changes: 1. The guts of libedis are now moved into lib/MC/MCDisassembler 2. llvm-mc now depends on lib/MC/MCDisassembler, not tools/edis, so edis and mc don't have to be built in series. 3. lib/MC/MCDisassembler no longer depends on the C api, the C API depends on it. 4. Various code cleanup changes. There is still a lot to be done to make edis fit with the llvm design, but this is an incremental step in the right direction. llvm-svn: 108869
-
Dan Gohman authored
use getIncomingValueForBlock instead of LoopInfo::getCanonicalInductionVariableIncrement. llvm-svn: 108865
-
Dan Gohman authored
one loop is involved in the increment of an addrec for another loop. This fixes rdar://8168938. llvm-svn: 108863
-
Owen Anderson authored
Pull out r108755. After offline discussion with Chris, we're going to go a different direction with this. llvm-svn: 108856
-
Dan Gohman authored
llvm-svn: 108855
-