aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix X86 encoder to output [disp] only addresses with no SIB byteChris Lattner2010-02-091-73/+85
* Move Intrinsic::objectsize lowering back to InstCombineCalls andEric Christopher2010-02-091-1/+19
* revert r95689: getX86RegNum(BaseReg) != N86::ESP isChris Lattner2010-02-091-2/+2
* simplify.Chris Lattner2010-02-091-2/+2
* move target-independent opcodes out of TargetInstrInfoChris Lattner2010-02-0956-270/+219
* Radar 7417921Jim Grosbach2010-02-092-2/+2
* Pull these back out, they're a little too aggressive and timeEric Christopher2010-02-092-115/+0
* Added vcvtb/vcvtt (between half-precision and single-precision, VFP).Johnny Chen2010-02-091-0/+18
* Remember to update live-in lists when coalescing physregs.Jakob Stoklund Olesen2010-02-091-0/+17
* move PR3462 to here.Chris Lattner2010-02-091-1/+1
* add a note from PR6194Chris Lattner2010-02-091-0/+33
* Skip DEBUG_VALUE in some places where it was affecting codegen.Dale Johannesen2010-02-093-0/+9
* Add declaration attribute to a variable DIE, if there is a separate DIE for t...Devang Patel2010-02-091-0/+1
* simplify this code, duh.Chris Lattner2010-02-091-8/+4
* fix PR6193, only considering sign extensions *from i1* for thisChris Lattner2010-02-091-5/+10
* Add file in here too.Eric Christopher2010-02-091-0/+1
* make -show-inst be formatted a bit nicer. Before:Chris Lattner2010-02-091-8/+12
* Fixed a bug in the PBQP allocator's findCoalesces method.Lang Hames2010-02-091-6/+17
* Implement x86 asm parsing support for %st and %st(4)Chris Lattner2010-02-091-0/+35
* Added copy sensible construction & assignment to PBQP graphs and fixed a memo...Lang Hames2010-02-092-18/+85
* Add a new pass to do llvm.objsize lowering using SCEV.Eric Christopher2010-02-091-0/+114
* pass stringref by value instead of by const&Chris Lattner2010-02-092-2/+3
* move PR6212 to this file.Chris Lattner2010-02-091-0/+25