Added LLVM copyright notice to Makefiles.
[oota-llvm.git] / utils /
2003-10-20 John CriswellAdded LLVM copyright header.
2003-10-19 Chris LattnerDeHTMLify the email so that it only gets sent out if...
2003-10-18 Chris LattnerPrint stuff to stdout if something changes.
2003-10-16 Brian GaekeAdd debug variable.
2003-10-16 John CriswellRemoved the .PRECIOUS of Lex and Yacc output files.
2003-10-14 Chris LattnerFix bug in script
2003-10-13 John CriswellAdding additional license information to these files.
2003-10-13 Misha BrukmanLLVM CVS repository has moved.
2003-10-13 Chris LattnerRegularize header file comments
2003-10-11 Brian GaekeGreatly expand documentation comment at head of file...
2003-10-10 Brian GaekeThis seems to work around some unobvious bug in gcc...
2003-10-10 Chris LattnerAdd support for the weak linkage specifier
2003-10-09 Chris LattnerInclude the new docs directory, whenever it gets added...
2003-10-08 Alkis EvlogimenosChange MRegisterDesc::AliasSet, TargetInstrDescriptor...
2003-10-08 Alkis EvlogimenosProperly close anchor tags in column descriptions
2003-10-06 Brian GaekeI wanted to make the top of the page less verbose....
2003-10-05 Chris LattnerThe support directory no longer exists
2003-10-05 Chris LattnerMove support/tools/* back into utils
2003-10-01 Chris LattnerMake sure to include the "support" directory
2003-09-29 John CriswellMoved llvm/utils/Burg and llvm/utils/TableGen to llvm...
2003-09-29 John CriswellUpdated Makefiles to reflect new location in llvm/suppo...
2003-09-23 Chris LattnerFix bug in previous checkin
2003-09-23 Chris LattnerMake it detect failed builds better
2003-09-22 Chris LattnerSquelch warning
2003-09-17 Chris LattnerDocument new column
2003-09-17 Misha BrukmanDo not put DEBUG() guard around error condition; this...
2003-09-17 Misha BrukmanFix the flag on `rm' to properly do a recursive deletion.
2003-09-15 Vikram S. AdveReally use a search path as described in the log messag...
2003-09-14 Vikram S. AdveUpdate makellvm to work with the brave new world of...
2003-09-14 Chris LattnerFix the nightly tester now that olden has been moved
2003-09-09 John CriswellUpdated to find source files using VPATH. This makes...
2003-09-09 John CriswellUpdated the log of changes (as required by the Burg...
2003-09-09 John CriswellModified the code so that we exit() with a non-zero...
2003-09-08 Chris Lattnersyntax highlightify
2003-09-08 Chris LattnerSyntax hilight
2003-09-08 Vikram S. AdveFix syntax error when makellvm is run in an invalid...
2003-09-07 Misha BrukmanFixed spelling of `intentionally'.
2003-09-07 Chris LattnerRemove unneeded #include
2003-09-06 John CriswellCheckin of autoconf-style object root.
2003-08-27 John CriswellAdded an option to TableGen that allows users to specif...
2003-08-23 Chris LattnerAdd new label
2003-08-21 Chris LattnerOnly use :: rules for #included files
2003-08-21 Misha BrukmanMake build errors stand out by coloring them red.
2003-08-21 Chris LattnerFix warning on sparc build
2003-08-21 Chris LattnerStart testing SPEC as well as singlesource/multisource
2003-08-20 John CriswellAdded #include <cassert>. In GCC 3.3, we don't get...
2003-08-20 Chris LattnerCatch testing errors
2003-08-20 Chris LattnerFix bug where we printed the month number instead of...
2003-08-19 Chris LattnerFix bugs in tester
2003-08-19 Misha BrukmanX86.td has been moved out of this directory; these...
2003-08-19 Misha BrukmanSince we broke up SingleSource and MultiSource testing...
2003-08-19 Chris LattnerDo not force a runtimelimit! We were actually reducing it.
2003-08-19 Chris LattnerIncrease the size of the LOC chart
2003-08-18 Chris LattnerRemove fixme
2003-08-18 Chris LattnerAdd the magic incantations to get a running LOC graph...
2003-08-18 Chris LattnerAdd in the running LOC chart
2003-08-18 Chris LattnerWrap line at 80 columns
2003-08-18 Misha BrukmanSpell `necessary' correctly.
2003-08-18 Chris LattnerFix minor bugs in the tester
2003-08-18 Chris Lattner* Split the programs table into MultiSource and SingleS...
2003-08-18 Chris LattnerThe CBE output is compiled at -O2
2003-08-18 Chris LattnerAdd docs for new column, native tests now run with -O2
2003-08-17 Chris LattnerMake the check for a failed test run more robust!!
2003-08-15 Misha Brukman* Match the column names in the report
2003-08-15 Chris LattnerDocument new column, remove X86 specific stuff
2003-08-15 Chris LattnerIgnore dummy register classes
2003-08-15 Chris LattnerAdd support for nodes with void arguments, like chain...
2003-08-14 Misha BrukmanUsing `std::remove' requires `cstdio.h'.
2003-08-14 Misha Brukman* Enable SPEC testing in the `configure' script command...
2003-08-13 Misha BrukmanUsing std::string requires `#include <string>', says...
2003-08-12 Chris LattnerFix emission of instructions that directly reference...
2003-08-12 Chris LattnerMake LOC count more accurate by not including the table...
2003-08-12 Chris LattnerAdd support for the Any type. Minor fixes and enhancem...
2003-08-12 Chris LattnerRename DNVT_bool to DNVT_i1 to be consistent with type...
2003-08-12 Chris LattnerAdd support for a bool argty
2003-08-11 Chris LattnerIt is not an error if a rule does not match, it's just...
2003-08-11 Chris LattnerAdd support for frameidx and literal immediates for...
2003-08-11 Chris LattnerAdd support for naming the destination of a "set" in...
2003-08-11 Chris LattnerAdd support for the Arg1 argument type
2003-08-11 Misha BrukmanAdded keyword `include', and a FIXME for hex and binary...
2003-08-11 Misha Brukman* Added (X)Emacs mode for TableGen description files
2003-08-11 Misha Brukmantablegen.vim:
2003-08-11 Chris LattnerAdd .llx
2003-08-11 Misha BrukmanAdded a TableGen syntax highlighting mode for VIM and...
2003-08-11 Chris LattnerDon't forget to initializer result field to 0!
2003-08-11 Misha BrukmanPut printouts of acquired patterns under the DEBUG...
2003-08-10 Chris LattnerAdd full support for code generating expanders!
2003-08-10 Chris LattnerImplement autopromotion of leaf trees from arguments...
2003-08-10 Chris LattnerImplement correct parsing, representation, and printing...
2003-08-10 Chris LattnerRecognize $foo as a variable
2003-08-10 Chris LattnerImplement real code emission, at least for Instruction...
2003-08-10 Chris LattnerFirst cut at emitting the reducer. This reducer just...
2003-08-10 Chris LattnerFinish the matcher!
2003-08-10 Chris LattnerAdd new function
2003-08-08 Chris LattnerThis implements a large amount of the matcher, in fact...
2003-08-08 Chris LattnerEmit the first half of the instruction selector.
2003-08-07 Chris LattnerFinish implementation of nonterminal instantiation.
2003-08-07 Chris LattnerAdd new method to get a value type as a string
2003-08-07 Chris LattnerImplement type-inference/checking for non-terminal...
2003-08-07 Chris LattnerRename all of the "Process" methods to be "read" method...
next