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