unbreak unit-tests on gcc-4.4.
[oota-llvm.git] / tools /
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
2009-07-13 Kevin EnderbyAdded llvm-mc support for parsing the .abort directive.
2009-07-13 Dan Gohman#include "llvm/Assembly/Writer.h" to get the declaratio...
2009-07-13 Owen AndersonFix the build.
2009-07-13 Owen AndersonAs Chris pointed out, this doesn't actually need an...
2009-07-13 Kevin Enderbyadd llvm-mc support for parsing the .subsections_via_sy...
2009-07-13 Sanjiv GuptaAdded a fixme for platform specific GetDirSeparator().
2009-07-13 Sanjiv Guptaallow mcc16 users to specify --save-temps even though...
2009-07-13 Owen AndersonBegin the painful process of tearing apart the rat...
2009-07-12 Daniel DunbarMatch declaration to definition.
2009-07-11 Chris Lattnersilence vc++ warning.
2009-07-11 Daniel DunbarFix unused function warning.
2009-07-11 Mikhail GlushenkovUpdate documentation.
2009-07-11 Sanjiv GuptaErase the temp dir before starting.
2009-07-10 Chris Lattneradd support for .zerofill, patch by Kevin Enderby!
2009-07-10 David GoodwinSupport remote execute for ARM.
2009-07-10 Jeffrey YasskinAdd a --with-oprofile flag to configure, which uses...
2009-07-10 Sanjiv GuptaLink std.lib (.bc code) with llvm-ld.
2009-07-09 Owen AndersonThis started as a small change, I swear. Unfortunately...
2009-07-09 Mikhail GlushenkovDocumentation update.
2009-07-09 Mikhail GlushenkovWe don't need to set SaveTemps here.
2009-07-09 Mikhail GlushenkovAdjust comment.
2009-07-09 Sanjiv GuptaBy default -t is always on for mcc16 and it uses ....
2009-07-09 Chris Lattneradd llvm-mc support for parsing the .lcomm directive...
2009-07-09 Sanjiv GuptaAdded few more options to individual tools.
2009-07-09 Sanjiv GuptaReturn dir separator as per platform.
2009-07-09 Nick LewyckyDon't create undefined symbols for aliases.
2009-07-08 Owen AndersonSwitch GlobalVariable ctors to a sane API, where *eithe...
2009-07-08 Owen AndersonPush LLVMContext through GlobalVariables and IRBuilder.
2009-07-07 Jeffrey YasskinFix llvm.org/PR4481: Make llvm-config print the right...
2009-07-07 Chris LattnerImplement parsing support for the .comm directive....
2009-07-07 Chris LattnerFix lli to print an error and exit when EE returns...
2009-07-07 Mikhail GlushenkovDocumentation update.
2009-07-07 Mikhail GlushenkovShow how to modify built-in options.
2009-07-07 Mikhail GlushenkovDocumentation update.
2009-07-06 Bruno Cardoso LopesAdd the Object Code Emitter class. Original patch by...
2009-07-04 Mikhail GlushenkovLLVMC doesn't need ENABLE_PIC to build now.
2009-07-03 Duncan SandsAdd newline at end of file.
2009-07-03 Torok EdwinFix typo: intepreter->interpreter.
2009-07-02 Chris Lattnerswitch the .ll parser into SMDiagnostic.
2009-07-02 Chris Lattnerimplement error recovery in the llvm-mc parser. Feel...
2009-07-02 Sanjiv GuptaPrefix bin dir to executables.
2009-07-02 Sanjiv GuptaFixed handling of -c option.wq
2009-07-02 Daniel Dunbarllvm-mc/x86: Fix various nit-picky bugs in displacement...
2009-07-02 Daniel Dunbarllvm-mc/x86: Fix bug in disambiguation of displacement...
2009-07-02 Daniel Dunbarllvm-mc/x86: Factor out ParseX86Register.
2009-07-02 Daniel Dunbarllvm-mc/x86: Rename X86Operand::ScaleReg to IndexReg...
2009-07-02 Owen AndersonMaintain the old LTO API, by using the global context.
2009-07-02 Dan GohmanFix a bunch of other places that used operator[] to...
2009-07-02 John Mosbyfix ld error with -no-undefined switch, which is undefi...
2009-07-01 Owen AndersonMake the use of const with respect to LLVMContext sane...
2009-07-01 Owen AndersonHold the LLVMContext by reference rather than by pointer.
2009-07-01 Jeffrey YasskinAdd a portable strerror*() wrapper, llvm::sys::StrError...
2009-07-01 Owen AndersonAdd a pointer to the owning LLVMContext to Module....
next