| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | control reaches end of non-void function. | Evan Cheng | 2009-07-14 | 1 | -0/+2 |
* | Added llvm-mc support for parsing the .include directive. | Kevin Enderby | 2009-07-14 | 2 | -0/+25 |
* | Move EVER MORE stuff over to LLVMContext. | Owen Anderson | 2009-07-14 | 2 | -13/+16 |
* | Added llvm-mc support for parsing the .lsym directive. | Kevin Enderby | 2009-07-14 | 2 | -0/+33 |
* | Have asm printers use formatted_raw_ostream directly to avoid a | David Greene | 2009-07-14 | 3 | -15/+25 |
* | Fix for bugpoint -remote-client | Viktor Kutuzov | 2009-07-14 | 1 | -7/+15 |
* | Reapply my previous asmprinter changes now with more testing and two | Chris Lattner | 2009-07-14 | 3 | -6/+6 |
* | Added llvm-mc support for parsing the .desc directive. | Kevin Enderby | 2009-07-14 | 2 | -0/+34 |
* | Revert r7561{9,8,7,6}, which depend on r75610. | Daniel Dunbar | 2009-07-14 | 3 | -6/+6 |
* | Move main llvm-prof functionality into a ModulePass. | Daniel Dunbar | 2009-07-14 | 1 | -110/+148 |
* | rename getValueName -> getMangledName | Chris Lattner | 2009-07-14 | 3 | -6/+6 |
* | Added llvm-mc support for parsing the .abort directive. | Kevin Enderby | 2009-07-13 | 2 | -0/+27 |
* | #include "llvm/Assembly/Writer.h" to get the declaration for WriteAsOperand. | Dan Gohman | 2009-07-13 | 1 | -0/+1 |
* | Fix the build. | Owen Anderson | 2009-07-13 | 1 | -0/+1 |
* | As Chris pointed out, this doesn't actually need an LLVMContext to operate. | Owen Anderson | 2009-07-13 | 1 | -1/+1 |
* | add llvm-mc support for parsing the .subsections_via_symbols directive. | Kevin Enderby | 2009-07-13 | 2 | -0/+19 |
* | Added a fixme for platform specific GetDirSeparator(). | Sanjiv Gupta | 2009-07-13 | 1 | -0/+2 |
* | allow mcc16 users to specify --save-temps even though it is hidden by mcc16. | Sanjiv Gupta | 2009-07-13 | 2 | -2/+1 |
* | Begin the painful process of tearing apart the rat'ss nest that is Constants.... | Owen Anderson | 2009-07-13 | 5 | -5/+7 |
* | Match declaration to definition. | Daniel Dunbar | 2009-07-12 | 1 | -1/+1 |
* | silence vc++ warning. | Chris Lattner | 2009-07-11 | 1 | -1/+1 |
* | Fix unused function warning. | Daniel Dunbar | 2009-07-11 | 1 | -0/+2 |
* | Update documentation. | Mikhail Glushenkov | 2009-07-11 | 1 | -2/+4 |
* | Erase the temp dir before starting. | Sanjiv Gupta | 2009-07-11 | 1 | -0/+7 |
* | add support for .zerofill, patch by Kevin Enderby! | Chris Lattner | 2009-07-10 | 2 | -1/+95 |
* | Support remote execute for ARM. | David Goodwin | 2009-07-10 | 4 | -7/+37 |
* | Add a --with-oprofile flag to configure, which uses OProfile's agent | Jeffrey Yasskin | 2009-07-10 | 1 | -0/+1 |
* | Link std.lib (.bc code) with llvm-ld. | Sanjiv Gupta | 2009-07-10 | 1 | -2/+2 |
* | This started as a small change, I swear. Unfortunately, lots of things call ... | Owen Anderson | 2009-07-09 | 1 | -2/+2 |
* | Documentation update. | Mikhail Glushenkov | 2009-07-09 | 1 | -0/+3 |
* | We don't need to set SaveTemps here. | Mikhail Glushenkov | 2009-07-09 | 1 | -1/+0 |
* | Adjust comment. | Mikhail Glushenkov | 2009-07-09 | 1 | -2/+2 |
* | By default -t is always on for mcc16 and it uses ./tmp-objs as the temp direc... | Sanjiv Gupta | 2009-07-09 | 1 | -1/+2 |
* | add llvm-mc support for parsing the .lcomm directive, patch by Kevin Enderby! | Chris Lattner | 2009-07-09 | 2 | -12/+15 |