aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2010-02-10Now that ShrinkDemandedOps() is separated out from DAG combine. It sometimes ...Evan Cheng
2010-02-10llvm-mc: Remove --show-fixups and always show as part of --show-encoding.Daniel Dunbar
2010-02-10Rewrite loop to suit Chris' preference.Dale Johannesen
2010-02-10fix a layering violation: VirtRegRewriter.cpp shouldn't use AsmPrinter.h.Chris Lattner
2010-02-10Remove duplicated #include.Evan Cheng
2010-02-10Emit an error for illegal inline asm constraint (which uses illegal type) rat...Evan Cheng
2010-02-10fix missing #includes.Chris Lattner
2010-02-10daniel *really* likes fixups!Chris Lattner
2010-02-10Improve comments a even more.Bill Wendling
2010-02-10Skip DBG_VALUE many places in live intervals andDale Johannesen
2010-02-10Move verbose asm instruction comments to using MCStreamer.Chris Lattner
2010-02-10Improve comments a bit more.Bill Wendling
2010-02-10more comment updatesDale Johannesen
2010-02-10Add isDebug argument to ChangeToRegister; this preventsDale Johannesen
2010-02-10print all the newlines at the end of instructions withChris Lattner
2010-02-10IntegerValType holds a uint32_t, so its constructor should take a uint32_t. ...Kenneth Uildriks
2010-02-10Fix comments to reflect renaming elsewhere.Dale Johannesen
2010-02-10Fix the encoding of the movntdqa X86 instruction. It was missing the 0x66Kevin Enderby
2010-02-10Add ability for MCInstPrinters to add comments for instructions.Chris Lattner
2010-02-09TableGen fragment refactoring.David Greene
2010-02-09Add VBIF/VBIT for disassembly only.Johnny Chen
2010-02-09Only dump output in debug mode.David Greene
2010-02-09llvm-mc: Add --show-fixups option, for displaying the instruction fixup infor...Daniel Dunbar
2010-02-09MC/X86: Add a dummy implementation of MCFixup generation for hacky X86 MCCode...Daniel Dunbar
2010-02-09MC: First cut at MCFixup, for getting fixup/relocation information out of an ...Daniel Dunbar
2010-02-09Improve comments in the LSDA somewhat. They can be improved much more.Bill Wendling
2010-02-09Added VMRS/VMSR for disassembly only.Johnny Chen
2010-02-09port encoder enhancements over to the new encoder.Chris Lattner
2010-02-09fix X86 encoder to output [disp] only addresses with no SIB byteChris Lattner
2010-02-09Move Intrinsic::objectsize lowering back to InstCombineCalls andEric Christopher
2010-02-09revert r95689: getX86RegNum(BaseReg) != N86::ESP isChris Lattner
2010-02-09simplify.Chris Lattner
2010-02-09move target-independent opcodes out of TargetInstrInfoChris Lattner
2010-02-09Radar 7417921Jim Grosbach
2010-02-09Pull these back out, they're a little too aggressive and timeEric Christopher
2010-02-09Added vcvtb/vcvtt (between half-precision and single-precision, VFP).Johnny Chen
2010-02-09Remember to update live-in lists when coalescing physregs.Jakob Stoklund Olesen
2010-02-09move PR3462 to here.Chris Lattner
2010-02-09add a note from PR6194Chris Lattner
2010-02-09Skip DEBUG_VALUE in some places where it was affecting codegen.Dale Johannesen
2010-02-09Add declaration attribute to a variable DIE, if there is a separate DIE for t...Devang Patel
2010-02-09simplify this code, duh.Chris Lattner
2010-02-09fix PR6193, only considering sign extensions *from i1* for thisChris Lattner
2010-02-09Add file in here too.Eric Christopher
2010-02-09make -show-inst be formatted a bit nicer. Before:Chris Lattner
2010-02-09Fixed a bug in the PBQP allocator's findCoalesces method.Lang Hames
2010-02-09Implement x86 asm parsing support for %st and %st(4)Chris Lattner
2010-02-09Added copy sensible construction & assignment to PBQP graphs and fixed a memo...Lang Hames
2010-02-09Add a new pass to do llvm.objsize lowering using SCEV.Eric Christopher
2010-02-09pass stringref by value instead of by const&Chris Lattner