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