| Commit message (Expand) | Author | Age | Files | Lines |
* | Add EXTRA_DIST for additional files to be distributed. | Reid Spencer | 2004-10-26 | 1 | -0/+2 |
* | New Makefile Features: | Reid Spencer | 2004-10-25 | 1 | -0/+5 |
* | Make VC happier, patch contributed by Morten Ofstad | Chris Lattner | 2004-10-23 | 1 | -1/+1 |
* | Remove double colon rule for gram.tab.h so it doesn't conflict with the | Reid Spencer | 2004-10-22 | 1 | -1/+1 |
* | We're not doing automake any more | Reid Spencer | 2004-10-22 | 4 | -2687/+0 |
* | Adjust to changes in Makefile.rules | Reid Spencer | 2004-10-22 | 1 | -1/+1 |
* | We won't use automake | Reid Spencer | 2004-10-22 | 4 | -104/+0 |
* | Initial automake generated Makefile template | Reid Spencer | 2004-10-18 | 4 | -0/+2687 |
* | Add support for undef and unreachable | Chris Lattner | 2004-10-16 | 2 | -4/+4 |
* | * Factor out (into new fn) a loop emitting operand shifts into the instruction | Misha Brukman | 2004-10-14 | 2 | -46/+84 |
* | * Add option to read isLittleEndianEncoding for InstrInfo classes | Misha Brukman | 2004-10-14 | 2 | -0/+13 |
* | Patch to make VS happier, thanks to Morten Ofstad for pointing this out. | Chris Lattner | 2004-10-13 | 1 | -1/+1 |
* | Updates for changes in Makefile rules. | Reid Spencer | 2004-10-13 | 4 | -4/+4 |
* | Don't emit the method into the llvm namespace, let the #includer decide where... | Chris Lattner | 2004-10-12 | 1 | -2/+0 |
* | Initial version of automake Makefile.am file. | Reid Spencer | 2004-10-10 | 1 | -0/+12 |
* | Initial version of automake Makefile.am file. | Reid Spencer | 2004-10-10 | 3 | -0/+92 |
* | Remove unused variable. | Reid Spencer | 2004-10-08 | 1 | -1/+0 |
* | Make it so that positional parameters can have spaces in them. | Reid Spencer | 2004-10-08 | 1 | -1/+1 |
* | Properly `quote' names, and don't forget to add the ending quote! | Misha Brukman | 2004-10-08 | 1 | -24/+24 |
* | Fix usage description typo | Misha Brukman | 2004-10-08 | 1 | -1/+1 |
* | Make comment header span the entire line | Misha Brukman | 2004-10-08 | 1 | -1/+1 |
* | Make these scripts work on SunOS too. | Reid Spencer | 2004-10-07 | 2 | -2/+11 |
* | Correctly parse variant notation | Chris Lattner | 2004-10-03 | 1 | -6/+42 |
* | Add initial support for variants. This just parses the new format, no | Chris Lattner | 2004-10-03 | 1 | -1/+12 |
* | #include DataTypes.h to compile on MinGW, patch by Henrik Bach. | Misha Brukman | 2004-09-30 | 1 | -0/+1 |
* | * Add `deplibs' keyword for specifying a list of dependent libraries | Misha Brukman | 2004-09-28 | 1 | -4/+4 |
* | Add `deplibs' keyword for specifying a list of dependent libraries | Misha Brukman | 2004-09-28 | 1 | -1/+1 |
* | Add support for the isLoad and isStore flags, needed by the instruction sched... | Nate Begeman | 2004-09-28 | 3 | -0/+6 |
* | Turn the hasDelaySlot flag into the M_DELAY_SLOT_FLAG | Chris Lattner | 2004-09-28 | 3 | -0/+3 |
* | Touch output files before reading or writing them, so that they are | Brian Gaeke | 2004-09-28 | 1 | -3/+26 |
* | Documentation upgrade. | Reid Spencer | 2004-09-20 | 3 | -6/+41 |
* | Finish the documentation. | Reid Spencer | 2004-09-20 | 1 | -9/+5 |
* | Tighten up the specification of what counts as a code file. The previous | Reid Spencer | 2004-09-20 | 1 | -11/+60 |
* | Base the implementation on the llvmdo script so that we only have to | Reid Spencer | 2004-09-20 | 3 | -38/+11 |
* | Fixed to actually work correctly and be the basis for other tools by | Reid Spencer | 2004-09-20 | 1 | -9/+39 |
* | Don't count .lo files :) | Chris Lattner | 2004-09-20 | 1 | -0/+1 |
* | 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 |