| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Suppress may-be-used-uninitialized warning. | Daniel Dunbar | 2009-06-30 | 1 | -1/+2 |
* | Fix CMake build | Douglas Gregor | 2009-06-30 | 1 | -0/+1 |
* | llvm-mc: Accept relocatable expressions for .org, assignments, .byte, etc. | Daniel Dunbar | 2009-06-30 | 1 | -12/+16 |
* | llvm-mc: Rewrite binary subtraction for relocatable expressions, we can't always | Daniel Dunbar | 2009-06-30 | 1 | -26/+33 |
* | llvm-mc: Evaluation for relocatable expressions. | Daniel Dunbar | 2009-06-30 | 4 | -40/+132 |
* | Normalize SourceMgr messages. | Daniel Dunbar | 2009-06-30 | 5 | -13/+19 |
* | llvm-mc: Parse symbol attribute directives. | Daniel Dunbar | 2009-06-30 | 2 | -0/+60 |
* | Clang is now production quality (at least for C). | Mikhail Glushenkov | 2009-06-30 | 1 | -3/+2 |
* | Add a way to access argv[0] in hooks. | Mikhail Glushenkov | 2009-06-30 | 1 | -0/+22 |
* | llvm-mc: Parse .{,b,p2}align{,w,l} directives. | Daniel Dunbar | 2009-06-29 | 2 | -2/+98 |
* | llvm-mc: Diagnose misuse (mix) of defined symbols and labels. | Daniel Dunbar | 2009-06-29 | 1 | -6/+40 |
* | llvm-mc: Recognize C++ style comments. | Daniel Dunbar | 2009-06-29 | 1 | -1/+1 |
* | llvm-mc: Recognize C++ style comments. | Daniel Dunbar | 2009-06-29 | 1 | -5/+9 |
* | Fix uninitialized variable warning. | Daniel Dunbar | 2009-06-29 | 1 | -1/+1 |
* | Don't build LLVMC when configured with --disable-pic (it needs requires shared | Daniel Dunbar | 2009-06-29 | 1 | -2/+2 |
* | MC: Improve expression parsing and implement evaluation of absolute expressions | Daniel Dunbar | 2009-06-29 | 2 | -0/+249 |
* | MC: Improve expression parsing and implement evaluation of absolute expressions. | Daniel Dunbar | 2009-06-29 | 5 | -56/+170 |
* | Indentation. | Evan Cheng | 2009-06-26 | 2 | -9/+6 |
* | MC: Parse .org directives. | Daniel Dunbar | 2009-06-25 | 2 | -1/+31 |
* | MC: Parse .set and assignments. | Daniel Dunbar | 2009-06-25 | 4 | -3/+55 |
* | Update documentation. | Mikhail Glushenkov | 2009-06-25 | 1 | -3/+6 |
* | Add a JITEventListener interface that gets called back when a new function is | Jeffrey Yasskin | 2009-06-25 | 1 | -2/+5 |
* | Remove duplication. | Mikhail Glushenkov | 2009-06-25 | 5 | -130/+4 |
* | Basic .s parsing for .asci[iz], .fill, .space, {.byte, .short, ... } | Daniel Dunbar | 2009-06-24 | 3 | -1/+157 |
* | Get rid of the global CFGOnly flag by threading a ShortNames parameters throu... | Owen Anderson | 2009-06-24 | 1 | -1/+2 |
* | remove dead makefile flags. | Chris Lattner | 2009-06-24 | 2 | -2/+0 |
* | implement a bunch of synonyms for section switching. | Chris Lattner | 2009-06-24 | 2 | -4/+115 |