Remove unnecessary caching of the TargetMachine on NVPTXFrameLowering.
[oota-llvm.git] / lib / MC /
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 Rafael EspindolaMerge the used symbol scanning of MCObjectStreamer...
2014-06-25 Rafael EspindolaMove expression visitation logic up to MCStreamer.
2014-06-25 Rafael EspindolaSimplify the visitation of target expressions. No funct...
2014-06-25 Rafael EspindolaSimplify AddValueSymbols. No functionality change.
2014-06-25 NAKAMURA TakumiRe-apply r211399, "Generate native unwind info on Win64...
2014-06-25 Rafael EspindolaFix another asserting method in the null streamer.
2014-06-25 Rafael EspindolaFix a regression from r211653.
2014-06-25 NAKAMURA TakumiMCNullStreamer.cpp: Roll back a few empty methods that...
2014-06-25 Rafael EspindolaMove some trivial methods up to MCStreamer.
2014-06-25 Rafael EspindolaSimplify the handling of .cfi_endproc.
2014-06-24 Rafael EspindolaSimplify EmitLabel.
2014-06-24 Rafael EspindolaPrint a=b as an assignment.
2014-06-23 Rafael EspindolaAllow using .cfi_startproc without a leading symbol.
2014-06-23 Rafael EspindolaStop producing func.eh symbols on Darwin.
2014-06-23 David MajnemerMC: Cleanup parseMSInlineAsm
2014-06-22 Saleem AbdulrasoolMC: adjust text section flags for WoA
2014-06-22 NAKAMURA TakumiRevert r211399, "Generate native unwind info on Win64"
2014-06-22 Weiming ZhaoReport error for non-zero data in .bss
2014-06-20 Rafael EspindolaAlways use a temp symbol for CIE.
2014-06-20 Rafael EspindolaUse compact unwind for the iOS simulator.
2014-06-20 Rafael EspindolaUse a helper function and clang-format.
2014-06-20 Reid KlecknerGenerate native unwind info on Win64
2014-06-19 Eric ChristopherFix up a few formatting issues.
2014-06-19 Alp TokerMCNullStreamer: assign file IDs to resolve crashes...
2014-06-19 Oliver StannardEmit DWARF info for all code section in an assembly...
2014-06-19 Oliver StannardEmit DWARF3 call frame information when DWARF3+ debug...
2014-06-19 Eric ChristopherMove -dwarf-version to an MC level command line option...
2014-06-19 Craig TopperConvert some assert(0) to llvm_unreachable or fold...
2014-06-19 David MajnemerMS asm: Properly handle quoted symbol names
2014-06-18 Saleem AbdulrasoolMC: do not add comment string to the AsmToken in AsmLex...
2014-06-18 Saleem AbdulrasoolMCAsmParser: full support for gas' '.if{cond} expressio...
2014-06-18 Weiming Zhao[ARM] [MC] Refactor the constant pool classes
2014-06-14 Artyom SkrobovUsing llvm::sys::swapByteOrder() for the common case...
2014-06-14 Artyom SkrobovRenaming SwapByteOrder() to getSwappedBytes()
2014-06-13 Rafael EspindolaRemove 'using std::errro_code' from lib.
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-06-11 Saleem AbdulrasoolMC: add enumeration of WinEH data encoding
2014-06-10 Reid KlecknerRevert "Patch by Ray Donnelly to print register names...
2014-06-09 Patrik HagglundFix gcc warning (enumeral and non-enumeral type in...
2014-06-08 David BlaikieAsmMatchers: Use unique_ptr to manage ownership of...
2014-06-08 Saleem AbdulrasoolMC: fix text section characteristics for WoA
2014-06-08 Saleem AbdulrasoolMC: make ELF .type handling more GNU AS compatible
2014-06-08 Saleem AbdulrasoolMC: fix ctor/dtor section for windows-itanium
2014-06-08 Saleem AbdulrasoolMC: whitespace, grouping for COFF section setup
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
next