summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAge
* Change Library Names Not To Conflict With Others When InstalledReid Spencer2004-10-27
* Convert 'struct' to 'class' in various places to adhere to the coding standardsChris Lattner2004-10-27
* Add EXTRA_DIST for additional files to be distributed.Reid Spencer2004-10-26
* New Makefile Features:Reid Spencer2004-10-25
* Make VC happier, patch contributed by Morten OfstadChris Lattner2004-10-23
* Remove double colon rule for gram.tab.h so it doesn't conflict with theReid Spencer2004-10-22
* We're not doing automake any moreReid Spencer2004-10-22
* Adjust to changes in Makefile.rulesReid Spencer2004-10-22
* We won't use automakeReid Spencer2004-10-22
* Initial automake generated Makefile templateReid Spencer2004-10-18
* Add support for undef and unreachableChris Lattner2004-10-16
* * Factor out (into new fn) a loop emitting operand shifts into the instructionMisha Brukman2004-10-14
* * Add option to read isLittleEndianEncoding for InstrInfo classesMisha Brukman2004-10-14
* Patch to make VS happier, thanks to Morten Ofstad for pointing this out.Chris Lattner2004-10-13
* Updates for changes in Makefile rules.Reid Spencer2004-10-13
* Don't emit the method into the llvm namespace, let the #includer decide where...Chris Lattner2004-10-12
* Initial version of automake Makefile.am file.Reid Spencer2004-10-10
* Initial version of automake Makefile.am file.Reid Spencer2004-10-10
* Remove unused variable.Reid Spencer2004-10-08
* Make it so that positional parameters can have spaces in them.Reid Spencer2004-10-08
* Properly `quote' names, and don't forget to add the ending quote!Misha Brukman2004-10-08
* Fix usage description typoMisha Brukman2004-10-08
* Make comment header span the entire lineMisha Brukman2004-10-08
* Make these scripts work on SunOS too.Reid Spencer2004-10-07
* Correctly parse variant notationChris Lattner2004-10-03
* Add initial support for variants. This just parses the new format, noChris Lattner2004-10-03
* #include DataTypes.h to compile on MinGW, patch by Henrik Bach.Misha Brukman2004-09-30
* * Add `deplibs' keyword for specifying a list of dependent librariesMisha Brukman2004-09-28
* Add `deplibs' keyword for specifying a list of dependent librariesMisha Brukman2004-09-28
* Add support for the isLoad and isStore flags, needed by the instruction sched...Nate Begeman2004-09-28
* Turn the hasDelaySlot flag into the M_DELAY_SLOT_FLAGChris Lattner2004-09-28
* Touch output files before reading or writing them, so that they areBrian Gaeke2004-09-28
* Documentation upgrade.Reid Spencer2004-09-20
* Finish the documentation.Reid Spencer2004-09-20
* Tighten up the specification of what counts as a code file. The previousReid Spencer2004-09-20
* Base the implementation on the llvmdo script so that we only have toReid Spencer2004-09-20
* Fixed to actually work correctly and be the basis for other tools byReid Spencer2004-09-20
* Don't count .lo files :)Chris Lattner2004-09-20
* Don't include libtool "object" filesChris Lattner2004-09-18
* Revamp the Register class, and allow the use of the RegisterGroup class toChris Lattner2004-09-14
* Modify the lines of code counting mechanism to use the new "countloc.sh"Reid Spencer2004-09-06
* Added a tool to more accurately count the lines of code. The previousReid Spencer2004-09-06
* Remove double paren use in system() function so that the command line canReid Spencer2004-09-05
* Make the NightlyTest run tests out of projects/llvm-test instead ofReid Spencer2004-09-05
* Clean up some "clean:" targets so they use $(VERB) and don't print anythingReid Spencer2004-09-03
* Make tblgen's exception handling a little more robust by printing theReid Spencer2004-09-03
* Changes For Bug 352Reid Spencer2004-09-01
* Link with LLVMsystem.a for operating system independence.Reid Spencer2004-08-29
* RemoveFileOnErrorSignal is now in the llvm::sys namespace. AdjustReid Spencer2004-08-29
* Add the examples directory to these scripts.Reid Spencer2004-08-24