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