aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/X86AsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-22/+1
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-3/+0
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-17/+24
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-1/+29
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-101/+91
* Update to LLVM 3.5a.Stephen Hines2014-04-241-153/+152
* Revert "COFF: Emit all MCSymbols rather than filtering out some of them"Reid Kleckner2013-11-181-0/+1
* Add a FIXME for 32-bit q modifiers.Eric Christopher2013-11-121-0/+1
* Add support for stack map generation in the X86 backend.Andrew Trick2013-10-311-0/+2
* whitespaceAndrew Trick2013-10-311-4/+4
* Add a helper getSymbol to AsmPrinter.Rafael Espindola2013-10-291-6/+6
* Revert "Re-commit r192758 - MC: quote tricky symbol names in asm output"Hans Wennborg2013-10-181-3/+1
* Re-commit r192758 - MC: quote tricky symbol names in asm outputHans Wennborg2013-10-171-1/+3
* COFF: Ensure that objects produced by LLVM link with /safesehReid Kleckner2013-09-171-0/+20
* DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...David Blaikie2013-06-161-42/+0
* Change '@SECREL' suffix to GAS-compatible '@SECREL32'.Benjamin Kramer2013-03-301-1/+1
* [ms-inline-asm] Add support for memory references that have non-immediateChad Rosier2013-02-131-13/+18
* These functions have default arguments of 0 for the last arg. UseEric Christopher2013-01-091-9/+7
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-4/+4
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-10/+10
* Revert the majority of the next patch in the address space series:Chandler Carruth2012-11-011-1/+1
* Move X86MCInstLower class definition into implementation file. It's not neede...Craig Topper2012-10-161-1/+0
* Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow2012-10-151-1/+1
* Revert 165732 for further review.Micah Villmow2012-10-111-1/+1
* Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow2012-10-111-1/+1
* Remove some unused code in the X86AsmPrinter. Add LLVM_OVERRIDE and virtual k...Craig Topper2012-10-091-46/+0
* Move TargetData to DataLayout.Micah Villmow2012-10-081-1/+1
* [ms-inline asm] Add support in the X86AsmPrinter for printing memory referencesChad Rosier2012-10-031-0/+52
* Change getX86SubSuperRegister to take an MVT::SimpleValueType rather than an ...Craig Topper2012-09-301-1/+1
* Update function names to conform to guidelines. No functional change intended.Chad Rosier2012-09-101-3/+3
* Revert r163556. Missed updates to tablegen files.Chad Rosier2012-09-101-3/+3
* Update function names to conform to guidelines. No functional change intended.Chad Rosier2012-09-101-3/+3
* [ms-inline asm] Pass the correct AsmVariant to the PrintAsmOperand() functionChad Rosier2012-09-101-3/+5
* Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling2012-06-281-1/+1
* There are a number of generic inline asm operand modifiers thatJack Carter2012-06-261-1/+3
* Implement the local-dynamic TLS model for x86 (PR3985)Hans Wennborg2012-06-011-0/+3
* Implement initial-exec TLS model for 32-bit PIC x86Hans Wennborg2012-05-111-0/+1
* Add support for AVX enhanced comparison predicates. Patch from Kay Tiong Khoo.Craig Topper2012-04-031-2/+1
* Reorder includes in Target backends to following coding standards. Remove som...Craig Topper2012-03-171-2/+2
* Properly emit _fltused with FastISel. Refactor to share code with SDAG.Michael J. Spencer2012-02-221-1/+1
* Add support for implicit TLS model used with MS VC runtime.Anton Korobeynikov2012-02-111-0/+1
* Fixed a bug in printing "cmp" pseudo ops.Elena Demikhovsky2012-02-081-8/+32
* Fix C++0x narrowing errors when char is unsigned.Jeffrey Yasskin2011-08-301-2/+2
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-241-3/+3
* Separate MCInstPrinter registration from AsmPrinter registration.Evan Cheng2011-07-251-13/+0
* createMCInstPrinter doesn't need TargetMachine anymore.Evan Cheng2011-07-061-3/+2
* We need to pass the TargetMachine object to the InstPrinter if we are printingBill Wendling2011-03-211-2/+3
* Patches to build EFI with Clang/LLVM. By Carl Norum.Evan Cheng2011-02-011-4/+4
* Add support for the 'H' modifier.Rafael Espindola2011-01-011-0/+6
* move the pic base symbol stuff up to MachineFunctionChris Lattner2010-11-141-16/+5