[asan] call __asan_init from .preinit_array. This simplifies __asan_init vs malloc...
[oota-llvm.git] / lib / MC /
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.
2011-10-17 Nick LewyckyAdd support for a new extension to the .file directive:
2011-10-16 Benjamin KramerLet printf do the formatting instead aligning strings...
2011-10-16 Benjamin KramerAdd AsmToken::getEndLoc and use it to add ranges to...
2011-10-16 Benjamin KramerPR11143: Save the old diagnostic handler and call it...
2011-10-16 Chris Lattnerremove the dead 'ShowLine' argument from SMDiagnostic.
2011-10-16 Chris LattnerMake SMDiagnostic a little more sane. Instead of passi...
2011-10-16 Chris LattnerEnhance llvm::SourceMgr to support diagnostic ranges...
2011-10-14 Owen AndersonDisable code/data region symbols on ELF targets, where...
2011-10-12 Kevin EnderbyFinish supporting cpp #file/line comments in assembler...
2011-10-12 Nick LewyckyHoist vector.size() computation out of the loop. No...
2011-10-11 Nick LewyckyAlso create a shndx even if there are no symbols. This...
2011-10-10 Owen AndersonMCAtom extending methods need to extend the range of...
2011-10-07 Nick LewyckyDon't emit the symbol table entry for the .symtab_shndx...
2011-10-07 Nick LewyckyRemove extraneous curlies. No functionality change.
2011-10-07 Nick LewyckyDon't emit a shstrtabindex in the reserved range. Spott...
2011-10-07 Nick LewyckyClarify/fix typo. No functionality change.
2011-10-04 Owen AndersonTeach the MC to output code/data region marker labels...
2011-10-04 Kevin EnderbyAdding back support for printing operands symbolically...
2011-09-30 Akira HatanakaAdd definition of MipsELFObjectWriter.
2011-09-24 Benjamin KramerSort CMakeLists.txt.
2011-09-23 Eli FriedmanPR10989: Don't print .hidden on Windows.
2011-09-22 Owen AndersonAdd new files to CMake.
2011-09-22 Benjamin KramerUpdate CMake build.
2011-09-22 Owen AndersonStart stubbing out MCModule and MCAtom, which provide...
2011-09-21 Owen AndersonIn the disassembler C API, be careful not to confuse...
2011-09-19 Benjamin KramerMCInstrAnalysis: Don't crash on instructions with no...
2011-09-15 Owen AndersonDon't attach annotations to MCInst's. Instead, have...
2011-09-15 Owen AndersonThe the MC disassembler C API to print in verbose mode...
2011-09-15 Owen AndersonAdd support for stored annotations to MCInst, and provi...
2011-09-15 Jim GrosbachAssmebler symbol attribute directives don't work on...
2011-09-15 Jim GrosbachHandle missing newline at EOF more gracefully in MC...
2011-09-14 Jim GrosbachMove state var to private class member.
2011-09-13 Kevin EnderbyFirst step in supporting #line directives in assembler...
2011-09-08 Eric ChristopherFormatting and typo.
2011-09-08 Kevin EnderbyFix a Darwin x86_64 special case of a jmp to a temporar...
2011-09-07 James MolloyRefactor instprinter and mcdisassembler to take a Subta...
2011-09-06 Bill WendlingAs a first step, emit both the compact unwind and CIE...
2011-09-02 Duncan SandsDarwin wants ctors/dtors to be ordered the other way...
2011-09-01 Benjamin KramerDon't drop alignment info on local common symbols.
2011-09-01 James MolloyFix apparent build error caused by r138948 on certain...
2011-09-01 Nick LewyckyFix the build for us -Werror users.
2011-09-01 James MolloyFix up r137380 based on post-commit review by Jim Grosbach.
2011-08-30 Jeffrey YasskinFix C++0x narrowing errors when char is unsigned.
2011-08-29 Bill WendlingFix grammar, noticed by Duncan.
2011-08-29 Bill WendlingInitialize CompactUnwindSection so that other targets...
2011-08-25 Benjamin KramerInitialize member variable.
2011-08-24 Evan ChengSome autoconf tests use module level inline asm to...
2011-08-24 Evan ChengMove TargetRegistry and TargetSelect from Target to...
2011-08-20 Jim GrosbachFix AsmParser binary precedence for shift operators.
2011-08-19 Sean CallananFixed a memory bug in the MCDisassembler where
2011-08-16 Jim GrosbachRemove unused Target argument from AsmParser constructi...
next