| Commit message (Expand) | Author | Age | Files | Lines |
* | Strip new llvm.dbg.value intrinsic. | Devang Patel | 2010-02-10 | 1 | -0/+9 |
* | MC/X86 AsmMatcher: Fix a use after free spotted by d0k, and de-XFAIL | Daniel Dunbar | 2010-02-10 | 2 | -22/+15 |
* | XFAIL this on linux until I figure out what is happening. | Daniel Dunbar | 2010-02-10 | 1 | -0/+4 |
* | lit: Ignore dot files when scanning for tests (e.g., editor temprary files, | Daniel Dunbar | 2010-02-10 | 1 | -1/+6 |
* | MC/AsmMatcher: Tweak conversion function name. | Daniel Dunbar | 2010-02-10 | 1 | -1/+1 |
* | Minor whitespace cleanups. | Dan Gohman | 2010-02-10 | 1 | -3/+1 |
* | Use an AssemblyAnnotatorWriter to clean up IVUsers' debug output. | Dan Gohman | 2010-02-10 | 1 | -1/+10 |
* | Add a hook to AssemblyAnnotationWriter to allow custom info comments | Dan Gohman | 2010-02-10 | 2 | -0/+10 |
* | Use doxygen comment syntax. | Dan Gohman | 2010-02-10 | 1 | -8/+8 |
* | Fix several comments which had previously been "the the" where a | Dan Gohman | 2010-02-10 | 7 | -7/+7 |
* | Replace this file containing 4 tests of x86 32-bit encodings with a file | Kevin Enderby | 2010-02-10 | 1 | -9/+9857 |
* | Added NOP, DBG, SVC to the instruction table for disassembly purpose. | Johnny Chen | 2010-02-10 | 1 | -0/+20 |
* | Fix "the the" and similar typos. | Dan Gohman | 2010-02-10 | 59 | -67/+67 |
* | Minor code simplification. | Dan Gohman | 2010-02-10 | 1 | -2/+1 |
* | Silence GCC warnings. | Benjamin Kramer | 2010-02-10 | 2 | -12/+12 |
* | MC/AsmMatcher: Add support for creating tied operands when constructing MCInsts. | Daniel Dunbar | 2010-02-10 | 1 | -9/+67 |
* | emit some simple (and probably incorrect) fixups for symbolic | Chris Lattner | 2010-02-10 | 1 | -34/+32 |
* | keep track of what the current byte being emitted is | Chris Lattner | 2010-02-10 | 1 | -74/+87 |
* | simplify displacement handling, emit displacements by-operand | Chris Lattner | 2010-02-10 | 1 | -50/+19 |
* | Canonicalize sizeof and alignof on pointer types to a canonical | Dan Gohman | 2010-02-10 | 2 | -7/+70 |
* | Implement operators |=, &=, and ^= for SmallBitVector, and remove the | Dan Gohman | 2010-02-10 | 4 | -7/+124 |
* | MC: Switch MCFixup to just hold an MCExpr pointer instead of index into the | Daniel Dunbar | 2010-02-10 | 3 | -18/+23 |
* | Fix a signed comparison warning. | Daniel Dunbar | 2010-02-10 | 1 | -3/+3 |
* | Remove stray DOS newline. | Daniel Dunbar | 2010-02-10 | 1 | -1/+1 |
* | Add a ReleaseNotes FIXME. | Daniel Dunbar | 2010-02-10 | 1 | -0/+3 |
* | Prevented build on WINDOWS using default make system. Stopped WINDOWS build | Garrison Venn | 2010-02-10 | 1 | -2/+5 |
* | Updated the enhanced disassembly library's TableGen | Sean Callanan | 2010-02-10 | 1 | -8/+1 |
* | Prevented ExceptionDemo example being built on WINDOWS via if( NOT WIN32 ) | Garrison Venn | 2010-02-10 | 1 | -1/+4 |
* | Updated the TableGen emitter for the Enhanced | Sean Callanan | 2010-02-10 | 1 | -209/+24 |
* | Changed AsmWriterOperand to also include the index of the | Sean Callanan | 2010-02-10 | 2 | -4/+15 |
* | Now that ShrinkDemandedOps() is separated out from DAG combine. It sometimes ... | Evan Cheng | 2010-02-10 | 2 | -1/+31 |
* | "fixup" a comment. | Chris Lattner | 2010-02-10 | 1 | -1/+1 |
* | Introduce a new CodeGenInstruction::ConstraintInfo class | Chris Lattner | 2010-02-10 | 4 | -25/+57 |
* | llvm-mc: Remove --show-fixups and always show as part of --show-encoding. | Daniel Dunbar | 2010-02-10 | 3 | -27/+8 |
* | Rewrite loop to suit Chris' preference. | Dale Johannesen | 2010-02-10 | 1 | -16/+19 |
* | fix a layering violation: VirtRegRewriter.cpp shouldn't use AsmPrinter.h. | Chris Lattner | 2010-02-10 | 4 | -15/+15 |
* | Remove duplicated #include. | Evan Cheng | 2010-02-10 | 1 | -1/+0 |
* | Emit an error for illegal inline asm constraint (which uses illegal type) rat... | Evan Cheng | 2010-02-10 | 2 | -1/+14 |
* | fix missing #includes. | Chris Lattner | 2010-02-10 | 3 | -1/+3 |
* | daniel *really* likes fixups! | Chris Lattner | 2010-02-10 | 1 | -0/+1 |
* | Stop MachineInstr.h from #including AsmPrinter.h | Chris Lattner | 2010-02-10 | 3 | -2/+5 |
* | Improve comments a even more. | Bill Wendling | 2010-02-10 | 1 | -3/+3 |
* | Skip DBG_VALUE many places in live intervals and | Dale Johannesen | 2010-02-10 | 2 | -38/+57 |
* | Move verbose asm instruction comments to using MCStreamer. | Chris Lattner | 2010-02-10 | 2 | -77/+61 |
* | Improve comments a bit more. | Bill Wendling | 2010-02-10 | 1 | -4/+4 |
* | more comment updates | Dale Johannesen | 2010-02-10 | 2 | -3/+3 |
* | Add isDebug argument to ChangeToRegister; this prevents | Dale Johannesen | 2010-02-10 | 2 | -2/+4 |
* | print all the newlines at the end of instructions with | Chris Lattner | 2010-02-10 | 12 | -23/+27 |
* | IntegerValType holds a uint32_t, so its constructor should take a uint32_t. ... | Kenneth Uildriks | 2010-02-10 | 1 | -1/+1 |
* | Fix comments to reflect renaming elsewhere. | Dale Johannesen | 2010-02-10 | 3 | -4/+4 |