- 16350f8 Remove dead argument and clean whitespace. No functionality change. by Nick Lewycky · 15 years ago
- 35a3d3f Updated the edis build mechanism to allow for builds by Sean Callanan · 15 years ago
- cfc99a9 revert r100842 which broke several of the build bots. by Chris Lattner · 15 years ago
- 8c0a160 Added a tester for the enhanced disassembler, by Sean Callanan · 15 years ago
- 4285b29 Bugfixes for edis. Code to initialize instruction by Sean Callanan · 15 years ago
- 8f993b8 Added support for ARM disassembly to edis. by Sean Callanan · 15 years ago
- af632c9 add .o file writing for inline asm in llc. Here's a silly demo: by Chris Lattner · 15 years ago
- 519466c tidy #includes. by Chris Lattner · 15 years ago
- 4c842dd stringref-ize the MemoryBuffer::get apis. This requires by Chris Lattner · 15 years ago
- d374087 fix an ugly wart in the MCInstPrinter api where the by Chris Lattner · 15 years ago
- 4d12fdc remove some extraneous casts by Chris Lattner · 15 years ago
- a624524 Add special case bitcode support for DebugLoc. This avoids by Chris Lattner · 15 years ago
- cbf1aa9 Pass -shared to the linker. by Mikhail Glushenkov · 15 years ago
- d3a5fa8 add a couple missing enum names. by Chris Lattner · 15 years ago
- eb3a1ab Updated the install location for EnhancedDisassembly by Sean Callanan · 15 years ago
- 62d1da0 Pass -m32/-m64 to assembler. by Mikhail Glushenkov · 15 years ago
- 132a994 Fix llvm-ld to clean up its output files in case of an error. by Dan Gohman · 15 years ago
- 46475cb revert r99719 which is breaking the botz. by Chris Lattner · 15 years ago
- 00ad278 Make llvm-ld remove its output files in the event of an error. by Dan Gohman · 15 years ago
- 92f5fcc No need to check the same condition twice. by Dan Gohman · 15 years ago
- ac2884a llvm-mc: Add a -mc-relax-all option, which relaxes every fixup. We always need by Daniel Dunbar · 15 years ago
- 51ecc38 Trim #includes. by Dan Gohman · 15 years ago
- 34b96f4 It's not necessary to call raw_ostream::close explicitly on automatic by Dan Gohman · 15 years ago
- 2d9f5d1 llvm-mc: Support -filetype=null, for timing purposes. by Daniel Dunbar · 15 years ago
- fa256c6 Remove if DISABLED not if not DISABLED... by Bill Wendling · 15 years ago
- 602d005 Use "DISABLE_EDIS" to disable building "edis" explicitly. Don't build it for by Bill Wendling · 15 years ago
- 25c54c0 make sure to delete the llvm module before calling llvm_shutdown, by Chris Lattner · 15 years ago
- 50fc9f3 llc doesn't need LinkAllVMCore. by Dan Gohman · 15 years ago
- bd85e8e Avoid leaking the FunctionPassManager from opt. by Jeffrey Yasskin · 15 years ago
- c1dc067 Free all Constants in ~LLVMConstantImpl. We avoid assertion failures by Jeffrey Yasskin · 15 years ago
- c6ab190 llvm-mc: Fix MCInstPrinter memory leaks. by Daniel Dunbar · 15 years ago
- d40297c llvm-mc: Fix memory leak of MCAsmInfo. by Daniel Dunbar · 15 years ago
- 4d4358e llvm-mc: Fix target selection for --disassemble to use GetTarget. by Daniel Dunbar · 15 years ago
- 4c42a6d fix an MCInstPrinter leak that jyasskin pointed out: by Chris Lattner · 15 years ago
- c3e6859 Bugpoint's default memory limit (100MB) was too low for valgrind, so by Jeffrey Yasskin · 15 years ago
- e340da7 Changed install_name for libEnhancedDisassembly.dylib on by Sean Callanan · 15 years ago
- 5001042 add support for bugpointing the integrated assembler. Something like this by Chris Lattner · 15 years ago
- 4ca9065 llvm-mc: Delete output files on error. by Daniel Dunbar · 15 years ago
- 5e6a7a2 llvm-mc: Support -n, useful for comparing -integrated-as output since the by Daniel Dunbar · 15 years ago
- 181ab6a llvm-mc: Support -arch as a simplified form of -triple. by Daniel Dunbar · 15 years ago
- b87c305 give Mangler access to TargetData. by Chris Lattner · 15 years ago
- 5ef31a0 make the mangler take an MCContext instead of an MAI. No functionality change. by Chris Lattner · 15 years ago
- fdab14b remove MAI argument from createAsmStreamer since it by Chris Lattner · 15 years ago
- c18409a change MCContext to always have an MCAsmInfo. by Chris Lattner · 15 years ago
- 1f3e445 MC: Provide MCAssembler with a TargetAsmBackend. by Daniel Dunbar · 15 years ago
- 7ebc377 Attempt to fix random build failures seen when doing highly by Duncan Sands · 15 years ago
- b5c4239 Make it not an error to specify -O* options several times. by Mikhail Glushenkov · 15 years ago
- e560577 apparently if gold is around lto needs to be part of DIRS. by Chris Lattner · 15 years ago
- 23e6d2b Only build libedis if ENABLE_SHARED is specified, just like liblto. by Chris Lattner · 15 years ago
- f6dc18f liblto and gold don't need to be built in serial by Chris Lattner · 15 years ago
- d4076cf Rewrite makefiles to explicitly reference DESTDIR to fix bug 3153. by Erick Tryzelaar · 15 years ago
- d44f16f Make llc opt into the addPassesToEmitFile verify pass. by Dan Gohman · 15 years ago
- 68e3266 don't build edis if the x86 target isn't enabld. by Chris Lattner · 15 years ago
- ad597f9 disable-mem2reg and disable-gvn options should not be used by the driver. by Sanjiv Gupta · 15 years ago
- c901719 Try r96559 for the third time. This time the shared library is only built if by Jeffrey Yasskin · 15 years ago
- 407fbdd Roll back r96959 again. by Jeffrey Yasskin · 15 years ago
- 5294af0 Oops. Pass -lgcc _only_ on ARM, not on everything except ARM. by Jeffrey Yasskin · 15 years ago
- ea6c39d Roll r96559 forward again, adding libLLVM-2.7svn.so to LLVM. This links 3 of by Jeffrey Yasskin · 15 years ago
- b5c2a5d Fix -mtune forwarding. by Mikhail Glushenkov · 15 years ago
- 9e7d90b Update mcc16 and the ancient Clang plugin for the 'cmd_line' -> 'command' change. by Mikhail Glushenkov · 15 years ago
- 9660c5d Input files with empty suffixes must be passed to linker. by Mikhail Glushenkov · 15 years ago
- 130bede Support -Xlinker et al. by Mikhail Glushenkov · 15 years ago
- fc2ee15 Typo. by Mikhail Glushenkov · 15 years ago
- a34f97a Correct option forwarding: initial implementation. by Mikhail Glushenkov · 15 years ago
- c6e0dbf Precompiled headers: initial support. by Mikhail Glushenkov · 15 years ago
- be6ee7c New experimental/undocumented feature: 'works_on_empty'. by Mikhail Glushenkov · 15 years ago
- 9f2a080 Support '-install_name'. by Mikhail Glushenkov · 15 years ago
- 951fd6d Kill off LLVMGCCARCH and LLVMGCC_VERSION make variables. by Daniel Dunbar · 15 years ago
- 99d9863 Kill off LLVMGCC_MAJVERS make variable. by Daniel Dunbar · 15 years ago
- 18619b2 Uniformize the way these options are printed. Requested by Russell Wallace. by Duncan Sands · 15 years ago
- 3460f22 Avoid a dangling pointer dereference, PassManager::add can delete the Pass. by Benjamin Kramer · 15 years ago
- 2155d45 Roll back the shared library, r96559. It broke two darwins and arm, mysteriously. by Jeffrey Yasskin · 15 years ago
- f6afae2 Add a shared library for LLVM, named libLLVM2.7svn.(so|dylib), and add an by Jeffrey Yasskin · 15 years ago
- 1df9859 There are two ways of checking for a given type, for example isa<PointerType>(T) by Duncan Sands · 15 years ago
- 49e496b Support some more Darwin-only options. by Mikhail Glushenkov · 15 years ago
- b88c6f6 Support -mfix-and-continue properly. by Mikhail Glushenkov · 15 years ago
- 2ac7ab1 Revert r94752, turns out we don't need to touch these options. by Mikhail Glushenkov · 15 years ago
- 86020e4 give MCCodeEmitters access to the current MCContext. by Chris Lattner · 15 years ago
- a499d20 Add support to llvm-extract for extracting multiple functions and/or by Dan Gohman · 15 years ago
- 5532cf4 llvm-mc: Remove --show-fixups and always show as part of --show-encoding. by Daniel Dunbar · 15 years ago
- 6b71653 llvm-mc: Add --show-fixups option, for displaying the instruction fixup information in the asm comments. by Daniel Dunbar · 15 years ago
- 4b42a1e Oops. by Jakob Stoklund Olesen · 15 years ago
- 8addca2 clang test suite by Jakob Stoklund Olesen · 15 years ago
- 2d58147 Updated the enhanced disassembly library to produce by Sean Callanan · 15 years ago
- de5dac1 Fixed a problem where the enhanced disassembly by Sean Callanan · 15 years ago
- 01cd79f Added header file declarations and .exports entries by Sean Callanan · 15 years ago
- 504b4cd Fixed build error for redefinition. by Sanjiv Gupta · 15 years ago
- 90f4c91 Add uppercase and lowercase part defines in driver. by Sanjiv Gupta · 15 years ago
- 4688261 Move --march, --mcpu, and --mattr from JIT/TargetSelect.cpp to lli.cpp. by Jeffrey Yasskin · 15 years ago
- 18743f4 New flag for GenLibDeps, and llvm-config-perobjincl. by Torok Edwin · 15 years ago
- 7670658 Filled in a few new APIs for the enhanced by Sean Callanan · 15 years ago
- 9dee8e3 llvm-mc: Add --show-inst option, for showing the MCInst inline with the assembly by Daniel Dunbar · 15 years ago
- 5669e30 change addPassesToEmitFile to return true on failure instead of its input, by Chris Lattner · 15 years ago
- 2e235a8 Fixed the disassembler so it accepts multiple by Sean Callanan · 15 years ago
- ac7798e Hook up -filetype=obj through the MachO streamer. Here's a demo: by Chris Lattner · 15 years ago
- 3813d8a Remove a bunch of stuff around the edges of the ELF writer. by Chris Lattner · 15 years ago
- 211edae eliminate FileModel::Model, just use CodeGenFileType. The client by Chris Lattner · 15 years ago
- b788b37 ...and fixed the Makefile. by Sean Callanan · 15 years ago
- 59b9c88 Renamed the ed directory to edis, as suggested by Sean Callanan · 15 years ago
- b5c5160 eliminate all forms of addPassesToEmitMachineCode except by Chris Lattner · 15 years ago