aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2009-07-23Re-committing r76828 with the JIT memory manager changes now that the buildReid Kleckner
2009-07-23Convert StringMap to using StringRef for its APIs.Daniel Dunbar
2009-07-23Reverting r76825 and r76828, since they caused clang runtime errors and some ...Reid Kleckner
2009-07-23Derive MDNode from MetadataBase instead of Constant. Emit MDNodes into METADA...Devang Patel
2009-07-23Make the JIT code emitter properly retry and ask for more memory when it runsReid Kleckner
2009-07-22Switch some clients to Value::getName(), and other getName() userDaniel Dunbar
2009-07-22Added -b option to override the default bitcode output file name.Sanjiv Gupta
2009-07-22Introduce MetadataBase, a base class for MDString and MDNode.Devang Patel
2009-07-22Get rid of the Pass+Context magic.Owen Anderson
2009-07-2180 col violation.Evan Cheng
2009-07-21Simplify / normalize some uses of Value::getName.Daniel Dunbar
2009-07-20Removed the DumpSymbolsandMacros and LoadSymbolsandMacros MCStreamer API asKevin Enderby
2009-07-20Add MCAsmLexer interface.Daniel Dunbar
2009-07-20Add MCAsmParser interface.Daniel Dunbar
2009-07-20For remote execution, must cd to the executable directory since the exe expec...David Goodwin
2009-07-20Add -std-{compile,link}-opts to bugpoint.Daniel Dunbar
2009-07-20Add plumbing for the `linker_private' linkage type. This type is meant forBill Wendling
2009-07-19fix testChris Lattner
2009-07-19DisambiguateGlobalSymbols should not mangle intrinsics.Chris Lattner
2009-07-18Require a remote command to exit with the exit status of the test program or ...Viktor Kutuzov
2009-07-18Switch lli back to using allocate-gvs-with-code behavior.Daniel Dunbar
2009-07-18Add EngineBuilder to ExecutionEngine in favor of the five optional argument E...Reid Kleckner
2009-07-17llvm-mc: Default -triple to LLVM_HOSTTRIPLE.Daniel Dunbar
2009-07-17llvm-mc: Add -triple, and start fetching the target asm printer.Daniel Dunbar
2009-07-17Reenable asmparser dependency generation, now with improved Perl foo.Daniel Dunbar
2009-07-17Disable llvm-config magic for AsmParser, it is isn't right & is breaking the ...Daniel Dunbar
2009-07-17Sketch support for target specific assembly parser.Daniel Dunbar
2009-07-17Fix a crash in SROA. The FunctionPass::doInitialization method was neverBob Wilson
2009-07-17opt: Add -std-link-opts argument, matches llvm-ld's optimizations.Daniel Dunbar
2009-07-16Removed the SubsectionsViaSymbols MCStreamer API and replaced it with a genericKevin Enderby
2009-07-16Clean up the definition of Str in AsmParser::ParseDirectiveDarwinDumpOrLoadKevin Enderby
2009-07-16Convert more tools code from cerr and cout to errs() and outs().Dan Gohman
2009-07-16implement .include in the lexer/parser instead of passing it into the streamer.Chris Lattner
2009-07-16Kill off last uses of TargetMachineRegistry class.Daniel Dunbar
2009-07-16Switch llc and createJIT to use simpler command line parsing for -march.Daniel Dunbar
2009-07-16Make sure targets are initialized before we do anything, even command lineDaniel Dunbar
2009-07-15Fix this comment to mention outs() rather than cout.Dan Gohman
2009-07-15To simplify the upcoming context-on-type change, switch all command line tool...Owen Anderson
2009-07-15Reapply TargetRegistry refactoring commits.Daniel Dunbar
2009-07-15Add a Force option to raw_fd_ostream to specify whether openingDan Gohman
2009-07-15Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai...Stuart Hastings
2009-07-15Use errs() instead of std::cerr.Dan Gohman
2009-07-15Added llvm-mc support for parsing the .dump and .load directives.Kevin Enderby
2009-07-15Migrate llc and the JIT to using the TargetRegistry for lookups.Daniel Dunbar
2009-07-15Switch some obvious clients to using the new TargetRegistry.Daniel Dunbar
2009-07-15Teach Makefiles & CMake to link in the <TARGET>Info library when linking theDaniel Dunbar
2009-07-15eliminate the Mangler::PreserveAsmNames bit, the sole client of thisChris Lattner
2009-07-14control reaches end of non-void function.Evan Cheng
2009-07-14Added llvm-mc support for parsing the .include directive.Kevin Enderby
2009-07-14Move EVER MORE stuff over to LLVMContext.Owen Anderson