aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Get rid of the Pass+Context magic.Owen Anderson2009-07-222-2/+2
* 80 col violation.Evan Cheng2009-07-211-9/+9
* Simplify / normalize some uses of Value::getName.Daniel Dunbar2009-07-211-3/+3
* Removed the DumpSymbolsandMacros and LoadSymbolsandMacros MCStreamer API asKevin Enderby2009-07-202-7/+9
* Add MCAsmLexer interface.Daniel Dunbar2009-07-202-1/+5
* Add MCAsmParser interface.Daniel Dunbar2009-07-203-6/+15
* For remote execution, must cd to the executable directory since the exe expec...David Goodwin2009-07-201-3/+4
* Add -std-{compile,link}-opts to bugpoint.Daniel Dunbar2009-07-201-0/+40
* Add plumbing for the `linker_private' linkage type. This type is meant forBill Wendling2009-07-201-1/+2
* fix testChris Lattner2009-07-191-1/+2
* DisambiguateGlobalSymbols should not mangle intrinsics.Chris Lattner2009-07-191-2/+2
* Require a remote command to exit with the exit status of the test program or ...Viktor Kutuzov2009-07-181-11/+59
* Switch lli back to using allocate-gvs-with-code behavior.Daniel Dunbar2009-07-181-2/+5
* Add EngineBuilder to ExecutionEngine in favor of the five optional argument E...Reid Kleckner2009-07-181-2/+9
* llvm-mc: Default -triple to LLVM_HOSTTRIPLE.Daniel Dunbar2009-07-171-1/+1
* llvm-mc: Add -triple, and start fetching the target asm printer.Daniel Dunbar2009-07-173-3/+38
* Reenable asmparser dependency generation, now with improved Perl foo.Daniel Dunbar2009-07-171-0/+4
* Disable llvm-config magic for AsmParser, it is isn't right & is breaking the ...Daniel Dunbar2009-07-171-5/+0
* Sketch support for target specific assembly parser.Daniel Dunbar2009-07-171-0/+5
* Fix a crash in SROA. The FunctionPass::doInitialization method was neverBob Wilson2009-07-171-0/+1
* opt: Add -std-link-opts argument, matches llvm-ld's optimizations.Daniel Dunbar2009-07-171-6/+39
* Removed the SubsectionsViaSymbols MCStreamer API and replaced it with a genericKevin Enderby2009-07-161-1/+1
* Clean up the definition of Str in AsmParser::ParseDirectiveDarwinDumpOrLoadKevin Enderby2009-07-161-3/+1
* Convert more tools code from cerr and cout to errs() and outs().Dan Gohman2009-07-1621-285/+278
* implement .include in the lexer/parser instead of passing it into the streamer.Chris Lattner2009-07-163-7/+35
* Kill off last uses of TargetMachineRegistry class.Daniel Dunbar2009-07-163-4/+3
* Switch llc and createJIT to use simpler command line parsing for -march.Daniel Dunbar2009-07-161-8/+17
* Make sure targets are initialized before we do anything, even command lineDaniel Dunbar2009-07-162-5/+8
* Fix this comment to mention outs() rather than cout.Dan Gohman2009-07-151-1/+1
* To simplify the upcoming context-on-type change, switch all command line tool...Owen Anderson2009-07-1514-14/+14
* Reapply TargetRegistry refactoring commits.Daniel Dunbar2009-07-153-16/+21
* Add a Force option to raw_fd_ostream to specify whether openingDan Gohman2009-07-159-143/+107
* Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai...Stuart Hastings2009-07-153-21/+16
* Use errs() instead of std::cerr.Dan Gohman2009-07-1520-239/+246
* Added llvm-mc support for parsing the .dump and .load directives.Kevin Enderby2009-07-152-0/+31
* Migrate llc and the JIT to using the TargetRegistry for lookups.Daniel Dunbar2009-07-151-9/+14
* Switch some obvious clients to using the new TargetRegistry.Daniel Dunbar2009-07-152-7/+7
* Teach Makefiles & CMake to link in the <TARGET>Info library when linking theDaniel Dunbar2009-07-151-1/+6
* eliminate the Mangler::PreserveAsmNames bit, the sole client of thisChris Lattner2009-07-151-5/+10
* control reaches end of non-void function.Evan Cheng2009-07-141-0/+2
* Added llvm-mc support for parsing the .include directive.Kevin Enderby2009-07-142-0/+25
* Move EVER MORE stuff over to LLVMContext.Owen Anderson2009-07-142-13/+16
* Added llvm-mc support for parsing the .lsym directive.Kevin Enderby2009-07-142-0/+33
* Have asm printers use formatted_raw_ostream directly to avoid aDavid Greene2009-07-143-15/+25
* Fix for bugpoint -remote-clientViktor Kutuzov2009-07-141-7/+15
* Reapply my previous asmprinter changes now with more testing and two Chris Lattner2009-07-143-6/+6
* Added llvm-mc support for parsing the .desc directive.Kevin Enderby2009-07-142-0/+34
* Revert r7561{9,8,7,6}, which depend on r75610. Daniel Dunbar2009-07-143-6/+6
* Move main llvm-prof functionality into a ModulePass.Daniel Dunbar2009-07-141-110/+148
* rename getValueName -> getMangledNameChris Lattner2009-07-143-6/+6