- Aug 14, 2009
-
-
Fariborz Jahanian authored
Fixed a bug when evaluating those copy-assignments which need by lazily syntheized. A test case for these. llvm-svn: 78965
-
Erick Tryzelaar authored
llvm-svn: 78964
-
Dan Gohman authored
friends so that it doesn't match sections like .data.rel.local, which should not be emitted as section directives. llvm-svn: 78963
-
Daniel Dunbar authored
AsmPrinter instance (instead of just a FunctionPass) llvm-svn: 78962
-
Daniel Dunbar authored
llvm-svn: 78961
-
Daniel Dunbar authored
- Currently unused. - A few other random comment fixes lumped in. llvm-svn: 78960
-
Mike Stump authored
llvm-svn: 78959
-
Bruno Cardoso Lopes authored
must be emitted for PowerPC-Linux '.bss' section llvm-svn: 78958
-
Owen Anderson authored
llvm-svn: 78957
-
Owen Anderson authored
llvm-svn: 78955
-
Mike Stump authored
base classes as we'll need that to layout the virtual bases... llvm-svn: 78954
-
Dan Gohman authored
mimic the behavior of stdtout, which is line-buffered when the output is a terminal. This fixes some issues with bugpoint output appearing being printed out of order. llvm-svn: 78953
-
Dan Gohman authored
underlying stream when it is finished, so that clients don't have to do this manually. llvm-svn: 78952
-
Dan Gohman authored
need TypePrinting despite being a subclass of Constant. This fixes compile-time problems especially visible on 403.gcc when -asm-verbose is enabled. llvm-svn: 78951
-
Mike Stump authored
primaries. WIP. llvm-svn: 78950
-
- Aug 13, 2009
-
-
Owen Anderson authored
llvm-svn: 78948
-
Owen Anderson authored
llvm-svn: 78946
-
Fariborz Jahanian authored
data members. llvm-svn: 78943
-
Fariborz Jahanian authored
llvm-svn: 78941
-
Bruno Cardoso Lopes authored
Use MCSectionELF methods as much as possible, removing some ELFWriter methods which are now unused llvm-svn: 78940
-
Bruno Cardoso Lopes authored
llvm-svn: 78939
-
Fariborz Jahanian authored
function in the order according to c++03. ir-gen for copy assignment in the trivial case and the first test case. llvm-svn: 78938
-
Bruno Cardoso Lopes authored
llvm-svn: 78937
-
Dan Gohman authored
compiler warnings on windows (PR4714). llvm-svn: 78934
-
Dan Gohman authored
llvm-svn: 78933
-
Misha Brukman authored
* Cleaned up multiple uses of literal version numbers and simplified 'cleaning' llvm-svn: 78932
-
Misha Brukman authored
llvm-svn: 78931
-
Misha Brukman authored
llvm-svn: 78930
-
Daniel Dunbar authored
llvm-svn: 78929
-
Daniel Dunbar authored
TargetAsmInfo. This eliminates a dependency on TargetMachine.h from TargetRegistry.h, which technically was a layering violation. - Clients probably can only sensibly pass in the same TargetAsmInfo as the TargetMachine has, but there are only limited clients of this API. llvm-svn: 78928
-
Mike Stump authored
llvm-svn: 78927
-
Dan Gohman authored
llvm-svn: 78926
-
Dan Gohman authored
unbuffered. std::ostream does its own buffering, and std::string and SmallVector both have allocation strategies intended to handle frequent appending. llvm-svn: 78924
-
Dan Gohman authored
needs of the underlying output mechanism. raw_fd_ostream now uses st_blksize from fstat to determine a buffer size. llvm-svn: 78923
-
Daniel Dunbar authored
AsmPrinter (in AsmPrinters.def). llvm-svn: 78922
-
Daniel Dunbar authored
llvm-svn: 78921
-
Dan Gohman authored
llvm-svn: 78920
-
Daniel Dunbar authored
x86_64-apple-darwin10. --- Reverse-merging r78895 into '.': U test/CodeGen/PowerPC/2008-12-12-EH.ll U lib/Target/DarwinTargetAsmInfo.cpp --- Reverse-merging r78892 into '.': U include/llvm/Target/DarwinTargetAsmInfo.h U lib/Target/X86/X86TargetAsmInfo.cpp U lib/Target/X86/X86TargetAsmInfo.h U lib/Target/ARM/ARMTargetAsmInfo.h U lib/Target/ARM/ARMTargetMachine.cpp U lib/Target/ARM/ARMTargetAsmInfo.cpp U lib/Target/PowerPC/PPCTargetAsmInfo.cpp U lib/Target/PowerPC/PPCTargetAsmInfo.h U lib/Target/PowerPC/PPCTargetMachine.cpp G lib/Target/DarwinTargetAsmInfo.cpp llvm-svn: 78919
-
Jim Grosbach authored
llvm-svn: 78918
-
Daniel Dunbar authored
llvm-svn: 78917
-