aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/MC
AgeCommit message (Expand)Author
2012-08-08Move [SU]LEB128 encoding to a utility header.Jim Grosbach
2012-08-08Added MispredictPenalty to SchedMachineModel.Andrew Trick
2012-08-06Fix typo.Jakob Stoklund Olesen
2012-07-27Give MCRegisterInfo an implementation file.Jakob Stoklund Olesen
2012-07-27Eliminate the large XXXSubRegTable constant arrays.Jakob Stoklund Olesen
2012-07-25Differentially encode all MC register lists.Jakob Stoklund Olesen
2012-07-21Add VK_Mips_HIGHER and VK_Mips_HIGHEST to MCSymbolRefExpr::VariantKind.Akira Hatanaka
2012-07-09LOCALMODs from hg 0b098ca44de7 against r158408 (hg 90a87d6bfe45)Derek Schuff
2012-07-07I'm introducing a new machine model to simultaneously allow simpleAndrew Trick
2012-07-07Tweak spelling.Andrew Trick
2012-07-05Fix an overzealous assertion. It is legitimate for a target to have multiple...Owen Anderson
2012-07-02Reapply "Make NumMicroOps a variable in the subtarget's instruction itinerary."Andrew Trick
2012-06-29Revert "Make NumMicroOps a variable in the subtarget's instruction itinerary."Andrew Trick
2012-06-29misched: count micro-ops toward the issue limit.Andrew Trick
2012-06-29Make NumMicroOps a variable in the subtarget's instruction itinerary.Andrew Trick
2012-06-27The ELF relocation record format is different for N64 Jack Carter
2012-06-22Revert r158679 - use case is unclear (and it increases the memory footprint).Hal Finkel
2012-06-22EmitZerofill should take a 64-bit size or else it's chopping off large zero-f...Evan Cheng
2012-06-22Remove another duplicated variable. We only need one to tell us if the linkerRafael Espindola
2012-06-22Fix a FIXME: DwarfRequiresRelocationForSectionOffset is the same asRafael Espindola
2012-06-22Emit relocations for DW_AT_location entries on systems which need it. This isNick Lewycky
2012-06-18Allow up to 64 functional units per processor itinerary.Hal Finkel
2012-06-08Sched itinerary fix: Avoid static initializers.Andrew Trick
2012-06-05misched: API for minimum vs. expected latency.Andrew Trick
2012-06-05misched: Added MultiIssueItineraries.Andrew Trick
2012-06-04Implement local-exec TLS on PowerPC.Roman Divacky
2012-06-01Remove the old register list functions from MCRegisterInfo.Jakob Stoklund Olesen
2012-06-01Switch all register list clients to the new MC*Iterator interface.Jakob Stoklund Olesen
2012-05-31Emit register unit root tables.Jakob Stoklund Olesen
2012-05-30Add MCRegisterInfo::RegListIterator.Jakob Stoklund Olesen
2012-05-30Make DiffListIterator public to unbreak the gcc buildbots.Jakob Stoklund Olesen
2012-05-29Emit register unit lists for each register.Jakob Stoklund Olesen
2012-05-25Compress MCRegisterInfo register name tables.Jakob Stoklund Olesen
2012-05-18Refactor data-in-code annotations.Jim Grosbach
2012-05-15TableGen'erate mapping physical registers to encoding values.Jim Grosbach
2012-05-11Tidy up. Trailing whitespace.Jim Grosbach
2012-05-05Nuke a few dead remnants of the CBE.Jim Grosbach
2012-04-15Make member variables of AsmToken private. Remove unnecessary forward declara...Craig Topper
2012-04-10Use the correct section types on Solaris for unwind data on both x86 and x86-64.David Chisnall
2012-04-07Output UTF-8-encoded characters as identifier characters into assemblySean Hunt
2012-04-04Implement DwarfLLVMRegPair::operator< without violating asymmetry.Benjamin Kramer
2012-04-02Move getOpcodeName from the various target InstPrinters into the superclass M...Benjamin Kramer
2012-04-02Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...Craig Topper
2012-04-01Emit the LLVM<->DWARF register mapping as a sorted table and use binary searc...Benjamin Kramer
2012-03-30Reapply 153764 and 153761 with a fix.Jakob Stoklund Olesen
2012-03-30Revert 153764 and 153761. They broke a --enable-optimized --enable-assertionsRafael Espindola
2012-03-30Compress register lists by sharing suffixes.Jakob Stoklund Olesen
2012-03-26Prune some includes and forward declarations.Craig Topper
2012-03-23Add a hook in MCELFObjectTargetWriter to allow targets to sort relocationAkira Hatanaka
2012-03-15Revert r152202: "Use uint16_t to store InstrNameIndices in MCInstrInfo."Jakob Stoklund Olesen