[MBP] Spell the conditions the same way through out this if statement.
[oota-llvm.git] / lib / MC /
2015-04-15 Rafael EspindolaWrite section and section table entries in the same...
2015-04-15 Richard TrieuChange range-based for-loops to be -Wrange-loop-analysi...
2015-04-14 Rafael EspindolaUse the ability to pwrite to simplify the ELF writer.
2015-04-14 Rafael EspindolaUse raw_pwrite_stream in the object writer/streamer.
2015-04-14 Petar JovanovicRe-enable target-specific relocation table sorting...
2015-04-12 Petr Hosek[MC] Write padding into fragments when -mc-relax-all...
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-04-09 Rafael EspindolaSimplify use of formatted_raw_ostream.
2015-04-09 Rafael EspindolaDefine a function with "... llvm::func...".
2015-04-09 Rafael EspindolaNothing inherits from the asm streamer.
2015-04-08 Rafael EspindolaRemove unused variable.
2015-04-08 Rafael EspindolaWrite the section header in the end.
2015-04-08 NAKAMURA TakumiELFObjectWriter.cpp: Prune obsolete \param since r23434...
2015-04-07 Rafael EspindolaDelete commented code. Don't repeat name in comment.
2015-04-07 Rafael EspindolaDon't subtract the header size just to add it back.
2015-04-07 Rafael EspindolaRemove dead code. NFC.
2015-04-07 Rafael EspindolaRemove intermediate variables.
2015-04-07 Rafael EspindolaRemove unused argument.
2015-04-06 Rafael EspindolaUse a comma after the unique keyword.
2015-04-06 Rafael EspindolaRemove unnecessary uses of AliasedSymbol.
2015-04-06 Rafael EspindolaBe consistent when deciding if a relocation is needed.
2015-04-06 Rafael EspindolaStore the sh_link of ARM_EXIDX directly in MCSectionELF.
2015-04-06 Rafael EspindolaSimplify this function a bit. NFC.
2015-04-06 Rafael EspindolaSimplify mapping from relocation sections to relocated...
2015-04-04 Rafael EspindolaDon't mix overload and default values.
2015-04-04 Rafael EspindolaImplement unique sections with an unique ID.
2015-04-03 Peter CollingbourneMC: For variable symbols, maintain MCSymbol::Section...
2015-04-02 Peter CollingbourneRevert r233595, "MC: For variable symbols, maintain...
2015-04-02 Craig TopperDon't print an error message when looking up the schedu...
2015-03-31 David Majnemer[WinEH] Generate .xdata for catch handlers
2015-03-31 Craig TopperMake llc use getHostCPUFeatures when 'native' is specif...
2015-03-31 Eric ChristopherReplace the MCSubtargetInfo parameter with a Triple...
2015-03-30 Eric ChristopherRename const char *Triple argument to TT to avoid shado...
2015-03-30 Peter CollingbourneMC: For variable symbols, maintain MCSymbol::Section...
2015-03-30 Yaron KerenRemove more superfluous .str() and replace std::string...
2015-03-30 Rafael EspindolaSave a std::string.
2015-03-30 Rafael EspindolaSpecial case the creation of relocation sections.
2015-03-28 Craig TopperConvert feature strings to lowercase even if they have...
2015-03-28 Craig TopperUpdate comment to match code behavior.
2015-03-27 Rafael EspindolaAdd two small structs for readability in place of std...
2015-03-27 Akira Hatanaka[MCInstPrinter] Enable MCInstPrinter to change its...
2015-03-27 Rafael EspindolaClose unique sections when switching away from them.
2015-03-26 Rafael EspindolaFix PR23025.
2015-03-25 Rafael Espindolaclang-format bits of code to make another patch readable.
2015-03-25 Rafael EspindolaFix fixup evaluation when deciding what to relocate...
2015-03-25 Rafael EspindolaFix warning on non-assert build.
2015-03-25 Rafael EspindolaProduce an error instead of asserting on invalid .sleb1...
2015-03-24 Rafael EspindolaDon't be over eager in evaluating a subtraction with...
2015-03-24 Rafael EspindolaReset the CFA offset at the start of every FDE.
2015-03-24 Michael KupersteinRevert "Use std::bitset for SubtargetFeatures"
2015-03-24 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-03-23 Rafael EspindolaRefactor how passes get a symbol at the end of a section.
2015-03-23 Rafael EspindolaUpdate variable name and reuse existing variable. NFC.
2015-03-23 Benjamin KramerRe-sort includes with sort-includes.py and insert raw_o...
2015-03-23 Yaron KerenAdd missing ELFObjectWriter::reset() override, like...
2015-03-20 Rafael EspindolaDon't declare all text sections at the start of the .s
2015-03-19 Rafael EspindolaSplit the object streamer callback in one per file...
2015-03-18 Rafael EspindolaAdd a default implementation of createObjectStreamer.
2015-03-18 Sid ManningAdd support for .ifnes psuedo-op.
2015-03-18 Yaron KerenRemove many superfluous SmallString::str() calls.
2015-03-17 Rafael EspindolaCentralize the handling of unique ids for temporary...
2015-03-17 Yaron KerenRemove LookupSymbol(StringRef) and optimize LookupSymbo...
2015-03-17 Yaron KerenTeach Twine to support SmallString.
2015-03-16 David BlaikieFix uses of reserved identifiers starting with an under...
2015-03-16 Gabor HorvathFix build failure on MSVC compilers.
2015-03-16 Gabor Horvath[llvm] Replacing asserts with static_asserts where...
2015-03-15 Frederic Riss[MCDwarf] Do not emit useless line table opcode.
2015-03-13 Daniel SandersRecommit r232027 with PR22883 fixed: Add infrastructure...
2015-03-12 Jingyue Wu[NVPTXAsmPrinter] do not print .align on function headers
2015-03-11 Rafael EspindolaDon't print labels that on ELF are never used.
2015-03-11 Rafael EspindolaPrint section start labels when first switching to...
2015-03-10 Rafael EspindolaAdd missing section symbol to COFF's .debug_types.dwo.
2015-03-10 Rafael EspindolaCreate symbols marking the start of a section earlier.
2015-03-10 Rafael EspindolaMove a non-trivial virtual function out of line.
2015-03-10 Rafael Espindolaclang-format code that is about to change.
2015-03-09 David BlaikieSimplify expressions involving boolean constants with...
2015-03-07 Benjamin KramerMake constant arrays that are passed to functions as...
2015-03-05 Rafael EspindolaUse the generic Lfunc_begin label on ppc.
2015-03-05 Reid KlecknerReplace llvm.frameallocate with llvm.frameescape
2015-03-04 Rafael EspindolaExpand variables when evaluating absolute expressions.
2015-03-04 Davide Italiano[MC][Target] Implement support for R_X86_64_SIZE{32...
2015-03-04 Pete CooperRemove MCStreamer include which isn't used here. NFC
2015-03-04 Pete CooperThis file should always have included MCAssembler and...
2015-03-04 Pete CooperRemove MCStreamer.h include from MCContext.h and explic...
2015-03-02 Paul RobinsonRemove useless .debug_macinfo section setup.
2015-03-01 Benjamin KramerMake some non-constant static variables non-static...
2015-02-27 Rafael EspindolaCentralize handling of the eh_begin and eh_end labels.
2015-02-26 Frederic Riss[MC] Use the non-EH register mapping in the debug_frame...
2015-02-25 NAKAMURA TakumiFix UTF8 chars to ASCII.
2015-02-22 David MajnemerCOFF: Add 'IMAGE_SCN_CNT_INITIALIZED_DATA' to all DWARF...
2015-02-22 David MajnemerCOFF: Consistently format the DWARF sections
2015-02-19 Benjamin KramerMC: Allow multiple comma-separated expressions on the...
2015-02-19 Michael KupersteinReverting r229831 due to multiple ARM/PPC/MIPS build...
2015-02-19 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-02-17 Rafael EspindolaAdd r228980 back.
2015-02-17 Rafael EspindolaAdd r228889 back.
2015-02-17 Rafael EspindolaAdd r228888 back.
2015-02-17 Rafael EspindolaAdd r228886 back now that r229530 fixed the issue lldb...
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2015-02-15 Benjamin KramerFormat: Modernize using variadic templates.
next