aboutsummaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Make VC happier, patch contributed by Morten OfstadChris Lattner2004-10-231-1/+1
* Remove double colon rule for gram.tab.h so it doesn't conflict with theReid Spencer2004-10-221-1/+1
* We're not doing automake any moreReid Spencer2004-10-224-2687/+0
* Adjust to changes in Makefile.rulesReid Spencer2004-10-221-1/+1
* We won't use automakeReid Spencer2004-10-224-104/+0
* Initial automake generated Makefile templateReid Spencer2004-10-184-0/+2687
* Add support for undef and unreachableChris Lattner2004-10-162-4/+4
* * Factor out (into new fn) a loop emitting operand shifts into the instructionMisha Brukman2004-10-142-46/+84
* * Add option to read isLittleEndianEncoding for InstrInfo classesMisha Brukman2004-10-142-0/+13
* Patch to make VS happier, thanks to Morten Ofstad for pointing this out.Chris Lattner2004-10-131-1/+1
* Updates for changes in Makefile rules.Reid Spencer2004-10-134-4/+4
* Don't emit the method into the llvm namespace, let the #includer decide where...Chris Lattner2004-10-121-2/+0
* Initial version of automake Makefile.am file.Reid Spencer2004-10-101-0/+12
* Initial version of automake Makefile.am file.Reid Spencer2004-10-103-0/+92
* Remove unused variable.Reid Spencer2004-10-081-1/+0
* Make it so that positional parameters can have spaces in them.Reid Spencer2004-10-081-1/+1
* Properly `quote' names, and don't forget to add the ending quote!Misha Brukman2004-10-081-24/+24
* Fix usage description typoMisha Brukman2004-10-081-1/+1
* Make comment header span the entire lineMisha Brukman2004-10-081-1/+1
* Make these scripts work on SunOS too.Reid Spencer2004-10-072-2/+11
* Correctly parse variant notationChris Lattner2004-10-031-6/+42
* Add initial support for variants. This just parses the new format, noChris Lattner2004-10-031-1/+12
* #include DataTypes.h to compile on MinGW, patch by Henrik Bach.Misha Brukman2004-09-301-0/+1
* * Add `deplibs' keyword for specifying a list of dependent librariesMisha Brukman2004-09-281-4/+4
* Add `deplibs' keyword for specifying a list of dependent librariesMisha Brukman2004-09-281-1/+1
* Add support for the isLoad and isStore flags, needed by the instruction sched...Nate Begeman2004-09-283-0/+6
* Turn the hasDelaySlot flag into the M_DELAY_SLOT_FLAGChris Lattner2004-09-283-0/+3
* Touch output files before reading or writing them, so that they areBrian Gaeke2004-09-281-3/+26
* Documentation upgrade.Reid Spencer2004-09-203-6/+41
* Finish the documentation.Reid Spencer2004-09-201-9/+5
* Tighten up the specification of what counts as a code file. The previousReid Spencer2004-09-201-11/+60
* Base the implementation on the llvmdo script so that we only have toReid Spencer2004-09-203-38/+11
* Fixed to actually work correctly and be the basis for other tools byReid Spencer2004-09-201-9/+39
* Don't count .lo files :)Chris Lattner2004-09-201-0/+1
* Don't include libtool "object" filesChris Lattner2004-09-182-0/+2
* Revamp the Register class, and allow the use of the RegisterGroup class toChris Lattner2004-09-141-8/+5
* Modify the lines of code counting mechanism to use the new "countloc.sh"Reid Spencer2004-09-061-1/+1
* Added a tool to more accurately count the lines of code. The previousReid Spencer2004-09-061-0/+38
* Remove double paren use in system() function so that the command line canReid Spencer2004-09-051-2/+2
* Make the NightlyTest run tests out of projects/llvm-test instead ofReid Spencer2004-09-051-4/+6
* Clean up some "clean:" targets so they use $(VERB) and don't print anythingReid Spencer2004-09-032-4/+4
* Make tblgen's exception handling a little more robust by printing theReid Spencer2004-09-031-1/+8
* Changes For Bug 352Reid Spencer2004-09-016-10/+10
* Link with LLVMsystem.a for operating system independence.Reid Spencer2004-08-291-1/+1
* RemoveFileOnErrorSignal is now in the llvm::sys namespace. AdjustReid Spencer2004-08-291-1/+1
* Add the examples directory to these scripts.Reid Spencer2004-08-242-2/+2
* Alignment is now in bits.Chris Lattner2004-08-211-2/+1
* Make alignment be in bits, just like size isChris Lattner2004-08-212-2/+3
* Infer the spillsize/alignment of a register based on the register classesChris Lattner2004-08-211-3/+34
* Support "Methods" in register classes in CodgeGenRegisterClassChris Lattner2004-08-213-11/+10