aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* implement error recovery in the llvm-mc parser. Feel the power!Chris Lattner2009-07-021-4/+11
* Prefix bin dir to executables.Sanjiv Gupta2009-07-021-5/+5
* Fixed handling of -c option.wqSanjiv Gupta2009-07-022-8/+26
* llvm-mc/x86: Fix various nit-picky bugs in displacement parsing.Daniel Dunbar2009-07-021-13/+36
* llvm-mc/x86: Fix bug in disambiguation of displacement operand, introduced by meDaniel Dunbar2009-07-023-1/+24
* llvm-mc/x86: Factor out ParseX86Register.Daniel Dunbar2009-07-022-13/+33
* llvm-mc/x86: Rename X86Operand::ScaleReg to IndexReg and make order consistentDaniel Dunbar2009-07-021-6/+6
* Maintain the old LTO API, by using the global context.Owen Anderson2009-07-025-23/+14
* Fix a bunch of other places that used operator[] to test whetherDan Gohman2009-07-021-2/+4
* fix ld error with -no-undefined switch, which is undefined on darwin8John Mosby2009-07-021-2/+2
* Make the use of const with respect to LLVMContext sane. Hopefully this is th...Owen Anderson2009-07-019-19/+19
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-0123-43/+48
* Add a portable strerror*() wrapper, llvm::sys::StrError(). This includes theJeffrey Yasskin2009-07-011-2/+3
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-0127-59/+114
* Executables will be at InstallDir/bin directory. Std header files will be at ...Sanjiv Gupta2009-07-012-11/+58
* llvm-mc: Add some more doxyments.Daniel Dunbar2009-07-011-27/+41
* llvm-mc: Fill in the rest of tokens for 'as-lex' mode.Daniel Dunbar2009-07-011-11/+23
* Rename MCValue::isConstant to isAbsolute.Daniel Dunbar2009-07-011-4/+4
* add some of the new tokens, others are still missing.Chris Lattner2009-07-011-10/+17
* llvm-mc: Emit parsed instructions to the MCStreamer.Daniel Dunbar2009-07-011-2/+1
* llvm-mc: Introduce method to match a parsed x86 instruction into an MCInst.Daniel Dunbar2009-06-303-26/+31
* llvm-mc: Accept relocatable expressions when parsing displacements andDaniel Dunbar2009-06-301-13/+13
* llvm-mc: Symbols in a relocatable expression of the (a - b + cst) form areDaniel Dunbar2009-06-301-5/+4
* Suppress may-be-used-uninitialized warning.Daniel Dunbar2009-06-301-1/+2
* Fix CMake buildDouglas Gregor2009-06-301-0/+1
* llvm-mc: Accept relocatable expressions for .org, assignments, .byte, etc.Daniel Dunbar2009-06-301-12/+16
* llvm-mc: Rewrite binary subtraction for relocatable expressions, we can't alwaysDaniel Dunbar2009-06-301-26/+33
* llvm-mc: Evaluation for relocatable expressions.Daniel Dunbar2009-06-304-40/+132
* Normalize SourceMgr messages.Daniel Dunbar2009-06-305-13/+19
* llvm-mc: Parse symbol attribute directives.Daniel Dunbar2009-06-302-0/+60
* Clang is now production quality (at least for C).Mikhail Glushenkov2009-06-301-3/+2
* Add a way to access argv[0] in hooks.Mikhail Glushenkov2009-06-301-0/+22
* llvm-mc: Parse .{,b,p2}align{,w,l} directives.Daniel Dunbar2009-06-292-2/+98
* llvm-mc: Diagnose misuse (mix) of defined symbols and labels.Daniel Dunbar2009-06-291-6/+40
* llvm-mc: Recognize C++ style comments.Daniel Dunbar2009-06-291-1/+1
* llvm-mc: Recognize C++ style comments.Daniel Dunbar2009-06-291-5/+9
* Fix uninitialized variable warning.Daniel Dunbar2009-06-291-1/+1
* Don't build LLVMC when configured with --disable-pic (it needs requires sharedDaniel Dunbar2009-06-291-2/+2
* MC: Improve expression parsing and implement evaluation of absolute expressionsDaniel Dunbar2009-06-292-0/+249
* MC: Improve expression parsing and implement evaluation of absolute expressions.Daniel Dunbar2009-06-295-56/+170
* Indentation.Evan Cheng2009-06-262-9/+6
* MC: Parse .org directives.Daniel Dunbar2009-06-252-1/+31
* MC: Parse .set and assignments.Daniel Dunbar2009-06-254-3/+55
* Update documentation.Mikhail Glushenkov2009-06-251-3/+6
* Add a JITEventListener interface that gets called back when a new function isJeffrey Yasskin2009-06-251-2/+5
* Remove duplication.Mikhail Glushenkov2009-06-255-130/+4
* Basic .s parsing for .asci[iz], .fill, .space, {.byte, .short, ... }Daniel Dunbar2009-06-243-1/+157
* Get rid of the global CFGOnly flag by threading a ShortNames parameters throu...Owen Anderson2009-06-241-1/+2
* remove dead makefile flags.Chris Lattner2009-06-242-2/+0
* implement a bunch of synonyms for section switching.Chris Lattner2009-06-242-4/+115