- Nov 01, 2011
-
-
Sebastian Pop authored
llvm-svn: 143502
-
Eli Friedman authored
llvm-svn: 143435
-
- Oct 31, 2011
-
-
Nick Lewycky authored
-enable-dwarf-directory. llvm-svn: 143326
-
- Oct 28, 2011
-
-
Stepan Dyatkovskiy authored
llvm-svn: 143191
-
Peter Collingbourne authored
Previously, if invoked from a CMake build directory, 'llvm-config --cppflags' and friends would only print a -I flag for the build directory's header search path, because it would assume that it was already installed, not recognising its parent directory as being the build directory. Teach llvm-config about CMake build directories so that it prints a -I for both the source and build directory's search paths. llvm-svn: 143171
-
Dan Gohman authored
llvm-svn: 143164
-
- Oct 27, 2011
-
-
Owen Anderson authored
Revert r143149, stubbing out symbolic disassembly support. The symbolic disassembly support is too MC-engrained to be useful in llvm-objdump. llvm-svn: 143152
-
Owen Anderson authored
llvm-svn: 143149
-
Stepan Dyatkovskiy authored
llvm-svn: 143120
-
- Oct 26, 2011
-
-
Owen Anderson authored
llvm-svn: 143032
-
Michael J. Spencer authored
llvm-svn: 142984
-
- Oct 25, 2011
-
-
Owen Anderson authored
Add support for the notion of "hidden" relocations. On MachO, these are relocation entries that are used as additional information for other, real relocations, rather than being relocations themselves. I'm not familiar enough with ELF or COFF to know if they should have any relocations marked hidden. llvm-svn: 142961
-
Owen Anderson authored
llvm-svn: 142952
-
- Oct 18, 2011
-
-
Michael J. Spencer authored
llvm-svn: 142404
-
Daniel Dunbar authored
new all-targets pseudo-component. llvm-svn: 142401
-
Daniel Dunbar authored
llvm-svn: 142400
-
Daniel Dunbar authored
llvm-svn: 142399
-
Michael J. Spencer authored
This reverts commit 0c30d4e4f5f9110c5a67bd0ca84444dc58697596. llvm-svn: 142320
-
Michael J. Spencer authored
llvm-svn: 142319
-
Nick Lewycky authored
.file filenumber "directory" "filename" This removes one join+split of the directory+filename in MC internals. Because bitcode files have independent fields for directory and filenames in debug info, this patch may change the .o files written by existing .bc files. llvm-svn: 142300
-
- Oct 17, 2011
-
-
Owen Anderson authored
Rewrite most of MachODump to work through the generic libObject interfaces rather than accessing the MachO internals directly. llvm-svn: 142263
-
Michael J. Spencer authored
llvm-svn: 142199
-
- Oct 16, 2011
-
-
NAKAMURA Takumi authored
llvm-svn: 142136
-
Chris Lattner authored
string, pass it around as an enum. llvm-svn: 142107
-
Chris Lattner authored
the X86 asmparser to produce ranges in the one case that was annoying me, for example: test.s:10:15: error: invalid operand for instruction movl 0(%rax), 0(%edx) ^~~~~~~ It should be straight-forward to enhance filecheck, tblgen, and/or the .ll parser to use ranges where appropriate if someone is interested. llvm-svn: 142106
-
NAKAMURA Takumi authored
CMake: Introduce LLVM_CLANG_SOURCE_DIR, "tools/clang" by default. Clang will not be built if LLVM_CLANG_SOURCE_DIR="" or ${LLVM_CLANG_SOURCE_DIR}/CMakeLists.txt is not found. llvm-svn: 142103
-
NAKAMURA Takumi authored
autoconf: Introduce --with-clang-srcdir, to build out-of-tree clang as tools/clang on tools/Makefile. llvm-svn: 142102
-
- Oct 14, 2011
-
-
Michael J. Spencer authored
llvm-svn: 141897
-
- Oct 13, 2011
-
-
Michael J. Spencer authored
llvm-svn: 141886
-
Michael J. Spencer authored
This happens in COFF because there is a symbol for the beginning of each section. llvm-svn: 141885
-
- Oct 11, 2011
-
-
NAKAMURA Takumi authored
llvm-svn: 141664
-
Tanya Lattner authored
Make it possible to use the linker without destroying the source module. This is so the source module can be linked to multiple other destination modules. For all that used LinkModules() before, they will continue to destroy the source module as before. This line, and those below, will be ignored-- M include/llvm/Linker.h M tools/bugpoint/Miscompilation.cpp M tools/bugpoint/BugDriver.cpp M tools/llvm-link/llvm-link.cpp M lib/Linker/LinkModules.cpp llvm-svn: 141606
-
- Oct 10, 2011
-
-
Nick Lewycky authored
flags as binutils objdump but the output is different, not just in format but also showing different sections. Compare its results against readelf, not objdump. llvm-svn: 141579
-
Benjamin Kramer authored
llvm-svn: 141535
-
Benjamin Kramer authored
llvm-svn: 141534
-
- Oct 08, 2011
-
-
Michael J. Spencer authored
llvm-svn: 141451
-
- Oct 07, 2011
-
-
Michael J. Spencer authored
llvm-svn: 141392
-
Michael J. Spencer authored
llvm-svn: 141389
-
Michael J. Spencer authored
llvm-svn: 141386
-
Michael J. Spencer authored
llvm-svn: 141385
-