Minor cleanup. No functional changes intended.
[oota-llvm.git] / tools /
2009-08-03 Daniel DunbarProvide target data from the module if the target machi...
2009-08-03 Nick LewyckyRemove the GCC path from libLTO. This has been superced...
2009-08-03 Daniel DunbarRemove now unused arguments from TargetRegistry::lookup...
2009-08-03 Daniel DunbarPass target triple string in to TargetMachine constructor.
2009-08-02 Chris LattnerMake SectionKind::get() private.
2009-08-01 Chris Lattnerupdate for API change.
2009-08-01 Chris LattnerAll MCSections are now required to have a SectionKind.
2009-08-01 Daniel Dunbarllvm-mc: More quoted identifier support.
2009-07-31 Daniel Dunbarllvm-mc: Support quoted identifiers.
2009-07-31 Owen AndersonMove a few more APIs back to 2.5 forms. The only remai...
2009-07-31 Chris Lattnerfix some more issues where we expected GetSection to...
2009-07-31 Chris Lattnerfix a bunch of failing tests now that MCContext::GetSec...
2009-07-30 Owen AndersonMove more code back to 2.5 APIs.
2009-07-30 Devang PatelHandle NamedMDNode.
2009-07-29 Owen AndersonMove types back to the 2.5 API.
2009-07-29 Owen AndersonMove ConstantExpr to 2.5 API.
2009-07-28 David GoodwinAdd a bugpoint flag to disable block extraction.
2009-07-28 Daniel DunbarUpdate CMakeLists
2009-07-28 Daniel DunbarMove X86 instruction parsing into X86/AsmParser.
2009-07-28 Daniel DunbarMake expression parsing and error/warning reporting...
2009-07-28 Daniel DunbarProvide generic MCAsmParser when constructing target...
2009-07-28 Owen AndersonChange ConstantArray to 2.5 API.
2009-07-28 Daniel DunbarSwitch X86 assembly parser to using the generic lexer...
2009-07-28 Daniel DunbarExpose Tokens to target specific assembly parsers.
2009-07-28 Daniel DunbarSwitch AsmLexer::Lex to returning a reference to the...
2009-07-28 Daniel DunbarDrop some AsmLexer methods in favor of their AsmToken...
2009-07-28 Daniel Dunbarllvm-mc: Sink token enum into AsmToken.
2009-07-28 Nick LewyckyRemove memory corruption bug. string.c_str() was return...
2009-07-28 Daniel Dunbarllvm-mc: Factor AsmToken class out of AsmLexer.
2009-07-28 Daniel Dunbarllvm-mc: Stop uniqueing string tokens, nothing actually...
2009-07-27 Dan GohmanPass true to the Internalize parameter of createStandar...
2009-07-27 Daniel Dunbarllvm-mc: Implement .abort fully in the front end
2009-07-27 Owen AndersonMove ConstantStruct back to 2.5 API.
2009-07-27 Daniel Dunbarllvm-mc: Move AsmLexer::getCurStrVal to StringRef based...
2009-07-26 Nick LewyckyFix libLTO:
2009-07-26 Daniel DunbarRemove Value::getName{Start,End}, the last of the old...
2009-07-26 Daniel DunbarFactor commonality in triple match routines into helper...
2009-07-26 Daniel DunbarAdd TargetRegistry::lookupTarget.
2009-07-26 Daniel DunbarRemove Value::setName(const char*, unsigned).
2009-07-25 Daniel DunbarOne more getName -> getNameStr
2009-07-24 Owen AndersonRevert the ConstantInt constructors back to their 2...
2009-07-24 Daniel DunbarSwitch to getNameStr().
2009-07-23 Reid KlecknerRe-committing r76828 with the JIT memory manager change...
2009-07-23 Daniel DunbarConvert StringMap to using StringRef for its APIs.
2009-07-23 Reid KlecknerReverting r76825 and r76828, since they caused clang...
2009-07-23 Devang PatelDerive MDNode from MetadataBase instead of Constant...
2009-07-23 Reid KlecknerMake the JIT code emitter properly retry and ask for...
2009-07-22 Daniel DunbarSwitch some clients to Value::getName(), and other...
2009-07-22 Sanjiv GuptaAdded -b option to override the default bitcode output...
2009-07-22 Devang PatelIntroduce MetadataBase, a base class for MDString and...
2009-07-22 Owen AndersonGet rid of the Pass+Context magic.
2009-07-21 Evan Cheng80 col violation.
2009-07-21 Daniel DunbarSimplify / normalize some uses of Value::getName.
2009-07-20 Kevin EnderbyRemoved the DumpSymbolsandMacros and LoadSymbolsandMacr...
2009-07-20 Daniel DunbarAdd MCAsmLexer interface.
2009-07-20 Daniel DunbarAdd MCAsmParser interface.
2009-07-20 David GoodwinFor remote execution, must cd to the executable directo...
2009-07-20 Daniel DunbarAdd -std-{compile,link}-opts to bugpoint.
2009-07-20 Bill WendlingAdd plumbing for the `linker_private' linkage type...
2009-07-19 Chris Lattnerfix test
2009-07-19 Chris LattnerDisambiguateGlobalSymbols should not mangle intrinsics.
2009-07-18 Viktor KutuzovRequire a remote command to exit with the exit status...
2009-07-18 Daniel DunbarSwitch lli back to using allocate-gvs-with-code behavior.
2009-07-18 Reid KlecknerAdd EngineBuilder to ExecutionEngine in favor of the...
2009-07-17 Daniel Dunbarllvm-mc: Default -triple to LLVM_HOSTTRIPLE.
2009-07-17 Daniel Dunbarllvm-mc: Add -triple, and start fetching the target...
2009-07-17 Daniel DunbarReenable asmparser dependency generation, now with...
2009-07-17 Daniel DunbarDisable llvm-config magic for AsmParser, it is isn...
2009-07-17 Daniel DunbarSketch support for target specific assembly parser.
2009-07-17 Bob WilsonFix a crash in SROA. The FunctionPass::doInitializatio...
2009-07-17 Daniel Dunbaropt: Add -std-link-opts argument, matches llvm-ld's...
2009-07-16 Kevin EnderbyRemoved the SubsectionsViaSymbols MCStreamer API and...
2009-07-16 Kevin EnderbyClean up the definition of Str in AsmParser::ParseDirec...
2009-07-16 Dan GohmanConvert more tools code from cerr and cout to errs...
2009-07-16 Chris Lattnerimplement .include in the lexer/parser instead of passi...
2009-07-16 Daniel DunbarKill off last uses of TargetMachineRegistry class.
2009-07-16 Daniel DunbarSwitch llc and createJIT to use simpler command line...
2009-07-16 Daniel DunbarMake sure targets are initialized before we do anything...
2009-07-15 Dan GohmanFix this comment to mention outs() rather than cout.
2009-07-15 Owen AndersonTo simplify the upcoming context-on-type change, switch...
2009-07-15 Daniel DunbarReapply TargetRegistry refactoring commits.
2009-07-15 Dan GohmanAdd a Force option to raw_fd_ostream to specify whether...
2009-07-15 Stuart HastingsRevert 75762, 75763, 75766..75769, 75772..75775, 75778...
2009-07-15 Dan GohmanUse errs() instead of std::cerr.
2009-07-15 Kevin EnderbyAdded llvm-mc support for parsing the .dump and .load...
2009-07-15 Daniel DunbarMigrate llc and the JIT to using the TargetRegistry...
2009-07-15 Daniel DunbarSwitch some obvious clients to using the new TargetRegi...
2009-07-15 Daniel DunbarTeach Makefiles & CMake to link in the <TARGET>Info...
2009-07-15 Chris Lattnereliminate the Mangler::PreserveAsmNames bit, the sole...
2009-07-14 Evan Chengcontrol reaches end of non-void function.
2009-07-14 Kevin EnderbyAdded llvm-mc support for parsing the .include directive.
2009-07-14 Owen AndersonMove EVER MORE stuff over to LLVMContext.
2009-07-14 Kevin EnderbyAdded llvm-mc support for parsing the .lsym directive.
2009-07-14 David GreeneHave asm printers use formatted_raw_ostream directly...
2009-07-14 Viktor KutuzovFix for bugpoint -remote-client
2009-07-14 Chris LattnerReapply my previous asmprinter changes now with more...
2009-07-14 Kevin EnderbyAdded llvm-mc support for parsing the .desc directive.
2009-07-14 Daniel DunbarRevert r7561{9,8,7,6}, which depend on r75610.
2009-07-14 Daniel DunbarMove main llvm-prof functionality into a ModulePass.
2009-07-14 Chris Lattnerrename getValueName -> getMangledName
next