| Commit message (Expand) | Author | Age | Files | Lines |
* | Add an option and stuff implementation of a dag isel emitter | Chris Lattner | 2005-09-03 | 2 | -0/+45 |
* | Implement PR614: | Reid Spencer | 2005-08-27 | 5 | -8/+4259 |
* | spell this right | Chris Lattner | 2005-08-26 | 1 | -1/+1 |
* | spell this variable right | Chris Lattner | 2005-08-26 | 3 | -3/+3 |
* | Expose a new flag to TargetInstrInfo | Chris Lattner | 2005-08-26 | 3 | -0/+4 |
* | add a marker at the end of the instruction enum list | Chris Lattner | 2005-08-26 | 1 | -0/+1 |
* | Emit this: | Chris Lattner | 2005-08-19 | 1 | -2/+1 |
* | Expose the derived register classes to the public header, allowing them | Chris Lattner | 2005-08-19 | 1 | -22/+23 |
* | Split register class "Methods" into MethodProtos and MethodBodies | Chris Lattner | 2005-08-19 | 3 | -6/+13 |
* | Refactor to use Target.getRegisterClasses consistently, which provides | Chris Lattner | 2005-08-19 | 1 | -31/+41 |
* | Emit real operand info for instructions. This currently works but is bad | Chris Lattner | 2005-08-19 | 2 | -10/+45 |
* | Read the namespace field from register classes | Chris Lattner | 2005-08-19 | 2 | -0/+8 |
* | add a setName method to record | Chris Lattner | 2005-08-19 | 1 | -1/+1 |
* | Add a setName method to Record. | Chris Lattner | 2005-08-19 | 2 | -0/+26 |
* | For now, just emit empty operand info structures. | Chris Lattner | 2005-08-19 | 2 | -2/+24 |
* | Fix a problem jeffc noticed | Chris Lattner | 2005-08-19 | 1 | -0/+1 |
* | The code emitter generator only supports targets with 32-bit instruction | Chris Lattner | 2005-08-19 | 1 | -1/+1 |
* | now that all of the targets are clean w.r.t. the number of operands for each | Chris Lattner | 2005-08-19 | 1 | -3/+11 |
* | Figure out how many operands each instruction has, keep track of whether | Chris Lattner | 2005-08-18 | 2 | -6/+12 |
* | revert this change, which causes breakage, temporarily | Chris Lattner | 2005-08-18 | 1 | -1/+3 |
* | When emitting implicit use/def lists, only emit each unique list once. Though | Chris Lattner | 2005-08-18 | 2 | -21/+48 |
* | Fill in the numOperands field of the TargetInstrDescriptor struct from the | Chris Lattner | 2005-08-18 | 1 | -1/+1 |
* | make is the standard name, not gmake | Chris Lattner | 2005-08-02 | 1 | -1/+1 |
* | Eliminate all remaining tabs and trailing spaces. | Jeff Cohen | 2005-07-27 | 1 | -4/+4 |
* | Fix PR595: These error messages should not be looking at CGI.Name, they | Chris Lattner | 2005-07-15 | 1 | -9/+13 |
* | Add support for a TODO; instructions in .td files can now have arguments | Nate Begeman | 2005-07-14 | 1 | -1/+24 |
* | * Add ability to specify the target LLVM will compile for via configure | Misha Brukman | 2005-06-06 | 1 | -2/+6 |
* | Add a -cvstag option for testing specific branches, such as release candidates | Misha Brukman | 2005-05-26 | 1 | -4/+10 |
* | now with a legend, and multiple lines work. | Andrew Lenharth | 2005-05-20 | 2 | -6/+10 |
* | OK, the simple scheme for the db plus a couple of cgi scripts that | Andrew Lenharth | 2005-05-20 | 3 | -0/+154 |
* | It would help if the headings were sorted properly. | Reid Spencer | 2005-05-16 | 1 | -1/+1 |
* | Fix a brain blunder in the HTML output. | Reid Spencer | 2005-05-16 | 1 | -3/+4 |
* | Sometimes tab completion is *not* your friend. Added the wrong file, by | Reid Spencer | 2005-05-16 | 2 | -21/+257 |
* | Add a script to generate information about the number of lines of code a | Reid Spencer | 2005-05-16 | 1 | -0/+21 |
* | add support for fastcc and friends | Chris Lattner | 2005-05-13 | 2 | -2/+2 |
* | * Fix wording of the warning | Misha Brukman | 2005-05-12 | 1 | -2/+8 |
* | Hilight tail | Chris Lattner | 2005-05-06 | 2 | -2/+2 |
* | import fix and plot multiple lines at once | Andrew Lenharth | 2005-04-27 | 2 | -15/+29 |
* | Generate a gnuplot script for any program and any test (like llc or gcc) | Andrew Lenharth | 2005-04-27 | 1 | -0/+39 |
* | So you want to import nightly tester data into a data base? Have we got the ... | Andrew Lenharth | 2005-04-27 | 1 | -7/+67 |
* | fix for parse, and a start at db import. Using CVS as scp :) | Andrew Lenharth | 2005-04-27 | 2 | -3/+31 |
* | A first step towards being able to do more interesting things with the nightl... | Andrew Lenharth | 2005-04-27 | 1 | -0/+32 |
* | elisp code to help with LLVM code standards compliance | Misha Brukman | 2005-04-24 | 1 | -0/+12 |
* | .vimrc file to aid in LLVM coding standards conformance | Misha Brukman | 2005-04-24 | 1 | -0/+34 |
* | Eliminate tabs and trailing spaces | Jeff Cohen | 2005-04-22 | 26 | -3702/+3702 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-22 | 20 | -136/+136 |
* | ignore generated files | Chris Lattner | 2005-04-19 | 1 | -0/+4 |
* | fix bogus warning | Chris Lattner | 2005-04-19 | 1 | -0/+1 |
* | Major change to tblgen: instead of resolving values every time a class is | Chris Lattner | 2005-04-19 | 3 | -73/+119 |
* | implementing shifting of literal integers | Chris Lattner | 2005-04-19 | 2 | -0/+16 |