aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/MCTargetDesc
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-188-43/+39
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-098-453/+245
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-2310-267/+143
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-0212-179/+182
* Update LLVM for rebase to r212749.Stephen Hines2014-07-215-37/+48
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-2916-83/+185
* Update to LLVM 3.5a.Stephen Hines2014-04-2413-491/+685
* am b7485134: am 449fc261: Merge "llvm: convert makefiles to support multilib ...Colin Cross2014-02-181-2/+0
|\
| * llvm: convert makefiles to support multilib buildColin Cross2014-02-061-2/+0
* | Merge remote-tracking branch 'upstream/release_34' into merge-20140211Stephen Hines2014-02-1112-134/+531
|\ \ | |/ |/|
| * Merging r195684:Bill Wendling2013-11-261-6/+9
| * Merging r195679:Bill Wendling2013-11-261-1/+5
| * [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-191-1/+1
| * Revert r194865 and r194874.Alexey Samsonov2013-11-181-1/+1
| * X86: Encode the 'h' cpu subtype in the MachO header for x86.Jim Grosbach2013-11-161-6/+14
| * [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-151-1/+1
| * X86: Assembly files with .cfi_cfa_def shouldn't hit llvm_unreachable()Jim Grosbach2013-11-081-1/+3
| * This commit adds some (but not all) of the x86-64 relocations that are notTom Roeder2013-10-301-0/+6
| * MC asm parser: allow ?'s in symbol names, and handle @'s in names in MS asmHans Wennborg2013-10-181-0/+2
| * Add a MCAsmInfoELF class and factor some code into it.Rafael Espindola2013-10-162-3/+2
| * Move .ident handling to MCStreamer.Rafael Espindola2013-10-161-0/+1
| * Add a MCTargetStreamer interface.Rafael Espindola2013-10-081-1/+1
| * Change type of XOP flag in code emitters to a bool. Remove a some unneeded ca...Craig Topper2013-09-291-7/+4
| * Add comments for XOPA map introduced with TBM instructions.aCraig Topper2013-09-291-1/+2
| * Adding intrinsics to the llvm backend for TBM instruction set.Yunzhong Gao2013-09-272-0/+6
| * MC: Remove vestigial PCSymbol field from AsmInfoDavid Majnemer2013-09-251-2/+0
| * X86: Use R_X86_64_TPOFF64 for FK_Data_8David Majnemer2013-09-221-0/+3
| * Use the appropriate return type for the compact unwind encoding.Bill Wendling2013-09-111-2/+2
| * Move into an anonymous namespace and closer to where it's used.Bill Wendling2013-09-111-26/+27
| * Generate compact unwind encoding from CFI directives.Bill Wendling2013-09-092-12/+359
| * Fixed a crash in the integrated assembler for Mach-O when a symbol differenceKevin Enderby2013-09-051-0/+4
| * X86: Mark non-crashing report_fatal_errors() as such.Jim Grosbach2013-09-031-13/+19
| * Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-09-013-84/+83
| * The darwin integrated assembler for X86 in 64-bit mode is not rejectingKevin Enderby2013-08-291-1/+6
| * Remove support for the .debug_inlined section. No known softwareEric Christopher2013-08-281-1/+0
| * Revert "Fix the build broken by r189315." and "Move everything depending on O...Charles Davis2013-08-273-82/+84
| * Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-08-273-84/+82
| * AVX-512: Added masked SHIFT commands, more encoding testsElena Demikhovsky2013-08-221-5/+6
| * Synchronize VEX JIT encoding code with the MCJIT version. Fix a bug in the MC...Craig Topper2013-08-211-1/+1
| * Fix a crash with X86 Mach-O and a subtraction expression where both symbols areKevin Enderby2013-08-121-0/+5
| * [Object] Split the ELF interface into 3 parts.Michael J. Spencer2013-08-081-1/+1
* | Merge commit '10251753b6897adcd22cc981c0cc42f348c109de' into merge-20130807Stephen Hines2013-08-073-60/+349
|\ \ | |/
| * EVEX and compressed displacement encoding for AVX512Elena Demikhovsky2013-08-011-47/+268
| * Added encoding prefixes for KNL instructions (EVEX).Elena Demikhovsky2013-07-281-11/+68
| * Integrate Assembler: Support X86_64_DTPOFF64 relocationsDavid Blaikie2013-06-281-1/+12
| * Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling2013-06-181-1/+1
* | Update LLVM for merge to r183849.Stephen Hines2013-06-131-0/+2
* | Merge commit '100fbdd06be7590b23c4707a98cd605bdb519498' into merge_20130612Stephen Hines2013-06-125-7/+286
|\ \ | |/
| * Handle relocations that don't point to symbols.Rafael Espindola2013-06-052-11/+10
| * Follow up of the introduction of MCSymbolizer.Quentin Colombet2013-05-241-4/+5