aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MC
Commit message (Expand)AuthorAgeFilesLines
* Fix function name per coding standard.Chad Rosier2012-09-051-1/+1
* [ms-inline asm] Asm operands can map to one or more MCOperands. Therefore, addChad Rosier2012-09-031-1/+2
* [ms-inline asm] Add an interface to the GetMCInstOperandNum() function in theChad Rosier2012-09-031-0/+3
* Removed unused argument.Chad Rosier2012-09-031-1/+1
* [ms-inline asm] Expose the Kind and Opcode variables from theChad Rosier2012-09-031-1/+1
* The ConvertToMCInst() function can't fail, so remove the now dead Match_Conve...Chad Rosier2012-08-311-1/+0
* Allow targets to specify a minimum supported NOP size when performing NOP pad...Owen Anderson2012-08-291-0/+7
* Make use of the LLVM_DELETED_FUNCTION macro.Craig Topper2012-08-2917-35/+43
* Lower constant pools and jump tables via TOC on PPC64/SVR4.Roman Divacky2012-08-241-1/+2
* Fix a bunch of -Wdocumentation warnings.Dmitri Gribenko2012-08-232-5/+2
* Make the setInst method take its MCInst parameter by reference, a la Jim'sLang Hames2012-08-231-1/+1
* MCInstFragment constructor should take by-reference MCInst.Jim Grosbach2012-08-221-1/+1
* For mips64 switch statements in subroutines could generate Jack Carter2012-08-221-0/+1
* [ms-inline asm] Do not report a Parser error when matching inline assembly.Chad Rosier2012-08-211-1/+2
* [ms-inline asm] Expose the ErrorInfo from the MatchInstructionImpl. In general,Chad Rosier2012-08-211-1/+3
* Add an MCID::Select flag and TII hooks for optimizing selects.Jakob Stoklund Olesen2012-08-161-0/+7
* Switch the fixed-length disassembler to be table-driven.Jim Grosbach2012-08-141-0/+32
* [ms-inline asm] Extend the MC AsmParser API to match MCInsts (but not emit).Chad Rosier2012-08-091-0/+13
* Move [SU]LEB128 encoding to a utility header.Jim Grosbach2012-08-081-5/+0
* Added MispredictPenalty to SchedMachineModel.Andrew Trick2012-08-081-2/+8
* Fix typo.Jakob Stoklund Olesen2012-08-061-1/+1
* Give MCRegisterInfo an implementation file.Jakob Stoklund Olesen2012-07-271-55/+3
* Eliminate the large XXXSubRegTable constant arrays.Jakob Stoklund Olesen2012-07-271-13/+32
* Differentially encode all MC register lists.Jakob Stoklund Olesen2012-07-251-34/+20
* Add VK_Mips_HIGHER and VK_Mips_HIGHEST to MCSymbolRefExpr::VariantKind.Akira Hatanaka2012-07-211-1/+3
* I'm introducing a new machine model to simultaneously allow simpleAndrew Trick2012-07-073-87/+129
* Tweak spelling.Andrew Trick2012-07-071-1/+1
* Fix an overzealous assertion. It is legitimate for a target to have multiple...Owen Anderson2012-07-051-1/+1
* Reapply "Make NumMicroOps a variable in the subtarget's instruction itinerary."Andrew Trick2012-07-021-2/+1
* Revert "Make NumMicroOps a variable in the subtarget's instruction itinerary."Andrew Trick2012-06-291-1/+2
* misched: count micro-ops toward the issue limit.Andrew Trick2012-06-291-6/+6
* Make NumMicroOps a variable in the subtarget's instruction itinerary.Andrew Trick2012-06-291-3/+3
* The ELF relocation record format is different for N64 Jack Carter2012-06-271-1/+43
* Revert r158679 - use case is unclear (and it increases the memory footprint).Hal Finkel2012-06-221-2/+2
* EmitZerofill should take a 64-bit size or else it's chopping off large zero-f...Evan Cheng2012-06-221-1/+1
* Remove another duplicated variable. We only need one to tell us if the linkerRafael Espindola2012-06-221-7/+0
* Fix a FIXME: DwarfRequiresRelocationForSectionOffset is the same asRafael Espindola2012-06-221-9/+0
* Emit relocations for DW_AT_location entries on systems which need it. This isNick Lewycky2012-06-221-5/+7
* Allow up to 64 functional units per processor itinerary.Hal Finkel2012-06-181-2/+2
* Sched itinerary fix: Avoid static initializers.Andrew Trick2012-06-081-3/+13
* misched: API for minimum vs. expected latency.Andrew Trick2012-06-051-1/+7
* misched: Added MultiIssueItineraries.Andrew Trick2012-06-051-7/+66
* Implement local-exec TLS on PowerPC.Roman Divacky2012-06-041-0/+2
* Remove the old register list functions from MCRegisterInfo.Jakob Stoklund Olesen2012-06-011-36/+0
* Switch all register list clients to the new MC*Iterator interface.Jakob Stoklund Olesen2012-06-011-6/+10
* Emit register unit root tables.Jakob Stoklund Olesen2012-05-311-1/+46
* Add MCRegisterInfo::RegListIterator.Jakob Stoklund Olesen2012-05-301-2/+54
* Make DiffListIterator public to unbreak the gcc buildbots.Jakob Stoklund Olesen2012-05-301-1/+1
* Emit register unit lists for each register.Jakob Stoklund Olesen2012-05-291-1/+103
* Compress MCRegisterInfo register name tables.Jakob Stoklund Olesen2012-05-251-5/+8