Expose most of the rest of IRBuilder's functions to llvm-c.
[oota-llvm.git] / tools /
2009-08-14 Daniel Dunbarllvm-mc: Support escaped characters in string literals...
2009-08-14 Oscar FuentesCMake: Automatic regeneration of the library dependenci...
2009-08-14 Oscar FuentesCMake: propagate to the parent scope LLVM_COMMON_DEPEND...
2009-08-14 Daniel DunbarUpdate llvm-mc / MCAsmStreamer to print the instruction...
2009-08-14 Daniel Dunbarllvm-mc: Move MCAsmToken::getLoc() into MC library...
2009-08-14 Oscar FuentesCMake: build llvm-config before the other tools.
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-08-13 Dan GohmanSimplify this code so that it doesn't depend on raw_ost...
2009-08-13 Daniel DunbarUpdate llvm-prof for ProfileInfo API changes.
2009-08-12 Dan GohmanThis void is implicit in C++.
2009-08-12 Oscar FuentesCMake: Localized dependency on Perl.
2009-08-12 Oscar FuentesCMake: Re-enabled build of llvm-config. Removed recursi...
2009-08-11 Daniel Dunbarllvm-mc: Fix a crash on invalid due to a typo in reloca...
2009-08-11 Benjamin KramerMake LLVMContext and LLVMContextImpl classes instead...
2009-08-11 Benjamin KramerSilence MSVC warning.
2009-08-11 Daniel Dunbarllvm-mc: Accept .word as a synonym for .short
2009-08-11 Daniel Dunbarllvm-mc: Honor -o option (and add -f).
2009-08-11 Daniel Dunbarllvm-mc: Sketch parsing for .file, .line, and .loc...
2009-08-11 Daniel Dunbarllvm-mc: Fix darwin .section parsing. It was skipping...
2009-08-11 Jim GrosbachSjLj based exception handling unwinding support. This...
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.
next