2010-03-05 |
Mikhail Glushenkov | Make it not an error to specify -O* options several... |
tree | commitdiff |
2010-03-05 |
Chris Lattner | apparently if gold is around lto needs to be part of... |
tree | commitdiff |
2010-03-05 |
Chris Lattner | Only build libedis if ENABLE_SHARED is specified, just... |
tree | commitdiff |
2010-03-05 |
Chris Lattner | liblto and gold don't need to be built in serial |
tree | commitdiff |
2010-03-04 |
Erick Tryzelaar | Rewrite makefiles to explicitly reference DESTDIR to... |
tree | commitdiff |
2010-03-01 |
Dan Gohman | Make llc opt into the addPassesToEmitFile verify pass. |
tree | commitdiff |
2010-02-26 |
Chris Lattner | don't build edis if the x86 target isn't enabld. |
tree | commitdiff |
2010-02-26 |
Sanjiv Gupta | disable-mem2reg and disable-gvn options should not... |
tree | commitdiff |
2010-02-25 |
Jeffrey Yasskin | Try r96559 for the third time. This time the shared... |
tree | commitdiff |
2010-02-23 |
Jeffrey Yasskin | Roll back r96959 again. |
tree | commitdiff |
2010-02-23 |
Jeffrey Yasskin | Oops. Pass -lgcc _only_ on ARM, not on everything... |
tree | commitdiff |
2010-02-23 |
Jeffrey Yasskin | Roll r96559 forward again, adding libLLVM-2.7svn.so... |
tree | commitdiff |
2010-02-23 |
Mikhail Glushenkov | Fix -mtune forwarding. |
tree | commitdiff |
2010-02-23 |
Mikhail Glushenkov | Update mcc16 and the ancient Clang plugin for the ... |
tree | commitdiff |
2010-02-23 |
Mikhail Glushenkov | Input files with empty suffixes must be passed to linker. |
tree | commitdiff |
2010-02-23 |
Mikhail Glushenkov | Support -Xlinker et al. |
tree | commitdiff |
2010-02-23 |
Mikhail Glushenkov | Typo. |
tree | commitdiff |
2010-02-23 |
Mikhail Glushenkov | Correct option forwarding: initial implementation. |
tree | commitdiff |
2010-02-23 |
Mikhail Glushenkov | Precompiled headers: initial support. |
tree | commitdiff |
2010-02-23 |
Mikhail Glushenkov | New experimental/undocumented feature: 'works_on_empty'. |
tree | commitdiff |
2010-02-23 |
Mikhail Glushenkov | Support '-install_name'. |
tree | commitdiff |
2010-02-23 |
Daniel Dunbar | Kill off LLVMGCCARCH and LLVMGCC_VERSION make variables. |
tree | commitdiff |
2010-02-23 |
Daniel Dunbar | Kill off LLVMGCC_MAJVERS make variable. |
tree | commitdiff |
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 |
next |