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