| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | add support for parsing and emitting .section directives. We can now parse | Chris Lattner | 2009-06-24 | 2 | -1/+38 |
* | add trivial support for passing label definitions through the MCStreamer. | Chris Lattner | 2009-06-24 | 3 | -3/+11 |
* | create an MCStreamer and provide it to AsmParser. | Chris Lattner | 2009-06-24 | 4 | -4/+13 |
* | make the lexer unique strings it lexes instead of passing them back as | Chris Lattner | 2009-06-24 | 3 | -7/+29 |
* | Start flushing out MCContext. | Daniel Dunbar | 2009-06-23 | 1 | -0/+2 |
* | Temporary copy-pasto to make examples compile. | Mikhail Glushenkov | 2009-06-23 | 2 | -8/+70 |
* | Make llvmc work again. | Mikhail Glushenkov | 2009-06-23 | 1 | -2/+33 |
* | refactor a bunch of X86 specific stuff out to its own file. | Chris Lattner | 2009-06-23 | 4 | -199/+234 |
* | CMake: remove support for llvm-config-generated dependencies in the build | Douglas Gregor | 2009-06-23 | 1 | -1/+3 |
* | implement a trivial binary expression parser, we can now parse all of 176.gcc... | Chris Lattner | 2009-06-23 | 4 | -7/+84 |
* | get a definition of strull on windows, thanks to Howard Su. | Chris Lattner | 2009-06-23 | 1 | -0/+1 |
* | Recognize and handle ARM v7 target triples for Darwin. | Bob Wilson | 2009-06-22 | 1 | -0/+5 |
* | Include cstdio to get EOF, needed with gcc-4.4. | Duncan Sands | 2009-06-22 | 1 | -1/+2 |
* | process memory operands with a parenthesized expression for a displacement, | Chris Lattner | 2009-06-22 | 1 | -2/+12 |
* | Implement full support for parsing primary expressions. We can now parse | Chris Lattner | 2009-06-22 | 5 | -5/+42 |
* | implement parser support for '*' operands, as in "call *%eax". | Chris Lattner | 2009-06-22 | 1 | -6/+13 |
* | implement memory operand parsing. | Chris Lattner | 2009-06-22 | 2 | -14/+132 |
* | start implementing some simple operand parsing. | Chris Lattner | 2009-06-22 | 2 | -15/+121 |
* | rename SourceMgr::PrintError to PrintMessage. | Chris Lattner | 2009-06-21 | 5 | -16/+21 |
* | set up the top-level parsing loop. | Chris Lattner | 2009-06-21 | 3 | -0/+59 |
* | stub out parser for asm files. Change invariant on lexer to always | Chris Lattner | 2009-06-21 | 5 | -14/+102 |
* | add string literals. | Chris Lattner | 2009-06-21 | 3 | -2/+35 |
* | hopefully fix the build on linux. | Chris Lattner | 2009-06-21 | 1 | -0/+1 |
* | implement enough of a lexer to get through Olden/health/Output/health.llc.s | Chris Lattner | 2009-06-21 | 3 | -10/+184 |
* | oh yeah, cmake needs to be told explicitly about new files :) | Chris Lattner | 2009-06-21 | 1 | -0/+1 |
* | some baby steps. | Chris Lattner | 2009-06-21 | 3 | -2/+201 |
* | start wiring up support for asm parsing. | Chris Lattner | 2009-06-21 | 1 | -12/+45 |
* | fix build problem pointed out by John Thompson! | Chris Lattner | 2009-06-18 | 1 | -1/+1 |
* | fix file header | Chris Lattner | 2009-06-18 | 1 | -7/+3 |
* | Add a skeleton driver for new machine code level fun. llvm-mc is meant | Chris Lattner | 2009-06-18 | 5 | -1/+86 |