[X86] Fix incorrect/inefficient pushw encodings for x86-64 targets
[oota-llvm.git] / lib / Target / X86 / MCTargetDesc / X86AsmBackend.cpp
2015-07-05 Michael Kuperstein[X86] Fix incorrect/inefficient pushw encodings for...
2015-07-01 Michael Kuperstein[X86] Avoid over-relaxation of 8-bit immediates in...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-10 Daniel SandersReplace string GNU Triples with llvm::Triple in MCAsmBa...
2015-06-04 Jim GrosbachMC: Clean up naming in MCObjectWriter. NFC.
2015-05-15 Pete CooperRemove 3 includes from MCInstrDesc.h and explicitly...
2015-04-14 Rafael EspindolaUse raw_pwrite_stream in the object writer/streamer.
2015-03-16 David BlaikieFix uses of reserved identifiers starting with an under...
2015-01-19 Rafael EspindolaAdd r224985 back with fixes.
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.
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-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-09-12 Yaron KerenThe MCAssembler.h include isn't used.
2014-09-03 Alexander PotapenkoFollow-up for r217020: actually commit the fix for...
2014-08-29 Sanjay Pateltypo
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-26 Alp TokerRevert "Introduce a string_ostream string builder facilty"
2014-06-26 Alp TokerIntroduce a string_ostream string builder facilty
2014-06-20 Rafael EspindolaDelete dead code.
2014-04-21 Rafael EspindolaHandle _GLOBAL_OFFSET_TABLE_ in 64 bit mode.
2014-04-21 Rafael Espindolaclang-format this function.
2014-03-29 Rafael EspindolaCompletely rewrite ELFObjectWriter::RecordRelocation.
2014-03-11 Rafael EspindolaSimplify a really complicated check for Arch == X86_64.
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-02-06 Rafael Espindoladon't set HasReliableSymbolDifference for ELF.
2014-02-06 Rafael EspindoladoesSectionRequireSymbols is meaningless on ELF, remove.
2014-01-08 David Woodhouse[x86] Do not relax PUSHi16 to PUSHi32 (PR18414)
2014-01-06 Tim NorthoverARM MachO: sort out isTargetDarwin/isTargetIOS/......
2013-12-05 Alp TokerCorrect word hyphenations
2013-11-25 Rafael EspindolaDo the string comparison in the constructor instead...
2013-11-25 Rafael EspindolaDon't use nopl in cpus that don't support it.
2013-11-16 Jim GrosbachX86: Encode the 'h' cpu subtype in the MachO header...
2013-11-08 Jim GrosbachX86: Assembly files with .cfi_cfa_def shouldn't hit...
2013-09-11 Bill WendlingUse the appropriate return type for the compact unwind...
2013-09-11 Bill WendlingMove into an anonymous namespace and closer to where...
2013-09-09 Bill WendlingGenerate compact unwind encoding from CFI directives.
2013-09-01 Charles DavisMove everything depending on Object/MachOFormat.h over...
2013-08-27 Charles DavisRevert "Fix the build broken by r189315." and "Move...
2013-08-27 Charles DavisMove everything depending on Object/MachOFormat.h over...
2013-03-05 David SehrThe current X86 NOP padding uses one long NOP followed...
2013-01-08 Eli BenderskyRenamed MCInstFragment to MCRelaxableFragment and added...
2012-12-13 Eli BenderskyFix a bogus comment
2012-10-30 Michael LiaoEnable ELF machine type to be specified explicitly...
2012-10-13 Benjamin KramerX86: Disable long nops for all cpus prior to pentiumpro...
2012-10-02 Andrew KaylorSupport for generating ELF objects on Windows.
2012-09-18 Roman DivackyWhen creating MCAsmBackend pass the CPU string as well...
2012-09-14 Dmitri GribenkoFix Doxygen issues:
2012-03-27 Craig TopperPrune some includes
2012-03-17 Craig TopperReorder includes in Target backends to following coding...
2012-02-05 Craig TopperConvert assert(0) to llvm_unreachable in X86 Target...
2012-01-18 Jim GrosbachTidy up. MCAsmBackend naming conventions.
2011-12-24 Rafael EspindolaSection relative fixups are a coff concept, not a x86...
2011-12-24 Rafael EspindolaMove x86 specific bits of the COFF writer to lib/Target...
2011-12-21 Rafael EspindolaMove the X86 specific bits of the ELF writer to the...
2011-12-21 Rafael EspindolaReduce the exposure of Triple::OSType in the ELF object...
2011-12-17 Rafael EspindolaAdd back the MC bits of 126425. Original patch by Natha...
2011-12-06 Jim GrosbachMove target-specific logic out of generic MCAssembler.
2011-10-13 Eli FriedmanSimplify assertion, and avoid undefined shift. Based...
2011-08-24 Evan ChengMove TargetRegistry and TargetSelect from Target to...
2011-08-05 Chandler CarruthSilence unused variable warnings in release builds.
2011-08-05 Jason W KimFix llvm.org/bugs/show_bug.cgi?id=10583\n - test for...
2011-08-04 Jason W KimFix http://llvm.org/bugs/show_bug.cgi?id=10568
2011-07-25 Evan ChengRename TargetAsmBackend to MCAsmBackend; rename createA...
2011-07-25 Evan ChengMore refactoring.