summaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86AsmPrinter.cpp
Commit message (Expand)AuthorAge
* Merging r205067:Tom Stellard2014-04-11
* Revert "COFF: Emit all MCSymbols rather than filtering out some of them"Reid Kleckner2013-11-18
* Add a FIXME for 32-bit q modifiers.Eric Christopher2013-11-12
* Add support for stack map generation in the X86 backend.Andrew Trick2013-10-31
* whitespaceAndrew Trick2013-10-31
* Add a helper getSymbol to AsmPrinter.Rafael Espindola2013-10-29
* Revert "Re-commit r192758 - MC: quote tricky symbol names in asm output"Hans Wennborg2013-10-18
* Re-commit r192758 - MC: quote tricky symbol names in asm outputHans Wennborg2013-10-17
* COFF: Ensure that objects produced by LLVM link with /safesehReid Kleckner2013-09-17
* DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...David Blaikie2013-06-16
* Change '@SECREL' suffix to GAS-compatible '@SECREL32'.Benjamin Kramer2013-03-30
* [ms-inline-asm] Add support for memory references that have non-immediateChad Rosier2013-02-13
* These functions have default arguments of 0 for the last arg. UseEric Christopher2013-01-09
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Revert the majority of the next patch in the address space series:Chandler Carruth2012-11-01
* Move X86MCInstLower class definition into implementation file. It's not neede...Craig Topper2012-10-16
* Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow2012-10-15
* Revert 165732 for further review.Micah Villmow2012-10-11
* Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow2012-10-11
* Remove some unused code in the X86AsmPrinter. Add LLVM_OVERRIDE and virtual k...Craig Topper2012-10-09
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* [ms-inline asm] Add support in the X86AsmPrinter for printing memory referencesChad Rosier2012-10-03
* Change getX86SubSuperRegister to take an MVT::SimpleValueType rather than an ...Craig Topper2012-09-30
* Update function names to conform to guidelines. No functional change intended.Chad Rosier2012-09-10
* Revert r163556. Missed updates to tablegen files.Chad Rosier2012-09-10
* Update function names to conform to guidelines. No functional change intended.Chad Rosier2012-09-10
* [ms-inline asm] Pass the correct AsmVariant to the PrintAsmOperand() functionChad Rosier2012-09-10
* Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling2012-06-28
* There are a number of generic inline asm operand modifiers thatJack Carter2012-06-26
* Implement the local-dynamic TLS model for x86 (PR3985)Hans Wennborg2012-06-01
* Implement initial-exec TLS model for 32-bit PIC x86Hans Wennborg2012-05-11
* Add support for AVX enhanced comparison predicates. Patch from Kay Tiong Khoo.Craig Topper2012-04-03
* Reorder includes in Target backends to following coding standards. Remove som...Craig Topper2012-03-17
* Properly emit _fltused with FastISel. Refactor to share code with SDAG.Michael J. Spencer2012-02-22
* Add support for implicit TLS model used with MS VC runtime.Anton Korobeynikov2012-02-11
* Fixed a bug in printing "cmp" pseudo ops.Elena Demikhovsky2012-02-08
* Fix C++0x narrowing errors when char is unsigned.Jeffrey Yasskin2011-08-30
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-24
* Separate MCInstPrinter registration from AsmPrinter registration.Evan Cheng2011-07-25
* createMCInstPrinter doesn't need TargetMachine anymore.Evan Cheng2011-07-06
* We need to pass the TargetMachine object to the InstPrinter if we are printingBill Wendling2011-03-21
* Patches to build EFI with Clang/LLVM. By Carl Norum.Evan Cheng2011-02-01
* Add support for the 'H' modifier.Rafael Espindola2011-01-01
* move the pic base symbol stuff up to MachineFunctionChris Lattner2010-11-14
* simplify getPICBaseSymbol a bit.Chris Lattner2010-11-14
* tidy up.Chris Lattner2010-11-12
* X86: Emit _fltused instead of __fltused on Windows x64.Michael J. Spencer2010-10-23
* CodeGen-Windows: Only emit _fltused if a VarArg function is called with float...Michael J. Spencer2010-10-21
* X86-Windows: Emit an undefined global __fltused symbol when targeting WindowsMichael J. Spencer2010-10-16