[PowerPC] Don't crash on PPC32 i64 fp_to_uint on modern cores
[oota-llvm.git] / lib / Target / X86 / MCTargetDesc /
2015-04-09 Rafael Espindolaclang-format bits of code to make a followup patch...
2015-04-09 Rafael EspindolaDon't repeat name in comment. NFC.
2015-03-31 Eric ChristopherReplace the MCSubtargetInfo parameter with a Triple...
2015-03-30 Eric ChristopherRemove unused MCSubtargetInfo argument from the X86...
2015-03-30 Eric ChristopherRemove unused Target argument from MCInstPrinter ctor...
2015-03-27 Yaron KerenRemove superfluous .str() and replace std::string conca...
2015-03-25 Craig Topper[X86] Remove GetCpuIDAndInfo, GetCpuIDAndInfoEx and...
2015-03-24 Michael KupersteinRevert "Use std::bitset for SubtargetFeatures"
2015-03-24 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-03-23 David BlaikieRefactor: Simplify boolean expressions in x86 target
2015-03-22 David MajnemerSilence a GCC warning
2015-03-22 Simon PilgrimFixed MSVC compile warning issue introduced in r232837
2015-03-20 Benjamin KramerX86: Make helper functions static. NFC.
2015-03-20 Rafael EspindolaReorganize the x86 ELF relocation selection logic.
2015-03-20 Rafael EspindolaReduce indentation after return. NFC.
2015-03-20 Rafael EspindolaUse early returns. NFC.
2015-03-20 Rafael EspindolaFold a llvm_unreachable into an assert. NFC.
2015-03-20 Rafael Espindolaclang-format a function. NFC.
2015-03-19 Rafael EspindolaSplit the object streamer callback in one per file...
2015-03-18 Rafael Espindolatwo or more, use a for.
2015-03-18 Rafael EspindolaHandle X86::reloc_riprel_4byte in 32 bits mode.
2015-03-16 Rafael EspindolaPass in a "const Triple &T" instead of a raw StringRef.
2015-03-16 Rafael EspindolaRemove unused argument. NFC.
2015-03-16 David BlaikieFix uses of reserved identifiers starting with an under...
2015-03-10 Eric ChristopherRemove the use of the subtarget in MCCodeEmitter creati...
2015-03-04 Davide Italiano[MC][Target] Implement support for R_X86_64_SIZE{32...
2015-02-19 Michael KupersteinReverting r229831 due to multiple ARM/PPC/MIPS build...
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
next