MC: Clean up method names in MCContext.
[oota-llvm.git] / lib / MC / MCAssembler.cpp
2015-05-18 Jim GrosbachMC: Clean up method names in MCContext.
2015-05-16 Duncan P. N. Exon... MC: Use MCSymbol in MCObject::IsSymbolRefDifferenceFull...
2015-05-16 Duncan P. N. Exon... MC: Change MCFragment::Atom to an MCSymbol, NFC
2015-05-16 Duncan P. N. Exon... MC: Merge MCSymbol and MCSymbolData
2015-05-15 Duncan P. N. Exon... MC: Reduce MCAssembler::Symbols API exposure, NFC
2015-05-15 Jim GrosbachMC: Update MCCodeEmitter naming. NFC.
2015-04-17 Rafael EspindolaCompute A-B when A or B is weak.
2015-04-12 Petr Hosek[MC] Write padding into fragments when -mc-relax-all...
2015-04-06 Rafael EspindolaRemove unnecessary uses of AliasedSymbol.
2015-04-06 Rafael EspindolaBe consistent when deciding if a relocation is needed.
2015-03-26 Rafael EspindolaFix PR23025.
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-18 Yaron KerenRemove many superfluous SmallString::str() calls.
2015-03-16 David BlaikieFix uses of reserved identifiers starting with an under...
2015-01-19 Rafael EspindolaAdd r224985 back with fixes.
2015-01-19 Rafael EspindolaProduce errors when an assignment expression would...
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-12 Rafael EspindolaAdd r224985 back with two fixes.
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 Rafael EspindolaRemove doesSectionRequireSymbols.
2014-12-29 Rafael EspindolaRefactor duplicated code.
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-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.
next