| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't include libtool "object" files | Chris Lattner | 2004-09-18 | 2 | -0/+2 |
* | Revamp the Register class, and allow the use of the RegisterGroup class to | Chris Lattner | 2004-09-14 | 1 | -8/+5 |
* | Modify the lines of code counting mechanism to use the new "countloc.sh" | Reid Spencer | 2004-09-06 | 1 | -1/+1 |
* | Added a tool to more accurately count the lines of code. The previous | Reid Spencer | 2004-09-06 | 1 | -0/+38 |
* | Remove double paren use in system() function so that the command line can | Reid Spencer | 2004-09-05 | 1 | -2/+2 |
* | Make the NightlyTest run tests out of projects/llvm-test instead of | Reid Spencer | 2004-09-05 | 1 | -4/+6 |
* | Clean up some "clean:" targets so they use $(VERB) and don't print anything | Reid Spencer | 2004-09-03 | 2 | -4/+4 |
* | Make tblgen's exception handling a little more robust by printing the | Reid Spencer | 2004-09-03 | 1 | -1/+8 |
* | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 6 | -10/+10 |
* | Link with LLVMsystem.a for operating system independence. | Reid Spencer | 2004-08-29 | 1 | -1/+1 |
* | RemoveFileOnErrorSignal is now in the llvm::sys namespace. Adjust | Reid Spencer | 2004-08-29 | 1 | -1/+1 |
* | Add the examples directory to these scripts. | Reid Spencer | 2004-08-24 | 2 | -2/+2 |
* | Alignment is now in bits. | Chris Lattner | 2004-08-21 | 1 | -2/+1 |
* | Make alignment be in bits, just like size is | Chris Lattner | 2004-08-21 | 2 | -2/+3 |
* | Infer the spillsize/alignment of a register based on the register classes | Chris Lattner | 2004-08-21 | 1 | -3/+34 |
* | Support "Methods" in register classes in CodgeGenRegisterClass | Chris Lattner | 2004-08-21 | 3 | -11/+10 |
* | Start parsing register classes into a more structured form | Chris Lattner | 2004-08-21 | 4 | -19/+61 |
* | Read in declared reg sizes | Chris Lattner | 2004-08-21 | 2 | -1/+7 |
* | Do not #include files into the llvm namespace | Chris Lattner | 2004-08-17 | 7 | -18/+20 |
* | Use CodeGenRegister class to make reading in of register information more | Chris Lattner | 2004-08-16 | 3 | -19/+42 |
* | Add initial support for register and register class representation. | Chris Lattner | 2004-08-16 | 1 | -0/+37 |
* | Remove awareness of isDummyClass | Chris Lattner | 2004-08-15 | 1 | -9/+2 |
* | Include .td and .txt files in the greps. This will allow me to find symbols in | Chris Lattner | 2004-08-15 | 2 | -2/+2 |
* | Make the AsmWriter a first-class tblgen object. Allow targets to specify | Chris Lattner | 2004-08-14 | 4 | -8/+32 |
* | Fix minor bug in previous checkin | Chris Lattner | 2004-08-11 | 1 | -4/+5 |
* | change how we invoke the printer. Instead of passing in the MO directly, | Chris Lattner | 2004-08-11 | 1 | -1/+2 |
* | Start parsing more information from the Operand information | Chris Lattner | 2004-08-11 | 2 | -8/+35 |
* | Remove special case hacks | Chris Lattner | 2004-08-11 | 1 | -8/+2 |
* | Deleted commented-out code as we now get namespace directly, add comments | Misha Brukman | 2004-08-10 | 1 | -2/+3 |
* | Use the target name instead of hard-coding SparcV9. | Misha Brukman | 2004-08-10 | 1 | -3/+3 |
* | This was a good idea, but until this does not break the build of | Chris Lattner | 2004-08-10 | 1 | -3/+3 |
* | Use the current target name instead of a ClassPrefix. | Misha Brukman | 2004-08-09 | 1 | -3/+3 |
* | * Use Classname and ClassPrefix instead of hard-coded V9 values | Misha Brukman | 2004-08-09 | 1 | -8/+7 |
* | Split out -disable-codegen into -disable-llc and -disable-jit. | Brian Gaeke | 2004-08-05 | 1 | -5/+10 |
* | * Added documentation in the file header | Misha Brukman | 2004-08-04 | 1 | -2/+4 |
* | Be picky | Chris Lattner | 2004-08-01 | 1 | -1/+5 |
* | Instructions no longer need to have names. | Chris Lattner | 2004-08-01 | 1 | -1/+6 |
* | Add support for asm printing machine instructions that have operands. | Chris Lattner | 2004-08-01 | 1 | -2/+48 |
* | Parse the operand list of the instruction. We currently support register and... | Chris Lattner | 2004-08-01 | 3 | -7/+54 |
* | Initial cut at an asm writer emitter. So far, this only handles emission of | Chris Lattner | 2004-08-01 | 4 | -3/+99 |
* | Add, and start using, the CodeGenInstruction class. This class represents | Chris Lattner | 2004-08-01 | 5 | -47/+144 |
* | Rename CodeGenWrappers.(cpp|h) -> CodeGenTarget.(cpp|h) | Chris Lattner | 2004-08-01 | 8 | -181/+13 |
* | Finegrainify namespacification | Chris Lattner | 2004-08-01 | 9 | -49/+26 |
* | Support new flag | Chris Lattner | 2004-07-31 | 1 | -0/+1 |
* | Fix the nightly tester to default to using gnuplot in /usr/bin | Chris Lattner | 2004-07-27 | 1 | -1/+1 |
* | Ugh, the upgrade of zion brought in GCC 3.3.2, our arch nemesis. | Chris Lattner | 2004-07-27 | 1 | -0/+2 |
* | Implement test/Regression/TableGen/ListSlices.td | Chris Lattner | 2004-07-27 | 2 | -29/+142 |
* | Add initial support for list slices. This currently allows you to do stuff | Chris Lattner | 2004-07-26 | 3 | -16/+65 |
* | A utility to run an arbitrary program on each of the LLVM source files. | Reid Spencer | 2004-07-26 | 1 | -0/+31 |
* | Change column name | Chris Lattner | 2004-07-23 | 1 | -3/+3 |