- Jul 20, 2010
-
-
Dale Johannesen authored
threshold a bit per experimentation. llvm-svn: 108935
-
Chris Lattner authored
arm explicitly. X86 and ARM are the only two targets that support disassembly, so our explicit list is enough. These other targets weren't getting pulled in anyway though, since there were no references to their symbols. llvm-svn: 108934
-
Chris Lattner authored
enabled. Add direct ARM support. llvm-svn: 108933
-
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
-
Douglas Gregor authored
llvm-svn: 108931
-
Chris Lattner authored
llvm-svn: 108929
-
Matt Fleming authored
llvm-svn: 108928
-
Eric Christopher authored
llvm-svn: 108926
-
Chris Lattner authored
llvm-svn: 108925
-
Matt Fleming authored
ELF specification. llvm-svn: 108924
-
Bob Wilson authored
llvmCore for the iOS Simulator. llvm-svn: 108922
-
Chris Lattner authored
llvm-svn: 108919
-
Eric Christopher authored
llvm-svn: 108918
-
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
-
Chris Lattner authored
llvm-svn: 108893
-
Bruno Cardoso Lopes authored
llvm-svn: 108892
-
Chris Lattner authored
llvm-svn: 108891
-
Chris Lattner authored
llvm-svn: 108890
-
Gabor Greif authored
llvm-svn: 108889
-
Owen Anderson authored
llvm-svn: 108888
-
Chris Lattner authored
llvm-svn: 108887
-
Chris Lattner authored
llvm-svn: 108886
-
Owen Anderson authored
llvm-svn: 108885
-
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: 108876
-
Chris Lattner authored
llvm-svn: 108875
-
Chris Lattner authored
llvm-svn: 108874
-
Chris Lattner authored
llvm-svn: 108873
-
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
-
Gabor Greif authored
llvm-svn: 108868
-
Dan Gohman authored
use getIncomingValueForBlock instead of LoopInfo::getCanonicalInductionVariableIncrement. llvm-svn: 108865
-
Gabor Greif authored
llvm-svn: 108864
-
Dan Gohman authored
one loop is involved in the increment of an addrec for another loop. This fixes rdar://8168938. llvm-svn: 108863
-