Move type handling to make sure we get all created types that aren't
[oota-llvm.git] / lib / MC /
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...
2011-08-12 Benjamin KramerMachOWriter: Don't crash on fixups with arithmetic...
2011-08-09 Jim GrosbachDon't truncate MachO addresses.
2011-08-08 Benjamin KramerPacify virtual dtor warnings and cmake buildbots.
2011-08-08 Benjamin KramerAdd MCInstrAnalysis class. This allows the targets...
2011-08-04 Chris Lattnerallow \r's in .s files.
2011-08-04 Roman DivackyIntroduce adjustFixupOffset that adjusts the fixup...
2011-08-04 Rafael EspindolaAdd an assert to check that the Addend fits the file...
2011-08-04 Jason W KimFix http://llvm.org/bugs/show_bug.cgi?id=10568
2011-08-02 Rafael EspindolaAssume .cfi_startproc is the first thing in a function...
2011-08-02 Roman DivackyComment out the PPC relocation offset adjustment. It...
2011-08-02 Roman DivackySketch out PowerPC ELF writer. This is enough to get...
2011-07-31 Chandler CarruthI mis-interpreted the MCDisassembler's intended depende...
2011-07-29 Chandler CarruthOn mac, it seems the MC disassembler is actually using...
2011-07-29 Chandler CarruthFix the MCDisassembler dependencies. These were just...
2011-07-29 Chandler CarruthRewrite the CMake build to use explicit dependencies...
2011-07-27 Evan ChengSupport .code32 and .code64 in X86 assembler.
2011-07-26 Evan ChengRemove one last reference to Target in MC library.
2011-07-26 Evan ChengRename TargetAsmParser to MCTargetAsmParser and TargetA...
2011-07-25 Evan ChengTargetAsmBackend has been renamed to MCAsmBackend.
2011-07-25 Evan ChengRename TargetAsmBackend to MCAsmBackend; rename createA...
2011-07-25 Chandler CarruthAdd a missing enumerator to this switch. Currently...
2011-07-25 Evan ChengSeparate MCInstPrinter registration from AsmPrinter...
2011-07-25 Evan ChengFix last bits of MC layer issues. llvm-mc doesn't need...
2011-07-25 Evan ChengRefactor X86 target to separate MC code from Target...
2011-07-25 Jim GrosbachMove some ELF directives into ELF asm parser.
2011-07-25 Jim GrosbachTidy up. 80 columns.
2011-07-23 Evan ChengMove TargetAsmParser.h TargetAsmBackend.h and TargetAsm...
2011-07-23 Evan ChengSink ARM mc routines into MCTargetDesc.
2011-07-22 Evan ChengCombine all MC initialization routines into one. e...
2011-07-22 Bill WendlingEmit the __compact_unwind section first. If there are...
next