| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Initial version of automake Makefile.am file. | Reid Spencer | 2004-10-10 | 1 | -0/+12 |
| | | | | | llvm-svn: 16888 | ||||
| * | Initial version of automake Makefile.am file. | Reid Spencer | 2004-10-10 | 3 | -0/+92 |
| | | | | | llvm-svn: 16885 | ||||
| * | Remove unused variable. | Reid Spencer | 2004-10-08 | 1 | -1/+0 |
| | | | | | llvm-svn: 16844 | ||||
| * | Make it so that positional parameters can have spaces in them. | Reid Spencer | 2004-10-08 | 1 | -1/+1 |
| | | | | | llvm-svn: 16843 | ||||
| * | Properly `quote' names, and don't forget to add the ending quote! | Misha Brukman | 2004-10-08 | 1 | -24/+24 |
| | | | | | llvm-svn: 16838 | ||||
| * | Fix usage description typo | Misha Brukman | 2004-10-08 | 1 | -1/+1 |
| | | | | | llvm-svn: 16831 | ||||
| * | Make comment header span the entire line | Misha Brukman | 2004-10-08 | 1 | -1/+1 |
| | | | | | llvm-svn: 16830 | ||||
| * | Make these scripts work on SunOS too. | Reid Spencer | 2004-10-07 | 2 | -2/+11 |
| | | | | | llvm-svn: 16805 | ||||
| * | Correctly parse variant notation | Chris Lattner | 2004-10-03 | 1 | -6/+42 |
| | | | | | llvm-svn: 16637 | ||||
| * | Add initial support for variants. This just parses the new format, no | Chris Lattner | 2004-10-03 | 1 | -1/+12 |
| | | | | | | | functionality is added llvm-svn: 16636 | ||||
| * | #include DataTypes.h to compile on MinGW, patch by Henrik Bach. | Misha Brukman | 2004-09-30 | 1 | -0/+1 |
| | | | | | llvm-svn: 16616 | ||||
| * | * Add `deplibs' keyword for specifying a list of dependent libraries | Misha Brukman | 2004-09-28 | 1 | -4/+4 |
| | | | | | | | * Convert tabs to spaces llvm-svn: 16558 | ||||
| * | Add `deplibs' keyword for specifying a list of dependent libraries | Misha Brukman | 2004-09-28 | 1 | -1/+1 |
| | | | | | llvm-svn: 16557 | ||||
| * | Add support for the isLoad and isStore flags, needed by the instruction ↵ | Nate Begeman | 2004-09-28 | 3 | -0/+6 |
| | | | | | | | scheduler llvm-svn: 16554 | ||||
| * | Turn the hasDelaySlot flag into the M_DELAY_SLOT_FLAG | Chris Lattner | 2004-09-28 | 3 | -0/+3 |
| | | | | | llvm-svn: 16553 | ||||
| * | Touch output files before reading or writing them, so that they are | Brian Gaeke | 2004-09-28 | 1 | -3/+26 |
| | | | | | | | | | | | | always guaranteed to exist. This fixes PR444. Thanks to Alkis for reporting the bug and testing the patch. AddRecord used to return a big list, but that return value was never used. So now it doesn't return anything. Create the WebDir if it does not exist. Fix a typo in a comment. llvm-svn: 16541 | ||||
| * | Documentation upgrade. | Reid Spencer | 2004-09-20 | 3 | -6/+41 |
| | | | | | llvm-svn: 16445 | ||||
| * | Finish the documentation. | Reid Spencer | 2004-09-20 | 1 | -9/+5 |
| | | | | | llvm-svn: 16444 | ||||
| * | Tighten up the specification of what counts as a code file. The previous | Reid Spencer | 2004-09-20 | 1 | -11/+60 |
| | | | | | | | | | specification was too liberal in some areas and missing things in others. This specification is based on the actual extensions found in the source tree. llvm-svn: 16443 | ||||
| * | Base the implementation on the llvmdo script so that we only have to | Reid Spencer | 2004-09-20 | 3 | -38/+11 |
| | | | | | | | maintain the logic for "what counts as a source file" in one place. llvm-svn: 16442 | ||||
| * | Fixed to actually work correctly and be the basis for other tools by | Reid Spencer | 2004-09-20 | 1 | -9/+39 |
| | | | | | | | | allowing the set of directories searched to be specified either by the LLVMDO_DIRS env var or by the -dirs "dirs..." command line option. llvm-svn: 16441 | ||||
| * | Don't count .lo files :) | Chris Lattner | 2004-09-20 | 1 | -0/+1 |
| | | | | | llvm-svn: 16439 | ||||
| * | Don't include libtool "object" files | Chris Lattner | 2004-09-18 | 2 | -0/+2 |
| | | | | | llvm-svn: 16391 | ||||
| * | Revamp the Register class, and allow the use of the RegisterGroup class to | Chris Lattner | 2004-09-14 | 1 | -8/+5 |
| | | | | | | | | | specify aliases directly in register definitions. Patch contributed by Jason Eckhardt! llvm-svn: 16330 | ||||
| * | Modify the lines of code counting mechanism to use the new "countloc.sh" | Reid Spencer | 2004-09-06 | 1 | -1/+1 |
| | | | | | | | | utility. This avoids some problems with long line lengths and counting the wrong things. llvm-svn: 16200 | ||||
| * | Added a tool to more accurately count the lines of code. The previous | Reid Spencer | 2004-09-06 | 1 | -0/+38 |
| | | | | | | | | | | | | utility, getsrcs.sh suffered from two problems: (1) it generated command lines too long for some platforms and (2) it searched the projects diretory which now contains the llvm-test module (in nightly tester) but we don't want to include the test code in our LOC calculation. This script should be maintained as LLVM adds new top level directories that contain source code. llvm-svn: 16199 | ||||
| * | Remove double paren use in system() function so that the command line can | Reid Spencer | 2004-09-05 | 1 | -2/+2 |
| | | | | | | | be correctly interpreted by non-bash shells. llvm-svn: 16194 | ||||
| * | Make the NightlyTest run tests out of projects/llvm-test instead of | Reid Spencer | 2004-09-05 | 1 | -4/+6 |
| | | | | | | | llvm/test/Programs llvm-svn: 16181 | ||||
| * | Clean up some "clean:" targets so they use $(VERB) and don't print anything | Reid Spencer | 2004-09-03 | 2 | -4/+4 |
| | | | | | | | by default, like every other "clean" target in LLVM. llvm-svn: 16161 | ||||
| * | Make tblgen's exception handling a little more robust by printing the | Reid Spencer | 2004-09-03 | 1 | -1/+8 |
| | | | | | | | program name and also catching ... llvm-svn: 16160 | ||||
| * | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 6 | -10/+10 |
| | | | | | | | | | Move include/Config and include/Support into include/llvm/Config, include/llvm/ADT and include/llvm/Support. From here on out, all LLVM public header files must be under include/llvm/. llvm-svn: 16137 | ||||
| * | Link with LLVMsystem.a for operating system independence. | Reid Spencer | 2004-08-29 | 1 | -1/+1 |
| | | | | | llvm-svn: 16094 | ||||
| * | RemoveFileOnErrorSignal is now in the llvm::sys namespace. Adjust | Reid Spencer | 2004-08-29 | 1 | -1/+1 |
| | | | | | | | accordingly. llvm-svn: 16093 | ||||
| * | Add the examples directory to these scripts. | Reid Spencer | 2004-08-24 | 2 | -2/+2 |
| | | | | | llvm-svn: 16030 | ||||
| * | Alignment is now in bits. | Chris Lattner | 2004-08-21 | 1 | -2/+1 |
| | | | | | llvm-svn: 15976 | ||||
| * | Make alignment be in bits, just like size is | Chris Lattner | 2004-08-21 | 2 | -2/+3 |
| | | | | | llvm-svn: 15969 | ||||
| * | Infer the spillsize/alignment of a register based on the register classes | Chris Lattner | 2004-08-21 | 1 | -3/+34 |
| | | | | | | | it is embedded into. llvm-svn: 15966 | ||||
| * | Support "Methods" in register classes in CodgeGenRegisterClass | Chris Lattner | 2004-08-21 | 3 | -11/+10 |
| | | | | | llvm-svn: 15965 | ||||
| * | Start parsing register classes into a more structured form | Chris Lattner | 2004-08-21 | 4 | -19/+61 |
| | | | | | llvm-svn: 15961 | ||||
| * | Read in declared reg sizes | Chris Lattner | 2004-08-21 | 2 | -1/+7 |
| | | | | | llvm-svn: 15960 | ||||
| * | Do not #include files into the llvm namespace | Chris Lattner | 2004-08-17 | 7 | -18/+20 |
| | | | | | llvm-svn: 15849 | ||||
| * | Use CodeGenRegister class to make reading in of register information more | Chris Lattner | 2004-08-16 | 3 | -19/+42 |
| | | | | | | | systematic. llvm-svn: 15805 | ||||
| * | Add initial support for register and register class representation. | Chris Lattner | 2004-08-16 | 1 | -0/+37 |
| | | | | | | | Obviously this is not done. llvm-svn: 15804 | ||||
| * | Remove awareness of isDummyClass | Chris Lattner | 2004-08-15 | 1 | -9/+2 |
| | | | | | llvm-svn: 15789 | ||||
| * | Include .td and .txt files in the greps. This will allow me to find symbols in | Chris Lattner | 2004-08-15 | 2 | -2/+2 |
| | | | | | | | them, and also count them in the LOC of LLVM for the nightly tester. llvm-svn: 15786 | ||||
| * | Make the AsmWriter a first-class tblgen object. Allow targets to specify | Chris Lattner | 2004-08-14 | 4 | -8/+32 |
| | | | | | | | name of the generated asmwriter class, and the name of the format string. llvm-svn: 15747 | ||||
| * | Fix minor bug in previous checkin | Chris Lattner | 2004-08-11 | 1 | -4/+5 |
| | | | | | llvm-svn: 15649 | ||||
| * | change how we invoke the printer. Instead of passing in the MO directly, | Chris Lattner | 2004-08-11 | 1 | -1/+2 |
| | | | | | | | pass in the MI, operand number, and the type of the operand. llvm-svn: 15645 | ||||
| * | Start parsing more information from the Operand information | Chris Lattner | 2004-08-11 | 2 | -8/+35 |
| | | | | | llvm-svn: 15644 | ||||
| * | Remove special case hacks | Chris Lattner | 2004-08-11 | 1 | -8/+2 |
| | | | | | llvm-svn: 15643 | ||||

