summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* Require a remote command to exit with the exit status of the test program or ...Viktor Kutuzov2009-07-18
* Switch lli back to using allocate-gvs-with-code behavior.Daniel Dunbar2009-07-18
* Add EngineBuilder to ExecutionEngine in favor of the five optional argument E...Reid Kleckner2009-07-18
* llvm-mc: Default -triple to LLVM_HOSTTRIPLE.Daniel Dunbar2009-07-17
* llvm-mc: Add -triple, and start fetching the target asm printer.Daniel Dunbar2009-07-17
* Reenable asmparser dependency generation, now with improved Perl foo.Daniel Dunbar2009-07-17
* Disable llvm-config magic for AsmParser, it is isn't right & is breaking the ...Daniel Dunbar2009-07-17
* Sketch support for target specific assembly parser.Daniel Dunbar2009-07-17
* Fix a crash in SROA. The FunctionPass::doInitialization method was neverBob Wilson2009-07-17
* opt: Add -std-link-opts argument, matches llvm-ld's optimizations.Daniel Dunbar2009-07-17
* Removed the SubsectionsViaSymbols MCStreamer API and replaced it with a genericKevin Enderby2009-07-16
* Clean up the definition of Str in AsmParser::ParseDirectiveDarwinDumpOrLoadKevin Enderby2009-07-16
* Convert more tools code from cerr and cout to errs() and outs().Dan Gohman2009-07-16
* implement .include in the lexer/parser instead of passing it into the streamer.Chris Lattner2009-07-16
* Kill off last uses of TargetMachineRegistry class.Daniel Dunbar2009-07-16
* Switch llc and createJIT to use simpler command line parsing for -march.Daniel Dunbar2009-07-16
* Make sure targets are initialized before we do anything, even command lineDaniel Dunbar2009-07-16
* Fix this comment to mention outs() rather than cout.Dan Gohman2009-07-15
* To simplify the upcoming context-on-type change, switch all command line tool...Owen Anderson2009-07-15
* Reapply TargetRegistry refactoring commits.Daniel Dunbar2009-07-15
* Add a Force option to raw_fd_ostream to specify whether openingDan Gohman2009-07-15
* Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai...Stuart Hastings2009-07-15
* Use errs() instead of std::cerr.Dan Gohman2009-07-15
* Added llvm-mc support for parsing the .dump and .load directives.Kevin Enderby2009-07-15
* Migrate llc and the JIT to using the TargetRegistry for lookups.Daniel Dunbar2009-07-15
* Switch some obvious clients to using the new TargetRegistry.Daniel Dunbar2009-07-15
* Teach Makefiles & CMake to link in the <TARGET>Info library when linking theDaniel Dunbar2009-07-15
* eliminate the Mangler::PreserveAsmNames bit, the sole client of thisChris Lattner2009-07-15
* control reaches end of non-void function.Evan Cheng2009-07-14
* Added llvm-mc support for parsing the .include directive.Kevin Enderby2009-07-14
* Move EVER MORE stuff over to LLVMContext.Owen Anderson2009-07-14
* Added llvm-mc support for parsing the .lsym directive.Kevin Enderby2009-07-14
* Have asm printers use formatted_raw_ostream directly to avoid aDavid Greene2009-07-14
* Fix for bugpoint -remote-clientViktor Kutuzov2009-07-14
* Reapply my previous asmprinter changes now with more testing and two Chris Lattner2009-07-14
* Added llvm-mc support for parsing the .desc directive.Kevin Enderby2009-07-14
* Revert r7561{9,8,7,6}, which depend on r75610. Daniel Dunbar2009-07-14
* Move main llvm-prof functionality into a ModulePass.Daniel Dunbar2009-07-14
* rename getValueName -> getMangledNameChris Lattner2009-07-14
* Added llvm-mc support for parsing the .abort directive.Kevin Enderby2009-07-13
* #include "llvm/Assembly/Writer.h" to get the declaration for WriteAsOperand.Dan Gohman2009-07-13
* Fix the build.Owen Anderson2009-07-13
* As Chris pointed out, this doesn't actually need an LLVMContext to operate.Owen Anderson2009-07-13
* add llvm-mc support for parsing the .subsections_via_symbols directive.Kevin Enderby2009-07-13
* Added a fixme for platform specific GetDirSeparator().Sanjiv Gupta2009-07-13
* allow mcc16 users to specify --save-temps even though it is hidden by mcc16.Sanjiv Gupta2009-07-13
* Begin the painful process of tearing apart the rat'ss nest that is Constants....Owen Anderson2009-07-13
* Match declaration to definition.Daniel Dunbar2009-07-12
* silence vc++ warning.Chris Lattner2009-07-11
* Fix unused function warning.Daniel Dunbar2009-07-11