summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/MCTargetDesc
Commit message (Expand)AuthorAgeFilesLines
* Revert r224935 "Refactor duplicated code. No intended functionality change."Lang Hames2015-01-062-2/+21
* Revert r225048: It broke ObjC on AArch64.Lang Hames2015-01-062-46/+83
* Remove X86 .quad workaround for buggy GNU assembler on OpenBSD / Bitrig.Brad Smith2015-01-061-5/+0
* [X86] Simplify code a little by just summing flags instead of conditionally i...Craig Topper2015-01-051-18/+7
* [X86] Remove unnecessary redeclaration of a variable with the same assignment...Craig Topper2015-01-051-1/+0
* [X86] Remove a strange fixme referring to a hack that doesn't seem to exist s...Craig Topper2015-01-051-3/+0
* Add r224985 back with a fix.Rafael Espindola2014-12-312-83/+46
* Revert "Remove doesSectionRequireSymbols."Rafael Espindola2014-12-312-46/+83
* Remove doesSectionRequireSymbols.Rafael Espindola2014-12-302-83/+46
* Refactor duplicated code.Rafael Espindola2014-12-292-21/+2
* [X86] Remove the single AdSize indicator and replace it with separate AdSize1...Craig Topper2014-12-242-18/+19
* Add the ExceptionHandling::MSVC enumerationReid Kleckner2014-12-191-1/+3
* x86: Emit LOCK prefix after DATA16JF Bastien2014-12-151-4/+6
* [CompactUnwind] Fix register encoding logicBruno Cardoso Lopes2014-12-081-1/+1
* [X86] Clean up whitespace as well as minor coding styleMichael Liao2014-12-045-11/+9
* Allow target to specify prefix for labelsMatt Arsenault2014-12-041-0/+2
* Tidied up target triple OS detection. NFCSimon Pilgrim2014-11-221-2/+1
* Revert "ADT: correctly report isMSVCEnvironment for windows itanium"Reid Kleckner2014-11-171-1/+1
* ADT: correctly report isMSVCEnvironment for windows itaniumSaleem Abdulrasool2014-11-171-1/+1
* Rename EH related stuff to be more preciseReid Kleckner2014-11-141-2/+2
* Use uint64_t as the type for the X86 TSFlag format enum. Allows removal of th...Craig Topper2014-11-112-61/+62
* X86, MC: Tidy up some whitespace in GetRelocTypeDavid Majnemer2014-11-061-1/+1
* Fix a Mach-O assembler segfault for a subtraction expression with an undefine...Kevin Enderby2014-10-241-4/+7
* Simplify handling of --noexecstack by using getNonexecutableStackSection.Rafael Espindola2014-10-151-6/+3
* Move getNonexecutableStackSection up to the base ELF class.Rafael Espindola2014-10-152-8/+0
* MC: Bit pack MCSymbolData.Benjamin Kramer2014-10-111-1/+1
* The MCAssembler.h include isn't used.Yaron Keren2014-09-121-1/+0
* [x32] Emit callq for CALLpcrel32Pavel Chupin2014-09-091-1/+1
* Follow-up for r217020: actually commit the fix for PR20800,Alexander Potapenko2014-09-031-3/+22
* CodeGen: indicate Windows unwind data formatSaleem Abdulrasool2014-09-011-0/+2
* typoSanjay Patel2014-08-291-1/+1
* Remove HasLEB128.Rafael Espindola2014-08-151-3/+0
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-134-8/+8
* MC: split Win64EHUnwindEmitter into a shared streamerSaleem Abdulrasool2014-08-071-2/+4
* MC: virtualise EmitWindowsUnwindTablesSaleem Abdulrasool2014-08-031-0/+7
* Add support for the X86 secure guard extensions instructions in assembler (SGX).Kevin Enderby2014-07-312-39/+44
* Update library dependencies.NAKAMURA Takumi2014-07-241-1/+1
* Finish inverting the MC -> Object dependency.Rafael Espindola2014-07-231-1/+1
* X86: drop relocations on __eh_frame sections globally.Tim Northover2014-07-221-5/+4
* [X86] AVX512: Use the TD version of CD8_Scale in the assemblerAdam Nemet2014-07-172-48/+11
* [X86] AVX512: Move compressed displacement logic to TDAdam Nemet2014-07-171-0/+4
* MC: fix MCAsmInfo usage for windows-itaniumSaleem Abdulrasool2014-07-171-1/+2
* [X86] Specify all TSFlags bit-offsets symbolicallyAdam Nemet2014-07-141-3/+6
* MC: make DWARF and Windows unwinding handling more similarSaleem Abdulrasool2014-07-131-2/+2
* [X86] AVX512: Improve readability of isCDisp8Adam Nemet2014-07-111-3/+12
* [X86] AVX512: Simplify logic in isCDisp8Adam Nemet2014-07-111-6/+6
* [x32] Add AsmBackend for X32 which uses ELF32 with x86_64 (the author is Pave...Zinovy Nis2014-07-101-0/+14
* [X86] Limit maximum nop length on SilvermontAlexey Volkov2014-07-041-3/+4
* CodeGen: rename Win64 ExceptionHandling to WinEHSaleem Abdulrasool2014-06-291-2/+2
* MC: rename EmitWin64EH routinesSaleem Abdulrasool2014-06-291-3/+3
OpenPOWER on IntegriCloud