aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Remove duplicate successors from indirectbr instructions before building the ...Jakob Stoklund Olesen2010-02-111-2/+8
* Ignore dbg info intrinsics.Devang Patel2010-02-111-0/+4
* The previous fix of widening divides that trap was too fragile as it depends ...Mon P Wang2010-02-103-24/+107
* Ignore debug info one more place during coalescing.Dale Johannesen2010-02-101-0/+2
* Delete dead PHI machine instructions. These can be created due to typeBob Wilson2010-02-101-1/+1
* Skip debug info in a couple of places.Dale Johannesen2010-02-101-3/+7
* Use an index instead of pointers into the vector. If the vector resizes, thenBill Wendling2010-02-102-12/+13
* When I rewrote this loop per Chris' preference IDale Johannesen2010-02-101-0/+3
* A few missed optimizations; the last one could have a significant impact onEli Friedman2010-02-101-0/+66
* 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-101-18/+15
* 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-101-0/+5
* Fix several comments which had previously been "the the" where aDan Gohman2010-02-102-2/+2
* 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-1039-46/+46
* 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-101-0/+19
* MC: Switch MCFixup to just hold an MCExpr pointer instead of index into theDaniel Dunbar2010-02-102-5/+9
* Now that ShrinkDemandedOps() is separated out from DAG combine. It sometimes ...Evan Cheng2010-02-101-1/+18
* llvm-mc: Remove --show-fixups and always show as part of --show-encoding.Daniel Dunbar2010-02-101-19/+6
* 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-102-5/+4
* 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
* 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-101-74/+61
* Improve comments a bit more.Bill Wendling2010-02-101-4/+4
* more comment updatesDale Johannesen2010-02-101-2/+2
* Add isDebug argument to ChangeToRegister; this preventsDale Johannesen2010-02-101-1/+3
* 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-101-1/+2
* Add ability for MCInstPrinters to add comments for instructions.Chris Lattner2010-02-102-1/+9
* TableGen fragment refactoring.David Greene2010-02-093-50/+68
* Add VBIF/VBIT for disassembly only.Johnny Chen2010-02-091-1/+19
* 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-092-25/+96
* 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-094-5/+46
* 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
* port encoder enhancements over to the new encoder.Chris Lattner2010-02-091-20/+34