Add includes to get ptrdiff_t. This is needed by gcc-4.6 which has
[oota-llvm.git] / tools /
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...
2010-03-24 Dan GohmanTrim #includes.
2010-03-24 Dan GohmanIt's not necessary to call raw_ostream::close explicitl...
2010-03-23 Daniel Dunbarllvm-mc: Support -filetype=null, for timing purposes.
2010-03-23 Bill WendlingRemove if DISABLED not if not DISABLED...
2010-03-23 Bill WendlingUse "DISABLE_EDIS" to disable building "edis" explicitl...
2010-03-23 Chris Lattnermake sure to delete the llvm module before calling...
2010-03-22 Dan Gohmanllc doesn't need LinkAllVMCore.
2010-03-22 Jeffrey YasskinAvoid leaking the FunctionPassManager from opt.
2010-03-22 Jeffrey YasskinFree all Constants in ~LLVMConstantImpl. We avoid...
2010-03-20 Daniel Dunbarllvm-mc: Fix MCInstPrinter memory leaks.
2010-03-20 Daniel Dunbarllvm-mc: Fix memory leak of MCAsmInfo.
2010-03-19 Daniel Dunbarllvm-mc: Fix target selection for --disassemble to...
2010-03-19 Chris Lattnerfix an MCInstPrinter leak that jyasskin pointed out:
2010-03-19 Jeffrey YasskinBugpoint's default memory limit (100MB) was too low...
next