| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
that they might be type units instead of compile units.
CR feedback from Eric Christopher on r196139.
llvm-svn: 196159
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add a helper function getDebugInfoVersionFromModule to return the debug info
version number for a module.
"Verifier/module-flags-1.ll" checks for verification errors.
It will seg fault when calling getDebugInfoVersionFromModule because of the
incorrect format for module flags in the testing case. We make
getModuleFlagsMetadata more robust by checking for error conditions.
PR17982
llvm-svn: 196158
|
| |
|
|
| |
llvm-svn: 196156
|
| |
|
|
|
|
| |
attribute arguments (the common attribute handler already does this). Switching to use the simple attribute handler. No functional change intended.
llvm-svn: 196155
|
| |
|
|
|
|
| |
Patch by Ana Pazos!
llvm-svn: 196153
|
| |
|
|
| |
llvm-svn: 196152
|
| |
|
|
|
|
| |
Patch by Ana Pazos!
llvm-svn: 196151
|
| |
|
|
|
|
|
|
| |
Remove some associated dead code.
This cleanup is associated with PR17872.
llvm-svn: 196147
|
| |
|
|
|
|
| |
llvm.org/pr18114
llvm-svn: 196146
|
| |
|
|
|
|
|
| |
Suggested by Eric.
Paired commit with r196144.
llvm-svn: 196145
|
| |
|
|
|
|
| |
Suggested by Eric.
llvm-svn: 196144
|
| |
|
|
| |
llvm-svn: 196143
|
| |
|
|
| |
llvm-svn: 196142
|
| |
|
|
|
|
|
|
|
|
| |
lldb_private::Debugger was #including some "lldb/API" header files which causes tools (lldb-platform and lldb-gdbserver) that link against the internals only (no API layer) to fail to link depending on which calls were being used.
Also fixed the current working directory so that it gets set correctly for remote test suite runs. Now the remote working directory is set to: "ARCH/TESTNUM/..." where ARCH is the current architecture name and "TESTNUM" is the current test number.
Fixed the "lldb-platform" and "lldb-gdbserver" to not warn about mismatched visibility settings by having each have their own exports file which contains nothing. This forces all symbols to not be exported, and also quiets the linker warnings.
llvm-svn: 196141
|
| |
|
|
| |
llvm-svn: 196140
|
| |
|
|
|
|
|
|
|
|
| |
CompileUnit/TypeUnit derived classes.
Header/cpp file rename to follow immediately - just splitting out the
commits for ease of review/reading to demonstrate that the renaming
changes are entirely mechanical.
llvm-svn: 196139
|
| |
|
|
|
|
| |
options to test in tablegen.
llvm-svn: 196138
|
| |
|
|
| |
llvm-svn: 196131
|
| |
|
|
| |
llvm-svn: 196130
|
| |
|
|
|
|
| |
sequence where the shift is logical unless the comparison is unsigned
llvm-svn: 196129
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Summary:
- Stop to try to rebuild llvm on each invocation by removing the invalid library entry libLLVMArchive.a which no longer exists.
- Remove the useless ranlib invocation. "libtools -static" automatically takes care of the archive table of content.
CC: lldb-commits
Differential Revision: http://llvm-reviews.chandlerc.com/D2296
llvm-svn: 196128
|
| |
|
|
|
|
| |
Moved one to /support, removed the other, and iupdated all the includes. No functionality change
llvm-svn: 196127
|
| |
|
|
|
|
| |
cf_audited_transfer and cf_unknown_transfer attributes into separate helper methods for simplicity. No functional changes intended.
llvm-svn: 196126
|
| |
|
|
|
|
|
|
|
| |
Separate ELF note implementations were introduced for core files and
GNU build-id. Move the more general one from elf-core to ObjectFileELF
and use it for build-id as well.
Review: http://llvm-reviews.chandlerc.com/D1902
llvm-svn: 196125
|
| |
|
|
| |
llvm-svn: 196124
|
| |
|
|
| |
llvm-svn: 196123
|
| |
|
|
|
|
|
|
|
|
|
| |
This makes the clang-format plugin self-contained. Instead of
requiring clang-format.exe to be available on the PATH, this
includes it in the plugin's installer (.vsix file) and runs it
from the install directory.
Differential Revision: http://llvm-reviews.chandlerc.com/D2281
llvm-svn: 196122
|
| |
|
|
| |
llvm-svn: 196121
|
| |
|
|
|
|
| |
diagnostic involved to be more accurate -- for C++ code, it will now report that weak applies to variables, functions or classes. Added additional test case for this.
llvm-svn: 196120
|
| |
|
|
|
|
|
|
|
| |
This avoids allocation of temporary std::strings for file contents, instead
writing chunks directly to the output stream.
The old character-based B-tree iterator remains intact for the time being.
llvm-svn: 196119
|
| |
|
|
|
|
| |
Moved one to /support, removed the other, and iupdated all the includes. No functionality change
llvm-svn: 196118
|
| |
|
|
|
|
| |
This allows it to be used in TargetLoweringObjectFileImpl.cpp.
llvm-svn: 196117
|
| |
|
|
|
|
| |
__w64 specifically. Renamed and removed some unused code. No functional change intended.
llvm-svn: 196116
|
| |
|
|
| |
llvm-svn: 196115
|
| |
|
|
| |
llvm-svn: 196114
|
| |
|
|
|
|
|
|
| |
This makes the code a little more idiomatic.
No change in behaviour.
llvm-svn: 196113
|
| |
|
|
| |
llvm-svn: 196112
|
| |
|
|
|
|
|
|
|
| |
MO_JumpTableIndex and MO_ExternalSymbol don't show up on inline asm.
Keeping parts of the old asm printer just to print inline asm to a string that
we then parse back looks like a hack.
llvm-svn: 196111
|
| |
|
|
| |
llvm-svn: 196110
|
| |
|
|
| |
llvm-svn: 196109
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary:
Added -fallback-style option. Changed clang-format to stop searching
for .clang-format when an invalid file is found.
Reviewers: djasper, klimek
Reviewed By: djasper
CC: cfe-commits, klimek
Differential Revision: http://llvm-reviews.chandlerc.com/D2292
llvm-svn: 196108
|
| |
|
|
|
|
| |
functional change intended.
llvm-svn: 196107
|
| |
|
|
|
|
|
| |
The profile file parser needed some tests for its parsing actions.
This adds tests for each of the error messages emitted by the parser.
llvm-svn: 196106
|
| |
|
|
|
|
| |
Affects: guarded_var, pt_guarded_var, guarded_by, pt_guarded_by, acquired_after and acquired_before. No functional change intended.
llvm-svn: 196105
|
| |
|
|
| |
llvm-svn: 196104
|
| |
|
|
|
|
| |
method has been previously generated.
llvm-svn: 196103
|
| |
|
|
| |
llvm-svn: 196102
|
| |
|
|
|
|
|
|
|
|
|
|
| |
A number of tests fail to build on FreeBSD because the test build script
defaults to libstdc++ for clang. On FreeBSD the libstdc++ is rather old
and libc++ should be used instead.
(These tests previously had an @expectedFailureFreeBSD decorator for
pr16696, the umbrella PR for the lack of threaded inferior support on
FreeBSD. The work to add that support will be committed soon.)
llvm-svn: 196101
|
| |
|
|
|
|
|
| |
This file hasn't been updated in years. Remove old information and point to
the current documentation at GoldPlugin.rst.
llvm-svn: 196100
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
When a block is unreachable, asking its dom tree descendants should
return the empty set. However, the computation of the descendants
was causing a segmentation fault because the dom tree node we get
from the basic block is initially NULL.
Fixed by adding a test for a valid dom tree node before we iterate.
The patch also adds some unit tests to the existing dom tree tests.
llvm-svn: 196099
|