summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/SubtargetEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Reverting r315590; it did not include changes for llvm-tblgen, which is causi...Aaron Ballman2017-10-151-1/+1
* [dump] Remove NDEBUG from test to enable dump methods [NFC]Don Hinton2017-10-121-1/+1
* [TableGen] Simplify SubtargetEmitterJaved Absar2017-10-061-8/+4
* Cleanup some problems with LLVM_ENABLE_DUMP in release builds, andDon Hinton2017-09-271-1/+1
* Subtarget support for parameterized register class informationKrzysztof Parzyszek2017-09-141-5/+27
* [tablegen] Avoid creating temporary stringsAlexander Shaposhnikov2017-07-051-6/+3
* [TableGen] Improve Debug Output for --debug-only=subtarget-emitter NFCIJoel Jones2017-06-281-0/+1
* [TableGen] Adapt more places to getValueAsString now returning a StringRef in...Craig Topper2017-05-311-8/+8
* Fix comment typos.Geoff Berry2017-05-081-1/+1
* Improve machine schedulers for in-order processorsJaved Absar2017-03-271-0/+2
* [AMDGPU, PowerPC, TableGen] Fix some Clang-tidy modernize and Include What Yo...Eugene Zelenko2016-12-091-13/+14
* TableGen: Use StringRef instead of const std::string& in return vals.Matthias Braun2016-12-041-2/+2
* Use StringRef in TableGen (NFC)Mehdi Amini2016-10-041-2/+2
* Use the range variant of find/find_if instead of unpacking begin/endDavid Majnemer2016-08-121-6/+2
* Use the range variant of find instead of unpacking begin/endDavid Majnemer2016-08-111-4/+2
* Apply most suggestions of clang-tidy's performance-unnecessary-value-paramBenjamin Kramer2016-06-081-2/+2
* Fix Clang-tidy modernize-use-bool-literals in generated Target code; other mi...Eugene Zelenko2016-05-171-25/+37
* [TableGen] Remove constant string argument from a method that's only called o...Craig Topper2016-02-141-5/+5
* [TableGen] Fix comment about 64-bit type I missed when I removed the underlyi...Craig Topper2016-02-131-1/+1
* [TableGen] Use range-based for loops. NFCCraig Topper2016-02-131-131/+104
* No need to make the subtarget feature bit enum a uint64_t. This was a leftove...Craig Topper2016-02-131-1/+1
* [TableGen] Simplify some code slightly. No need to check if the arrays are em...Craig Topper2016-01-031-18/+10
* Fix Clang-tidy modernize-use-nullptr warnings in source directories and gener...Hans Wennborg2015-10-061-8/+9
* Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders2015-09-151-4/+4
* Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders2015-09-151-4/+4
* Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders2015-09-151-4/+4
* Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders2015-09-151-4/+4
* MC: Remove MCSubtargetInfo() default constructorDuncan P. N. Exon Smith2015-07-101-8/+7
* Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...Daniel Sanders2015-06-101-4/+5
* Use std::bitset for SubtargetFeatures.Michael Kuperstein2015-05-261-30/+27
* Reverting r237234, "Use std::bitset for SubtargetFeatures"Michael Kuperstein2015-05-131-27/+30
* Use std::bitset for SubtargetFeaturesMichael Kuperstein2015-05-131-30/+27
* Fix tablegen's PrintFatalError function to run registered fileJames Y Knight2015-05-111-4/+2
* Revert "Use std::bitset for SubtargetFeatures"Michael Kuperstein2015-03-241-27/+30
* Use std::bitset for SubtargetFeaturesMichael Kuperstein2015-03-241-30/+27
* Another set of missing raw_ostream.h. Still no functional change.Benjamin Kramer2015-03-231-0/+1
* TableGen: Use 'enum : uint64_t' for feature flags to fix -WmicrosoftReid Kleckner2015-03-091-29/+16
* Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures.Michael Kuperstein2015-02-191-36/+52
* Use std::bitset for SubtargetFeaturesMichael Kuperstein2015-02-191-52/+36
* Replace size method call of containers to empty method where appropriateAlexander Kornienko2015-01-151-1/+1
* Update SetVector to rely on the underlying set's insert to return a pair<iter...David Blaikie2014-11-191-2/+2
* Tablegen scheduling models don't reference empty itineraries as of r216919, s...Pete Cooper2014-09-021-4/+5
* Change MCSchedModel to be a struct of statically initialized data.Pete Cooper2014-09-021-4/+4
* Move Post RA Scheduling flag bit into SchedMachineModelSanjay Patel2014-07-151-0/+4
* Move late partial-unrolling thresholds into the processor definitionsHal Finkel2014-05-081-0/+1
* Debug.h already includes raw_ostream.h, no need to include it again.Eric Christopher2014-05-071-1/+0
* ArrayRef-ize the Feature and Processor tables for SubtargetFeatures.Eric Christopher2014-05-061-12/+12
* [C++11] Use 'nullptr' in tablegen output files.Craig Topper2014-04-301-1/+1
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-2/+2
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-151-6/+6
OpenPOWER on IntegriCloud