summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAge
* Added a DEBUG() guard to a debug information printout.Misha Brukman2003-07-18
* Fixed a bug: outputting name of variable instead of its value.Misha Brukman2003-07-15
* This optimization greatly enhances efficiency of creating new instructions byMisha Brukman2003-07-15
* Stop using the `Offset' variable, as we are cycling through the bits of a fieldMisha Brukman2003-07-07
* * Made $Template refer to a path relative to the checked-out treeMisha Brukman2003-07-07
* Add -d option to trust the disassembler.Brian Gaeke2003-07-03
* here little scriptie, nice scriptie...Brian Gaeke2003-07-03
* Update to configure the tree before building it.Chris Lattner2003-07-01
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-30
* Added code to the clean rule that deletes files placed in the source directory.John Criswell2003-06-27
* Modify script to support checkins on branchesChris Lattner2003-06-26
* update documentation about columnsChris Lattner2003-06-21
* Fix breakage due to John's recent changesChris Lattner2003-06-18
* Fix misspelling of ExtraSources, hopefully to unbreak the nightly testerChris Lattner2003-06-17
* Added assert.h so that it compiles under newer versions of GCC.John Criswell2003-06-11
* Updated to the new Makefile.common.John Criswell2003-06-11
* Old versions of GCC doesn't have <ostream> :(Chris Lattner2003-06-06
* All debug print statements are now output with the DEBUG() guard to makeMisha Brukman2003-06-06
* * Stop ignoring cc registers, since we actually use them in branches.Misha Brukman2003-06-05
* Spiff up options a bitChris Lattner2003-06-03
* Add -o support for TableGenChris Lattner2003-06-03
* Make tablegen use more structured command line optionsChris Lattner2003-06-03
* Removing personal name from source code.Misha Brukman2003-06-03
* Added the `to' keyword as in `cast <type> <data> to <type>'.Misha Brukman2003-06-03
* * Added the `to' keyword, as in `cast <type> <data> to <type>'.Misha Brukman2003-06-03
* Stop ignoring the `cc' field, we actually use it now (e.g. conditional move)Misha Brukman2003-06-03
* getValueOp() now takes a MachineInstr as well as a MachineOperand.Misha Brukman2003-05-30
* Output the opcode name of the instruction being emitted to cerr.Misha Brukman2003-05-28
* Cannot output `static' in generated cpp code: results in error. It's alreadyMisha Brukman2003-05-27
* * Now outputting a static function getBinaryCodeForInstr() (JIT-accessible)Misha Brukman2003-05-27
* Do not show errors when moving file. The error is shown the first time anyoneMisha Brukman2003-05-25
* Add ability to utilize the code emitter generator (CodeEmitterGen).Misha Brukman2003-05-24
* First cut at the Code Generator using the TableGen methodology.Misha Brukman2003-05-24
* I fixed that ``thang'', yo.Misha Brukman2003-05-20
* Fix a halfway done change to the nightly tester :(Chris Lattner2003-05-11
* Get the nightly tester to detect other kind of testing problemsChris Lattner2003-05-10
* Force overwriting the file if it already exists.Chris Lattner2003-05-10
* Update column infoChris Lattner2003-05-10
* Add support for new va_arg instructionChris Lattner2003-05-08
* Update to add new keywordsChris Lattner2003-04-22
* Add missing keyword, add new linkage keywordsChris Lattner2003-04-16
* Add new linkage keywords. Spell uninitialized correctlyChris Lattner2003-04-16
* Update to work with newer versions of bisonChris Lattner2003-03-31
* * Don't run tests if compilation failedChris Lattner2003-02-28
* Fix broken linksChris Lattner2003-02-28
* Allow tests to run for 5 minutes before timing out.Chris Lattner2003-02-28
* Indent for uniformityChris Lattner2003-02-02
* Fix warning on sparcChris Lattner2003-01-29
* Make sure the files get sorted correctlyChris Lattner2003-01-24
* Compress large logsChris Lattner2003-01-23