summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAge
* 1. Remove ranges from itinerary data.Jim Laskey2005-11-03
* Reject integer literals that are out of range for their type.Chris Lattner2005-11-03
* Add support for immediates directly in the pattern, this allows itanium toChris Lattner2005-11-02
* Allow itineraries to be passed through the Target Machine.Jim Laskey2005-11-01
* Keep VC++ happy.Jeff Cohen2005-11-01
* Let people who run the nightly tester specify paths to external tests, insteadChris Lattner2005-11-01
* Emit itinerary class in instruction info.Jim Laskey2005-10-31
* Generate cpu to itinerary map.Jim Laskey2005-10-31
* Revert an accidental commit.Chris Lattner2005-10-29
* Make negative immediates in patterns work correctly, silence some warningsChris Lattner2005-10-29
* Switch more code over to using getValueAsListOfDefs. Look at all the -'s. :)Chris Lattner2005-10-28
* Rename Record::getValueAsListDef to getValueAsListOfDefs, to more accuratelyChris Lattner2005-10-28
* Use the new interface Jim addedChris Lattner2005-10-28
* Removed Mr. Smith from the code.Jim Laskey2005-10-28
* Added method to return a vector of records for a ListInit of Def field. ThisJim Laskey2005-10-28
* The nightly tester report doesn't report JIT code size anymore, remove itChris Lattner2005-10-28
* Add some commentary.Jim Laskey2005-10-28
* Keep Visual Studio happy.Jeff Cohen2005-10-28
* Now generating instruction itineraries for scheduling. Not my best work, but...Jim Laskey2005-10-27
* Simplify.Jim Laskey2005-10-26
* Give full control of subtarget features over to table generated code.Jim Laskey2005-10-26
* Condcodes are in the ISD namespaceChris Lattner2005-10-26
* Add support for CondCode'sChris Lattner2005-10-26
* Emit some boilerplate for targetsChris Lattner2005-10-25
* Refactored to make room for more stuff (scheduling info.)Jim Laskey2005-10-25
* Fix an incompatibility with GCC 4.1, thanks to Vladimir MerzliakovChris Lattner2005-10-24
* Add the needed #include, emit enums with the sizes of tables, removeChris Lattner2005-10-23
* Remove the obsolete instr selector emitterChris Lattner2005-10-23
* Sort the features and processor lists for the sake of search (and maintainers.)Jim Laskey2005-10-22
* Plugin new subtarget backend into the build.Jim Laskey2005-10-21
* New TableGen backends for subtarget information. Only command line stuffJim Laskey2005-10-21
* Make tblgen emit:Chris Lattner2005-10-21
* add support for literal immediates in patterns to match, allowing us toChris Lattner2005-10-19
* Add basic support for integer constants in pattern results.Chris Lattner2005-10-19
* Fix some checking that was causing duraid to get a perplexing assertionChris Lattner2005-10-19
* Add support for patterns that have physical registers in them. Testcase:Chris Lattner2005-10-19
* Asserting here is to violentChris Lattner2005-10-19
* Nate wants to define 'Pat's which turn into instructions that don't haveChris Lattner2005-10-19
* Duraid pointed out that it is impolite to emit PPC:: into the IA64 backendChris Lattner2005-10-18
* Make the generated code significantly more memory efficient, by usingChris Lattner2005-10-16
* Implement the last major missing piece in the DAG isel generator: when emittingChris Lattner2005-10-15
* Now that we have int/fp lattice values, implement the SDTCisOpSmallerThanOpChris Lattner2005-10-14
* Fairly serious rework of the typing code to add new int/fp lattice values.Chris Lattner2005-10-14
* simplify the code a bitChris Lattner2005-10-14
* Add basic support for recognizing a new SDTCisOpSmallerThanOp type constraintChris Lattner2005-10-14
* Implement a couple of new (important) features.Chris Lattner2005-10-14
* Do not let getLegalValueTypes return a list with duplicates in itChris Lattner2005-10-14
* Updated to be less restrictive on what is matchedPatrick Meredith2005-10-13
* apparently one of the makefile changes changed libprofile.so to profile.soChris Lattner2005-10-13
* This script is used to remove nodes with the label %tmp(.#)* and allPatrick Meredith2005-10-13