aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen
Commit message (Expand)AuthorAgeFilesLines
...
* Fix trailing whitespace and 80-col. violations in recent TableGen changes.Bob Wilson2009-04-281-27/+34
* r70270 isn't ready yet. Back this out. Sorry for the noise.Bill Wendling2009-04-282-2/+2
* Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want toBill Wendling2009-04-282-2/+2
* 2nd attempt, fixing SSE4.1 issues and implementing feedback from duncan.Nate Begeman2009-04-272-44/+3
* Fix multiclass inheritance to limit value resolution to new defs addedDavid Greene2009-04-243-21/+76
* Revert 69952. Causes testsuite failures on linux x86-64.Rafael Espindola2009-04-242-5/+43
* PR2957Nate Begeman2009-04-242-43/+5
* Make BinOps typed and require a type specifier for !nameconcat. ThisDavid Greene2009-04-234-54/+190
* Allow defm to inherit from multiple multiclasses.David Greene2009-04-221-68/+76
* Implement !nameconcat to concatenate strings and look up the resultingDavid Greene2009-04-226-34/+108
* Implement multiclass inheritance.David Greene2009-04-222-3/+175
* Add some assertions.Mikhail Glushenkov2009-04-191-1/+2
* Use CallConvLower.h and TableGen descriptions of the calling conventionsBob Wilson2009-04-171-0/+9
* Fix PR3994: LLVMMatchType arguments do not refer to absolute return valueBob Wilson2009-04-162-10/+18
* prove diagnostic -> group mapping information.Chris Lattner2009-04-161-1/+13
* encode subgroups into the clang .inc file. -Wall now works!Chris Lattner2009-04-161-11/+30
* start producing subgroup info.Chris Lattner2009-04-161-8/+31
* make sure that empty diag groups get known by clang.Chris Lattner2009-04-151-2/+8
* implement support for writing out diagnostic group tables.Chris Lattner2009-04-151-137/+51
* use UppercaseString instead of EmitAllCapsChris Lattner2009-04-151-16/+7
* use escape string.Chris Lattner2009-04-151-13/+6
* rename -gen-clang-diags-options -> -gen-clang-diag-groupsChris Lattner2009-04-153-8/+8
* don't infer diag class from parenting relations, make it an explicit fieldChris Lattner2009-04-151-15/+1
* include the default mapping in the clang diagnostic .inc files.Chris Lattner2009-04-151-7/+2
* minor cleanupsChris Lattner2009-04-151-17/+11
* Rename COPY_TO_SUBCLASS to COPY_TO_REGCLASS, and generalizeDan Gohman2009-04-134-10/+10
* Add a new TargetInstrInfo MachineInstr opcode, COPY_TO_SUBCLASS.Dan Gohman2009-04-136-8/+113
* Generalize getRegisterClassForRegister to handle registersDan Gohman2009-04-131-4/+40
* Give register alias checking the hash table treatment too.Owen Anderson2009-04-091-1/+78
* Convert TargetRegisterInfo's super-register checking to use a pre-computed ha...Owen Anderson2009-04-091-1/+79
* "This adds a getName() method to TargetRegisterClass, just like in TargetRegi...Chris Lattner2009-04-031-0/+1
* Delete ISD::INSERT_SUBREG and ISD::EXTRACT_SUBREG, which are unused.Dan Gohman2009-04-031-21/+0
* Constify method to make VC++ happy. Patch by Brian Diekelman!Ted Kremenek2009-04-011-2/+2
* Tidy up some comments.Dan Gohman2009-03-311-3/+3
* Add a comment.Dan Gohman2009-03-311-1/+2
* fix a few spelling errors and typosJim Grosbach2009-03-269-16/+16
* Use 'bool' for FoundRCJim Grosbach2009-03-261-2/+2
* Modify getRegisterValueType() to allow for a register being in mutlipleJim Grosbach2009-03-251-5/+26
* Add sanity check in Clang TableGen backend to check if 'Component' is a string.Ted Kremenek2009-03-231-1/+1
* Fix the Win32 VS2008 build:Sebastian Redl2009-03-191-1/+1
* Fix regression in 'tblgen -gen-clang-diags-defs': Emit the diagnostic kind in...Ted Kremenek2009-03-191-1/+2
* Add support to tablegen for naming the nodes themselves, not just the operands, Nate Begeman2009-03-194-18/+36
* tblgen -gen-clang-diags-options: Output OptionTable entries in lexicographicTed Kremenek2009-03-181-7/+19
* 'tblgen -gen-clang-diags-options' now outputs the OptionTable:Ted Kremenek2009-03-181-5/+19
* Add another Clang TableGen-backend (-gen-clang-diags-options) for emittingTed Kremenek2009-03-183-0/+116
* include the null at the end of a memorybuffer as part of the buffer.Chris Lattner2009-03-181-1/+3
* Add TGSourceMgr.cpp to CMake build, sort linesDouglas Gregor2009-03-161-2/+3
* Add (hidden) TableGen command option '-clang-component' which specifies theTed Kremenek2009-03-133-11/+42
* Add initial implementation of a TableGen backend for converting Clang-warningsTed Kremenek2009-03-134-2/+127
* Further constify Record::isSubClassOf.Ted Kremenek2009-03-131-1/+1