summaryrefslogtreecommitdiff
path: root/lib/Target/X86/MCTargetDesc
Commit message (Expand)AuthorAge
* [x86] Support R_386_PC8, R_386_PC16 and R_X86_64_PC8David Woodhouse2014-01-08
* [x86] Do not relax PUSHi16 to PUSHi32 (PR18414)David Woodhouse2014-01-08
* [x86] Fix MOV8ao8 et al for 16-bit mode, fix up disassembler to understandDavid Woodhouse2014-01-08
* [x86] Use 16-bit addressing where possible in 16-bit modeDavid Woodhouse2014-01-08
* [x86] Fix JCXZ,JECXZ_32 for 16-bit modeDavid Woodhouse2014-01-08
* [patch] Adjust behavior of FDE cross-section relocs for targets that don't su...Iain Sandoe2014-01-08
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* ARM MachO: sort out isTargetDarwin/isTargetIOS/... checks.Tim Northover2014-01-06
* Remove SegOvrBits from X86 TSFlags since they weren't being used.Craig Topper2014-01-06
* Remove argument to fix build bot failure.Craig Topper2014-01-06
* Add OpSize16 bit, for instructions which need 0x66 prefix in 16-bit modeCraig Topper2014-01-06
* [x86] Add basic support for .code16Craig Topper2014-01-06
* Fix ModR/M byte output for 16-bit addressing modes (PR18220)Craig Topper2014-01-05
* Make the llvm mangler depend only on DataLayout.Rafael Espindola2014-01-03
* AVX-512: Added intrinsics for vcvt, vcvtt, vrndscale, vcmpElena Demikhovsky2014-01-01
* Remove MRMInitReg form now that it's last use is gone.Craig Topper2013-12-31
* Merge case statements to remove redundant code.Craig Topper2013-12-30
* [COFF] Add support for the .secidx directiveTimur Iskhodzhanov2013-12-20
* on darwin<10, fallback to .weak_definition (PPC,X86)David Fang2013-12-10
* Make Triple's isOSBinFormatXXX functions partition triple-space.Tim Northover2013-12-10
* Don't add suffixes for stdcall/fastcall on 64 coff.Rafael Espindola2013-12-09
* Correct word hyphenationsAlp Toker2013-12-05
* Fix a bug in darwin's 32-bit X86 handling of evaluating fixups. Kevin Enderby2013-12-04
* Refactor the setting of PrivateGlobalPrefix.Rafael Espindola2013-12-02
* [CMake] Let add_public_tablegen_target responsible to provide dependency to C...NAKAMURA Takumi2013-11-28
* The global prefix is always one char. Don't use a string for it.Rafael Espindola2013-11-28
* [CMake] Prune include_directories() in llvm/lib/Target, take #2.NAKAMURA Takumi2013-11-28
* 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
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-19
* Revert r194865 and r194874.Alexey Samsonov2013-11-18
* X86: Encode the 'h' cpu subtype in the MachO header for x86.Jim Grosbach2013-11-16
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-15
* X86: Assembly files with .cfi_cfa_def shouldn't hit llvm_unreachable()Jim Grosbach2013-11-08
* This commit adds some (but not all) of the x86-64 relocations that are notTom Roeder2013-10-30
* MC asm parser: allow ?'s in symbol names, and handle @'s in names in MS asmHans Wennborg2013-10-18
* Add a MCAsmInfoELF class and factor some code into it.Rafael Espindola2013-10-16
* Move .ident handling to MCStreamer.Rafael Espindola2013-10-16
* Add a MCTargetStreamer interface.Rafael Espindola2013-10-08
* Change type of XOP flag in code emitters to a bool. Remove a some unneeded ca...Craig Topper2013-09-29
* Add comments for XOPA map introduced with TBM instructions.aCraig Topper2013-09-29
* Adding intrinsics to the llvm backend for TBM instruction set.Yunzhong Gao2013-09-27
* MC: Remove vestigial PCSymbol field from AsmInfoDavid Majnemer2013-09-25
* X86: Use R_X86_64_TPOFF64 for FK_Data_8David Majnemer2013-09-22
* 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
* Fixed a crash in the integrated assembler for Mach-O when a symbol differenceKevin Enderby2013-09-05
* X86: Mark non-crashing report_fatal_errors() as such.Jim Grosbach2013-09-03
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-09-01