[CodeGenPrepare] Remove broken, dead, code.
[oota-llvm.git] / lib / MC /
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.
2015-02-13 Chandler CarruthRevert a series of commits starting at r228886 which...
2015-02-12 Rafael EspindolaAdd support for having multiple sections with the same...
2015-02-12 Rafael EspindolaLearn that __DATA,__objc_classrefs is not atomized...
2015-02-11 Rafael EspindolaInvert the section relocation map.
2015-02-11 Rafael EspindolaUse the existing SymbolTableIndex instead of doing...
2015-02-11 Rafael EspindolaCreate the Seciton -> Rel Section map when it is first...
2015-02-11 Rafael EspindolaRemove unused argument. NFC.
2015-02-11 David MajnemerUnbreak buildbots
2015-02-11 Rafael EspindolaDon't recompute the entire section map just to add...
2015-02-11 David MajnemerMC, COFF: Align section contents to a four byte boundary
2015-02-11 Rafael EspindolaRemove unused argument. NFC.
2015-02-11 Zachary TurnerUse ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.
2015-02-09 David MajnemerMC: Calculate intra-section symbol differences correctl...
2015-02-07 David MajnemerMC: Emit COFF section flags in the "proper" order
2015-02-05 Reid KlecknerTry to fix the build in MCValue.cpp
2015-02-05 Sean SilvaFixup.
2015-02-05 Sean Silva[MC] Remove various unused MCAsmInfo parameters.
2015-01-29 Rafael EspindolaCompute the ELF SectionKind from the flags.
2015-01-26 Eric ChristopherStore the passed in CPU name string so that it can...
2015-01-23 Rafael EspindolaAdd STB_GNU_UNIQUE to the ELF writer.
2015-01-22 Rafael Espindola[pr21886] Change MCJIT/ELF to support MSVC C++ mangled...
2015-01-22 Saleem AbdulrasoolARM: fail less catastrophically on invalid Windows...
2015-01-19 Rafael EspindolaAdd r224985 back with fixes.
2015-01-19 Rafael EspindolaProduce errors when an assignment expression would...
2015-01-18 David Blaikieunique_ptrify the RelInfo parameter to TargetRegistry...
2015-01-15 Alexander KornienkoReplace size method call of containers to empty method...
2015-01-14 Rafael EspindolaRevert "Add r224985 back with two fixes."
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2015-01-14 Eric ChristopherMigrate ABIName to MCTargetOptions so that it can be...
2015-01-13 Reid KlecknerAdd the llvm.frameallocate and llvm.recoverframeallocat...
2015-01-13 Eric ChristopherGrammar and spelling.
2015-01-12 Rafael EspindolaAdd r224985 back with two fixes.
2015-01-11 Saleem AbdulrasoolARM: add support for segment base relocations (SBREL)
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 David BlaikieDebugInfo: Omit is_stmt from line table entries on...
2014-12-30 Rafael EspindolaRemove doesSectionRequireSymbols.
2014-12-29 Rafael EspindolaRefactor duplicated code.
2014-12-24 David MajnemerMC: Label definitions are permitted after .set directives
2014-12-24 Saleem AbdulrasoolIAS: correct debug line info for asm macros
2014-12-24 David MajnemerMC: Don't emit .no_dead_strip on targets which don...
2014-12-22 Reid KlecknerFix Windows unwind info for functions in sections other...
2014-12-22 Juergen RibutzkaRemove unused header. NFC.
2014-12-18 Roman DivackyInstead of explicitely comparing both lowercase and...
2014-12-18 Justin HibbitsAdd a corresponding '@LOCAL' parse to match r224415.
2014-12-18 Kevin EnderbyAdd printing the LC_LINKER_OPTION load command with...
2014-12-17 Justin HibbitsAdd parsing of 'foo@local".
2014-12-15 Aaron BallmanChanging a cast from unsigned to uint64_t, should be...
2014-12-13 Aaron BallmanSilencing a -Wsign-compare warning; NFC.
2014-12-12 Michael IlsemanClean up static analyzer warnings.
2014-12-04 Yaron Kerenclang-formatted ranged loops and assignment, NFC.
2014-12-04 Matt ArsenaultAllow target to specify prefix for labels
2014-12-01 Jingyue Wu[NVPTX] Do not emit .weak symbols for NVPTX
2014-11-27 Rafael EspindolaCommit back the correct bits of r222760 (was r222538).
next