aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86AsmPrinter.cpp
AgeCommit message (Expand)Author
2013-02-13[ms-inline-asm] Add support for memory references that have non-immediateChad Rosier
2013-01-09These functions have default arguments of 0 for the last arg. UseEric Christopher
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-11-01Revert the majority of the next patch in the address space series:Chandler Carruth
2012-10-16Move X86MCInstLower class definition into implementation file. It's not neede...Craig Topper
2012-10-15Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow
2012-10-11Revert 165732 for further review.Micah Villmow
2012-10-11Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow
2012-10-09Remove some unused code in the X86AsmPrinter. Add LLVM_OVERRIDE and virtual k...Craig Topper
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-10-03[ms-inline asm] Add support in the X86AsmPrinter for printing memory referencesChad Rosier
2012-09-30Change getX86SubSuperRegister to take an MVT::SimpleValueType rather than an ...Craig Topper
2012-09-10Update function names to conform to guidelines. No functional change intended.Chad Rosier
2012-09-10Revert r163556. Missed updates to tablegen files.Chad Rosier
2012-09-10Update function names to conform to guidelines. No functional change intended.Chad Rosier
2012-09-10[ms-inline asm] Pass the correct AsmVariant to the PrintAsmOperand() functionChad Rosier
2012-06-28Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling
2012-06-26There are a number of generic inline asm operand modifiers thatJack Carter
2012-06-01Implement the local-dynamic TLS model for x86 (PR3985)Hans Wennborg
2012-05-11Implement initial-exec TLS model for 32-bit PIC x86Hans Wennborg
2012-04-03Add support for AVX enhanced comparison predicates. Patch from Kay Tiong Khoo.Craig Topper
2012-03-17Reorder includes in Target backends to following coding standards. Remove som...Craig Topper
2012-02-22Properly emit _fltused with FastISel. Refactor to share code with SDAG.Michael J. Spencer
2012-02-11Add support for implicit TLS model used with MS VC runtime.Anton Korobeynikov
2012-02-08Fixed a bug in printing "cmp" pseudo ops.Elena Demikhovsky
2011-08-30Fix C++0x narrowing errors when char is unsigned.Jeffrey Yasskin
2011-08-24Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng
2011-07-25Separate MCInstPrinter registration from AsmPrinter registration.Evan Cheng
2011-07-06createMCInstPrinter doesn't need TargetMachine anymore.Evan Cheng
2011-03-21We need to pass the TargetMachine object to the InstPrinter if we are printingBill Wendling
2011-02-01Patches to build EFI with Clang/LLVM. By Carl Norum.Evan Cheng
2011-01-01Add support for the 'H' modifier.Rafael Espindola
2010-11-14move the pic base symbol stuff up to MachineFunctionChris Lattner
2010-11-14simplify getPICBaseSymbol a bit.Chris Lattner
2010-11-12tidy up.Chris Lattner
2010-10-23X86: Emit _fltused instead of __fltused on Windows x64.Michael J. Spencer
2010-10-21CodeGen-Windows: Only emit _fltused if a VarArg function is called with float...Michael J. Spencer
2010-10-16X86-Windows: Emit an undefined global __fltused symbol when targeting WindowsMichael J. Spencer
2010-10-01Rename the AsmPrinter directory to InstPrinter for those targets that haveJim Grosbach
2010-09-15trailing whitespaceJim Grosbach
2010-08-04Add DEBUG message.Devang Patel
2010-07-20move two asmprinter methods into the asmprinter .cpp file.Chris Lattner
2010-07-19fix a layering problem by moving the x86 implementationChris Lattner
2008-08-17Move X86 assembler printers into separate directory. This allows JIT-only use...Anton Korobeynikov
2008-06-28Remove X86SharedAsmPrinterAnton Korobeynikov
2008-06-28whitespace cleanupAnton Korobeynikov
2008-06-27Use StringSet instead of std::set<std::string>Anton Korobeynikov
2008-05-23Put const weak stuff in appropriate section on Darwin.Dale Johannesen
2008-05-19Handle quoted names when constructing $stub's,Dale Johannesen