| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add a pointer to the owning LLVMContext to Module. This requires threading L... | Owen Anderson | 2009-07-01 | 27 | -59/+114 |
* | Executables will be at InstallDir/bin directory. Std header files will be at ... | Sanjiv Gupta | 2009-07-01 | 2 | -11/+58 |
* | llvm-mc: Add some more doxyments. | Daniel Dunbar | 2009-07-01 | 1 | -27/+41 |
* | llvm-mc: Fill in the rest of tokens for 'as-lex' mode. | Daniel Dunbar | 2009-07-01 | 1 | -11/+23 |
* | Rename MCValue::isConstant to isAbsolute. | Daniel Dunbar | 2009-07-01 | 1 | -4/+4 |
* | add some of the new tokens, others are still missing. | Chris Lattner | 2009-07-01 | 1 | -10/+17 |
* | llvm-mc: Emit parsed instructions to the MCStreamer. | Daniel Dunbar | 2009-07-01 | 1 | -2/+1 |
* | llvm-mc: Introduce method to match a parsed x86 instruction into an MCInst. | Daniel Dunbar | 2009-06-30 | 3 | -26/+31 |
* | llvm-mc: Accept relocatable expressions when parsing displacements and | Daniel Dunbar | 2009-06-30 | 1 | -13/+13 |
* | llvm-mc: Symbols in a relocatable expression of the (a - b + cst) form are | Daniel Dunbar | 2009-06-30 | 1 | -5/+4 |