aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/InstrInfoEmitter.h
Commit message (Expand)AuthorAgeFilesLines
* Replace std::iostreams with raw_ostream in TableGen.Daniel Dunbar2009-07-031-4/+4
* Add RCBarriers to TargetInstrDesc. It's a list of register classes the given ...Evan Cheng2008-10-171-0/+5
* Move instruction flag inference out of InstrInfoEmitter and intoDan Gohman2008-04-031-5/+1
* start inferring 'no side effects'.Chris Lattner2008-01-101-1/+1
* remove some old hacky code that tried to infer whether a store Chris Lattner2008-01-061-1/+1
* rearrange some code to allow inferring instr info from the pattern of the ins...Chris Lattner2008-01-061-0/+4
* final cleanups.Chris Lattner2008-01-061-5/+4
* further simplifications and cleanupChris Lattner2008-01-061-2/+8
* simplify some codeChris Lattner2008-01-061-3/+4
* split enum emission out from InstrInfoEmitter into it's own tblgen backend.Chris Lattner2008-01-061-2/+0
* remove attributions from utils.Chris Lattner2007-12-291-2/+2
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+59