- Mar 17, 2010
-
-
Benjamin Kramer authored
llvm-svn: 98763
-
Dan Gohman authored
llvm-svn: 98762
-
Gabor Greif authored
llvm-svn: 98761
-
John McCall authored
ActOnStartCXXMemberDeclaration. We haven't started the field collector on this class yet, so don't stop it. Fixes a crash in the VS buildbot and a memory error on all the others. llvm-svn: 98760
-
Dan Gohman authored
pointer and length, and allocate the arrays in ScalarEvolution's BumpPtrAllocator, so that they get released when their owning SCEV gets released. SCEVs are immutable, so they don't need to worry about operand array resizing. This fixes a memory leak reported in PR6637. llvm-svn: 98755
-
Douglas Gregor authored
from 16 bytes to 8 bytes, since we don't ever use those low 4 bits. Should save some storage. llvm-svn: 98754
-
Bob Wilson authored
llvm-svn: 98753
-
Andrew Lenharth authored
llvm-svn: 98752
-
Johnny Chen authored
Remove it from ARMAddressingModes.h. llvm-svn: 98751
-
Douglas Gregor authored
llvm-svn: 98750
-
Chris Lattner authored
llvm-svn: 98748
-
Johnny Chen authored
instructions to help disassembly. We also changed the output of the addressing modes to omit the '+' from the assembler syntax #+/-<imm> or +/-<Rm>. See, for example, A8.6.57/58/60. And modified test cases to not expect '+' in +reg or #+num. For example, ; CHECK: ldr.w r9, [r7, #28] llvm-svn: 98745
-
Stuart Hastings authored
llvm-svn: 98744
-
Devang Patel authored
Fix EmitSectionOffset incorrect argument. DwarfDebug is emitting debug info so isEH is always false. This was hiding until now from compilers because of default arguments. This was hiding from dwarf debug info users because for most of the platform isAbsoluteEHSectionOffsets() is same as isAbsoluteDebugSectionOffsets(). But Chris found it while updating dwarf printer to use MC*. llvm-svn: 98743
-
Chris Lattner authored
llvm-svn: 98742
-
Jeffrey Yasskin authored
non-unit tests. llvm-svn: 98741
-
Douglas Gregor authored
llvm-svn: 98730
-
Douglas Gregor authored
considered to be a part of the translation unit unless they're named in a way that brings them into existence. llvm-svn: 98729
-
Douglas Gregor authored
source file has been changed. Handle that failure more gracefully. llvm-svn: 98727
-
Douglas Gregor authored
whether a file has changed since it was originally read. llvm-svn: 98726
-
Douglas Gregor authored
changed, rather than trying to point out how it changed. The "why" doesn't matter. llvm-svn: 98725
-
John Criswell authored
llvm-svn: 98724
-
Kovarththanan Rajaratnam authored
llvm-svn: 98722
-
Kovarththanan Rajaratnam authored
llvm-svn: 98721
-
Kovarththanan Rajaratnam authored
llvm-svn: 98720
-
Kovarththanan Rajaratnam authored
llvm-svn: 98719
-
Kovarththanan Rajaratnam authored
llvm-svn: 98718
-
John McCall authored
llvm-svn: 98717
-
Jeffrey Yasskin authored
libstdc++'s std::string class points to the interior of an allocation, valgrind reports strings still alive at program termination as possible leaks. I didn't use a ManagedStatic for this because System can't depend on Support. llvm-svn: 98716
-
Chris Lattner authored
llvm-svn: 98715
-
Chris Lattner authored
llvm-svn: 98714
-
Chandler Carruth authored
llvm-svn: 98713
-
Chris Lattner authored
should use CreateTempSymbol() if they don't care about the name. llvm-svn: 98712
-
John McCall authored
llvm-svn: 98710
-
Chris Lattner authored
through tons of old commits. llvm-svn: 98709
-
Rafael Espindola authored
Patch by Zhanyong Wan. llvm-svn: 98708
-
Rafael Espindola authored
Fixes PR6625. llvm-svn: 98707
-
Chris Lattner authored
to get reincluded. llvm-svn: 98706
-
Zhongxing Xu authored
their bindings are not removed. llvm-svn: 98705
-
Chris Lattner authored
llvm-svn: 98704
-