summaryrefslogtreecommitdiff
path: root/lib/Target/X86/MCTargetDesc
Commit message (Expand)AuthorAge
* Revert "Introduce a string_ostream string builder facilty"Alp Toker2014-06-26
* Introduce a string_ostream string builder faciltyAlp Toker2014-06-26
* Re-apply r211399, "Generate native unwind info on Win64" with a fix to ignore...NAKAMURA Takumi2014-06-25
* Revert r211399, "Generate native unwind info on Win64"NAKAMURA Takumi2014-06-22
* Delete dead code.Rafael Espindola2014-06-20
* Don't produce eh_frame relocations when targeting the IOS simulator.Rafael Espindola2014-06-20
* Generate native unwind info on Win64Reid Kleckner2014-06-20
* Move X86RegisterInfo away from using the TargetMachine and onlyEric Christopher2014-06-10
* Remove an always true argument.Rafael Espindola2014-05-12
* AVX-512: changes in intrinsicsElena Demikhovsky2014-05-12
* Fix pr19645.Rafael Espindola2014-05-03
* MC: create X86WinCOFFStreamer for target specific behaviourSaleem Abdulrasool2014-04-27
* X86: convert object streamer selection to a switchSaleem Abdulrasool2014-04-25
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-25
* Spread some const around for non-mutating uses of MCSymbolData.David Blaikie2014-04-24
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* [cleanup] Lift using directives, DEBUG_TYPE definitions, and even someChandler Carruth2014-04-22
* Handle _GLOBAL_OFFSET_TABLE_ in 64 bit mode.Rafael Espindola2014-04-21
* clang-format this function.Rafael Espindola2014-04-21
* X86: Nuke one more CPU autodetect blurb.Jim Grosbach2014-04-14
* LLVMBuild.txt: Add missing dependencies.NAKAMURA Takumi2014-04-10
* X86MCAsmInfoGNUCOFF: Set PointerSize as 8 for targeting x64. It caused DW_LNE...NAKAMURA Takumi2014-04-08
* X86: Split the relocation selection upDavid Majnemer2014-04-08
* Correct OS conditionals following r204977 and r204978.Yaron Keren2014-03-31
* Completely rewrite ELFObjectWriter::RecordRelocation.Rafael Espindola2014-03-29
* Remove another unused argument.Rafael Espindola2014-03-27
* Remove unused argument.Rafael Espindola2014-03-27
* Look through variables when computing relocations.Rafael Espindola2014-03-20
* Prune includes in X86 target.Craig Topper2014-03-19
* Simplify a really complicated check for Arch == X86_64.Rafael Espindola2014-03-11
* [C++11] Remove 'virtual' keyword from methods marked with 'override' keyword.Craig Topper2014-03-10
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-09
* MC: Remove superfluous section attribute flag definitionsDavid Majnemer2014-03-07
* Support: split object format out of environmentSaleem Abdulrasool2014-03-06
* AVX-512: fixed comressed displacement - by Robert KhazanovElena Demikhovsky2014-03-06
* X86: 80-columnSaleem Abdulrasool2014-03-04
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-02
* Remove special FP opcode maps and instead add enough MRM_XX formats to handle...Craig Topper2014-02-19
* Reduce size of map field in X86 TSFlags since it now requires less bits.Craig Topper2014-02-19
* Put some of the X86 formats in a more logical order.Craig Topper2014-02-19
* Remove A6/A7 opcode maps. They can all be handled with a TB map, opcode of 0x...Craig Topper2014-02-19
* Add an x86 prefix encoding for instructions that would decode to a different ...Craig Topper2014-02-18
* Re-commit: Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove ...Daniel Sanders2014-02-13
* Revert r201237+r201238: Demote EmitRawText call in AsmPrinter::EmitInlineAsm(...Daniel Sanders2014-02-12
* Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove hasRawTextS...Daniel Sanders2014-02-12
* Recommit r201059 and r201060 with hopefully a fix for its original failure.Craig Topper2014-02-10
* Revert r201059 and r201060.Bob Wilson2014-02-10
* Add MRMXr/MRMXm form to X86 for use by instructions which treat the 'reg' fie...Craig Topper2014-02-10
* don't set HasReliableSymbolDifference for ELF.Rafael Espindola2014-02-06
* doesSectionRequireSymbols is meaningless on ELF, remove.Rafael Espindola2014-02-06