Emit the ctors in the proper order on ARM/EABI.
[oota-llvm.git] / include / llvm / MC /
2011-12-03 Anton KorobeynikovEmit the ctors in the proper order on ARM/EABI.
2011-11-29 Michael J. SpencerMC/X86/COFF: Allow quotes in names when targeting MS...
2011-11-23 Akira HatanakaThis patch addresses gp relative fixups/relocations...
2011-11-16 Evan ChengSink codegen optimization level into MCCodeGenInfo...
2011-11-14 Benjamin KramerMake headers standalone.
2011-11-09 Eric ChristopherRemove the pubnames section, no one consumes it.
2011-11-07 Eric ChristopherAdd the support code to enable the dwarf accelerator...
2011-11-05 Benjamin KramerAdd an option to pad an uleb128 to MCObjectWriter and...
2011-11-01 Kevin EnderbyFirst part of support for generating dwarf for assembly...
2011-10-27 Jim GrosbachTrailing whitespace.
2011-10-27 Nick LewyckyTeach our Dwarf emission to use the string pool.
2011-10-26 Nick LewyckyReflow lines, fix comments for doxygen style, fix white...
2011-10-25 Bruno Cardoso LopesThis is the first of several patches for Mips direct...
2011-10-17 Nick LewyckyAdd support for a new extension to the .file directive:
2011-10-17 Owen AndersonUse the correct predicate for determining if a branch...
2011-10-17 Benjamin KramerMCOperand is pod-like.
2011-10-16 Benjamin KramerAdd AsmToken::getEndLoc and use it to add ranges to...
2011-10-16 Chris LattnerEnhance llvm::SourceMgr to support diagnostic ranges...
2011-10-10 Owen AndersonMCAtom extending methods need to extend the range of...
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-25 Jakob Stoklund OlesenAdd target hook for pseudo instruction expansion.
2011-09-22 Owen AndersonStart stubbing out MCModule and MCAtom, which provide...
2011-09-20 Andrew TrickRestore hasPostISelHook tblgen flag.
2011-09-20 Andrew TrickARM isel bug fix for adds/subs operands.
2011-09-15 Owen AndersonDon't attach annotations to MCInst's. Instead, have...
2011-09-15 Owen AndersonAdd support for stored annotations to MCInst, and provi...
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-07 James MolloyRefactor instprinter and mcdisassembler to take a Subta...
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-08-30 Jeffrey YasskinFix C++0x narrowing errors when char is unsigned.
2011-08-30 Evan ChengFollow up to r138791.
2011-08-29 Jim GrosbachThumb2 parsing and encoding for IT blocks.
2011-08-29 Jim GrosbachTidy up. 80 columns.
2011-08-23 Evan ChengSome refactoring so TargetRegistry.h no longer has...
2011-08-22 Benjamin KramerAdd an MCInstrAnalysis version of isCall.
2011-08-17 Owen AndersonAllow the MCDisassembler to return a "soft fail" status...
2011-08-16 Jim GrosbachRemove unused Target argument from AsmParser constructi...
2011-08-16 Jim GrosbachRemove unused forward declaration.
2011-08-16 Jim GrosbachTidy up. Trailing whitespace.
2011-08-16 Rafael EspindolaRemove unimplemented method. Fixes PR10658.
2011-08-15 Jim GrosbachMCTargetAsmParser target match predicate support.
2011-08-15 Jim GrosbachMove MatchResultTy enum into base class definition.
2011-08-15 Jim GrosbachTidy up trailing whitespace.
2011-08-08 Benjamin KramerPacify virtual dtor warnings and cmake buildbots.
2011-08-08 Benjamin KramerAdd MCInstrAnalysis class. This allows the targets...
2011-08-03 Owen AndersonAdd accessors for manipulating an MCInst's operands.
2011-08-02 Rafael EspindolaAssume .cfi_startproc is the first thing in a function...
2011-08-01 Owen AndersonAdd a clear() operation to MCInst, to drop all of its...
2011-07-27 Evan ChengSupport .code32 and .code64 in X86 assembler.
2011-07-26 Evan ChengRename TargetAsmParser to MCTargetAsmParser and TargetA...
2011-07-25 Evan ChengRename TargetAsmBackend to MCAsmBackend; rename createA...
2011-07-25 Evan ChengFix include guards.
2011-07-23 Benjamin KramerFix a silly off by one.
2011-07-23 Benjamin KramerAdd more constness.
2011-07-23 Benjamin KramerTurn the DenseSet in MCRegisterClass into a tblgenerate...
2011-07-23 Evan ChengMove TargetAsmParser.h TargetAsmBackend.h and TargetAsm...
2011-07-22 Bill WendlingAdd a method to get the list of FrameInfos.
2011-07-22 Benjamin KramerTeach tblgen to emit MCRegisterClasses.
2011-07-21 Benjamin KramerSink parts of TargetRegisterClass into MCRegisterClass.
2011-07-20 Evan ChengGoodbye TargetAsmInfo. This eliminate last bit of CodeG...
2011-07-20 Evan Cheng- Move CodeModel from a TargetMachine global option...
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 WendlingAdd a method to set compact unwind encoding information...
2011-07-19 Bill WendlingAdd a field for the compact unwind encoding.
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-14 Benjamin KramerAdd a new field to MCOperandInfo that contains informat...
2011-07-14 Evan ChengUnfortunately several files in MC are badly violating...
2011-07-13 Owen AndersonAdd a target-indepedent entry to MCInstrDesc to describ...
2011-07-13 Jim GrosbachUpdate MCParsedAsmOperand debug methods.
2011-07-11 Evan Cheng- Eliminate MCCodeEmitter's dependency on TargetMachine...
2011-07-09 Evan ChengChange createAsmParser to take a MCSubtargetInfo instea...
2011-07-07 Akira HatanakaThis patch adds a flag in MCAsmInfo that indicates...
2011-07-07 Evan ChengFeature bits are 64-bits.
2011-07-07 Evan ChengCompute feature bits at time of MCSubtargetInfo initial...
2011-07-02 Evan ChengAdd getFeatureBits to extract feature bits for a given...
2011-07-01 Evan Cheng- Added MCSubtargetInfo to capture subtarget features...
2011-07-01 Rafael EspindolaFix use after free.
2011-07-01 Evan ChengSwitch SubtargetFeatures from std::string to StringRef.
2011-06-30 Evan ChengFix the ridiculous SubtargetFeatures API where it impli...
2011-06-29 Evan ChengIndentation
2011-06-29 Evan ChengSink SubtargetFeature and TargetInstrItineraries (renam...
2011-06-28 Evan ChengMerge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc
2011-06-28 Evan Cheng- Rename TargetInstrDesc, TargetOperandInfo to MCInstrD...
2011-06-24 Evan ChengRename TargetRegisterDesc to MCRegisterDesc
2011-06-24 Jim GrosbachRefactor MachO relocation generaration into the Target...
2011-06-24 Evan Cheng- Add MCRegisterInfo registration machinery. Also added...
2011-06-24 Evan ChengStarting to refactor Target to separate out code that...
2011-06-17 Bill WendlingUse the verbose asm flag instead of a new flag for...
2011-06-17 Bill WendlingAdd an option that allows one to "decode" the LSDA.
2011-06-15 Jim GrosbachDiagnostic for undefined assembler local symbols.
2011-06-14 Jim GrosbachRevert 133010. Self-hosted buildbot unhappy.
2011-06-14 Jim GrosbachDiagnostic for undefined assembler local symbols.
2011-06-09 Roman DivackyFix emission of PPC64 assembler on non-darwin platforms...
2011-06-05 Rafael EspindolaBasic support for macros with explicit arguments.
next