aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen
Commit message (Expand)AuthorAgeFilesLines
* Patch to make VS happier, thanks to Morten Ofstad for pointing this out.Chris Lattner2004-10-131-1/+1
* Updates for changes in Makefile rules.Reid Spencer2004-10-131-1/+1
* Don't emit the method into the llvm namespace, let the #includer decide where...Chris Lattner2004-10-121-2/+0
* Initial version of automake Makefile.am file.Reid Spencer2004-10-101-0/+36
* Properly `quote' names, and don't forget to add the ending quote!Misha Brukman2004-10-081-24/+24
* Correctly parse variant notationChris Lattner2004-10-031-6/+42
* Add initial support for variants. This just parses the new format, noChris Lattner2004-10-031-1/+12
* #include DataTypes.h to compile on MinGW, patch by Henrik Bach.Misha Brukman2004-09-301-0/+1
* Add support for the isLoad and isStore flags, needed by the instruction sched...Nate Begeman2004-09-283-0/+6
* Turn the hasDelaySlot flag into the M_DELAY_SLOT_FLAGChris Lattner2004-09-283-0/+3
* Revamp the Register class, and allow the use of the RegisterGroup class toChris Lattner2004-09-141-8/+5
* Clean up some "clean:" targets so they use $(VERB) and don't print anythingReid Spencer2004-09-031-2/+2
* Make tblgen's exception handling a little more robust by printing theReid Spencer2004-09-031-1/+8
* Changes For Bug 352Reid Spencer2004-09-015-8/+8
* Link with LLVMsystem.a for operating system independence.Reid Spencer2004-08-291-1/+1
* RemoveFileOnErrorSignal is now in the llvm::sys namespace. AdjustReid Spencer2004-08-291-1/+1
* Alignment is now in bits.Chris Lattner2004-08-211-2/+1
* Make alignment be in bits, just like size isChris Lattner2004-08-212-2/+3
* Infer the spillsize/alignment of a register based on the register classesChris Lattner2004-08-211-3/+34
* Support "Methods" in register classes in CodgeGenRegisterClassChris Lattner2004-08-213-11/+10
* Start parsing register classes into a more structured formChris Lattner2004-08-214-19/+61
* Read in declared reg sizesChris Lattner2004-08-212-1/+7
* Do not #include files into the llvm namespaceChris Lattner2004-08-177-18/+20
* Use CodeGenRegister class to make reading in of register information moreChris Lattner2004-08-163-19/+42
* Add initial support for register and register class representation.Chris Lattner2004-08-161-0/+37
* Remove awareness of isDummyClassChris Lattner2004-08-151-9/+2
* Make the AsmWriter a first-class tblgen object. Allow targets to specifyChris Lattner2004-08-144-8/+32
* Fix minor bug in previous checkinChris Lattner2004-08-111-4/+5
* change how we invoke the printer. Instead of passing in the MO directly,Chris Lattner2004-08-111-1/+2
* Start parsing more information from the Operand informationChris Lattner2004-08-112-8/+35
* Remove special case hacksChris Lattner2004-08-111-8/+2
* Deleted commented-out code as we now get namespace directly, add commentsMisha Brukman2004-08-101-2/+3
* Use the target name instead of hard-coding SparcV9.Misha Brukman2004-08-101-3/+3
* This was a good idea, but until this does not break the build ofChris Lattner2004-08-101-3/+3
* Use the current target name instead of a ClassPrefix.Misha Brukman2004-08-091-3/+3
* * Use Classname and ClassPrefix instead of hard-coded V9 valuesMisha Brukman2004-08-091-8/+7
* * Added documentation in the file headerMisha Brukman2004-08-041-2/+4
* Be pickyChris Lattner2004-08-011-1/+5
* Instructions no longer need to have names.Chris Lattner2004-08-011-1/+6
* Add support for asm printing machine instructions that have operands.Chris Lattner2004-08-011-2/+48
* Parse the operand list of the instruction. We currently support register and...Chris Lattner2004-08-013-7/+54
* Initial cut at an asm writer emitter. So far, this only handles emission ofChris Lattner2004-08-014-3/+99
* Add, and start using, the CodeGenInstruction class. This class representsChris Lattner2004-08-015-47/+144
* Rename CodeGenWrappers.(cpp|h) -> CodeGenTarget.(cpp|h)Chris Lattner2004-08-018-181/+13
* Finegrainify namespacificationChris Lattner2004-08-019-49/+26
* Support new flagChris Lattner2004-07-311-0/+1
* Implement test/Regression/TableGen/ListSlices.tdChris Lattner2004-07-272-29/+142
* Add initial support for list slices. This currently allows you to do stuffChris Lattner2004-07-263-16/+65
* Remove some abandoned code that was never finished. If needed in the futureChris Lattner2004-07-223-521/+1
* Passing integer 0 in for a pointer value doesn't work on IA64. Fix thisChris Lattner2004-07-161-1/+1