- 467ef21 Add braces to remove silly warning. by Bill Wendling · 13 years ago
- aba65b0 Remove unused variables. by Rafael Espindola · 13 years ago
- 9421406 drop unneeded config.h includes by Dylan Noblesmith · 13 years ago
- 2d24e2a Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch by David Blaikie · 13 years ago
- 275dd94 llvm-config: Fix --targets-built, I changed this to use the registry but wasn't by Daniel Dunbar · 13 years ago
- bcf14bb llvm-config: Update help text for removal of "backend" pseudo component. by Daniel Dunbar · 13 years ago
- a740e19 llvm-nm: refactor in order to support reading files from stdin. by Michael J. Spencer · 13 years ago
- b0c594f LLVMBuild: Introduce a common section which currently has a list of the by Daniel Dunbar · 13 years ago
- 4ab406d LLVMBuild: Remove trailing newline, which irked me. by Daniel Dunbar · 13 years ago
- 8033f61 llvm-config: Default to "all" if no components are specified. - Fixes PR11530. by Daniel Dunbar · 13 years ago
- 94c2e85 The second part of support for generating dwarf for assembly source files. This by Kevin Enderby · 13 years ago
- 837b4e4 Update bcanalyzer to handle new USELIST_BLOCK/USELIST_CODE_ENTRY. by Chad Rosier · 13 years ago
- 6de29c5 Have cmake build llvm-cov. Patch by arrowdodger. by Duncan Sands · 13 years ago
- a3e585d When doing "opt -O2" verify the bitcode like is done for by Duncan Sands · 13 years ago
- 5792051 Tidy up. by Jim Grosbach · 13 years ago
- 8a8d479 Move global variables in TargetMachine into new TargetOptions class. As an API by Nick Lewycky · 13 years ago
- cb497b8 llvm-config: Replace with C++ version (was llvm-config-2). by Daniel Dunbar · 13 years ago
- b382199 llvm-config-2: Fix --cflags and --includedir which pointed at the wrong by Daniel Dunbar · 13 years ago
- f6ace19 Revert commit 145449 (ddunbar) since it is breaking the dragonegg buildbots. by Duncan Sands · 13 years ago
- 2662c83 llvm-config: Replace with C++ version (was llvm-config-2). by Daniel Dunbar · 13 years ago
- b0436a7 Fixed ObjectFile functions: by Danil Malyshev · 13 years ago
- 5a93995 edis: Sink EDMain.cpp into lib/MC/MCDisassembler. by Daniel Dunbar · 13 years ago
- 36e1ac7 edis: Don't do the target initialization in EDGetDisassembler, this is contrary by Daniel Dunbar · 13 years ago
- e68c29b build/Make: edis isn't built as a shared library anymore, remove related cruft from the Makefile. by Daniel Dunbar · 13 years ago
- 790552c Revert r145180 as it is causing test failures on all the bots. by Chandler Carruth · 13 years ago
- 9b24738 Fixed ObjectFile functions: by Danil Malyshev · 13 years ago
- dbc8849 remove support for reading llvm 2.9 .bc files. LLVM 3.1 is only compatible back to 3.0 by Chris Lattner · 13 years ago
- 60e06d6 Point to libLTO with -L/PATH/ -lLTO so that it is found in the install by Rafael Espindola · 13 years ago
- b95fc31 Sink codegen optimization level into MCCodeGenInfo along side relocation model by Evan Cheng · 13 years ago
- f81285c llvm-objdump: Ignore non-objects in archives. by Michael J. Spencer · 13 years ago
- a7b0cb7 Remove all remaining uses of Value::getNameStr(). by Benjamin Kramer · 13 years ago
- c2f9c89 llvm-config-2: Detect when we are running out of a BuildTools development tree, so that we can always provide library/include information for the real build directory. by Daniel Dunbar · 13 years ago
- 0d3c223 LLVMBuild: Add description files for the LLVM tools. by Daniel Dunbar · 13 years ago
- 178051f Clients are responsible for initializing the targets, remove it from the disassembler API. by Benjamin Kramer · 13 years ago
- 1ad9213 Revert r144300 "llvm-config: Replace with C++ version (was llvm-config-2).", by Daniel Dunbar · 13 years ago
- a6f5a81 llvm-config: Replace with C++ version (was llvm-config-2). by Daniel Dunbar · 13 years ago
- f084e1d llvm-config-2: Use USEDLIBS directly instead of LINK_COMPONENTS, which will by Daniel Dunbar · 13 years ago
- b191f5a llvm-config-2: Fix thinko in maintenance of visited component set. by Daniel Dunbar · 13 years ago
- 4cb5fff llvm-config: Drop 'backend' pseudo-component. We don't support/qualify the CBE by Daniel Dunbar · 13 years ago
- 12d9a46 llvm-config-2: Switch to using real library dependency table. by Daniel Dunbar · 13 years ago
- fd22883 Use isa<> instead of dyn_cast<> as suggested by Nick. by John McCall · 13 years ago
- bd3c5ec Fix the printing of constants. Patch by Stepan Dyatkovskiy! by John McCall · 13 years ago
- 7d3f8b8 Fix llvm-objdump's MachO mode to not depend on the value returned by RelocationRef::getInfo(). by Owen Anderson · 13 years ago
- 6ce1b75 Revert "llvm-config-2: Switch to using real library dependency table." while I by Daniel Dunbar · 13 years ago
- 51dc528 llvm-config: Users are allowed to provide component names in mixed case. by Daniel Dunbar · 13 years ago
- cc4bcba llvm-config-2: Switch to using real library dependency table. by Daniel Dunbar · 13 years ago
- 41a9649 Add more PRI.64 macros for MSVC and use them throughout the codebase. by Benjamin Kramer · 13 years ago
- 988fdc5 Now that the linker supports lazily materialising globals, don't by Peter Collingbourne · 13 years ago
- 5d0f761 Use absolute path to exportsfile in gold plugin CMake build. by Peter Collingbourne · 13 years ago
- 931d4c2 Reformatting changes to get rid of blank lines, put code on one line, and to by Bill Wendling · 13 years ago
- 24c5b36 Move comment to the correct place. by Bill Wendling · 13 years ago
- a7280fd Make the Mangler an ivar so that it doesn't have to be passed around everywhere. by Bill Wendling · 13 years ago
- b9bff96 Refactor the MCContext so that it's an ivar instead of a local which is passed by Bill Wendling · 13 years ago
- 4bdd099 llvm-config-2: Implement build system support for getting the variables we only by Daniel Dunbar · 13 years ago
- a3a2dfd build: Add initial cut at LLVMBuild.txt files. by Daniel Dunbar · 13 years ago
- 62b2fea llvm-config-2: Implement component dependency traversal, implement support for 'all', and fix a few other minor bugs. by Daniel Dunbar · 13 years ago
- 7fdd291 llvm-config: Start stubbing out a C++ version of llvm-config (as llvm-config-2, by Daniel Dunbar · 13 years ago
- cde5464 Remove some cruft from the BitcodeWriter, while still maintaining backward by Chad Rosier · 13 years ago
- 05a484b Add back the top-level target for 'llvm-config' and the dependency edge by Chandler Carruth · 13 years ago
- 47c30da build/Make: Get rid of llvm-config-perobj, which isn't used anymore. by Daniel Dunbar · 13 years ago
- 89975e5 build/CMake: Remove llvm-config.target used to serialize tool builds on by Daniel Dunbar · 13 years ago
- 613b757 First part of support for generating dwarf for assembly source files with the by Kevin Enderby · 13 years ago
- 0173864 rename getHostTriple into getDefaultTargetTriple by Sebastian Pop · 13 years ago
- 597362a A couple misc fixes so that bugpoint doesn't explode reducing code containing landingpads. by Eli Friedman · 13 years ago
- 4e478fe Switch new .file directive emission off by default, change llc's flag for it to by Nick Lewycky · 13 years ago
- 9df3b91 uint64 formatted output: replaced %llx with PRIx64 macro. by Stepan Dyatkovskiy · 13 years ago
- ee826c8 Have llvm-config --cppflags print correct flags when in CMake build directory by Peter Collingbourne · 13 years ago
- 33ba8b0 Remove the Alpha backend. by Dan Gohman · 13 years ago
- 10c044e Revert r143149, stubbing out symbolic disassembly support. The symbolic disassembly support is too MC-engrained to be useful in llvm-objdump. by Owen Anderson · 13 years ago
- f1b7448 Stub out support for symbol disassembly in llvm-objdump. by Owen Anderson · 13 years ago
- 6eb1ed8 Fixed llvm-objdump uint64_t formatted output. by Stepan Dyatkovskiy · 13 years ago
- 9472b8d Expand relocation type field to 64 bits. MachO scattered relocations require 33 bits of type info. by Owen Anderson · 13 years ago
- 232b1f2 llvm-nm: Use correct format string. Patch by Stepan Dyatkovskiy! by Michael J. Spencer · 13 years ago
- 0685e94 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. by Owen Anderson · 13 years ago
- 34749ce Fix off-by-one error when printing relocations inline with disassembly. by Owen Anderson · 13 years ago
- 22ff0f3 llvm-objdump: Add static symbol table dumping. by Michael J. Spencer · 13 years ago
- 8c39c96 build: Tidy up a bunch of tool Makefiles, and simplify where possible using the by Daniel Dunbar · 13 years ago
- bfe2a6b llvm-ar: Remove local test target, this is no longer useful. by Daniel Dunbar · 13 years ago
- a6b1929 llvm-config: Add an all-targets pseudo-component. by Daniel Dunbar · 13 years ago
- 4984d64 Revert "llvm-objdump: Add static symbol table dumping." by Michael J. Spencer · 13 years ago
- b12715d llvm-objdump: Add static symbol table dumping. by Michael J. Spencer · 13 years ago
- 44d798d Add support for a new extension to the .file directive: by Nick Lewycky · 13 years ago
- 481837a Rewrite most of MachODump to work through the generic libObject interfaces rather than accessing the MachO internals directly. by Owen Anderson · 13 years ago
- 1e8ba3f llvm-objdump: Add -s, which prints the contents of each section. by Michael J. Spencer · 13 years ago
- 3a35a38 tools/CMakeLists.txt: Fixup r142103. I don't remember why I had missed the line. by NAKAMURA Takumi · 13 years ago
- 3f2d5f6 Make SMDiagnostic a little more sane. Instead of passing around note/warning/error as a by Chris Lattner · 13 years ago
- d8b7aa2 Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does. Enhance by Chris Lattner · 13 years ago
- 4025061 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. by NAKAMURA Takumi · 13 years ago
- e5ab51d autoconf: Introduce --with-clang-srcdir, to build out-of-tree clang as tools/clang on tools/Makefile. by NAKAMURA Takumi · 13 years ago
- 942eb00 llvm-object: Add inline relocation information to disassembly. by Michael J. Spencer · 13 years ago
- 14a5f46 llvm-objdump: Fix whitespace. by Michael J. Spencer · 13 years ago
- 178dbd4 llvm-objdump: Fix dumping of multiple symbols with the same address. by Michael J. Spencer · 13 years ago
- f048c3f llvm-objdump.cpp: Use PRIx64 as format specifier for int64_t. by NAKAMURA Takumi · 13 years ago
- f1f1a4f 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. by Tanya Lattner · 13 years ago
- 023bb15 Add support for dumping section headers to llvm-objdump. This uses the same by Nick Lewycky · 13 years ago
- d226ed71 llvm-objdump: Take ownership of MCInstrInfos. by Benjamin Kramer · 13 years ago
- 1a9908d llvm-nm: Don't leak bitcode buffers. by Benjamin Kramer · 13 years ago
- 27781b7 llvm-objdump: Add relocation and archive support. by Michael J. Spencer · 13 years ago
- 2099039 Fix a few changes I missed. by Michael J. Spencer · 13 years ago
- 01a4db3 Fix GCC again. by Michael J. Spencer · 13 years ago