Age | Commit message (Expand) | Author |
2010-02-23 | Oops. Pass -lgcc _only_ on ARM, not on everything except ARM. | Jeffrey Yasskin |
2010-02-23 | Roll r96559 forward again, adding libLLVM-2.7svn.so to LLVM. This links 3 of | Jeffrey Yasskin |
2010-02-23 | Fix -mtune forwarding. | Mikhail Glushenkov |
2010-02-23 | Update mcc16 and the ancient Clang plugin for the 'cmd_line' -> 'command' cha... | Mikhail Glushenkov |
2010-02-23 | Input files with empty suffixes must be passed to linker. | Mikhail Glushenkov |
2010-02-23 | Support -Xlinker et al. | Mikhail Glushenkov |
2010-02-23 | Typo. | Mikhail Glushenkov |
2010-02-23 | Correct option forwarding: initial implementation. | Mikhail Glushenkov |
2010-02-23 | Precompiled headers: initial support. | Mikhail Glushenkov |
2010-02-23 | New experimental/undocumented feature: 'works_on_empty'. | Mikhail Glushenkov |
2010-02-23 | Support '-install_name'. | Mikhail Glushenkov |
2010-02-23 | Kill off LLVMGCCARCH and LLVMGCC_VERSION make variables. | Daniel Dunbar |
2010-02-23 | Kill off LLVMGCC_MAJVERS make variable. | Daniel Dunbar |
2010-02-18 | Uniformize the way these options are printed. Requested by | Duncan Sands |
2010-02-18 | Avoid a dangling pointer dereference, PassManager::add can delete the Pass. | Benjamin Kramer |
2010-02-18 | Roll back the shared library, r96559. It broke two darwins and arm, mysterio... | Jeffrey Yasskin |
2010-02-18 | Add a shared library for LLVM, named libLLVM2.7svn.(so|dylib), and add an | Jeffrey Yasskin |
2010-02-16 | There are two ways of checking for a given type, for example isa<PointerType>(T) | Duncan Sands |
2010-02-13 | Support some more Darwin-only options. | Mikhail Glushenkov |
2010-02-13 | Support -mfix-and-continue properly. | Mikhail Glushenkov |
2010-02-13 | Revert r94752, turns out we don't need to touch these options. | Mikhail Glushenkov |
2010-02-12 | give MCCodeEmitters access to the current MCContext. | Chris Lattner |
2010-02-10 | Add support to llvm-extract for extracting multiple functions and/or | Dan Gohman |
2010-02-10 | llvm-mc: Remove --show-fixups and always show as part of --show-encoding. | Daniel Dunbar |
2010-02-09 | llvm-mc: Add --show-fixups option, for displaying the instruction fixup infor... | Daniel Dunbar |
2010-02-09 | Oops. | Jakob Stoklund Olesen |
2010-02-09 | clang test suite | Jakob Stoklund Olesen |
2010-02-09 | Updated the enhanced disassembly library to produce | Sean Callanan |
2010-02-09 | Fixed a problem where the enhanced disassembly | Sean Callanan |
2010-02-08 | Added header file declarations and .exports entries | Sean Callanan |
2010-02-08 | Fixed build error for redefinition. | Sanjiv Gupta |
2010-02-08 | Add uppercase and lowercase part defines in driver. | Sanjiv Gupta |
2010-02-05 | Move --march, --mcpu, and --mattr from JIT/TargetSelect.cpp to lli.cpp. | Jeffrey Yasskin |
2010-02-04 | New flag for GenLibDeps, and llvm-config-perobjincl. | Torok Edwin |
2010-02-04 | Filled in a few new APIs for the enhanced | Sean Callanan |
2010-02-03 | llvm-mc: Add --show-inst option, for showing the MCInst inline with the assembly | Daniel Dunbar |
2010-02-03 | change addPassesToEmitFile to return true on failure instead of its input, | Chris Lattner |
2010-02-03 | Fixed the disassembler so it accepts multiple | Sean Callanan |
2010-02-02 | Hook up -filetype=obj through the MachO streamer. Here's a demo: | Chris Lattner |
2010-02-02 | Remove a bunch of stuff around the edges of the ELF writer. | Chris Lattner |
2010-02-02 | eliminate FileModel::Model, just use CodeGenFileType. The client | Chris Lattner |
2010-02-02 | ...and fixed the Makefile. | Sean Callanan |
2010-02-02 | Renamed the ed directory to edis, as suggested | Sean Callanan |
2010-02-02 | eliminate all forms of addPassesToEmitMachineCode except | Chris Lattner |
2010-02-02 | remove dead code, we're requesting TargetMachine::AssemblyFile here. | Chris Lattner |
2010-02-02 | Removed an unnecessary class from the EDDisassembler | Sean Callanan |
2010-02-02 | Changed to Chris Lattner's suggested approach, which | Sean Callanan |
2010-02-01 | Kill the Mach-O writer, and temporarily make filetype=obj an error. | Nate Begeman |
2010-02-01 | Fix for builds with separate source and build | Sean Callanan |
2010-02-01 | Updated to use the proper .exports file for the | Sean Callanan |