Add a missing function.
[oota-llvm.git] / tools /
2010-07-31 Daniel Dunbarbuild: Don't pass -avoid-version or -no-undefined on...
2010-07-31 Michael J. Spencerllc: Add -mc-relax-all.
2010-07-31 Rafael EspindolaAdd const to some methods and change TestMergedProgram...
2010-07-31 Rafael EspindolaThe BlockExtractorPass() constructor was not reading...
2010-07-30 Rafael EspindolaAdd a Program argument to diffProgram to avoid a use...
2010-07-30 Duncan SandsDo not pass a copy of the value map, pass a reference...
2010-07-29 John McCallTranscribe IRC to svn. Also don't print basic block...
2010-07-29 John McCallMake the header self-contained and follow #include...
2010-07-29 John McCallSwitch to using the LLVM CommandLine library so that...
2010-07-29 Benjamin KramerPlug the remaining MC leaks by giving MCObjectStreamer...
2010-07-29 Rafael EspindolaMake the test while reducing blocks functional. This...
2010-07-29 John McCallCentralize the logic to permanently unify two instructi...
2010-07-29 John McCallDiagnose non-structural differences in the case where...
2010-07-29 John McCallWhen unifying instructions during a block diff, actuall...
2010-07-29 John McCallSomehow I was getting reasonable results for the test...
2010-07-29 John McCallCache the result of errs() and implement formatted...
2010-07-29 John McCallAdd the llvm-diff tool, which performs a relatively...
2010-07-29 Jakob Stoklund OlesenUse the right gcc tool args for IsARMArchitecture.
2010-07-28 Gabor Greifsimplify by using CallSite constructors; virtually...
2010-07-28 Rafael EspindolaInstead of abusing swapProgramIn, just add a Module...
2010-07-26 Rafael EspindolaClone and restore the module being reduced in
2010-07-24 Rafael EspindolaRevert unintended white space change.
2010-07-24 Rafael EspindolaFix a trivial use after free.
2010-07-23 Mikhail GlushenkovGet rid of exceptions in llvmc.
2010-07-20 Chris Lattnerthere is now no reason to link in TARGETS_TO_BUILD...
2010-07-20 Chris Lattnerfix edis to only try to link in the x86 parts if the...
2010-07-20 Douglas GregorFix edis makefile
2010-07-20 Chris Lattnerfix DISABLE_EDIS
2010-07-20 Chris Lattnerthis logic is handled by tools/makefile.
2010-07-20 Chris Lattneredis needs to link in mcdisassembler.
2010-07-20 Chris Lattnerupdate cmake.
2010-07-20 Chris Lattneredinfo doesn't need to be built here.
2010-07-20 Chris Lattnerstart straightening out libedis's dependencies and...
2010-07-20 Owen AndersonSpeculatively revert r108813, in an attempt to get...
2010-07-20 Owen AndersonReapply r108794, a fix for the failing test from last...
2010-07-20 Daniel DunbarRevert r108794, "Separate PassInfo into two classes...
2010-07-20 Owen AndersonSeparate PassInfo into two classes: a constructor-free...
2010-07-19 Mikhail Glushenkovllvmc: Add a new option type (switch_list).
2010-07-19 Daniel DunbarTarget: Give the TargetAsmParser access to the TargetMa...
2010-07-19 Daniel Dunbaredis: Save the TargetMachine in the EDDisassembler...
2010-07-18 Daniel DunbarMC: Move several clients to using AsmParser constructor...
2010-07-18 Daniel Dunbarllvm-mc: Fix llvm-mc -as-lex.
2010-07-17 Duncan SandsFix what seems like a clear buffer overflow, noticed...
2010-07-16 Dan GohmanMake llvm-bcanalyzer print out the full enum name for...
2010-07-16 Daniel Dunbarbuild/Darwin: Add an LLVM_LTO_VERSION_OFFSET make varia...
2010-07-14 Bob WilsonRemove some broken code to check the DISABLE_EDIS flag...
2010-07-12 Duncan SandsConvert some tab stops into spaces.
2010-07-01 Bill WendlingImplement the "linker_private_weak" linkage type. This...
2010-07-01 Daniel DunbarMC: Pass the target instance to the AsmParser constructor.
2010-07-01 Devang PatelPreserve debug info for only extracted symbols.
2010-07-01 Mikhail GlushenkovMake -filelist work with -linker=c++.
2010-06-29 Bill WendlingRevert r107205 and r107207.
2010-06-29 Bill WendlingIntroducing the "linker_weak" linkage type. This will...
2010-06-29 Duncan SandsRemove variables that are written by not read.
2010-06-24 Devang PatelUse ValueMap instead of DenseMap.
2010-06-23 Rafael EspindolaAdd an extra-library-path option to the plugin. This...
2010-06-21 Rafael Espindolaadd_input_file and add_input_library now take const...
2010-06-21 Rafael EspindolaSave more temps with -save-temps.
2010-06-18 Rafael EspindolaAdd a pass-through option to the plugin. The use case...
2010-06-14 Rafael EspindolaDon't produce output only if *all* files are unused.
2010-06-11 Daniel Dunbarllvm-mc: Don't set NO_INSTALL on llvm-mc.
2010-06-09 Duncan SandsChange another reference to the "indirect callgraph...
2010-06-09 Duncan SandsOutput "external node" rather than "Indirect CallGraph...
2010-06-07 Nick LewyckyPlug a leak in the non-error case by removing one level...
2010-06-07 Dan GohmanRun dead type elimination after dead argument elimination.
2010-06-07 Dan GohmanUse ->isVoidTy().
2010-06-07 Rafael EspindolaMisc cleanups to the gold plugin.
2010-06-05 Dan GohmanNo need to special-case structs here; structs are first...
2010-06-04 Dan GohmanNo need to special-case structs here; structs are first...
2010-06-03 Rafael EspindolaAdd a emit-llvm option to the plugin and make the path...
2010-06-03 Nick LewyckyPerfer !string.empty() over string != "".
2010-06-03 Nick LewyckyWhitespace cleanup.
2010-06-03 Rafael EspindolaDon't preserve all symbols in a .so and instead trust...
2010-05-27 Dan GohmanEliminate some unnessary Path::exists() calls.
2010-05-27 Dan GohmanWhen handling raw_ostream errors manually, use clear_er...
2010-05-27 Dan GohmanDon't special-case stdout in llvm::WriteBitcodeToFile...
2010-05-27 Dan GohmanDon't create an output stream when output is disabled.
2010-05-27 Dan GohmanAvoid calling outs() and fouts() when the stream isn...
2010-05-24 Duncan SandsApply timeouts and memory limits in more places. In...
2010-05-23 Daniel DunbarMC: Add an MCLoggingStreamer, for use in debugging...
2010-05-21 Matt FlemingCurrently, createMachOStreamer() is invoked directly...
2010-05-21 Daniel DunbarRemove dead option.
2010-05-16 Rafael EspindolaAvoid renaming loadable modules at install time. Now...
2010-05-14 Dan GohmanUse regular PassManager instead of FunctionPassManager...
2010-05-13 Jakob Stoklund OlesenFix complete badness in bugpoint's IsARMArchitecture...
2010-05-13 Rafael EspindolaAdd an also-emit-llvm option to the gold plugin.
2010-05-11 Jeffrey YasskinFix PR6951 by fixing Module leaks in bugpoint.
2010-05-11 Dan GohmanRemove the "WantsWholeFile" concept, as it's no longer...
2010-05-11 Sean CallananExtended the edis "IsBranch" property to call
2010-05-11 Bill WendlingThe getDefaultSubtargetFeatures method of SubtargetFeat...
2010-05-10 Kalle RaiskilaAdd command line option --gcc to bugpoint.
2010-05-07 Chris Lattnerdon't pass -f to llc, it doesn't have it anymore. ...
2010-05-06 Chris Lattnermake -filetype=obj default to emitting its output to...
2010-05-05 Sean CallananFixed a sign-extension bug in the X86 disassembler
2010-05-02 Duncan SandsRemove the -enable-sjlj-eh option, which doesn't do...
2010-04-29 Nick LewyckyThe llc -f flag was removed.
2010-04-29 Dan Gohmanllc no longer requires the -f option to overwrite files.
2010-04-29 Daniel DunbarRemove dead option.
2010-04-27 Bill Wendlingr98363 deleted a '!' when cleaning up whitespace. This...
2010-04-24 Sean CallananFixed edis to tokenize instructions with no
next