tblgen: Put dyn_cast<> machinery in place for Init hierarchy.
[oota-llvm.git] / include / llvm / MC /
2012-10-10 Andrew TrickTODO comment
2012-10-10 Andrew Trickmisched: Generate IsBuffered flag for machine resources.
2012-10-08 Eric ChristopherUpdate comment.
2012-10-05 Chad Rosier[ms-inline asm] Add a comment describing the MapAndCons...
2012-10-05 Chad Rosier[ms-inline asm] Add a few typedefs to simplify future...
2012-10-04 Benjamin KramerHoist some grossly duplicated code from the COFF/ELF...
2012-10-03 Craig TopperRemove unused function that used to get itineraries...
2012-10-02 Chad RosierRevert 165057, per Jim's request. This requires furthe...
2012-10-02 Chad Rosier[ms-inline asm] Add basic support for wildcard MCParsed...
2012-10-01 Chad Rosier[ms-inline asm] Add the convertToMapAndConstraints...
2012-10-01 Jim GrosbachMachO: direct-to-object attribute for data-in-code...
2012-10-01 Chad Rosier[ms-inline asm] Expose the getReg() function in the...
2012-10-01 Benjamin KramerProvide a shortcut for MCObjectStreamer when emitting...
2012-09-26 Craig TopperRename virtual table anchors from Anchor() to anchor...
2012-09-24 Chad RosierTypo.
2012-09-24 Chad RosierRather then have a wrapper function, have tblgen instan...
2012-09-21 Chad Rosier[ms-inline asm] Expose the mnemonicIsValid() function...
2012-09-19 Preston GurdAdd support for macro parameters/arguments delimited...
2012-09-18 Roman DivackyAvoid symbol name clash when filling TOC.
2012-09-18 Andrew TrickReplaced ReInitMCSubtargetInfo with InitMCProcessor.
2012-09-18 Andrew TrickLet NULL slip through again.
2012-09-18 Andrew TrickTargetSchedModel API. Implement latency lookup, disabled.
2012-09-18 Andrew TrickTableGen subtarget emitter. Initialize MCSubtargetInfo...
2012-09-17 Andrew TrickRevert r164061-r164067. Most of the new subtarget emitter.
2012-09-17 Andrew TrickDon't use NULL as a fake keyword
2012-09-17 Andrew TrickInitMCProcessor
2012-09-17 Andrew TrickTargetSchedModel API. Implement latency lookup, disabled.
2012-09-17 Andrew TrickTableGen subtarget emitter. Initialize MCSubtargetInfo...
2012-09-16 Andrew TrickGuard fields by NDEBUG until they get used in the relea...
2012-09-15 Craig TopperUse LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT...
2012-09-14 Andrew TrickTargetSchedModel interface. To be implemented...
2012-09-14 Andrew TrickDefine MC data tables for the new scheduling machine...
2012-09-14 Dmitri GribenkoFix Doxygen issues:
2012-09-13 Jim GrosbachMachO: Correctly mark symbol-difference variables as...
2012-09-13 Craig TopperFix function name in comment.
2012-09-12 Dmitri GribenkoFix a couple of Doxygen comment issues pointed out...
2012-09-11 Chad RosierAdd documentation.
2012-09-11 Chad RosierAdd a few virtual functions to the abstract MCParsedAsm...
2012-09-11 Jakob Stoklund OlesenAdd MCRI::getNumSubRegIndices() and start checking...
2012-09-07 Benjamin KramerFix alignment of .comm and .lcomm on mingw32.
2012-09-07 Benjamin KramerMC: Overhaul handling of .lcomm
2012-09-05 Roman DivackyConstify subtarget info properly so that we dont cast...
2012-09-05 Chad RosierFix function name per coding standard.
2012-09-03 Chad Rosier[ms-inline asm] Asm operands can map to one or more...
2012-09-03 Chad Rosier[ms-inline asm] Add an interface to the GetMCInstOperan...
2012-09-03 Chad RosierRemoved unused argument.
2012-09-03 Chad Rosier[ms-inline asm] Expose the Kind and Opcode variables...
2012-08-31 Chad RosierThe ConvertToMCInst() function can't fail, so remove...
2012-08-29 Owen AndersonAllow targets to specify a minimum supported NOP size...
2012-08-29 Craig TopperMake use of the LLVM_DELETED_FUNCTION macro.
2012-08-24 Roman DivackyLower constant pools and jump tables via TOC on PPC64...
2012-08-23 Dmitri GribenkoFix a bunch of -Wdocumentation warnings.
2012-08-23 Lang HamesMake the setInst method take its MCInst parameter by...
2012-08-22 Jim GrosbachMCInstFragment constructor should take by-reference...
2012-08-22 Jack CarterFor mips64 switch statements in subroutines could generate
2012-08-21 Chad Rosier[ms-inline asm] Do not report a Parser error when match...
2012-08-21 Chad Rosier[ms-inline asm] Expose the ErrorInfo from the MatchInst...
2012-08-16 Jakob Stoklund OlesenAdd an MCID::Select flag and TII hooks for optimizing...
2012-08-14 Jim GrosbachSwitch the fixed-length disassembler to be table-driven.
2012-08-09 Chad Rosier[ms-inline asm] Extend the MC AsmParser API to match...
2012-08-08 Jim GrosbachMove [SU]LEB128 encoding to a utility header.
2012-08-08 Andrew TrickAdded MispredictPenalty to SchedMachineModel.
2012-08-06 Jakob Stoklund OlesenFix typo.
2012-07-27 Jakob Stoklund OlesenGive MCRegisterInfo an implementation file.
2012-07-27 Jakob Stoklund OlesenEliminate the large XXXSubRegTable constant arrays.
2012-07-25 Jakob Stoklund OlesenDifferentially encode all MC register lists.
2012-07-21 Akira HatanakaAdd VK_Mips_HIGHER and VK_Mips_HIGHEST to MCSymbolRefEx...
2012-07-07 Andrew TrickI'm introducing a new machine model to simultaneously...
2012-07-07 Andrew TrickTweak spelling.
2012-07-05 Owen AndersonFix an overzealous assertion. It is legitimate for...
2012-07-02 Andrew TrickReapply "Make NumMicroOps a variable in the subtarget...
2012-06-29 Andrew TrickRevert "Make NumMicroOps a variable in the subtarget...
2012-06-29 Andrew Trickmisched: count micro-ops toward the issue limit.
2012-06-29 Andrew TrickMake NumMicroOps a variable in the subtarget's instruct...
2012-06-27 Jack CarterThe ELF relocation record format is different for N64
2012-06-22 Hal FinkelRevert r158679 - use case is unclear (and it increases...
2012-06-22 Evan ChengEmitZerofill should take a 64-bit size or else it's...
2012-06-22 Rafael EspindolaRemove another duplicated variable. We only need one...
2012-06-22 Rafael EspindolaFix a FIXME: DwarfRequiresRelocationForSectionOffset...
2012-06-22 Nick LewyckyEmit relocations for DW_AT_location entries on systems...
2012-06-18 Hal FinkelAllow up to 64 functional units per processor itinerary.
2012-06-08 Andrew TrickSched itinerary fix: Avoid static initializers.
2012-06-05 Andrew Trickmisched: API for minimum vs. expected latency.
2012-06-05 Andrew Trickmisched: Added MultiIssueItineraries.
2012-06-04 Roman DivackyImplement local-exec TLS on PowerPC.
2012-06-01 Jakob Stoklund OlesenRemove the old register list functions from MCRegisterInfo.
2012-06-01 Jakob Stoklund OlesenSwitch all register list clients to the new MC*Iterator...
2012-05-31 Jakob Stoklund OlesenEmit register unit root tables.
2012-05-30 Jakob Stoklund OlesenAdd MCRegisterInfo::RegListIterator.
2012-05-30 Jakob Stoklund OlesenMake DiffListIterator public to unbreak the gcc buildbots.
2012-05-29 Jakob Stoklund OlesenEmit register unit lists for each register.
2012-05-25 Jakob Stoklund OlesenCompress MCRegisterInfo register name tables.
2012-05-18 Jim GrosbachRefactor data-in-code annotations.
2012-05-15 Jim GrosbachTableGen'erate mapping physical registers to encoding...
2012-05-11 Jim GrosbachTidy up. Trailing whitespace.
2012-05-05 Jim GrosbachNuke a few dead remnants of the CBE.
2012-04-15 Craig TopperMake member variables of AsmToken private. Remove unnec...
2012-04-10 David ChisnallUse the correct section types on Solaris for unwind...
2012-04-07 Sean HuntOutput UTF-8-encoded characters as identifier character...
2012-04-04 Benjamin KramerImplement DwarfLLVMRegPair::operator< without violating...
next