- Oct 31, 2013
-
-
Kaelyn Uhrain authored
llvm-svn: 193799
-
Chad Rosier authored
llvm-svn: 193798
-
Rui Ueyama authored
llvm-svn: 193797
-
Rui Ueyama authored
llvm-svn: 193796
-
Nuno Lopes authored
llvm-svn: 193795
-
Ed Maste authored
llvm-svn: 193794
-
Andrew Kaylor authored
llvm-svn: 193793
-
Ed Maste authored
llvm-svn: 193792
-
Chad Rosier authored
llvm-svn: 193791
-
Chad Rosier authored
llvm-svn: 193790
-
Roman Divacky authored
llvm-svn: 193789
-
Rui Ueyama authored
llvm-svn: 193788
-
Reid Kleckner authored
That way the test won't start faililng when someone adds a new attribute and wants to use the next logical enum (38) for bitcode. The new bitcode file tries to use the number 48 as an attribute instead. llvm-svn: 193787
-
Enrico Granata authored
SBValue::GetValueAsUnsigned()/GetValueAsSigned() should not replicate the Scalar manipulation logic found in ValueObject, but rather just call down to it llvm-svn: 193786
-
Alexey Samsonov authored
llvm-svn: 193785
-
Greg Clayton authored
Added more details on the exact version of the cxa_demangle.cpp file for the built in demangler. This will help us track when we need to update this file. llvm-svn: 193784
-
Jordan Rose authored
This was just left unimplemnted from r191381; the fix is to report this call location as the location of the 'delete' expr. PR17746 llvm-svn: 193783
-
Matt Arsenault authored
llvm-svn: 193782
-
Petar Jovanovic authored
Two of the tests are new test cases (cross-module-a.ll, multi-module-a.ll) not yet supported on MIPS, while XFAIL for the other two tests was accidentally removed in r193570 and this change reverts those lines. llvm-svn: 193781
-
Alexey Samsonov authored
llvm-svn: 193780
-
Manman Ren authored
We add a map in DwarfDebug to map MDNodes that are shareable across CUs to the corresponding DIEs: MDTypeNodeToDieMap. These DIEs can be shared across CUs, that is why we keep the maps in DwarfDebug instead of CompileUnit. We make the assumption that if a DIE is not added to an owner yet, we assume it belongs to the current CU. Since DIEs for the type system are added to their owners immediately after creation, and other DIEs belong to the current CU, the assumption should be true. A testing case is added to show that we only create a single DIE for a type MDNode and we use ref_addr to refer to the type DIE. We also add a testing case to show ref_addr relocations for non-darwin platforms. llvm-svn: 193779
-
Roman Divacky authored
llvm-svn: 193778
-
Aaron Ballman authored
llvm-svn: 193777
-
Ed Maste authored
FreeBSD includes the elftoolchain project's demangler in the base system. It does not handle some unusual mangled names, so use the inlined libcxxabi one. llvm-svn: 193776
-
Alexander Potapenko authored
Do not use struct stat64 and struct statfs64 when building for iOS, where __DARWIN_ONLY_64_BIT_INO_T is set to 1. llvm-svn: 193775
-
Benjamin Kramer authored
llvm-svn: 193774
-
Manman Ren authored
llvm-svn: 193773
-
Marshall Clow authored
llvm-svn: 193772
-
Ed Maste authored
(Threaded inferior debugging not yet available on FreeBSD.) llvm-svn: 193771
-
Alexey Samsonov authored
DWARFAbbreviationDeclaration: remove dead code, refactor parsing code and make it more robust. No functionality change. llvm-svn: 193770
-
Andrew Trick authored
llvm-svn: 193769
-
Andrew Trick authored
llvm-svn: 193768
-
Andrew Trick authored
llvm-svn: 193767
-
Andrew Trick authored
llvm-svn: 193766
-
Andrew Trick authored
llvm-svn: 193765
-
Alexey Samsonov authored
llvm-svn: 193763
-
Rui Ueyama authored
This reverts commit r193479. The atoms are already added to the file, so re-adding them caused the YAML writer to write the same atoms twice. That made the YAML reader to fail with "duplicate atom name" error. This is not the only error we've got for RoundTripYAMLPass for PECOFF, so we cannot enable the test yet. More fixes will come. Differential Revision: http://llvm-reviews.chandlerc.com/D2069 llvm-svn: 193762
-
rdar://problem/14496092Greg Clayton authored
Fixes from code review by Jim Ingham that reinstate preferring an external vs non-external symbol when finding function addresses. llvm-svn: 193761
-
Evgeniy Stepanov authored
llvm-svn: 193760
-
Fariborz Jahanian authored
deprecated categories, fixes a typo reported by Jordan. llvm-svn: 193759
-