MC: Bit pack MCSymbolData.
[oota-llvm.git] / lib / MC / MCAssembler.cpp
2014-10-11 Benjamin KramerMC: Bit pack MCSymbolData.
2014-09-17 Yaron KerenAdd and update reset() and doInitialization() methods...
2014-08-15 Rafael EspindolaAdd a helper to MCExpr for when an expression is know...
2014-08-10 Joerg SonnenbergerIf available, pass down the Fixup object to EvaluateAsR...
2014-07-05 David MajnemerMC: make MCSymbolData::dump work on const objects
2014-07-01 Rafael EspindolaAvoid revocations when possible.
2014-06-22 Weiming ZhaoReport error for non-zero data in .bss
2014-05-01 Rafael EspindolaMove getBaseSymbol somewhere the COFF writer can use.
2014-04-30 Rafael EspindolaProvide a version of getSymbolOffset that returns false...
2014-04-30 Rafael EspindolaGrammar fix.
2014-04-30 Rafael EspindolaSimplify getSymbolOffset.
2014-04-29 Benjamin KramerAnother missing include for MSVC.
2014-04-29 Rafael EspindolaCentralize the handling of the thumb bit.
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-04-13 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-04-10 David BlaikieRevert debug info compression support.
2014-04-05 David BlaikieSimplify compression API by compressing into a SmallVec...
2014-03-29 Tim NorthoverMachO: Add linker-optimisation hint framework to MC.
2014-03-29 Rafael EspindolaCompletely rewrite ELFObjectWriter::RecordRelocation.
2014-03-27 David BlaikieDebugInfo: Support for compressed debug info sections
2014-03-18 Jim GrosbachDarwin: Add assembler directives to create version...
2014-03-12 Rafael EspindolaTry harder to evaluate expressions when printing assembly.
2014-01-28 David WoodhouseExplictly pass MCSubtargetInfo to MCCodeEmitter::Encode...
2014-01-13 Joerg SonnenbergerFix indentation.
2013-08-07 Eric ChristopherMove assert above first use of variable that we'd be...
2013-06-27 Serge PavlovUse MCFillFragment for zero-initialized data.
2013-06-12 Ulrich Weigand[MC/DWARF] Support .debug_frame / .debug_line code...
2013-04-17 Peter CollingbourneAdd support for subsections to the ELF assembler. Fixes...
2013-04-09 Rafael EspindolaRemove unused method and default values.
2013-02-11 David BlaikieFix unnecessary removal of const through cast machinery
2013-02-05 Derek Schuff[MC] Bundle alignment: Invalidate relaxed fragments
2013-01-31 Derek Schuff[MC] bundle alignment: prevent padding instructions...
2013-01-30 Jack CarterThis patch reworks how llvm targets set
2013-01-15 Eli BenderskyOptimize the memory usage of MC bundling, by creating...
2013-01-08 Eli BenderskySimplify the code a bit: MCRelaxableFragment doesn...
2013-01-08 Eli BenderskyRename statistic for instruction fragments -> relaxable
2013-01-08 Eli BenderskyRenamed MCInstFragment to MCRelaxableFragment and added...
2013-01-07 Eli BenderskyAdd the align_to_end option to .bundle_lock in the...
2012-12-20 Eli BenderskyFix an unitialized member variable that may have caused...
2012-12-20 Eli BenderskyAligned bundling support. Following the discussion...
2012-12-14 Pedro ArtigasAdd more reset methods to make all objects that the...
2012-12-12 Pedro ArtigasMake the MCStreamer have a reset method and call that...
2012-12-12 Eli BenderskyMake naming consistent, add comments and sanity asserts
2012-12-11 Eli BenderskyRemove the RelaxAll overrule in MCAssembler::fixupNeeds...
2012-12-10 Eli BenderskyCleanup formatting, comments and naming.
2012-12-10 Eli BenderskyThis patch adds statistics for other non-DWARF fragment...
2012-12-07 Eli BenderskyMake the contents of encoded sections SmallVector<char...
2012-12-07 Eli BenderskyRefactor MCInstFragment and MCDataFragment to adhere...
2012-12-07 Eli BenderskyAdd separate statistics for Data and Inst fragments...
2012-12-05 Eli BenderskyChange std::vector to SmallVector<4> and remove some...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-09-18 Jim GrosbachTidy up. Minor formatting.
2012-09-14 Dmitri GribenkoFix Doxygen issues:
2012-09-12 Manman RenRelease build: guard dump functions with
2012-09-06 Manman RenRelease build: guard dump functions with "ifndef NDEBUG"
2012-08-29 Owen AndersonAllow targets to specify a minimum supported NOP size...
2012-08-08 Jim GrosbachMove [SU]LEB128 encoding to a utility header.
2012-07-23 Sylvestre LedruFix a typo (the the => the)
2012-03-26 Craig TopperPrune some includes and forward declarations.
2012-02-27 Jim GrosbachARM BL/BLX instruction fixups should use relocations.
2012-02-07 Craig TopperConvert assert(0) to llvm_unreachable
2012-01-27 Jim GrosbachSource information in 'expected relocatable expression...
2012-01-18 Jim GrosbachTidy up. MCAsmBackend naming conventions.
2012-01-18 Jim GrosbachMove some ARM specific MCAssmebler bits into the ARMAsm...
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-12-06 Jim GrosbachMove target-specific logic out of generic MCAssembler.
2011-12-06 Jim GrosbachTidy up. Hard tabs.
2011-12-06 Jim GrosbachSwitch MCAssembler to method names starting w/ lower...
2011-11-29 Jim GrosbachBetter fix for ARM MOVT relocation encoding of thumb...
2011-11-28 Jim GrosbachThumb2 only force the fixup thumb bit for data relocations.
2011-10-26 Jim GrosbachTrailing whitespace.
2011-08-24 Evan ChengMove TargetRegistry and TargetSelect from Target to...
2011-07-25 Evan ChengRename TargetAsmBackend to MCAsmBackend; rename createA...
2011-07-23 Evan ChengMove TargetAsmParser.h TargetAsmBackend.h and TargetAsm...
2011-05-08 Rafael EspindolaDon't force relaxation of AdvanceLoc instructions on...
2011-04-29 Daniel DunbarMCAsmLayout: Add support for computing the symbol offse...
2011-04-28 Rafael EspindolaAdd a small temporary hack for producing identical...
2011-04-26 Rafael EspindolaNo relocation produces a SLEB or ULEB, make sure they...
2011-04-23 Jay FoadRemove unused STL header includes.
2011-02-16 Rafael EspindolaGas is very inconsistent about when a relaxation/reloca...
2011-01-23 Rafael EspindolaAdd support for the --noexecstack option.
2010-12-28 Rafael EspindolaRelax address updates in the eh_frame section.
2010-12-24 Rafael EspindolaMerge IsFixupFullyResolved and IsSymbolRefDifferenceFul...
2010-12-22 Rafael EspindolaAssert that the AddrDelta expression is really constant...
2010-12-22 Rafael EspindolaUse references and simplify.
2010-12-21 Rafael EspindolaDon't relax org or align. They change size as the relax...
2010-12-21 Rafael EspindolaLayout one section until no relaxations are done and...
2010-12-17 Owen AndersonThumb's forced-PC-alignment requirement applies to...
2010-12-17 Daniel DunbarMC/Assembler: Strip out object writer arguments, now...
2010-12-17 Daniel DunbarMC/Assembler: Make the MCObjectWriter available through...
2010-12-16 Daniel DunbarMC: Move target specific fixup info descriptors to...
2010-12-15 Owen AndersonFix typo in r121875.
2010-12-15 Owen AndersonImplement cleanups suggested by Daniel.
2010-12-15 Rafael EspindolaRelax alignment fragments.
2010-12-15 Rafael EspindolaPatch by David Meyer to avoid a O(N^2) behaviour when...
2010-12-14 Jim GrosbachARM Fixups relative to thumb functions need to have...
2010-12-09 Owen AndersonFix an issue in some Thumb fixups, where the effective...
2010-12-07 Rafael EspindolaLayout each section independently. With the testcase...
2010-12-07 Rafael EspindolaSorry for such a large commit. The summary is that...
2010-12-06 Rafael EspindolaUse references to simplify the code a bit.
next