- 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
- 390444a remove dead code, we're requesting TargetMachine::AssemblyFile here. by Chris Lattner · 15 years ago
- d74667e Removed an unnecessary class from the EDDisassembler by Sean Callanan · 15 years ago
- 37ad466 Changed to Chris Lattner's suggested approach, which by Sean Callanan · 15 years ago
- 39bdc78 Kill the Mach-O writer, and temporarily make filetype=obj an error. by Nate Begeman · 15 years ago
- 54c7788 Fix for builds with separate source and build by Sean Callanan · 15 years ago
- 81b0c39 Updated to use the proper .exports file for the by Sean Callanan · 15 years ago
- c54a747 Rollback on including blocks functionality in .exports by Sean Callanan · 15 years ago
- 7bb2929 Whoops, left some debugging code in that broke a buildbot. Removed. by Sean Callanan · 15 years ago
- ee5dfd4 Added the enhanced disassembly library's implementation and by Sean Callanan · 15 years ago
- 400c700 Removed symbols from .exports that are not yet in the library. by Sean Callanan · 15 years ago
- bd51cdd Added a bare-bones Makefile to build the enhanced disassembly by Sean Callanan · 15 years ago
- 1124cc0 Support some more options... by Mikhail Glushenkov · 15 years ago
- 12ea66a Replace strcpy with memcpy when we have the length around anyway. by Benjamin Kramer · 15 years ago
- f0356fe Kill ModuleProvider and ghost linkage by inverting the relationship between by Jeffrey Yasskin · 15 years ago
- 058b3f5 Support -arch. by Mikhail Glushenkov · 15 years ago
- 967edd0 Support for -iquote. by Mikhail Glushenkov · 15 years ago
- 43b5f93 make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. by Chris Lattner · 15 years ago
- c0f8a36 mark some libraries that currently require RTTI. by Chris Lattner · 15 years ago
- 0740441 pass "-fasm-verbose" into createAsmStreamer. by Chris Lattner · 15 years ago
- e73a31f Stop building RTTI information for *most* llvm libraries. Notable by Chris Lattner · 15 years ago
- 476e9bd elimiante the dynamic_cast's from opt. by Chris Lattner · 15 years ago
- 6f6e87d simplify code. by Chris Lattner · 15 years ago
- be343b3 move some files out of the llvm-mc tool into the MCParser library so by Chris Lattner · 15 years ago
- c6ef277 create a new MCParser library and move some stuff into it. by Chris Lattner · 15 years ago
- 03949c9 remove some confused code that used strtoull by Chris Lattner · 15 years ago
- fd0b028 Moved handling of inclusion from the AsmLexer to by Sean Callanan · 15 years ago
- bf2013e Changed the AsmParser to handle error messages itself by Sean Callanan · 15 years ago
- 10d33a4 Promoted the reference to the SourceMgr from AsmLexer by Sean Callanan · 15 years ago
- 79036e4 Modified MCAsmLexer to return error information upward by Sean Callanan · 15 years ago
- 1658202 give createAsmStreamer an 'isLittleEndian' argument. by Chris Lattner · 15 years ago
- 18b8323 Promoted the getTok() method to MCAsmParser so that by Sean Callanan · 15 years ago
- 79ed1a8 Added a Lex function to the AsmParser, to allow handling by Sean Callanan · 15 years ago
- aaec205 Generalize mcasmstreamer data emission APIs to take an address space by Chris Lattner · 15 years ago
- ddf6bdd add a "MCStreamer::EmitFill" method, and move the default implementation by Chris Lattner · 15 years ago
- 258281d fix parsing .comm directives on systems which do not represent alignments by Chris Lattner · 15 years ago
- 74733a7 Make opt -O3 act more like clang -O3 etc., by making the inlining thresholds by Eli Friedman · 15 years ago
- 59780b8 make llvm-config more portable to windows versions of perl, by Chris Lattner · 15 years ago
- c0dba72 now that mangler is in libtarget, it can use MCAsmInfo instead of clients by Chris Lattner · 15 years ago
- b56bf58 Don't create a (empty) output file, and don't warn about bitcode output by Dan Gohman · 15 years ago
- 45111d1 move the mangler into libtarget from vmcore. by Chris Lattner · 15 years ago
- 1ffb33d remove obsolete comment. by Chris Lattner · 15 years ago
- 8abfb8a bugpoint doesn't need the mangler at all. DisambiguateGlobalSymbols by Chris Lattner · 15 years ago
- 7c3418b remove calls to dead methods. by Chris Lattner · 15 years ago
- c545106 remove use of getMangledName. by Chris Lattner · 15 years ago
- 4693404 switch liblto to use the new getNameWithPrefix() method instead of getMangledName. by Chris Lattner · 15 years ago
- 54482b4 fix a bug in range information for $42, eliminate an by Chris Lattner · 15 years ago
- b4307b3 extend MCAsmParser::ParseExpression and ParseParenExpression by Chris Lattner · 15 years ago
- 3fe980b Hook up llc's -filetype=obj to use MCStreamer if an MCCodeEmitter is available. by Nate Begeman · 15 years ago
- 9d3c755 add virtual methods to get the start/end of a MCParsedAsmOperand, by Chris Lattner · 15 years ago
- 9898671 Split the TargetAsmParser "ParseInstruction" interface in half: by Chris Lattner · 15 years ago
- f007e85 prune #includes in TargetAsmParser.h by Chris Lattner · 15 years ago
- d4f1959 Reimplement getToken and SplitString as "StringRef helper functions" by Benjamin Kramer · 15 years ago
- 08fc0d3 Enable debug buffering. by David Greene · 15 years ago
- c58d01b Enable debug buffering. by David Greene · 15 years ago