Moved llvm/utils/Burg and llvm/utils/TableGen to llvm/support/tools.
[oota-llvm.git] / support /
2003-09-29 John CriswellUpdating Makefiles for new location in llvm/support.
2003-09-29 John CriswellUpdated Makefiles to reflect new location in llvm/suppo...
2003-09-22 Chris LattnerSquelch warning
2003-09-17 John CriswellIn ExecWait(), made the child process exit if it can...
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-17 John CriswellAdded the ExecWait() function. It executes a program...
2003-09-16 Brian GaekeAdd missing apostrophe. It's been bugging me for years.
2003-09-16 Misha BrukmanFixed spelling & grammar.
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-07 Misha BrukmanFixed spelling of `intentionally'.
2003-09-07 Chris LattnerRemove unneeded #include
2003-09-06 John CriswellCheckin of autoconf-style object root.
2003-09-02 John CriswellAdded the MakeFileReadable() method.
2003-09-02 John CriswellAdded a description of the algorithm.
2003-09-02 John CriswellAdded the MakeFileExecutable() method. This method...
2003-08-27 John CriswellAdded an option to TableGen that allows users to specif...
2003-08-24 Chris LattnerMangle ALL letters that we do not allow, not just a...
2003-08-23 Chris LattnerIgnore more
2003-08-23 Chris LattnerInitial checkin of ValueHolder helper
2003-08-21 Chris LattnerOnly use :: rules for #included files
2003-08-21 Chris LattnerFix warning on sparc build
2003-08-20 John CriswellAdded #include <cassert>. In GCC 3.3, we don't get...
2003-08-19 Misha BrukmanX86.td has been moved out of this directory; these...
2003-08-18 Misha BrukmanSpell `necessary' correctly.
2003-08-15 Brian Gaekelib/Support/CommandLine.cpp:
2003-08-15 Chris LattnerIgnore dummy register classes
2003-08-15 Chris LattnerAdd support for nodes with void arguments, like chain...
2003-08-14 Brian GaekeAdd support for reading command line arguments from...
2003-08-14 Misha BrukmanUsing `std::remove' requires `cstdio.h'.
2003-08-13 Misha BrukmanUsing std::string requires `#include <string>', says...
2003-08-13 Chris LattnerThis file uses stable_sort
2003-08-12 Chris LattnerReenable optimized build
2003-08-12 Chris LattnerFix emission of instructions that directly reference...
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 Chris LattnerAdd support to the mangler for targets which require...
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 Misha Brukmanclose() requires "unistd.h" .
2003-08-07 Misha BrukmanDoxygen-ify the comments by using '///' instead of...
2003-08-07 Misha BrukmanRemove references to `bugpoint' from the now-generic...
2003-08-07 Misha BrukmanMoved removeFile() and getUniqueFilename() into FileUti...
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...
2003-08-07 Chris LattnerAdd support for "cast" nodes, which are required when...
2003-08-07 Chris LattnerUse the new version of isSubClassOf
2003-08-07 Chris LattnerAdd and use a new method
2003-08-07 Chris LattnerCleanup and reorganize code, no functional changes
2003-08-07 Chris LattnerRead in expanders too
2003-08-07 Chris LattnerContinued evolution of the selector emitter: Represent...
2003-08-07 Chris LattnerFinish implementation of the type inference engine.
2003-08-07 Chris LattnerAllow clients to get at the pointer type
2003-08-07 Chris LattnerAdd new method getVAlueAsDag
2003-08-07 Chris LattnerInitial checkin of tree pattern parser and type inferen...
2003-08-07 Chris LattnerEliminate now-dead method
2003-08-07 Chris LattnerStart using the CodeGeneratorWrappers
2003-08-07 Chris LattnerInitial checkin of useful wrappers around the Target...
2003-08-06 Chris LattnerIck, add the RIGHT accessor
2003-08-06 Chris LattnerAdd accessor
2003-08-06 Chris LattnerThere is something wrong with code that looks like:
2003-08-06 Chris LattnerExport the register classes so that the instruction...
2003-08-06 Misha BrukmanAdded asserts to prevent negative shift amounts from...
2003-08-06 Chris LattnerAdd error checking code to the node type parser. Start...
2003-08-06 Chris LattnerInitial support for an instruction selector emitter
2003-08-06 Chris LattnerAll good classes with virtual functions should have...
2003-08-06 Chris LattnerAdd an instruction selector emitter skeleton
2003-08-06 Chris Lattnerconvert over to using TableGen backends
2003-08-06 Chris LattnerSwitch code over to being a TableGenBackend
2003-08-06 Chris LattnerAdd more helper methods
2003-08-06 Chris LattnerNew common interface for backends to use
2003-08-05 Misha BrukmanStop special-casing annul and predict bits (which are...
2003-08-05 Chris LattnerNo functional changes, comment the fix I just put in
2003-08-05 Chris LattnerThe CodeEmitterGenerator used to consider ANY uninitial...
2003-08-04 Chris LattnerParse DAG patterns
2003-08-04 Chris Lattneradd support for DagInit initializers, which represent...
2003-08-04 Chris LattnerUpdate file header comment
2003-08-04 Chris LattnerTransition complete, remove the obsolete 'set' keyword
2003-08-04 Chris LattnerStart transitioning towards using 'let X = y in' statem...
2003-08-04 Chris LattnerIt appears that somehow we forgot to add support for...
2003-08-04 Chris LattnerAdd initial support for a new 'dag' type
next