aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Strip new llvm.dbg.value intrinsic.Devang Patel2010-02-101-0/+9
* MC/X86 AsmMatcher: Fix a use after free spotted by d0k, and de-XFAILDaniel Dunbar2010-02-102-22/+15
* XFAIL this on linux until I figure out what is happening.Daniel Dunbar2010-02-101-0/+4
* lit: Ignore dot files when scanning for tests (e.g., editor temprary files,Daniel Dunbar2010-02-101-1/+6
* MC/AsmMatcher: Tweak conversion function name.Daniel Dunbar2010-02-101-1/+1
* Minor whitespace cleanups.Dan Gohman2010-02-101-3/+1
* Use an AssemblyAnnotatorWriter to clean up IVUsers' debug output.Dan Gohman2010-02-101-1/+10
* Add a hook to AssemblyAnnotationWriter to allow custom info commentsDan Gohman2010-02-102-0/+10
* Use doxygen comment syntax.Dan Gohman2010-02-101-8/+8
* Fix several comments which had previously been "the the" where aDan Gohman2010-02-107-7/+7
* Replace this file containing 4 tests of x86 32-bit encodings with a fileKevin Enderby2010-02-101-9/+9857
* Added NOP, DBG, SVC to the instruction table for disassembly purpose.Johnny Chen2010-02-101-0/+20
* Fix "the the" and similar typos.Dan Gohman2010-02-1059-67/+67
* 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