Do not use std::stack because it causes obscure failures when
[oota-llvm.git] / tools /
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
2010-04-23 Sean CallananFixes to edis that mark x86 call targets as
2010-04-23 Sean CallananFixed EDOperand to use the operand type, not the
2010-04-19 Mikhail GlushenkovSupport .a files directly (without -l).
2010-04-17 Dan GohmanFix more -Wcast-qual warnings.
2010-04-16 Chris Lattnerintroduce a new CallGraphSCC class, and pass it around
2010-04-16 Nick LewyckyRevert r64616 which worked around gcc.gnu.org/PR42757...
2010-04-16 Dan GohmanCreate an exports file, so that the plugin only exports...
2010-04-16 Dan GohmanMake things static that don't need to be referenced...
2010-04-15 Dan GohmanMake the export files absolute paths, and change Makefi...
2010-04-15 Dan GohmanGeneralize the EXPORTED_SYMBOL_FILE concept in the...
2010-04-15 Benjamin KramerSimplify ".bc" detection.
2010-04-15 Daniel DunbarRemove unnecessary uses of <iostream>.
2010-04-15 Chris Lattnerfix a crash on "lli ex" or any other file whose name...
2010-04-14 Nick LewyckyDon't forget cmake!
2010-04-14 Nick LewyckyRemove accidentally committed cruft.
2010-04-14 Nick LewyckyBugpoint no longer uses exceptions.
2010-04-13 Douglas GregorUnbreak CMake build by improving the EnhancedDisassembl...
2010-04-13 Sean CallananFixed a nasty layering violation in the edis source
2010-04-13 Ted KremenekAdd CMake support for 'edis'.
2010-04-13 Chris LattnerMake the disassembler respect the assembler dialect...
2010-04-12 Sean CallananBuild system fix to make llvm-mc properly build
2010-04-12 Sean CallananBuild system fixes. llvm-mc depends on
2010-04-12 Sean CallananBug fix: made the enhanced disassembler's link
2010-04-12 Sean CallananSecond try at integrating the edis tester. This
2010-04-12 Benjamin KramerBoolify.
2010-04-12 Nick LewyckyRemove use of exceptions from bugpoint. No deliberate...
2010-04-10 Nick LewyckyRemove dead argument and clean whitespace. No functiona...
2010-04-10 Sean CallananUpdated the edis build mechanism to allow for builds
2010-04-09 Chris Lattnerrevert r100842 which broke several of the build bots.
2010-04-09 Sean CallananAdded a tester for the enhanced disassembler,
2010-04-09 Sean CallananBugfixes for edis. Code to initialize instruction
2010-04-08 Sean CallananAdded support for ARM disassembly to edis.
2010-04-05 Chris Lattneradd .o file writing for inline asm in llc. Here's...
2010-04-05 Chris Lattnertidy #includes.
2010-04-05 Chris Lattnerstringref-ize the MemoryBuffer::get apis. This requires
2010-04-04 Chris Lattnerfix an ugly wart in the MCInstPrinter api where the
2010-04-03 Chris Lattnerremove some extraneous casts
2010-04-03 Chris LattnerAdd special case bitcode support for DebugLoc. This...
2010-04-03 Mikhail GlushenkovPass -shared to the linker.
2010-04-03 Chris Lattneradd a couple missing enum names.
2010-04-02 Sean CallananUpdated the install location for EnhancedDisassembly
2010-03-31 Mikhail GlushenkovPass -m32/-m64 to assembler.
2010-03-30 Dan GohmanFix llvm-ld to clean up its output files in case of...
2010-03-27 Chris Lattnerrevert r99719 which is breaking the botz.
2010-03-27 Dan GohmanMake llvm-ld remove its output files in the event of...
2010-03-27 Dan GohmanNo need to check the same condition twice.
2010-03-25 Daniel Dunbarllvm-mc: Add a -mc-relax-all option, which relaxes...
next