aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC/MCSubtargetInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-3/+4
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-1/+2
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-7/+5
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-11/+6
* MC: Don't assume incoming StringRef's are null terminated.Will Dietz2013-10-131-3/+1
* Fix X86 subtarget to not overwrite the autodetected features by calling InitM...Craig Topper2013-09-181-0/+5
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-2/+2
* Fix doxygen comment to match function name.Craig Topper2012-10-031-1/+1
* Replaced ReInitMCSubtargetInfo with InitMCProcessor.Andrew Trick2012-09-181-14/+15
* TargetSchedModel API. Implement latency lookup, disabled.Andrew Trick2012-09-181-1/+1
* TableGen subtarget emitter. Initialize MCSubtargetInfo with the new machine m...Andrew Trick2012-09-181-1/+9
* Revert r164061-r164067. Most of the new subtarget emitter.Andrew Trick2012-09-171-23/+14
* InitMCProcessorAndrew Trick2012-09-171-14/+15
* TargetSchedModel API. Implement latency lookup, disabled.Andrew Trick2012-09-171-1/+1
* TableGen subtarget emitter. Initialize MCSubtargetInfo with the new machine m...Andrew Trick2012-09-171-1/+9
* TargetSchedModel interface. To be implemented...Andrew Trick2012-09-141-0/+6
* Define MC data tables for the new scheduling machine model.Andrew Trick2012-09-141-5/+5
* Constify subtarget info properly so that we dont cast away the const inRoman Divacky2012-09-051-3/+3
* I'm introducing a new machine model to simultaneously allow simpleAndrew Trick2012-07-071-14/+19
* Tweak spelling.Andrew Trick2012-07-071-2/+2
* misched: Added MultiIssueItineraries.Andrew Trick2012-06-051-2/+4
* - Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfoEvan Cheng2011-07-111-8/+11
* Change createAsmParser to take a MCSubtargetInfo instead of triple,Evan Cheng2011-07-091-0/+17
* Compute feature bits at time of MCSubtargetInfo initialization.Evan Cheng2011-07-071-8/+32
* Add getFeatureBits to extract feature bits for a given CPU.Evan Cheng2011-07-021-0/+8
* - Added MCSubtargetInfo to capture subtarget features and schedulingEvan Cheng2011-07-011-0/+44