Make the logic for determining function alignment more explicit. No functionality...
[oota-llvm.git] / lib / MC /
2011-05-06 Rafael EspindolaDead code elimination.
2011-05-05 Rafael EspindolaDon't produce a __debug_frame.
2011-05-04 Rafael EspindolaProducing a DW_FORM_addr for DW_AT_stmt_list is probabl...
2011-05-03 Daniel DunbarMCDwarf: Don't save Twine to local variable, this is...
2011-05-01 Rafael EspindolaAdd r130623 back now that ELF has been fixed to work...
2011-05-01 Rafael EspindolaGCC uses a different encoding of pointers in the FDE...
2011-05-01 Rafael EspindolaSimplify the handling of pcrel relocations on ELF....
2011-04-30 Rafael EspindolaRevert the previous patch while I figure out how to...
2011-04-30 Rafael EspindolaEnable CFI on OS X.
2011-04-30 Rafael EspindolaImplement MCAsmStreamer::EmitEHSymAttributes. Doing...
2011-04-30 Rafael EspindolaHandle PrivateExtern eh symbols.
2011-04-30 Rafael EspindolaAdd all the plumbing needed for MC to expand cfi to...
2011-04-30 Rafael EspindolaImplement MCAsmStreamer::EmitDwarfAdvanceFrameAddr.
2011-04-29 Rafael EspindolaAvoid some uses of .uleb128. This is a small speedup...
2011-04-29 Rafael EspindolaImplement MCAsmStreamer::EmitCFIDefCfa.
2011-04-29 Daniel DunbarMCAsmLayout: Add support for computing the symbol offse...
2011-04-29 Daniel DunbarMC: Change variable symbols to be recognized as defined...
2011-04-29 Daniel DunbarMC/Mach-O: Update getSymbolAddress() to support evaluat...
2011-04-29 Daniel DunbarMC/Mach-O: Allow emission of relocations for variables...
2011-04-29 Daniel DunbarMC/Mach-O: Find section ordinal's by looking at the...
2011-04-29 Devang PatelHoist MCLineEntry construction AsmPrinter so that anyon...
2011-04-29 Daniel DunbarMCExpr: Add FindAssociatedSection, which attempts to...
2011-04-29 Daniel DunbarMC/AsmParser: Generalize a check.
2011-04-29 Rafael EspindolaLast bit by bit compatibility patch to MCDwarf.cpp...
2011-04-29 Rafael EspindolaAdd an alternative implementation of CIE and FDE emissi...
2011-04-28 Rafael EspindolaAdd the getExprForFDESymbol method that responsible...
2011-04-28 Rafael EspindolaAdd a getExprForPersonalitySymbol method to MCAsmInfo...
2011-04-28 Rafael EspindolaMark the EH symbol global or weak if the corresponding...
2011-04-28 Rafael EspindolaAdd a small temporary hack for producing identical...
2011-04-28 Rafael EspindolaProduce the EH_frame# symbols if needed.
2011-04-28 Rafael EspindolaForward isFunctionEHFrameSymbolPrivate. If it is false...
2011-04-27 Rafael EspindolaFactor a bit of code to MCStreamer::EmitLabel. Keep...
2011-04-27 Rafael EspindolaForce some values to be absolute and align based on...
2011-04-26 Rafael EspindolaNo relocation produces a SLEB or ULEB, make sure they...
2011-04-24 Sebastian RedlGive MC/MCDisassembler/Disassembler.h a header guard.
2011-04-23 Jay FoadRemove unused STL header includes.
2011-04-22 Chandler CarruthDelete the other unused variable in this function....
2011-04-22 Chandler CarruthRemove an unused variable from a function. This is...
2011-04-22 Rafael EspindolaCompute the size of the FDE encoding instead of hard...
2011-04-21 Rafael EspindolaRemove unused argument.
2011-04-21 Rafael EspindolaDon't pass address spaces to EmitULEB128IntValue.
2011-04-21 Rafael EspindolaFix relative relocations. This is sufficient for runnin...
2011-04-20 Rafael EspindolaBehave like gnu as when a relocation crosses sections.
2011-04-20 Sean CallananMade the MC disassembler check before accessing
2011-04-18 Eli Friedmanmalloc elimination: it's a bad idea to use raw_svector_...
2011-04-18 Devang PatelReduce clutter in asm output. Do not emit source locati...
2011-04-18 Eli FriedmanRevert r129688; it's breaking buildbots.
2011-04-18 Eli FriedmanMore malloc elimination: it's a bad idea to use raw_sve...
2011-04-18 Eli FriedmanMake the StringMaps attached to MCContext use the MCCon...
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-04-12 Rafael EspindolaBe consistent about being virtual and returning void...
2011-04-12 Rafael EspindolaRemove LastOffset from the asm parser.
2011-04-12 Rafael EspindolaFix the case of a .cfi_rel_offset before any .cfi_def_c...
2011-04-12 Rafael EspindolaImplement .cfi_same_value.
2011-04-12 Eric ChristopherMatch case for invalid constant error messages and...
2011-04-12 Eric ChristopherTo avoid printing out multiple error messages for cases...
2011-04-11 Eric ChristopherLex, and then fail on invalid constants.
2011-04-11 Rafael EspindolaImplement cfi_rel_offset
2011-04-11 Rafael Espindolaimplement .cfi_adjust_cfa_offset.
2011-04-11 Kevin EnderbyAdding support for printing operands symbolically to...
2011-04-09 Benjamin KramerFix potential buffer overflow on win32.
2011-04-09 Benjamin KramerDon't store Twine temporaries, it's not safe.
2011-04-09 Sean CallananRedirected errors from the AsmParser to the proper
2011-04-07 Rafael EspindolaMicro optimization and improved similarity with gas...
2011-04-07 Rafael EspindolaAdd support for .skip.
2011-04-07 Sean CallananFixed a bug where missing EDInstInfo would cause
2011-04-05 Shantonu SenAn MCDisassembler has the option to not implement
2011-03-29 Kevin EnderbyAdded support symbolic floating point constants in...
2011-03-29 Francois PichetFix the MSVC build.
2011-03-28 Daniel DunbarMC: Add support for disabling "temporary label" behavio...
2011-03-28 Ted KremenekUnbreak CMake build.
2011-03-28 Kevin EnderbyAgain adding a C API to the disassembler for use by...
2011-03-27 NAKAMURA TakumiFix whitespace.
2011-03-26 Kevin EnderbyRemove the files for r128308 as it is causing a buildbo...
2011-03-26 Kevin EnderbyAdding a C API to the disassembler for use by such...
2011-03-25 Daniel DunbarMC: Improve some diagnostics on uses of '.' pseudo...
2011-03-25 Daniel DunbarTidyness.
2011-03-24 Bruno Cardoso LopesAdd asm parsing support w/ testcases for strex/ldrex...
2011-03-24 Jim GrosbachClean up assembly statement separator support.
2011-03-23 Owen AndersonFix a bug introduced by my patch yesterday: BL is a...
2011-03-22 Owen AndersonRIT_ARM_ThumbBranch32Bit relocations are not used and...
2011-03-21 Owen AndersonAdd support for Thumb interworking addresses for symbol...
2011-03-21 Bill WendlingWe need to pass the TargetMachine object to the InstPri...
2011-03-20 Rafael EspindolaWrite the section table and the section data in the...
2011-03-19 Stuart HastingsReapply 127939 since Daniel fixed the breakage. <rdar...
2011-03-19 Stuart HastingsRevert 127939. <rdar://problem/9012638>
2011-03-19 Stuart HastingsRevise r126127 to address Daniel's comments. <rdar...
2011-03-17 Daniel DunbarMC/Mach-O: Fix regression introduced in r126127, this...
2011-03-17 Joerg SonnenbergerFix handling of @IDNTPOFF relocations, they need to...
2011-03-15 Duncan SandsSilence compiler warning about case values not being...
2011-03-12 Sean CallananFixed the comparison operator for the enhanced
2011-03-09 Jan SjödinAdd constructors to MCElfStreamer and MCObjectStreamer...
2011-03-08 Jim GrosbachDarwin 'as' silently ignores the '.ident' directive.
2011-03-05 Anton KorobeynikovPreliminary support for ARM frame save directives emiss...
2011-03-05 Anton KorobeynikovSome first rudimentary support for ARM EHABI: print...
2011-03-04 Joerg SonnenbergerBe nice to Xcore and the XMOS assembler and avoid quoti...
2011-03-03 Joerg SonnenbergerBug#9033: For the ELF assembler output, always quote...
2011-03-03 Jan SjödinSplit MCEELFStreamer and ELFObjectWriter into .h and...
2011-03-03 Eli FriedmanPR9352: Always emit a relocation for weak symbols....
2011-03-01 Oscar FuentesFixes warnings emitted by Visual Studio 2010 compiler.
next