InstCombine: Canonicalize addrspacecast between different element types
[oota-llvm.git] / lib / MC /
2014-06-06 Saleem AbdulrasoolMC: prevent early DCE of empty sections
2014-06-06 Rafael EspindolaFix a few issues with comdat handling on COFF.
2014-06-06 Timur IskhodzhanovRevert r210298 'Correctly set the comdat symbol on...
2014-06-05 Rafael EspindolaCorrectly set the comdat symbol on COFF.
2014-05-30 Logan ChienFix MIPS exception personality encoding.
2014-05-30 Tim NorthoverMachO: support N_INDR aliases in assembly files.
2014-05-27 Zoran Jovanovic[mips][mips64r6] Add Relocations R_MIPS_PCHI16, R_MIPS_...
2014-05-24 Tim NorthoverAArch64/ARM64: move ARM64 into AArch64's place
2014-05-22 Saleem AbdulrasoolMC: initialise MCAsmParser variable
2014-05-22 Saleem AbdulrasoolMC: formalise some assertions into proper errors
2014-05-21 David BlaikieRevert "DebugInfo: Don't put fission type units in...
2014-05-21 Saleem AbdulrasoolMC: introduce ability to restrict recorded relocations
2014-05-21 Saleem AbdulrasoolMC: loosen an overzealous assertion
2014-05-21 Saleem AbdulrasoolMC: mark COFF .drectve section as REMOVE
2014-05-20 Eric ChristopherMove the verbose asm option to be part of the options...
2014-05-16 Yaron KerenFix hardcoded slash to native path seperator which...
2014-05-16 NAKAMURA TakumiMC: Add DwarfTypesDWOSection also to MCCOFF.
2014-05-15 Eric ChristopherMove more MC options into the MCTargetOptions structure.
2014-05-15 David BlaikieDebugInfo: Don't put fission type units in comdat sections.
2014-05-15 Alp TokerFix typos
2014-05-15 Eric ChristopherMove the TargetMachine MC options to MCTargetOptions...
2014-05-13 Eric ChristopherMake the split function use StringRef::split.
2014-05-13 Joerg SonnenbergerCheck explicitly for EHABI and just use the default...
2014-05-12 Rafael EspindolaMove EmitDwarfAdvanceLineAddr and EmitDwarfAdvanceFrame...
2014-05-12 Rafael EspindolaPass a MCObjectStreamer instead of a MCStreamer when...
2014-05-12 Rafael EspindolaPass a MCObjectStreamer instead of a MCStreamer when...
2014-05-12 Rafael EspindolaMove EH/Debug frame handling to the object streamer.
2014-05-12 Rafael EspindolaRemove always true argument and unused field.
2014-05-12 Rafael EspindolaRemove always true argument and field.
2014-05-12 Rafael EspindolaRemove always true argument.
2014-05-12 Rafael EspindolaRemove an always true argument.
2014-05-12 Rafael EspindolaRemove write only field.
2014-05-12 Rafael EspindolaRemove now empty method.
2014-05-12 Rafael EspindolaRemove the always true UseCFI member.
2014-05-12 Rafael EspindolaRemove the useCFI constructor argument to MCAsmStreamer.
2014-05-07 Rafael EspindolaRemove the UseCFI option from createAsmStreamer.
2014-05-07 Joerg SonnenbergerAllow using normal .eh_frame based unwinding on ARM...
2014-05-06 Eric ChristopherUse a range based for loop for the SubtargetFeatures...
2014-05-06 Eric ChristopherFix odd formatting that snuck into last patch.
2014-05-06 Eric ChristopherArrayRef-ize the Feature and Processor tables for Subta...
2014-05-06 Eric ChristopherHave the SubtargetFeature help routine just not return...
2014-05-06 Eric ChristopherRevert "Walk back commits for unused function parameter...
2014-05-05 Eric ChristopherWalk back commits for unused function parameters -...
2014-05-05 Eric ChristopherRemove a now unnecessary function since all calls have...
2014-05-05 Eric ChristopherRemove a call to std::exit in a library. Make "Help...
2014-05-05 Eric ChristopherRemove unused argument from AddFeature.
2014-05-03 Rafael EspindolaFix pr19645.
2014-05-02 Saleem AbdulrasoolMC: place .file records into the correct section
2014-05-01 David BlaikieFix uninitialized variable introduced in r207739.
2014-05-01 Rafael EspindolaDon't propagate StorageClass and ComplexType to aliases.
2014-05-01 Rafael EspindolaCompute the correct section for zed = foo + 1 in COFF.
2014-05-01 Rafael EspindolaMove getBaseSymbol somewhere the COFF writer can use.
2014-05-01 Rafael EspindolaMake getBaseSymbol non recursive.
2014-05-01 Oliver StannardRecord the DWARF version in MCContext
2014-05-01 Rafael EspindolaStart fixing pr19147.
2014-04-30 Joerg SonnenbergerAdd missing breaks.
2014-04-30 Joerg SonnenbergerSwitch over getArch()'s result.
2014-04-30 Rafael EspindolaProvide a version of getSymbolOffset that returns false...
2014-04-30 Rafael EspindolaSimplify ELFObjectWriter::SymbolValue.
2014-04-30 Hans WennborgELFObjectWriter: deduplicate suffices in strtab
2014-04-30 Rafael EspindolaGrammar fix.
2014-04-30 James Molloy[ARM64] Ensure arm64_be is dealt with when emitting...
2014-04-30 Rafael EspindolaSimplify getSymbolOffset.
2014-04-29 Benjamin KramerAnother missing include for MSVC.
2014-04-29 Benjamin Kramerraw_ostream: Forward declare OpenFlags and include...
2014-04-29 Joerg SonnenbergerParse and create GOT_PREL relocations.
2014-04-29 Rafael EspindolaCentralize the handling of the thumb bit.
2014-04-28 Rafael EspindolaAdd an option for evaluating past symbols.
2014-04-28 Rafael EspindolaSimplify ELFObjectWriter::ExecutePostLayoutBinding.
2014-04-28 Rafael EspindolaSimplify isLocal().
2014-04-28 Rafael EspindolaDon't include an invalid symbol in the symbol table.
2014-04-28 Rafael EspindolaProduce an error instead of a crash in an expr we canno...
2014-04-28 Saleem AbdulrasoolMC: range-loopify
2014-04-27 Rafael EspindolaMake getOrCreateSymbolData non virtual.
2014-04-27 Rafael EspindolaAvoid using MCSymbolData on the asm streamer.
2014-04-27 Saleem AbdulrasoolMC: restore behaviour of defaulting to ELF
2014-04-27 Saleem AbdulrasoolAdd WoA object file emission support
2014-04-27 Saleem AbdulrasoolMC: create X86WinCOFFStreamer for target specific behaviour
2014-04-27 Saleem AbdulrasoolMC: rename WinCOFFStreamer and move declaration out...
2014-04-27 Saleem AbdulrasoolMC: style tweaks to WinCOFFStreamer
2014-04-25 David BlaikieFix quadratic performance during debug compression...
2014-04-24 David BlaikieSpread some const around for non-mutating uses of MCSym...
2014-04-24 David BlaikieFix memory leak of MCSymbolData in MCAsmStreamer.
2014-04-24 Craig Topper[C++] Use 'nullptr'.
2014-04-23 Saleem AbdulrasoolMC: honour IMAGE_SCN_CNT_INITIALIZED_DATA
2014-04-23 Rafael EspindolaCentralize handling of ELF_Other_ThumbFunc.
2014-04-23 Evgeniy StepanovCreate MCTargetOptions.
2014-04-23 Stepan DyatkovskiyIntegrated assbemler, macros: added 'vararg' argument...
2014-04-22 Kevin EnderbyChange the prototype for MCContext::FatalError() so...
2014-04-22 Rafael EspindolaFollow aliases when determining if a symbol is thumb.
2014-04-22 Kevin EnderbyFix the assembler to print a better relocatable express...
2014-04-22 NAKAMURA TakumiRemove DOS CRLF.
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-04-21 Chandler Carruth[Modules] Make Support/Debug.h modular. This requires...
2014-04-19 Yaron KerenPatch by Ray Donnelly to print register names instead...
2014-04-19 David BlaikieAdd parens to appease GCC warning.
2014-04-18 David BlaikieCompress debug sections only when beneficial.
2014-04-18 David BlaikieUpdate the fragments of symbols in compressed sections.
2014-04-18 David BlaikieAdd range access to MCAssembler's symbol collection.
2014-04-18 Chandler CarruthRevert r206565 (and r206566 which updated tests).
next