[Orc] Add header comment to IndirectionUtils.cpp.
[oota-llvm.git] / lib / MC /
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).
2014-11-27 Rafael EspindolaRevert "Reapply 222538 and update tests to explicitly...
2014-11-25 Joerg SonnenbergerReapply 222538 and update tests to explicitly request...
2014-11-22 Simon PilgrimTidied up target triple OS detection. NFC
2014-11-21 Duncan P. N. Exon... Revert "Allow FDE references outside the +/-2GB range...
2014-11-21 Joerg SonnenbergerAllow FDE references outside the +/-2GB range supported...
2014-11-19 David BlaikieRemove StringMap::GetOrCreateValue in favor of StringMa...
2014-11-14 Frederic RissCOFF: Add support for Dwarf accelerator tables.
2014-11-13 Rafael EspindolaFix a regression on the disassembling C API.
2014-11-12 Justin HibbitsAdd support for small-model PIC for PowerPC.
2014-11-12 Rafael EspindolaRemove the now unused StringRefMemoryObject.h.
2014-11-12 Rafael EspindolaPass an ArrayRef to MCDisassembler::getInstruction.
2014-11-11 David MajnemerMC, COFF: Use relocations for function references insid...
2014-11-11 Rafael EspindolaAdd const. NFC.
2014-11-11 Nico Weberspeling.
2014-11-07 Rafael EspindolaUse a StringRefMemoryObject. NFC.
2014-11-05 Petar Jovanovic[mips64] Fix MIPS64 exception personality encoding
2014-11-04 Rafael EspindolaDon't produce relocations for a difference in a section...
2014-11-03 Oliver StannardRevert r221150, as it broke sanitizer tests
2014-11-03 Oliver StannardEmit .eh_frame with relocations to functions, rather...
2014-10-22 David MajnemerAttempt to fix the build after r220439
2014-10-22 Derek Schuff[MC] Attach labels to existing fragments instead of...
2014-10-21 Rafael EspindolaDrop support for an old version of ld64 (from darwin 9).
2014-10-21 Rafael EspindolaFix a bit of confusion about .set and produce more...
2014-10-17 Rafael EspindolaAdd back commits r219835 and a fixed version of r219829.
2014-10-17 Rafael EspindolaRevert commit r219835 and r219829.
2014-10-15 Rafael EspindolaAllow forward references to section symbols.
2014-10-15 Rafael EspindolaCorrectly handle references to section symbols.
2014-10-15 Derek Schuff[MC] Make bundle alignment mode setting idempotent...
2014-10-15 Rafael EspindolaSimplify handling of --noexecstack by using getNonexecu...
2014-10-15 Rafael EspindolaMove getNonexecutableStackSection up to the base ELF...
2014-10-14 Rafael EspindolaRemove method that is identical to the base class one.
2014-10-11 Benjamin KramerMC: Shrink MCSymbolRefExpr by only storing the bits...
2014-10-11 Benjamin KramerMC: Bit pack MCSymbolData.
2014-10-09 Sanjay Pateldelete function name from comment
next