Add clang-tblgen to OPTIONAL_DIRS when building native tools for the
[oota-llvm.git] / lib / MC /
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...
2011-07-20 Evan ChengX86 is the only target that uses coff format. This...
2011-07-20 Evan ChengGoodbye TargetAsmInfo. This eliminate last bit of CodeG...
2011-07-20 Benjamin KramerInitialize the EHFrameSection pointer to zero.
2011-07-20 Evan Cheng- Move CodeModel from a TargetMachine global option...
2011-07-20 Evan ChengInclude MCRegisterInfo to eliminate a compilation warning.
2011-07-20 Francois PichetFix the CMake build.
2011-07-20 Evan ChengAdd MCObjectFileInfo and sink the MCSections initializa...
2011-07-19 Evan ChengIntroduce MCCodeGenInfo, which keeps information that...
2011-07-19 Bill WendlingMicro-opt: Only emit compact unwind if there is a compa...
2011-07-19 Bill WendlingUse the CompactUnwindEncoding from the Frame, if it...
2011-07-19 Bill WendlingAdd a method to set compact unwind encoding information...
2011-07-19 Sean CallananFixed a bug where the MC subtarget information
2011-07-18 Evan ChengMove getInitialFrameState from TargetFrameInfo to MCAsm...
2011-07-18 Evan ChengSink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from...
2011-07-15 Evan ChengMove some parts of TargetAsmInfo down to MCAsmInfo...
2011-07-15 Bill WendlingRemove setting the bit for personality function. It...
2011-07-15 Bill WendlingEncode that we have a personality function.
2011-07-14 Evan ChengRename createAsmInfo to createMCAsmInfo and move regist...
2011-07-14 Bill Wendling* If we have an LSDA, we need to mark it in the encoding.
2011-07-14 Evan ChengUnfortunately several files in MC are badly violating...
2011-07-13 Jim GrosbachUpdate MCParsedAsmOperand debug methods.
2011-07-13 Bill WendlingDon't emit the FDE end label if the last thing emitted...
2011-07-11 Shantonu SenResynchronize EDInfo.h and EDEmitter.cpp.
2011-07-11 Evan Cheng- Eliminate MCCodeEmitter's dependency on TargetMachine...
2011-07-09 Evan ChengChange createAsmParser to take a MCSubtargetInfo instea...
2011-07-08 Evan ChengFix comment.
2011-07-08 Evan ChengTargetAsmParser doesn't need reference to Target.
2011-07-08 Evan ChengEliminate asm parser's dependency on TargetMachine:
2011-07-07 Akira HatanakaThis patch adds a flag in MCAsmInfo that indicates...
2011-07-07 Evan ChengCompute feature bits at time of MCSubtargetInfo initial...
2011-07-07 Bill WendlingAdd a target hook to encode the compact unwind information.
next