Use std::bitset for SubtargetFeatures
[oota-llvm.git] / lib / Target / X86 / MCTargetDesc /
2015-02-19 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-02-16 Aaron BallmanWe require MSVC 1800 as our minimum, so these checks...
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2015-02-15 Craig Topper[X86] Add the remaining 11 possible exact ModRM formats...
2015-01-23 Reid KlecknerClassify functions by EH personality type rather than...
2015-01-22 Saleem AbdulrasoolARM: fail less catastrophically on invalid Windows...
2015-01-19 Rafael EspindolaAdd r224985 back with fixes.
2015-01-15 Joerg SonnenbergerSupport @PLT loads on 32bit x86.
2015-01-14 Rafael EspindolaRevert "Add r224985 back with two fixes."
2015-01-12 Rafael EspindolaAdd r224985 back with two fixes.
2015-01-09 Lang HamesRecommit r224935 with a fix for the ObjC++/AArch64...
2015-01-06 Lang HamesRevert r224935 "Refactor duplicated code. No intended...
2015-01-06 Lang HamesRevert r225048: It broke ObjC on AArch64.
2015-01-06 Brad SmithRemove X86 .quad workaround for buggy GNU assembler...
2015-01-05 Craig Topper[X86] Simplify code a little by just summing flags...
2015-01-05 Craig Topper[X86] Remove unnecessary redeclaration of a variable...
2015-01-05 Craig Topper[X86] Remove a strange fixme referring to a hack that...
2014-12-31 Rafael EspindolaAdd r224985 back with a fix.
2014-12-31 Rafael EspindolaRevert "Remove doesSectionRequireSymbols."
2014-12-30 Rafael EspindolaRemove doesSectionRequireSymbols.
2014-12-29 Rafael EspindolaRefactor duplicated code.
2014-12-24 Craig Topper[X86] Remove the single AdSize indicator and replace...
2014-12-19 Reid KlecknerAdd the ExceptionHandling::MSVC enumeration
2014-12-15 JF Bastienx86: Emit LOCK prefix after DATA16
2014-12-08 Bruno Cardoso Lopes[CompactUnwind] Fix register encoding logic
2014-12-04 Michael Liao[X86] Clean up whitespace as well as minor coding style
2014-12-04 Matt ArsenaultAllow target to specify prefix for labels
2014-11-22 Simon PilgrimTidied up target triple OS detection. NFC
2014-11-17 Reid KlecknerRevert "ADT: correctly report isMSVCEnvironment for...
2014-11-17 Saleem AbdulrasoolADT: correctly report isMSVCEnvironment for windows...
2014-11-14 Reid KlecknerRename EH related stuff to be more precise
2014-11-11 Craig TopperUse uint64_t as the type for the X86 TSFlag format...
2014-11-06 David MajnemerX86, MC: Tidy up some whitespace in GetRelocType
2014-10-24 Kevin EnderbyFix a Mach-O assembler segfault for a subtraction expre...
2014-10-15 Rafael EspindolaSimplify handling of --noexecstack by using getNonexecu...
2014-10-15 Rafael EspindolaMove getNonexecutableStackSection up to the base ELF...
2014-10-11 Benjamin KramerMC: Bit pack MCSymbolData.
2014-09-12 Yaron KerenThe MCAssembler.h include isn't used.
2014-09-09 Pavel Chupin[x32] Emit callq for CALLpcrel32
2014-09-03 Alexander PotapenkoFollow-up for r217020: actually commit the fix for...
2014-09-01 Saleem AbdulrasoolCodeGen: indicate Windows unwind data format
2014-08-29 Sanjay Pateltypo
2014-08-15 Rafael EspindolaRemove HasLEB128.
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-08-07 Saleem AbdulrasoolMC: split Win64EHUnwindEmitter into a shared streamer
2014-08-03 Saleem AbdulrasoolMC: virtualise EmitWindowsUnwindTables
2014-07-31 Kevin EnderbyAdd support for the X86 secure guard extensions instruc...
2014-07-24 NAKAMURA TakumiUpdate library dependencies.
2014-07-23 Rafael EspindolaFinish inverting the MC -> Object dependency.
2014-07-22 Tim NorthoverX86: drop relocations on __eh_frame sections globally.
2014-07-17 Adam Nemet[X86] AVX512: Use the TD version of CD8_Scale in the...
2014-07-17 Adam Nemet[X86] AVX512: Move compressed displacement logic to TD
2014-07-17 Saleem AbdulrasoolMC: fix MCAsmInfo usage for windows-itanium
2014-07-14 Adam Nemet[X86] Specify all TSFlags bit-offsets symbolically
2014-07-13 Saleem AbdulrasoolMC: make DWARF and Windows unwinding handling more...
2014-07-11 Adam Nemet[X86] AVX512: Improve readability of isCDisp8
2014-07-11 Adam Nemet[X86] AVX512: Simplify logic in isCDisp8
2014-07-10 Zinovy Nis[x32] Add AsmBackend for X32 which uses ELF32 with...
2014-07-04 Alexey Volkov[X86] Limit maximum nop length on Silvermont
2014-06-29 Saleem AbdulrasoolCodeGen: rename Win64 ExceptionHandling to WinEH
2014-06-29 Saleem AbdulrasoolMC: rename EmitWin64EH routines
2014-06-26 Alp TokerRevert "Introduce a string_ostream string builder facilty"
2014-06-26 Alp TokerIntroduce a string_ostream string builder facilty
2014-06-25 NAKAMURA TakumiRe-apply r211399, "Generate native unwind info on Win64...
2014-06-22 NAKAMURA TakumiRevert r211399, "Generate native unwind info on Win64"
2014-06-20 Rafael EspindolaDelete dead code.
2014-06-20 Rafael EspindolaDon't produce eh_frame relocations when targeting the...
2014-06-20 Reid KlecknerGenerate native unwind info on Win64
2014-06-10 Eric ChristopherMove X86RegisterInfo away from using the TargetMachine...
2014-05-12 Rafael EspindolaRemove an always true argument.
2014-05-12 Elena DemikhovskyAVX-512: changes in intrinsics
2014-05-03 Rafael EspindolaFix pr19645.
2014-04-27 Saleem AbdulrasoolMC: create X86WinCOFFStreamer for target specific behaviour
2014-04-25 Saleem AbdulrasoolX86: convert object streamer selection to a switch
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-04-24 David BlaikieSpread some const around for non-mutating uses of MCSym...
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-04-22 Chandler Carruth[cleanup] Lift using directives, DEBUG_TYPE definitions...
2014-04-21 Rafael EspindolaHandle _GLOBAL_OFFSET_TABLE_ in 64 bit mode.
2014-04-21 Rafael Espindolaclang-format this function.
2014-04-14 Jim GrosbachX86: Nuke one more CPU autodetect blurb.
2014-04-10 NAKAMURA TakumiLLVMBuild.txt: Add missing dependencies.
2014-04-08 NAKAMURA TakumiX86MCAsmInfoGNUCOFF: Set PointerSize as 8 for targeting...
2014-04-08 David MajnemerX86: Split the relocation selection up
2014-03-31 Yaron KerenCorrect OS conditionals following r204977 and r204978.
2014-03-29 Rafael EspindolaCompletely rewrite ELFObjectWriter::RecordRelocation.
2014-03-27 Rafael EspindolaRemove another unused argument.
2014-03-27 Rafael EspindolaRemove unused argument.
2014-03-20 Rafael EspindolaLook through variables when computing relocations.
2014-03-19 Craig TopperPrune includes in X86 target.
2014-03-11 Rafael EspindolaSimplify a really complicated check for Arch == X86_64.
2014-03-10 Craig Topper[C++11] Remove 'virtual' keyword from methods marked...
2014-03-09 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-07 David MajnemerMC: Remove superfluous section attribute flag definitions
2014-03-06 Saleem AbdulrasoolSupport: split object format out of environment
2014-03-06 Elena DemikhovskyAVX-512: fixed comressed displacement - by Robert Khazanov
2014-03-04 Saleem AbdulrasoolX86: 80-column
2014-03-02 Craig TopperSwitch all uses of LLVM_OVERRIDE to just use 'override...
2014-02-19 Craig TopperRemove special FP opcode maps and instead add enough...
2014-02-19 Craig TopperReduce size of map field in X86 TSFlags since it now...
next