summaryrefslogtreecommitdiff
path: root/lib/Target/X86/AsmPrinter
Commit message (Expand)AuthorAge
* Rename the AsmPrinter directory to InstPrinter for those targets that haveJim Grosbach2010-10-01
* Clean up asm writer usage for x86 and msp430 to flag that the writer shouldJim Grosbach2010-09-30
* Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer2010-09-13
* CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer2010-09-10
* Move insertps mask decoding to header fileBruno Cardoso Lopes2010-09-02
* Move decoding of insertps back to avoid unused warnings in x86 isel lowering,...Bruno Cardoso Lopes2010-09-02
* Move x86 specific shuffle mask decoding to its own header, it's also going to...Bruno Cardoso Lopes2010-09-02
* add a bunch more common shuffles to the instprinter.Chris Lattner2010-08-29
* I have manually decoded the imm field of an insertps one too manyChris Lattner2010-08-28
* Update CMake files.Daniel Dunbar2010-07-20
* fix a layering problem by moving the x86 implementationChris Lattner2010-07-19
* Add 256-bit vaddsub, vhadd, vhsub, vblend and vdpp instructions!Bruno Cardoso Lopes2010-07-19
* Accept registers with P modifier. PR 5314.Dale Johannesen2010-07-16
* fix indentationChris Lattner2010-07-14
* Merge lib/Target/X86/X86COFF.h into include/llvm/Support/COFF.h,Chris Lattner2010-07-14
* Start the support for AVX instructions with 256-bit %ymm registers. A couple ofBruno Cardoso Lopes2010-07-09
* 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
* Accept RIP-relative symbols with 'i' constraint, andDale Johannesen2010-07-06
* 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
* I got tired of VISIBILITY_HIDDEN colliding with the gcc enum. Rename itDuncan Sands2010-05-11
* updated handling dllexport in X86AsmPrinterNathan Jeffords2010-05-09
* made COFF target dllexport logic apply to all subtargetsNathan Jeffords2010-05-09
* break coff symbol definition stuff out into proper MCStreamer callbacks,Chris Lattner2010-05-08
* Use overloaded operators instead of DIDescriptor::getNode()Devang Patel2010-05-07
* switch MCSectionCOFF from a syntactic to semantic representation,Chris Lattner2010-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
* Add const qualifiers to TargetLoweringObjectFile usage.Dan Gohman2010-04-17
* 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
* remove the TargetLoweringObjectFileMachO::getMachoSectionChris Lattner2010-04-08
* 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
* just have all targets create the DwarfWriter.Chris Lattner2010-04-05
* simplify various getAnalysisUsage implementations.Chris Lattner2010-04-05
* clean up the asmprinter header and privatize some stuff.Chris Lattner2010-04-04
* Momentous day: remove the "O" member from AsmPrinter. Now all Chris Lattner2010-04-04
* streamerize printing of dbg_value, the x86 backend is now fullyChris Lattner2010-04-04