| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix PR3994: LLVMMatchType arguments do not refer to absolute return value | Bob Wilson | 2009-04-16 | 2 | -10/+18 |
* | prove diagnostic -> group mapping information. | Chris Lattner | 2009-04-16 | 1 | -1/+13 |
* | encode subgroups into the clang .inc file. -Wall now works! | Chris Lattner | 2009-04-16 | 1 | -11/+30 |
* | start producing subgroup info. | Chris Lattner | 2009-04-16 | 1 | -8/+31 |
* | make sure that empty diag groups get known by clang. | Chris Lattner | 2009-04-15 | 1 | -2/+8 |
* | implement support for writing out diagnostic group tables. | Chris Lattner | 2009-04-15 | 1 | -137/+51 |
* | use UppercaseString instead of EmitAllCaps | Chris Lattner | 2009-04-15 | 1 | -16/+7 |
* | use escape string. | Chris Lattner | 2009-04-15 | 1 | -13/+6 |
* | rename -gen-clang-diags-options -> -gen-clang-diag-groups | Chris Lattner | 2009-04-15 | 3 | -8/+8 |
* | don't infer diag class from parenting relations, make it an explicit field | Chris Lattner | 2009-04-15 | 1 | -15/+1 |
* | include the default mapping in the clang diagnostic .inc files. | Chris Lattner | 2009-04-15 | 1 | -7/+2 |
* | minor cleanups | Chris Lattner | 2009-04-15 | 1 | -17/+11 |
* | Rename COPY_TO_SUBCLASS to COPY_TO_REGCLASS, and generalize | Dan Gohman | 2009-04-13 | 4 | -10/+10 |
* | Add a new TargetInstrInfo MachineInstr opcode, COPY_TO_SUBCLASS. | Dan Gohman | 2009-04-13 | 6 | -8/+113 |
* | Generalize getRegisterClassForRegister to handle registers | Dan Gohman | 2009-04-13 | 1 | -4/+40 |
* | Don't install the libLLVMHello.dylib example. | Bill Wendling | 2009-04-10 | 1 | -0/+3 |
* | Don't run "dsymutils" on .a files. | Bill Wendling | 2009-04-10 | 1 | -2/+3 |
* | Give register alias checking the hash table treatment too. | Owen Anderson | 2009-04-09 | 1 | -1/+78 |
* | Convert TargetRegisterInfo's super-register checking to use a pre-computed ha... | Owen Anderson | 2009-04-09 | 1 | -1/+79 |
* | "This adds a getName() method to TargetRegisterClass, just like in TargetRegi... | Chris Lattner | 2009-04-03 | 1 | -0/+1 |
* | Delete ISD::INSERT_SUBREG and ISD::EXTRACT_SUBREG, which are unused. | Dan Gohman | 2009-04-03 | 1 | -21/+0 |
* | Constify method to make VC++ happy. Patch by Brian Diekelman! | Ted Kremenek | 2009-04-01 | 1 | -2/+2 |
* | Tidy up some comments. | Dan Gohman | 2009-03-31 | 1 | -3/+3 |
* | Add a comment. | Dan Gohman | 2009-03-31 | 1 | -1/+2 |
* | Update the polygen grammer to reflect that zext and sext are no longer | Dan Gohman | 2009-03-30 | 1 | -2/+0 |
* | fix a few spelling errors and typos | Jim Grosbach | 2009-03-26 | 9 | -16/+16 |
* | Use 'bool' for FoundRC | Jim Grosbach | 2009-03-26 | 1 | -2/+2 |
* | Modify getRegisterValueType() to allow for a register being in mutliple | Jim Grosbach | 2009-03-25 | 1 | -5/+26 |
* | Add sanity check in Clang TableGen backend to check if 'Component' is a string. | Ted Kremenek | 2009-03-23 | 1 | -1/+1 |
* | Fix the Win32 VS2008 build: | Sebastian Redl | 2009-03-19 | 1 | -1/+1 |
* | Fix regression in 'tblgen -gen-clang-diags-defs': Emit the diagnostic kind in... | Ted Kremenek | 2009-03-19 | 1 | -1/+2 |
* | Add support to tablegen for naming the nodes themselves, not just the operands, | Nate Begeman | 2009-03-19 | 4 | -18/+36 |
* | tblgen -gen-clang-diags-options: Output OptionTable entries in lexicographic | Ted Kremenek | 2009-03-18 | 1 | -7/+19 |
* | 'tblgen -gen-clang-diags-options' now outputs the OptionTable: | Ted Kremenek | 2009-03-18 | 1 | -5/+19 |
* | Add another Clang TableGen-backend (-gen-clang-diags-options) for emitting | Ted Kremenek | 2009-03-18 | 3 | -0/+116 |
* | include the null at the end of a memorybuffer as part of the buffer. | Chris Lattner | 2009-03-18 | 1 | -1/+3 |
* | Add TGSourceMgr.cpp to CMake build, sort lines | Douglas Gregor | 2009-03-16 | 1 | -2/+3 |
* | Add TableGen syntax highlighting for the jEdit editor. | Sebastian Redl | 2009-03-14 | 2 | -0/+53 |
* | Add (hidden) TableGen command option '-clang-component' which specifies the | Ted Kremenek | 2009-03-13 | 3 | -11/+42 |
* | Add initial implementation of a TableGen backend for converting Clang-warnings | Ted Kremenek | 2009-03-13 | 4 | -2/+127 |
* | Further constify Record::isSubClassOf. | Ted Kremenek | 2009-03-13 | 1 | -1/+1 |
* | Fix escaping in asm string literals correctly by having tblgen unescape | Chris Lattner | 2009-03-13 | 2 | -7/+16 |
* | add a horrible hack to fix the build. | Chris Lattner | 2009-03-13 | 1 | -0/+9 |
* | add support for a few simple escape characters in tblgen strings. | Chris Lattner | 2009-03-13 | 1 | -1/+25 |
* | add a new TGError class and use it to propagate location info with | Chris Lattner | 2009-03-13 | 3 | -20/+26 |
* | give each Record a location. | Chris Lattner | 2009-03-13 | 4 | -15/+29 |
* | make "locations" a class instead of a typedef. | Chris Lattner | 2009-03-13 | 7 | -58/+82 |
* | Unbreak build, bring in std::string for GCC 4.3 | Argyrios Kyrtzidis | 2009-03-13 | 1 | -0/+1 |
* | Unbreak build. | Evan Cheng | 2009-03-13 | 1 | -0/+1 |
* | split buffer management and diagnostic printing out of the tblgen | Chris Lattner | 2009-03-13 | 6 | -70/+228 |