Use std::bitset for SubtargetFeatures
[oota-llvm.git] / lib / MC / MCSubtargetInfo.cpp
2015-03-24 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-02-19 Michael KupersteinReverting r229831 due to multiple ARM/PPC/MIPS build...
2015-02-19 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-01-26 Eric ChristopherStore the passed in CPU name string so that it can...
2014-09-02 Pete CooperChange MCSchedModel to be a struct of statically initia...
2014-05-06 Eric ChristopherArrayRef-ize the Feature and Processor tables for Subta...
2014-01-25 Artyom SkrobovReverting r199886 (Prevent repetitive warnings for...
2014-01-23 Artyom SkrobovPrevent repetitive warnings for unrecognized processors...
2013-10-13 Will DietzMC: Don't assume incoming StringRef's are null terminated.
2013-09-18 Craig TopperFix X86 subtarget to not overwrite the autodetected...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-10-03 Craig TopperFix doxygen comment to match function name.
2012-09-18 Andrew TrickReplaced ReInitMCSubtargetInfo with InitMCProcessor.
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 TrickInitMCProcessor
2012-09-17 Andrew TrickTargetSchedModel API. Implement latency lookup, disabled.
2012-09-17 Andrew TrickTableGen subtarget emitter. Initialize MCSubtargetInfo...
2012-09-14 Andrew TrickTargetSchedModel interface. To be implemented...
2012-09-14 Andrew TrickDefine MC data tables for the new scheduling machine...
2012-09-05 Roman DivackyConstify subtarget info properly so that we dont cast...
2012-07-07 Andrew TrickI'm introducing a new machine model to simultaneously...
2012-07-07 Andrew TrickTweak spelling.
2012-06-05 Andrew Trickmisched: Added MultiIssueItineraries.
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 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...