summaryrefslogtreecommitdiff
path: root/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp
Commit message (Expand)AuthorAge
* [x86] Do not relax PUSHi16 to PUSHi32 (PR18414)David Woodhouse2014-01-08
* ARM MachO: sort out isTargetDarwin/isTargetIOS/... checks.Tim Northover2014-01-06
* Correct word hyphenationsAlp Toker2013-12-05
* Do the string comparison in the constructor instead of once per nop.Rafael Espindola2013-11-25
* Don't use nopl in cpus that don't support it.Rafael Espindola2013-11-25
* X86: Encode the 'h' cpu subtype in the MachO header for x86.Jim Grosbach2013-11-16
* X86: Assembly files with .cfi_cfa_def shouldn't hit llvm_unreachable()Jim Grosbach2013-11-08
* Use the appropriate return type for the compact unwind encoding.Bill Wendling2013-09-11
* Move into an anonymous namespace and closer to where it's used.Bill Wendling2013-09-11
* Generate compact unwind encoding from CFI directives.Bill Wendling2013-09-09
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-09-01
* Revert "Fix the build broken by r189315." and "Move everything depending on O...Charles Davis2013-08-27
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-08-27
* The current X86 NOP padding uses one long NOP followed by the remainder inDavid Sehr2013-03-05
* Renamed MCInstFragment to MCRelaxableFragment and added some comments.Eli Bendersky2013-01-08
* Fix a bogus commentEli Bendersky2012-12-13
* Enable ELF machine type to be specified explicitly in X86 backendMichael Liao2012-10-30
* X86: Disable long nops for all cpus prior to pentiumpro/i686.Benjamin Kramer2012-10-13
* Support for generating ELF objects on Windows.Andrew Kaylor2012-10-02
* When creating MCAsmBackend pass the CPU string as well. In X86AsmBackendRoman Divacky2012-09-18
* Fix Doxygen issues:Dmitri Gribenko2012-09-14
* Prune some includesCraig Topper2012-03-27
* Reorder includes in Target backends to following coding standards. Remove som...Craig Topper2012-03-17
* Convert assert(0) to llvm_unreachable in X86 Target directory.Craig Topper2012-02-05
* Tidy up. MCAsmBackend naming conventions.Jim Grosbach2012-01-18
* Section relative fixups are a coff concept, not a x86 one. Replace theRafael Espindola2011-12-24
* Move x86 specific bits of the COFF writer to lib/Target/X86.Rafael Espindola2011-12-24
* Move the X86 specific bits of the ELF writer to the Target/X86 directory.Rafael Espindola2011-12-21
* Reduce the exposure of Triple::OSType in the ELF object writer. This willRafael Espindola2011-12-21
* Add back the MC bits of 126425. Original patch by Nathan Jeffords. I added theRafael Espindola2011-12-17
* Move target-specific logic out of generic MCAssembler.Jim Grosbach2011-12-06
* Simplify assertion, and avoid undefined shift. Based on patch by Ahmed Charles.Eli Friedman2011-10-13
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-24
* Silence unused variable warnings in release builds.Chandler Carruth2011-08-05
* Fix http://llvm.org/bugs/show_bug.cgi?id=10583\n - test for 1 and 2 byte fixu...Jason W Kim2011-08-05
* Fix http://llvm.org/bugs/show_bug.cgi?id=10568Jason W Kim2011-08-04
* Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...Evan Cheng2011-07-25
* More refactoring.Evan Cheng2011-07-25