summaryrefslogtreecommitdiff
path: root/utils/TableGen
Commit message (Expand)AuthorAge
* Fix usage of changed function prototypeReid Spencer2004-11-14
* Quiet VC++ warningsChris Lattner2004-11-05
* Internalize variable names to prevent recursive assignment. Cleanup docs.Reid Spencer2004-10-30
* Change Library Names Not To Conflict With Others When InstalledReid Spencer2004-10-27
* Convert 'struct' to 'class' in various places to adhere to the coding standardsChris Lattner2004-10-27
* Make VC happier, patch contributed by Morten OfstadChris Lattner2004-10-23
* We're not doing automake any moreReid Spencer2004-10-22
* We won't use automakeReid Spencer2004-10-22
* Initial automake generated Makefile templateReid Spencer2004-10-18
* * Factor out (into new fn) a loop emitting operand shifts into the instructionMisha Brukman2004-10-14
* * Add option to read isLittleEndianEncoding for InstrInfo classesMisha Brukman2004-10-14
* Patch to make VS happier, thanks to Morten Ofstad for pointing this out.Chris Lattner2004-10-13
* Updates for changes in Makefile rules.Reid Spencer2004-10-13
* Don't emit the method into the llvm namespace, let the #includer decide where...Chris Lattner2004-10-12
* Initial version of automake Makefile.am file.Reid Spencer2004-10-10
* Properly `quote' names, and don't forget to add the ending quote!Misha Brukman2004-10-08
* Correctly parse variant notationChris Lattner2004-10-03
* Add initial support for variants. This just parses the new format, noChris Lattner2004-10-03
* #include DataTypes.h to compile on MinGW, patch by Henrik Bach.Misha Brukman2004-09-30
* Add support for the isLoad and isStore flags, needed by the instruction sched...Nate Begeman2004-09-28
* Turn the hasDelaySlot flag into the M_DELAY_SLOT_FLAGChris Lattner2004-09-28
* Revamp the Register class, and allow the use of the RegisterGroup class toChris Lattner2004-09-14
* Clean up some "clean:" targets so they use $(VERB) and don't print anythingReid Spencer2004-09-03
* Make tblgen's exception handling a little more robust by printing theReid Spencer2004-09-03
* Changes For Bug 352Reid Spencer2004-09-01
* Link with LLVMsystem.a for operating system independence.Reid Spencer2004-08-29
* RemoveFileOnErrorSignal is now in the llvm::sys namespace. AdjustReid Spencer2004-08-29
* Alignment is now in bits.Chris Lattner2004-08-21
* Make alignment be in bits, just like size isChris Lattner2004-08-21
* Infer the spillsize/alignment of a register based on the register classesChris Lattner2004-08-21
* Support "Methods" in register classes in CodgeGenRegisterClassChris Lattner2004-08-21
* Start parsing register classes into a more structured formChris Lattner2004-08-21
* Read in declared reg sizesChris Lattner2004-08-21
* Do not #include files into the llvm namespaceChris Lattner2004-08-17
* Use CodeGenRegister class to make reading in of register information moreChris Lattner2004-08-16
* Add initial support for register and register class representation.Chris Lattner2004-08-16
* Remove awareness of isDummyClassChris Lattner2004-08-15
* Make the AsmWriter a first-class tblgen object. Allow targets to specifyChris Lattner2004-08-14
* Fix minor bug in previous checkinChris Lattner2004-08-11
* change how we invoke the printer. Instead of passing in the MO directly,Chris Lattner2004-08-11
* Start parsing more information from the Operand informationChris Lattner2004-08-11
* Remove special case hacksChris Lattner2004-08-11
* Deleted commented-out code as we now get namespace directly, add commentsMisha Brukman2004-08-10
* Use the target name instead of hard-coding SparcV9.Misha Brukman2004-08-10
* This was a good idea, but until this does not break the build ofChris Lattner2004-08-10
* Use the current target name instead of a ClassPrefix.Misha Brukman2004-08-09
* * Use Classname and ClassPrefix instead of hard-coded V9 valuesMisha Brukman2004-08-09
* * Added documentation in the file headerMisha Brukman2004-08-04
* Be pickyChris Lattner2004-08-01
* Instructions no longer need to have names.Chris Lattner2004-08-01