Implemented AddressSanitizer::getPassName()
[oota-llvm.git] / lib / MC /
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2012-01-20 Benjamin KramerAdd missing breaks to switch.
2012-01-20 Benjamin KramerRemove a bunch of unused variable assignments.
2012-01-19 Owen AndersonAdd a dump() implementation for sub-instruction MCOperands.
2012-01-18 Jim GrosbachMCAssembler tweak for determining when a symbol differe...
2012-01-18 Jim GrosbachTidy up. MCAsmBackend naming conventions.
2012-01-18 Jim GrosbachMove some ARM specific MCAssmebler bits into the ARMAsm...
2012-01-17 Jim GrosbachMC tweak symbol difference resolution for non-local...
2012-01-11 Kevin EnderbyThe error check for using -g with a .s file already...
2012-01-10 Devang PatelLet asm parser query asm syntax dialect.
2012-01-10 Kevin EnderbyThis is the matching change for the data structure...
2012-01-10 Benjamin KramerFix some leftover control reaches end of non-void funct...
2012-01-10 Chandler CarruthAdd 'llvm_unreachable' to passify GCC's understanding...
2012-01-10 Kevin EnderbyVarious crash reporting tools have a problem with the...
2012-01-10 David BlaikieRemove unnecessary default cases in switches that cover...
2012-01-10 Rafael EspindolaRemove the logging streamer.
2012-01-09 Rafael EspindolaDon't print an unused label before .cfi_endproc.
2012-01-07 Rafael EspindolaRemove MCELFStreamer.h.
2012-01-07 Rafael EspindolaDon't print a label before .cfi_startproc when we don...
2012-01-07 Rafael EspindolaSplit Finish into Finish and FinishImpl to have a commo...
2011-12-29 Rafael EspindolaImplement cfi_restore. Patch by Brian Anderson!
2011-12-29 Rafael EspindolaRename Remember and Restore to RememberState and Restor...
2011-12-29 Rafael EspindolaImplement .cfi_escape. Patch by Brian Anderson!
2011-12-24 Rafael EspindolaSection relative fixups are a coff concept, not a x86...
2011-12-24 Rafael EspindolaMove x86 specific bits of the COFF writer to lib/Target...
2011-12-24 Rafael EspindolaDefine trivial destructor inline.
2011-12-24 Rafael EspindolaMake GetRelocType pure virtual.
2011-12-22 Rafael EspindolaMove all the dependencies on X86FixupKinds.h to a singl...
2011-12-22 Rafael EspindolaKill the monstrosity that was ELFObjectWriter.h.
2011-12-22 Rafael EspindolaMisc cleanups.
2011-12-22 Rafael EspindolaMove the Mips only bits of the ELF writer to lib/Target...
2011-12-22 Rafael EspindolaMove the MBlaze ELF writer bits to lib/Target/MBlaze.
2011-12-22 Rafael EspindolaMove PPC bits to lib/Target/PowerPC.
2011-12-22 Akira HatanakaLocal dynamic TLS model for direct object output. Creat...
2011-12-22 Rafael EspindolaMove the ARM specific parts of the ELF writer to Target...
2011-12-22 Rafael EspindolagetEFlags is const.
2011-12-21 Rafael EspindolaSwitch from WriteEFlags to getEFlags in preparation...
2011-12-21 Rafael EspindolaMove the X86 specific bits of the ELF writer to the...
2011-12-21 Rafael EspindolaReduce the exposure of Triple::OSType in the ELF object...
2011-12-21 Rafael EspindolaSmall refactoring so that RelocNeedsGOT can stay in...
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-12-17 Rafael EspindolaAdd back the MC bits of 126425. Original patch by Natha...
2011-12-15 Bill WendlingRe-re-enable compact unwind after fixing a failure...
2011-12-15 Kevin EnderbyAnother improvement to the implementation of .incbin...
2011-12-14 Kevin EnderbyImprove the implementation of .incbin directive by...
2011-12-14 Kevin EnderbyAdd the .incbin directive which takes the binary data...
2011-12-14 Bill WendlingDisable to review some failures.
2011-12-13 Akira HatanakaRelocation against a symbol, instead of against section...
2011-12-12 Daniel DunbarLLVMBuild: Introduce a common section which currently...
2011-12-12 Daniel DunbarLLVMBuild: Remove trailing newline, which irked me.
2011-12-12 Roman DivackyAdd support for gnu_indirect_function.
2011-12-09 Rafael EspindolaHandle reloc_signed_4byte in here. Not doing so was...
2011-12-09 Kevin EnderbyThe second part of support for generating dwarf for...
2011-12-09 Rafael EspindolaHandle the case of the magical _GLOBAL_OFFSET_TABLE_...
2011-12-07 Jim GrosbachDarwin assembler improved relocs when w/o subsections_v...
2011-12-07 Bruno Cardoso LopesAdd a few moreLocal/Global R_MIPS_GOT related fixups and
2011-12-06 Bill WendlingRe-enable compact unwind. It seems to work now. <rdar...
2011-12-06 Bruno Cardoso LopesExplicit symbols for gnu mimicing relocations. Patch...
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-12-03 Anton KorobeynikovEmit the ctors in the proper order on ARM/EABI.
2011-11-29 Daniel Dunbarbuild/CMake: Finish removal of add_llvm_library_depende...
2011-11-29 Michael J. SpencerMC/X86/COFF: Allow quotes in names when targeting MS...
2011-11-29 Bill WendlingMachO doesn't support the protected visibility. Don...
2011-11-29 Jim GrosbachBetter fix for ARM MOVT relocation encoding of thumb...
2011-11-29 Daniel Dunbarbuild: Update CMakeLists.txt.
2011-11-29 Daniel Dunbaredis: Sink EDMain.cpp into lib/MC/MCDisassembler.
2011-11-28 Jim GrosbachThumb2 only force the fixup thumb bit for data relocations.
2011-11-28 Jim GrosbachRemove obsolete FIXME.
2011-11-23 Akira HatanakaThis patch addresses gp relative fixups/relocations...
2011-11-16 Evan ChengSink codegen optimization level into MCCodeGenInfo...
2011-11-15 Akira HatanakaRemove function printMipsSymbolRef.
2011-11-15 Jim GrosbachTidy up. 80 columns.
2011-11-14 Bob WilsonDisable generation of compact unwind encodings. <rdar...
2011-11-12 Daniel Dunbarbuild: Attempt to rectify inconsistencies between CMake...
2011-11-11 Bob WilsonRemove FIXME comment that should have been removed...
2011-11-11 Benjamin KramerClients are responsible for initializing the targets...
2011-11-11 Bill WendlingReenable compact unwinding now that <rdar://problem...
2011-11-11 Bill WendlingDisable compact unwind generation until I can solve...
2011-11-10 Daniel Dunbarbuild/MCDisassembler: Fix required libraries list of...
2011-11-09 Benjamin KramerSimplify code. No functionality change.
2011-11-09 Eric ChristopherRemove the pubnames section, no one consumes it.
2011-11-08 Bill WendlingEmit the compact unwind *if* we have a compact unwind...
2011-11-08 Michael J. SpencerMC/COFF: Correctly emit the size of an empty string...
2011-11-07 Benjamin KramerSimplify some uses of utohexstr.
2011-11-07 Eric ChristopherAdd the support code to enable the dwarf accelerator...
2011-11-06 Benjamin KramerReplace (Lower|Upper)caseString in favor of StringRef...
2011-11-05 Benjamin KramerTwinify.
2011-11-05 Benjamin KramerAdd an option to pad an uleb128 to MCObjectWriter and...
2011-11-04 Bruno Cardoso LopesAdd mips ELF relocation types. Patch by Jack Carter!
2011-11-03 Daniel Dunbarbuild: Add initial cut at LLVMBuild.txt files.
2011-11-02 Kevin EnderbyReplace tabs I added in this new line of code with...
2011-11-01 Kevin EnderbyFixed a bug in the code to create a dwarf file and...
2011-11-01 Kevin EnderbyFirst part of support for generating dwarf for assembly...
2011-10-27 Nick LewyckyTeach our Dwarf emission to use the string pool.
2011-10-26 Jim GrosbachTrailing whitespace.
2011-10-26 Nick LewyckyOn an ELF system, ".debug_str" is mergeable and contain...
2011-10-25 Bruno Cardoso LopesThis is the first of several patches for Mips direct...
2011-10-19 Rafael EspindolaFix parsing of a line with only a # in it.
next