Fix cmake build.
[oota-llvm.git] / lib / MC /
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...
2011-02-04 Jason W KimTeach ARM/MC/ELF to handle R_ARM_JUMP24 relocation...
2011-02-03 Bob WilsonDo not sign extend floating-point values in the asm...
2011-02-01 Evan ChengFix bogus assert condition noticed by Csaba Raduly.
2011-01-31 Roman DivackyEnumerate .code16/32/64 instead of checking .code prefi...
2011-01-31 Roman DivackyError on all .code* directives instead of just .code16...
2011-01-28 Roman DivackyError on .code16 instead of producing wrong (32bit...
2011-01-28 Roman DivackyAdd support for parsing .float
2011-01-28 Nico WeberPR8951: Support for .equiv in integrated assembler...
2011-01-27 Roman DivackyAdd support for specifying register name in cfi-registe...
2011-01-25 Bill WendlingAdd support for parsing a Real value. It stores the...
2011-01-24 Rafael EspindolaHandle strings in section names the same way as gas:
2011-01-23 Rafael EspindolaAdd support for the --noexecstack option.
2011-01-23 Rafael EspindolaAdd support for lowercase variants.
2011-01-23 Rafael EspindolaDelay the creation of eh_frame so that the user can...
2011-01-23 Rafael EspindolaRemove more duplicated code.
2011-01-23 Rafael EspindolaRemove duplicated code.
2011-01-19 Jim GrosbachMake sure to propogate the error code when we fail...
2011-01-14 Anton KorobeynikovUse common style for .cfi directives
2011-01-14 Evan ChengCompleted :lower16: / :upper16: support for movw /...
2011-01-13 Evan ChengAdd comment about Thumb2 fixup comments being completel...
2011-01-13 Evan ChengRelax an assertion. On archs like ARM, an immediate...
2011-01-13 Evan ChengModel :upper16: and :lower16: as ARM specific MCTargetE...
2011-01-13 Jason W KimStyle clean up - break up the breaks.
next