summaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Add an option and stuff implementation of a dag isel emitterChris Lattner2005-09-032-0/+45
* Implement PR614:Reid Spencer2005-08-275-8/+4259
* spell this rightChris Lattner2005-08-261-1/+1
* spell this variable rightChris Lattner2005-08-263-3/+3
* Expose a new flag to TargetInstrInfoChris Lattner2005-08-263-0/+4
* add a marker at the end of the instruction enum listChris Lattner2005-08-261-0/+1
* Emit this:Chris Lattner2005-08-191-2/+1
* Expose the derived register classes to the public header, allowing themChris Lattner2005-08-191-22/+23
* Split register class "Methods" into MethodProtos and MethodBodiesChris Lattner2005-08-193-6/+13
* Refactor to use Target.getRegisterClasses consistently, which providesChris Lattner2005-08-191-31/+41
* Emit real operand info for instructions. This currently works but is badChris Lattner2005-08-192-10/+45
* Read the namespace field from register classesChris Lattner2005-08-192-0/+8
* add a setName method to recordChris Lattner2005-08-191-1/+1
* Add a setName method to Record.Chris Lattner2005-08-192-0/+26
* For now, just emit empty operand info structures.Chris Lattner2005-08-192-2/+24
* Fix a problem jeffc noticedChris Lattner2005-08-191-0/+1
* The code emitter generator only supports targets with 32-bit instructionChris Lattner2005-08-191-1/+1
* now that all of the targets are clean w.r.t. the number of operands for eachChris Lattner2005-08-191-3/+11
* Figure out how many operands each instruction has, keep track of whetherChris Lattner2005-08-182-6/+12
* revert this change, which causes breakage, temporarilyChris Lattner2005-08-181-1/+3
* When emitting implicit use/def lists, only emit each unique list once. ThoughChris Lattner2005-08-182-21/+48
* Fill in the numOperands field of the TargetInstrDescriptor struct from theChris Lattner2005-08-181-1/+1
* make is the standard name, not gmakeChris Lattner2005-08-021-1/+1
* Eliminate all remaining tabs and trailing spaces.Jeff Cohen2005-07-271-4/+4
* Fix PR595: These error messages should not be looking at CGI.Name, theyChris Lattner2005-07-151-9/+13
* Add support for a TODO; instructions in .td files can now have argumentsNate Begeman2005-07-141-1/+24
* * Add ability to specify the target LLVM will compile for via configureMisha Brukman2005-06-061-2/+6
* Add a -cvstag option for testing specific branches, such as release candidatesMisha Brukman2005-05-261-4/+10
* now with a legend, and multiple lines work.Andrew Lenharth2005-05-202-6/+10
* OK, the simple scheme for the db plus a couple of cgi scripts thatAndrew Lenharth2005-05-203-0/+154
* It would help if the headings were sorted properly.Reid Spencer2005-05-161-1/+1
* Fix a brain blunder in the HTML output.Reid Spencer2005-05-161-3/+4
* Sometimes tab completion is *not* your friend. Added the wrong file, byReid Spencer2005-05-162-21/+257
* Add a script to generate information about the number of lines of code aReid Spencer2005-05-161-0/+21
* add support for fastcc and friendsChris Lattner2005-05-132-2/+2
* * Fix wording of the warningMisha Brukman2005-05-121-2/+8
* Hilight tailChris Lattner2005-05-062-2/+2
* import fix and plot multiple lines at onceAndrew Lenharth2005-04-272-15/+29
* Generate a gnuplot script for any program and any test (like llc or gcc)Andrew Lenharth2005-04-271-0/+39
* So you want to import nightly tester data into a data base? Have we got the ...Andrew Lenharth2005-04-271-7/+67
* fix for parse, and a start at db import. Using CVS as scp :)Andrew Lenharth2005-04-272-3/+31
* A first step towards being able to do more interesting things with the nightl...Andrew Lenharth2005-04-271-0/+32
* elisp code to help with LLVM code standards complianceMisha Brukman2005-04-241-0/+12
* .vimrc file to aid in LLVM coding standards conformanceMisha Brukman2005-04-241-0/+34
* Eliminate tabs and trailing spacesJeff Cohen2005-04-2226-3702/+3702
* Remove trailing whitespaceMisha Brukman2005-04-2220-136/+136
* ignore generated filesChris Lattner2005-04-191-0/+4
* fix bogus warningChris Lattner2005-04-191-0/+1
* Major change to tblgen: instead of resolving values every time a class isChris Lattner2005-04-193-73/+119
* implementing shifting of literal integersChris Lattner2005-04-192-0/+16