Reapply r130340: Fix for PR9730.
[oota-llvm.git] / lib / MC /
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.
2011-02-28 Jan SjödinMake all static functions become static class methods...
2011-02-25 Cameron ZwarichRoll out r126425 and r126450 to see if it fixes the...
2011-02-24 Joerg SonnenbergerRestore r125595 (reverted in r126336) with modifications:
2011-02-24 Devang PatelEnable DebugInfo support for COFF object files.
2011-02-24 Benjamin KramerPlug some leaks in edis.
2011-02-23 Jim GrosbachRevert r125595, which is an X86-only undocumented assem...
2011-02-23 Rafael EspindolaPut in the symbol table symbols only used in a .globl...
2011-02-23 Sean CallananFixed a bug in the enhanced disassembler that caused
2011-02-23 Stuart HastingsOmit private_extern declarations of extern symbols...
2011-02-22 Joerg SonnenbergerBug#9172: Don't use static in file scope, use an attrib...
2011-02-21 Joerg SonnenbergerHandle FK_PCRel_1 and add a test case for this and...
2011-02-21 Stuart HastingsEnd the line if we return early. Radar 9012638.
2011-02-21 Stuart HastingsFix to correctly support attribute((section("__DATA...
2011-02-21 Joerg SonnenbergerUse a vector of pairs to implement the section stack...
2011-02-20 Rafael EspindolaAdd some limited support for labels in org directives...
2011-02-18 Oscar FuentesMove library stuff out of the toplevel CMakeLists.txt...
2011-02-16 Rafael EspindolaGas is very inconsistent about when a relaxation/reloca...
2011-02-16 Rafael EspindolaAdd support for pushsection and popsection. Patch by...
2011-02-15 Roman DivackyAdd support for parsing [expr].
2011-02-14 Rafael EspindolaSwitch llvm to using comdats. For now always use groups...
2011-02-14 Rafael EspindolaMove broken HasCommonSymbols to ELFWriter.cpp.
2011-02-11 Jim GrosbachMore whitespace cleanup...
2011-02-09 Shantonu SenFix comparator used for looking up previously instantia...
2011-02-08 Benjamin KramerSupport for .ifdef / .ifndef in the assembler parser...
2011-02-07 Jason W KimTeach ARM/MC/ELF about gcc compatible reloc output...
2011-02-04 Jason W KimTeach ARM/MC/ELF about EF_ARM_EABI_VERSION. The magic...
next