summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAge
* Use CallConvLower.h and TableGen descriptions of the calling conventionsBob Wilson2009-04-17
* Fix PR3994: LLVMMatchType arguments do not refer to absolute return valueBob Wilson2009-04-16
* prove diagnostic -> group mapping information.Chris Lattner2009-04-16
* encode subgroups into the clang .inc file. -Wall now works!Chris Lattner2009-04-16
* start producing subgroup info.Chris Lattner2009-04-16
* make sure that empty diag groups get known by clang.Chris Lattner2009-04-15
* implement support for writing out diagnostic group tables.Chris Lattner2009-04-15
* use UppercaseString instead of EmitAllCapsChris Lattner2009-04-15
* use escape string.Chris Lattner2009-04-15
* rename -gen-clang-diags-options -> -gen-clang-diag-groupsChris Lattner2009-04-15
* don't infer diag class from parenting relations, make it an explicit fieldChris Lattner2009-04-15
* include the default mapping in the clang diagnostic .inc files.Chris Lattner2009-04-15
* minor cleanupsChris Lattner2009-04-15
* Rename COPY_TO_SUBCLASS to COPY_TO_REGCLASS, and generalizeDan Gohman2009-04-13
* Add a new TargetInstrInfo MachineInstr opcode, COPY_TO_SUBCLASS.Dan Gohman2009-04-13
* Generalize getRegisterClassForRegister to handle registersDan Gohman2009-04-13
* Don't install the libLLVMHello.dylib example.Bill Wendling2009-04-10
* Don't run "dsymutils" on .a files.Bill Wendling2009-04-10
* Give register alias checking the hash table treatment too.Owen Anderson2009-04-09
* Convert TargetRegisterInfo's super-register checking to use a pre-computed ha...Owen Anderson2009-04-09
* "This adds a getName() method to TargetRegisterClass, just like in TargetRegi...Chris Lattner2009-04-03
* Delete ISD::INSERT_SUBREG and ISD::EXTRACT_SUBREG, which are unused.Dan Gohman2009-04-03
* Constify method to make VC++ happy. Patch by Brian Diekelman!Ted Kremenek2009-04-01
* Tidy up some comments.Dan Gohman2009-03-31
* Add a comment.Dan Gohman2009-03-31
* Update the polygen grammer to reflect that zext and sext are no longerDan Gohman2009-03-30
* fix a few spelling errors and typosJim Grosbach2009-03-26
* Use 'bool' for FoundRCJim Grosbach2009-03-26
* Modify getRegisterValueType() to allow for a register being in mutlipleJim Grosbach2009-03-25
* Add sanity check in Clang TableGen backend to check if 'Component' is a string.Ted Kremenek2009-03-23
* Fix the Win32 VS2008 build:Sebastian Redl2009-03-19
* Fix regression in 'tblgen -gen-clang-diags-defs': Emit the diagnostic kind in...Ted Kremenek2009-03-19
* Add support to tablegen for naming the nodes themselves, not just the operands, Nate Begeman2009-03-19
* tblgen -gen-clang-diags-options: Output OptionTable entries in lexicographicTed Kremenek2009-03-18
* 'tblgen -gen-clang-diags-options' now outputs the OptionTable:Ted Kremenek2009-03-18
* Add another Clang TableGen-backend (-gen-clang-diags-options) for emittingTed Kremenek2009-03-18
* include the null at the end of a memorybuffer as part of the buffer.Chris Lattner2009-03-18
* Add TGSourceMgr.cpp to CMake build, sort linesDouglas Gregor2009-03-16
* Add TableGen syntax highlighting for the jEdit editor.Sebastian Redl2009-03-14
* Add (hidden) TableGen command option '-clang-component' which specifies theTed Kremenek2009-03-13
* Add initial implementation of a TableGen backend for converting Clang-warningsTed Kremenek2009-03-13
* Further constify Record::isSubClassOf.Ted Kremenek2009-03-13
* Fix escaping in asm string literals correctly by having tblgen unescape Chris Lattner2009-03-13
* add a horrible hack to fix the build.Chris Lattner2009-03-13
* add support for a few simple escape characters in tblgen strings.Chris Lattner2009-03-13
* add a new TGError class and use it to propagate location info withChris Lattner2009-03-13
* give each Record a location.Chris Lattner2009-03-13
* make "locations" a class instead of a typedef.Chris Lattner2009-03-13
* Unbreak build, bring in std::string for GCC 4.3Argyrios Kyrtzidis2009-03-13
* Unbreak build.Evan Cheng2009-03-13