summaryrefslogtreecommitdiff
path: root/lib/Target/X86/AsmPrinter/X86MCInstLower.cpp
Commit message (Expand)AuthorAge
* fix a layering problem by moving the x86 implementationChris Lattner2010-07-19
* fix indentationChris Lattner2010-07-14
* have the mc lowering process handle a few tail call forms, lowering them toChris Lattner2010-07-09
* reject pseudo instructions early in the encoder.Chris Lattner2010-07-09
* Change LEA to have 5 operands for its memory operand, justChris Lattner2010-07-08
* Print undefined/unknown debug value as "undef".Devang Patel2010-07-07
* Fix PR7545 crash.Devang Patel2010-07-06
* Hack to let the move lowering handle dynamic-no-pic absolute moves ofEric Christopher2010-06-17
* Add first pass at darwin tls compiler support.Eric Christopher2010-06-03
* MC/X86: Lower TAILCALLd[64] to JMP_1, to allow relaxation and to avoid sameDaniel Dunbar2010-05-19
* MC/X86: Strip spurious operands from TAILJMPr64 as we do for CALL64r andDaniel Dunbar2010-05-19
* MC/X86: Lower MOV{8,16,32,64}{rm,mr} to fixed-register forms, as appropriate.Daniel Dunbar2010-05-19
* MC/X86: Strip spurious operands from CALL64r as we do for CALL64pcrel32, toDaniel Dunbar2010-05-19
* make mcinstlower remove all but the first operand to CALL64pcrel32.Chris Lattner2010-05-18
* MC/X86: Implement custom lowering to make sure we match things likeDaniel Dunbar2010-05-18
* Use overloaded operators instead of DIDescriptor::getNode()Devang Patel2010-05-07
* Print variable scope name in DEBUG_VALUE comment. Useful in some cases. e.g.Devang Patel2010-04-29
* Emit debug info for byval parameters.Devang Patel2010-04-28
* Use const_cast instead of a C-style cast to cast away const.Dan Gohman2010-04-17
* Use .set expression for x86 pic jump table reference to reduce assembly reloc...Evan Cheng2010-04-12
* Move printing of target-indepedent DEBUG_VALUE commentsDale Johannesen2010-04-07
* Revert 100573, it's causing some testsuite problems.Dale Johannesen2010-04-06
* Move printing of DEBUG_VALUE comments to target-independent place.Dale Johannesen2010-04-06
* clean up the asmprinter header and privatize some stuff.Chris Lattner2010-04-04
* streamerize printing of dbg_value, the x86 backend is now fullyChris Lattner2010-04-04
* split DEBUG_VALUE printing stuff out to its own method.Chris Lattner2010-04-04
* use predicates in DBG_VALUE printing code to simplify it.Chris Lattner2010-04-04
* remove more implicit uses of "O".Chris Lattner2010-04-04
* Replace V_SET0 with variants for each SSE execution domain.Jakob Stoklund Olesen2010-03-31
* Rip out the 'is temporary' nonsense from the MCContext interface toChris Lattner2010-03-30
* fix GetOrCreateTemporarySymbol to require a name, clientsChris Lattner2010-03-17
* MC: Allow modifiers in MCSymbolRefExpr, and eliminate X86MCTargetExpr.Daniel Dunbar2010-03-15
* comment fix.Chris Lattner2010-03-14
* shrink 4-byte branches to 1-byte branches when lowering fromChris Lattner2010-03-14
* eliminate the now-unneeded context argument of MBB::getSymbol()Chris Lattner2010-03-13
* remove special case code that isn't needed anymore.Chris Lattner2010-03-12
* inline GetGlobalValueSymbol into the rest its callers andChris Lattner2010-03-12
* move fastcall/stdcall mangling up into Mangler.Chris Lattner2010-03-12
* make DecorateCygMingName a static method.Chris Lattner2010-03-12
* minor tidying, only do work if a function is Chris Lattner2010-03-12
* eliminate the string form of DecorateCygMingNameChris Lattner2010-03-12
* Fix llc crash on invalid input.Devang Patel2010-03-12
* simplify code to use OutContext.GetOrCreateTemporarySymbol withChris Lattner2010-03-12
* Add a bit along with the MCSymbols stored in the MachineModuleInfo maps thatBill Wendling2010-03-10
* set the temporary bit on MCSymbols correctly.Chris Lattner2010-03-10
* print all the newlines at the end of instructions withChris Lattner2010-02-10
* move target-independent opcodes out of TargetInstrInfoChris Lattner2010-02-09
* unify the paths for external symbols and global variables:Chris Lattner2010-02-08
* switch the rest of the "@ concatentation" logic in the X86Chris Lattner2010-02-08
* switch ELF @GOTOFF references to use X86MCTargetExpr.Chris Lattner2010-02-08