summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* Move ConstantStruct back to 2.5 API.Owen Anderson2009-07-27
* llvm-mc: Move AsmLexer::getCurStrVal to StringRef based API.Daniel Dunbar2009-07-27
* Fix libLTO:Nick Lewycky2009-07-26
* Remove Value::getName{Start,End}, the last of the old Name APIs.Daniel Dunbar2009-07-26
* Factor commonality in triple match routines into helper template for registeringDaniel Dunbar2009-07-26
* Add TargetRegistry::lookupTarget.Daniel Dunbar2009-07-26
* Remove Value::setName(const char*, unsigned).Daniel Dunbar2009-07-26
* One more getName -> getNameStrDaniel Dunbar2009-07-25
* Revert the ConstantInt constructors back to their 2.5 forms where possible, t...Owen Anderson2009-07-24
* Switch to getNameStr().Daniel Dunbar2009-07-24
* Re-committing r76828 with the JIT memory manager changes now that the buildReid Kleckner2009-07-23
* Convert StringMap to using StringRef for its APIs.Daniel Dunbar2009-07-23
* Reverting r76825 and r76828, since they caused clang runtime errors and some ...Reid Kleckner2009-07-23
* Derive MDNode from MetadataBase instead of Constant. Emit MDNodes into METADA...Devang Patel2009-07-23
* Make the JIT code emitter properly retry and ask for more memory when it runsReid Kleckner2009-07-23
* Switch some clients to Value::getName(), and other getName() userDaniel Dunbar2009-07-22
* Added -b option to override the default bitcode output file name.Sanjiv Gupta2009-07-22
* Introduce MetadataBase, a base class for MDString and MDNode.Devang Patel2009-07-22
* Get rid of the Pass+Context magic.Owen Anderson2009-07-22
* 80 col violation.Evan Cheng2009-07-21
* Simplify / normalize some uses of Value::getName.Daniel Dunbar2009-07-21
* Removed the DumpSymbolsandMacros and LoadSymbolsandMacros MCStreamer API asKevin Enderby2009-07-20
* Add MCAsmLexer interface.Daniel Dunbar2009-07-20
* Add MCAsmParser interface.Daniel Dunbar2009-07-20
* For remote execution, must cd to the executable directory since the exe expec...David Goodwin2009-07-20
* Add -std-{compile,link}-opts to bugpoint.Daniel Dunbar2009-07-20
* Add plumbing for the `linker_private' linkage type. This type is meant forBill Wendling2009-07-20
* fix testChris Lattner2009-07-19
* DisambiguateGlobalSymbols should not mangle intrinsics.Chris Lattner2009-07-19
* 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