| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Added few more options to individual tools. | Sanjiv Gupta | 2009-07-09 | 1 | -2/+2 |
* | Return dir separator as per platform. | Sanjiv Gupta | 2009-07-09 | 1 | -0/+4 |
* | Don't create undefined symbols for aliases. | Nick Lewycky | 2009-07-09 | 1 | -2/+5 |
* | Switch GlobalVariable ctors to a sane API, where *either* a context or a modu... | Owen Anderson | 2009-07-08 | 2 | -10/+9 |
* | Push LLVMContext through GlobalVariables and IRBuilder. | Owen Anderson | 2009-07-08 | 2 | -4/+8 |
* | Fix http://llvm.org/PR4481: Make llvm-config print the right include paths when | Jeffrey Yasskin | 2009-07-07 | 1 | -3/+6 |
* | Implement parsing support for the .comm directive. Patch by | Chris Lattner | 2009-07-07 | 2 | -0/+61 |
* | Fix lli to print an error and exit when EE returns null but no string. Patch | Chris Lattner | 2009-07-07 | 1 | -2/+5 |
* | Documentation update. | Mikhail Glushenkov | 2009-07-07 | 1 | -1/+2 |
* | Show how to modify built-in options. | Mikhail Glushenkov | 2009-07-07 | 1 | -2/+19 |
* | Documentation update. | Mikhail Glushenkov | 2009-07-07 | 1 | -0/+6 |
* | Add the Object Code Emitter class. Original patch by Aaron Gray, I did some | Bruno Cardoso Lopes | 2009-07-06 | 2 | -8/+9 |
* | LLVMC doesn't need ENABLE_PIC to build now. | Mikhail Glushenkov | 2009-07-04 | 1 | -2/+2 |
* | Add newline at end of file. | Duncan Sands | 2009-07-03 | 1 | -1/+1 |
* | Fix typo: intepreter->interpreter. | Torok Edwin | 2009-07-03 | 1 | -1/+1 |
* | switch the .ll parser into SMDiagnostic. | Chris Lattner | 2009-07-02 | 2 | -4/+6 |
* | implement error recovery in the llvm-mc parser. Feel the power! | Chris Lattner | 2009-07-02 | 1 | -4/+11 |
* | Prefix bin dir to executables. | Sanjiv Gupta | 2009-07-02 | 1 | -5/+5 |
* | Fixed handling of -c option.wq | Sanjiv Gupta | 2009-07-02 | 2 | -8/+26 |
* | llvm-mc/x86: Fix various nit-picky bugs in displacement parsing. | Daniel Dunbar | 2009-07-02 | 1 | -13/+36 |
* | llvm-mc/x86: Fix bug in disambiguation of displacement operand, introduced by me | Daniel Dunbar | 2009-07-02 | 3 | -1/+24 |
* | llvm-mc/x86: Factor out ParseX86Register. | Daniel Dunbar | 2009-07-02 | 2 | -13/+33 |
* | llvm-mc/x86: Rename X86Operand::ScaleReg to IndexReg and make order consistent | Daniel Dunbar | 2009-07-02 | 1 | -6/+6 |
* | Maintain the old LTO API, by using the global context. | Owen Anderson | 2009-07-02 | 5 | -23/+14 |
* | Fix a bunch of other places that used operator[] to test whether | Dan Gohman | 2009-07-02 | 1 | -2/+4 |
* | fix ld error with -no-undefined switch, which is undefined on darwin8 | John Mosby | 2009-07-02 | 1 | -2/+2 |
* | Make the use of const with respect to LLVMContext sane. Hopefully this is th... | Owen Anderson | 2009-07-01 | 9 | -19/+19 |
* | Hold the LLVMContext by reference rather than by pointer. | Owen Anderson | 2009-07-01 | 23 | -43/+48 |
* | Add a portable strerror*() wrapper, llvm::sys::StrError(). This includes the | Jeffrey Yasskin | 2009-07-01 | 1 | -2/+3 |