Fix comment in llvm.mli.
[oota-llvm.git] / tools /
2009-08-10 Chris Lattnersplit MachO section handling stuff out to its out ...
2009-08-10 Chris Lattneradd a fixme
2009-08-10 Chris Lattnerfix some warnings for the MSVC build, by Yonggang Luo!
2009-08-10 Chris LattnerMake the big switch: Change MCSectionMachO to represent...
2009-08-08 Chris Lattnersink the 'name' and 'isdirective' state out of MCSectio...
2009-08-08 Chris Lattnerswitch this to create coff sections for now, it doesn...
2009-08-08 Daniel DunbarSome ProfileInfo cleanups.
2009-08-08 Daniel DunbarMore ProfileInfo improvements.
2009-08-08 Benjamin KramerAlways initialize AsmConds.
2009-08-07 Kevin EnderbyAdded Mac OS X assembler style conditional assembly...
2009-08-07 Daniel DunbarMSVC warning fixes; patch by Stein Roger!
2009-08-06 Sanjiv Guptallvm-ld has a new option called -b to specify the name...
2009-08-05 Owen AndersonPrivatize the StructType table, which unfortunately...
2009-08-05 Daniel DunbarMake block and function count available via ProfileInfo.
2009-08-05 Dan GohmanUse (void *)(intptr_t) to cast function addresses to...
2009-08-05 Dan GohmanFix FindExecutable to use sys::Path::GetMainExecutable...
2009-08-05 Daniel DunbarRemove unnecessary ProfileInfoLoader methods.
2009-08-05 Anton KorobeynikovPass user only if it's non-empty. Patch by Sandeep.
2009-08-05 Anton KorobeynikovAdd save-temps option to bugpoint to keep temporary...
2009-08-05 Dan Gohmanlli doesn't need <iostream> anymore.
2009-08-04 Owen AndersonFactor some of the constants+context related code out...
2009-08-04 Daniel DunbarNo really, it's unused.
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...
next