aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Minor code simplification.Dan Gohman2010-02-101-2/+1
* Silence GCC warnings.Benjamin Kramer2010-02-102-12/+12
* MC/AsmMatcher: Add support for creating tied operands when constructing MCInsts.Daniel Dunbar2010-02-101-9/+67
* emit some simple (and probably incorrect) fixups for symbolicChris Lattner2010-02-101-34/+32
* keep track of what the current byte being emitted isChris Lattner2010-02-101-74/+87
* simplify displacement handling, emit displacements by-operandChris Lattner2010-02-101-50/+19
* Canonicalize sizeof and alignof on pointer types to a canonicalDan Gohman2010-02-102-7/+70
* Implement operators |=, &=, and ^= for SmallBitVector, and remove theDan Gohman2010-02-104-7/+124
* MC: Switch MCFixup to just hold an MCExpr pointer instead of index into theDaniel Dunbar2010-02-103-18/+23
* Fix a signed comparison warning.Daniel Dunbar2010-02-101-3/+3
* Remove stray DOS newline.Daniel Dunbar2010-02-101-1/+1
* Add a ReleaseNotes FIXME.Daniel Dunbar2010-02-101-0/+3
* Prevented build on WINDOWS using default make system. Stopped WINDOWS buildGarrison Venn2010-02-101-2/+5
* Updated the enhanced disassembly library's TableGenSean Callanan2010-02-101-8/+1
* Prevented ExceptionDemo example being built on WINDOWS via if( NOT WIN32 )Garrison Venn2010-02-101-1/+4
* Updated the TableGen emitter for the EnhancedSean Callanan2010-02-101-209/+24
* Changed AsmWriterOperand to also include the index of theSean Callanan2010-02-102-4/+15
* Now that ShrinkDemandedOps() is separated out from DAG combine. It sometimes ...Evan Cheng2010-02-102-1/+31
* "fixup" a comment.Chris Lattner2010-02-101-1/+1
* Introduce a new CodeGenInstruction::ConstraintInfo classChris Lattner2010-02-104-25/+57
* llvm-mc: Remove --show-fixups and always show as part of --show-encoding.Daniel Dunbar2010-02-103-27/+8
* Rewrite loop to suit Chris' preference.Dale Johannesen2010-02-101-16/+19
* fix a layering violation: VirtRegRewriter.cpp shouldn't use AsmPrinter.h.Chris Lattner2010-02-104-15/+15
* Remove duplicated #include.Evan Cheng2010-02-101-1/+0
* Emit an error for illegal inline asm constraint (which uses illegal type) rat...Evan Cheng2010-02-102-1/+14
* fix missing #includes.Chris Lattner2010-02-103-1/+3
* daniel *really* likes fixups!Chris Lattner2010-02-101-0/+1
* Stop MachineInstr.h from #including AsmPrinter.hChris Lattner2010-02-103-2/+5
* Improve comments a even more.Bill Wendling2010-02-101-3/+3
* Skip DBG_VALUE many places in live intervals andDale Johannesen2010-02-102-38/+57
* Move verbose asm instruction comments to using MCStreamer.Chris Lattner2010-02-102-77/+61
* Improve comments a bit more.Bill Wendling2010-02-101-4/+4
* more comment updatesDale Johannesen2010-02-102-3/+3
* Add isDebug argument to ChangeToRegister; this preventsDale Johannesen2010-02-102-2/+4
* print all the newlines at the end of instructions withChris Lattner2010-02-1012-23/+27
* IntegerValType holds a uint32_t, so its constructor should take a uint32_t. ...Kenneth Uildriks2010-02-101-1/+1
* Fix comments to reflect renaming elsewhere.Dale Johannesen2010-02-103-4/+4
* Fix the encoding of the movntdqa X86 instruction. It was missing the 0x66Kevin Enderby2010-02-102-1/+4
* Add ability for MCInstPrinters to add comments for instructions.Chris Lattner2010-02-104-3/+21
* TableGen fragment refactoring.David Greene2010-02-093-50/+68
* Adds a JIT based exception handling example to the examples directory. Garrison Venn2010-02-095-1/+2053
* Fixed some indentation in the AsmWriterInstSean Callanan2010-02-094-14/+22
* Add VBIF/VBIT for disassembly only.Johnny Chen2010-02-091-1/+19
* Make --disable-libffi work on systems with libffi installed. AlsoJeffrey Yasskin2010-02-093-22/+26
* Only dump output in debug mode.David Greene2010-02-091-4/+5
* llvm-mc: Add --show-fixups option, for displaying the instruction fixup infor...Daniel Dunbar2010-02-094-27/+104
* MC/X86: Add a dummy implementation of MCFixup generation for hacky X86 MCCode...Daniel Dunbar2010-02-091-8/+44
* MC: First cut at MCFixup, for getting fixup/relocation information out of an ...Daniel Dunbar2010-02-096-7/+180
* Improve comments in the LSDA somewhat. They can be improved much more.Bill Wendling2010-02-091-10/+17
* Added VMRS/VMSR for disassembly only.Johnny Chen2010-02-091-0/+25