2010-03-25 |
Daniel Dunbar | llvm-mc: Add a -mc-relax-all option, which relaxes... |
tree | commitdiff |
2010-03-24 |
Dan Gohman | Trim #includes. |
tree | commitdiff |
2010-03-24 |
Dan Gohman | It's not necessary to call raw_ostream::close explicitl... |
tree | commitdiff |
2010-03-23 |
Daniel Dunbar | llvm-mc: Support -filetype=null, for timing purposes. |
tree | commitdiff |
2010-03-23 |
Bill Wendling | Remove if DISABLED not if not DISABLED... |
tree | commitdiff |
2010-03-23 |
Bill Wendling | Use "DISABLE_EDIS" to disable building "edis" explicitl... |
tree | commitdiff |
2010-03-23 |
Chris Lattner | make sure to delete the llvm module before calling... |
tree | commitdiff |
2010-03-22 |
Dan Gohman | llc doesn't need LinkAllVMCore. |
tree | commitdiff |
2010-03-22 |
Jeffrey Yasskin | Avoid leaking the FunctionPassManager from opt. |
tree | commitdiff |
2010-03-22 |
Jeffrey Yasskin | Free all Constants in ~LLVMConstantImpl. We avoid... |
tree | commitdiff |
2010-03-20 |
Daniel Dunbar | llvm-mc: Fix MCInstPrinter memory leaks. |
tree | commitdiff |
2010-03-20 |
Daniel Dunbar | llvm-mc: Fix memory leak of MCAsmInfo. |
tree | commitdiff |
2010-03-19 |
Daniel Dunbar | llvm-mc: Fix target selection for --disassemble to... |
tree | commitdiff |
2010-03-19 |
Chris Lattner | fix an MCInstPrinter leak that jyasskin pointed out: |
tree | commitdiff |
2010-03-19 |
Jeffrey Yasskin | Bugpoint's default memory limit (100MB) was too low... |
tree | commitdiff |
2010-03-17 |
Sean Callanan | Changed install_name for libEnhancedDisassembly.dylib on |
tree | commitdiff |
2010-03-16 |
Chris Lattner | add support for bugpointing the integrated assembler... |
tree | commitdiff |
2010-03-13 |
Daniel Dunbar | llvm-mc: Delete output files on error. |
tree | commitdiff |
2010-03-13 |
Daniel Dunbar | llvm-mc: Support -n, useful for comparing -integrated... |
tree | commitdiff |
2010-03-13 |
Daniel Dunbar | llvm-mc: Support -arch as a simplified form of -triple. |
tree | commitdiff |
2010-03-12 |
Chris Lattner | give Mangler access to TargetData. |
tree | commitdiff |
2010-03-12 |
Chris Lattner | make the mangler take an MCContext instead of an MAI. |
tree | commitdiff |
2010-03-12 |
Chris Lattner | remove MAI argument from createAsmStreamer since it |
tree | commitdiff |
2010-03-11 |
Chris Lattner | change MCContext to always have an MCAsmInfo. |
tree | commitdiff |
2010-03-11 |
Daniel Dunbar | MC: Provide MCAssembler with a TargetAsmBackend. |
tree | commitdiff |
2010-03-09 |
Duncan Sands | Attempt to fix random build failures seen when doing... |
tree | commitdiff |
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 |
next |