2010-02-18 |
Duncan Sands | Uniformize the way these options are printed. Requested by |
tree | commitdiff |
2010-02-18 |
Benjamin Kramer | Avoid a dangling pointer dereference, PassManager:... |
tree | commitdiff |
2010-02-18 |
Jeffrey Yasskin | Roll back the shared library, r96559. It broke two... |
tree | commitdiff |
2010-02-18 |
Jeffrey Yasskin | Add a shared library for LLVM, named libLLVM2.7svn... |
tree | commitdiff |
2010-02-16 |
Duncan Sands | There are two ways of checking for a given type, for... |
tree | commitdiff |
2010-02-13 |
Mikhail Glushenkov | Support some more Darwin-only options. |
tree | commitdiff |
2010-02-13 |
Mikhail Glushenkov | Support -mfix-and-continue properly. |
tree | commitdiff |
2010-02-13 |
Mikhail Glushenkov | Revert r94752, turns out we don't need to touch these... |
tree | commitdiff |
2010-02-12 |
Chris Lattner | give MCCodeEmitters access to the current MCContext. |
tree | commitdiff |
2010-02-10 |
Dan Gohman | Add support to llvm-extract for extracting multiple... |
tree | commitdiff |
2010-02-10 |
Daniel Dunbar | llvm-mc: Remove --show-fixups and always show as part... |
tree | commitdiff |
2010-02-09 |
Daniel Dunbar | llvm-mc: Add --show-fixups option, for displaying the... |
tree | commitdiff |
2010-02-09 |
Jakob Stoklund Olesen | Oops. |
tree | commitdiff |
2010-02-09 |
Jakob Stoklund Olesen | clang test suite |
tree | commitdiff |
2010-02-09 |
Sean Callanan | Updated the enhanced disassembly library to produce |
tree | commitdiff |
2010-02-09 |
Sean Callanan | Fixed a problem where the enhanced disassembly |
tree | commitdiff |
2010-02-08 |
Sean Callanan | Added header file declarations and .exports entries |
tree | commitdiff |
2010-02-08 |
Sanjiv Gupta | Fixed build error for redefinition. |
tree | commitdiff |
2010-02-08 |
Sanjiv Gupta | Add uppercase and lowercase part defines in driver. |
tree | commitdiff |
2010-02-05 |
Jeffrey Yasskin | Move --march, --mcpu, and --mattr from JIT/TargetSelect... |
tree | commitdiff |
2010-02-04 |
Torok Edwin | New flag for GenLibDeps, and llvm-config-perobjincl. |
tree | commitdiff |
2010-02-04 |
Sean Callanan | Filled in a few new APIs for the enhanced |
tree | commitdiff |
2010-02-03 |
Daniel Dunbar | llvm-mc: Add --show-inst option, for showing the MCInst... |
tree | commitdiff |
2010-02-03 |
Chris Lattner | change addPassesToEmitFile to return true on failure... |
tree | commitdiff |
2010-02-03 |
Sean Callanan | Fixed the disassembler so it accepts multiple |
tree | commitdiff |
2010-02-02 |
Chris Lattner | Hook up -filetype=obj through the MachO streamer. ... |
tree | commitdiff |
2010-02-02 |
Chris Lattner | Remove a bunch of stuff around the edges of the ELF... |
tree | commitdiff |
2010-02-02 |
Chris Lattner | eliminate FileModel::Model, just use CodeGenFileType... |
tree | commitdiff |
2010-02-02 |
Sean Callanan | ...and fixed the Makefile. |
tree | commitdiff |
2010-02-02 |
Sean Callanan | Renamed the ed directory to edis, as suggested |
tree | commitdiff |
2010-02-02 |
Chris Lattner | eliminate all forms of addPassesToEmitMachineCode except |
tree | commitdiff |
2010-02-02 |
Chris Lattner | remove dead code, we're requesting TargetMachine::Assem... |
tree | commitdiff |
2010-02-02 |
Sean Callanan | Removed an unnecessary class from the EDDisassembler |
tree | commitdiff |
2010-02-02 |
Sean Callanan | Changed to Chris Lattner's suggested approach, which |
tree | commitdiff |
2010-02-01 |
Nate Begeman | Kill the Mach-O writer, and temporarily make filetype... |
tree | commitdiff |
2010-02-01 |
Sean Callanan | Fix for builds with separate source and build |
tree | commitdiff |
2010-02-01 |
Sean Callanan | Updated to use the proper .exports file for the |
tree | commitdiff |
2010-02-01 |
Sean Callanan | Rollback on including blocks functionality in .exports |
tree | commitdiff |
2010-02-01 |
Sean Callanan | Whoops, left some debugging code in that broke |
tree | commitdiff |
2010-02-01 |
Sean Callanan | Added the enhanced disassembly library's implementation and |
tree | commitdiff |
2010-01-29 |
Sean Callanan | Removed symbols from .exports that are not yet in |
tree | commitdiff |
2010-01-29 |
Sean Callanan | Added a bare-bones Makefile to build the enhanced disas... |
tree | commitdiff |
2010-01-28 |
Mikhail Glushenkov | Support some more options... |
tree | commitdiff |
2010-01-28 |
Benjamin Kramer | Replace strcpy with memcpy when we have the length... |
tree | commitdiff |
2010-01-27 |
Jeffrey Yasskin | Kill ModuleProvider and ghost linkage by inverting... |
tree | commitdiff |
2010-01-26 |
Mikhail Glushenkov | Support -arch. |
tree | commitdiff |
2010-01-26 |
Mikhail Glushenkov | Support for -iquote. |
tree | commitdiff |
2010-01-24 |
Chris Lattner | make -fno-rtti the default unless a directory builds... |
tree | commitdiff |
2010-01-24 |
Chris Lattner | mark some libraries that currently require RTTI. |
tree | commitdiff |
2010-01-22 |
Chris Lattner | pass "-fasm-verbose" into createAsmStreamer. |
tree | commitdiff |
2010-01-22 |
Chris Lattner | Stop building RTTI information for *most* llvm librarie... |
tree | commitdiff |
2010-01-22 |
Chris Lattner | elimiante the dynamic_cast's from opt. |
tree | commitdiff |
2010-01-22 |
Chris Lattner | simplify code. |
tree | commitdiff |
2010-01-22 |
Chris Lattner | move some files out of the llvm-mc tool into the MCPars... |
tree | commitdiff |
2010-01-22 |
Chris Lattner | create a new MCParser library and move some stuff into it. |
tree | commitdiff |
2010-01-22 |
Chris Lattner | remove some confused code that used strtoull |
tree | commitdiff |
2010-01-21 |
Sean Callanan | Moved handling of inclusion from the AsmLexer to |
tree | commitdiff |
2010-01-20 |
Sean Callanan | Changed the AsmParser to handle error messages itself |
tree | commitdiff |
2010-01-20 |
Sean Callanan | Promoted the reference to the SourceMgr from AsmLexer |
tree | commitdiff |
2010-01-20 |
Sean Callanan | Modified MCAsmLexer to return error information upward |
tree | commitdiff |
2010-01-20 |
Chris Lattner | give createAsmStreamer an 'isLittleEndian' argument. |
tree | commitdiff |
2010-01-19 |
Sean Callanan | Promoted the getTok() method to MCAsmParser so that |
tree | commitdiff |
2010-01-19 |
Sean Callanan | Added a Lex function to the AsmParser, to allow handling |
tree | commitdiff |
2010-01-19 |
Chris Lattner | Generalize mcasmstreamer data emission APIs to take... |
tree | commitdiff |
2010-01-19 |
Chris Lattner | add a "MCStreamer::EmitFill" method, and move the defau... |
tree | commitdiff |
2010-01-19 |
Chris Lattner | fix parsing .comm directives on systems which do not... |
tree | commitdiff |
2010-01-18 |
Eli Friedman | Make opt -O3 act more like clang -O3 etc., by making... |
tree | commitdiff |
2010-01-18 |
Chris Lattner | make llvm-config more portable to windows versions... |
tree | commitdiff |
2010-01-17 |
Chris Lattner | now that mangler is in libtarget, it can use MCAsmInfo... |
tree | commitdiff |
2010-01-17 |
Dan Gohman | Don't create a (empty) output file, and don't warn... |
tree | commitdiff |
2010-01-16 |
Chris Lattner | move the mangler into libtarget from vmcore. |
tree | commitdiff |
2010-01-16 |
Chris Lattner | remove obsolete comment. |
tree | commitdiff |
2010-01-16 |
Chris Lattner | bugpoint doesn't need the mangler at all. Disambiguate... |
tree | commitdiff |
2010-01-16 |
Chris Lattner | remove calls to dead methods. |
tree | commitdiff |
2010-01-16 |
Chris Lattner | remove use of getMangledName. |
tree | commitdiff |
2010-01-16 |
Chris Lattner | switch liblto to use the new getNameWithPrefix() method... |
tree | commitdiff |
2010-01-15 |
Chris Lattner | fix a bug in range information for $42, eliminate an |
tree | commitdiff |
2010-01-15 |
Chris Lattner | extend MCAsmParser::ParseExpression and ParseParenExpre... |
tree | commitdiff |
2010-01-15 |
Nate Begeman | Hook up llc's -filetype=obj to use MCStreamer if an... |
tree | commitdiff |
2010-01-14 |
Chris Lattner | add virtual methods to get the start/end of a MCParsedA... |
tree | commitdiff |
2010-01-14 |
Chris Lattner | Split the TargetAsmParser "ParseInstruction" interface... |
tree | commitdiff |
2010-01-14 |
Chris Lattner | prune #includes in TargetAsmParser.h |
tree | commitdiff |
2010-01-11 |
Benjamin Kramer | Reimplement getToken and SplitString as "StringRef... |
tree | commitdiff |
2010-01-05 |
David Greene | Enable debug buffering. |
tree | commitdiff |
2010-01-05 |
David Greene | Enable debug buffering. |
tree | commitdiff |
2010-01-02 |
Mikhail Glushenkov | Forward -O0 to llvm-gcc. |
tree | commitdiff |
2010-01-02 |
Mikhail Glushenkov | Apparently, it is OK for -MT to be specified several... |
tree | commitdiff |
2010-01-01 |
Mikhail Glushenkov | Minor simplifactions. |
tree | commitdiff |
2010-01-01 |
Mikhail Glushenkov | Minor simplifications. |
tree | commitdiff |
2009-12-28 |
Bill Wendling | Mark some debug variables as 'unused' to quiet compiler... |
tree | commitdiff |
2009-12-23 |
Douglas Gregor | Fix another -Wmismatched-tags warning |
tree | commitdiff |
2009-12-23 |
Douglas Gregor | Fix struct/class mismatch for LTOModule and LTOCodeGene... |
tree | commitdiff |
2009-12-23 |
Mikhail Glushenkov | Make it easier to regenerate docs when srcdir != objdir. |
tree | commitdiff |
2009-12-23 |
Mikhail Glushenkov | Allow (set_option SwitchOption, true). |
tree | commitdiff |
2009-12-22 |
Chris Lattner | rename HexDisassembler -> Disassembler, it works on... |
tree | commitdiff |
2009-12-22 |
Chris Lattner | just discard the debug output from the disassembler. |
tree | commitdiff |
2009-12-22 |
Chris Lattner | specify what is invalid about it |
tree | commitdiff |
2009-12-22 |
Chris Lattner | reject invalid input with a caret, e.g.: |
tree | commitdiff |
2009-12-22 |
Chris Lattner | various cleanups, make the disassemble reject lines... |
tree | commitdiff |
2009-12-22 |
Chris Lattner | If you thought that it didn't make sense for the disass... |
tree | commitdiff |
next |