aboutsummaryrefslogtreecommitdiff
path: root/support
AgeCommit message (Expand)Author
2003-07-30Initial support for the 'code' type.Chris Lattner
2003-07-30Move err() to the lexer, implement file inclusion capabilities directly in tb...Chris Lattner
2003-07-30Minor reorganization, move ParseFile to the lexerChris Lattner
2003-07-30Make tablegen take an input filename to parse if one is specified, otherwiseChris Lattner
2003-07-30Directly support C style comments in tblgen, but allow them to actually nestChris Lattner
2003-07-30Add support for "named positional arguments"Chris Lattner
2003-07-30Fix coredump for when an ID is used illegally outside a recordChris Lattner
2003-07-30Don't pollute the namespace with template arguments after they have been reso...Chris Lattner
2003-07-30Implement TODO: disallow 'def's with template arguments.Chris Lattner
2003-07-30Allow specification of anonymous definitionsChris Lattner
2003-07-30Allow passing lists through variablesChris Lattner
2003-07-30Implement resolution of variables to the value of the variable once it gets a...Chris Lattner
2003-07-29Don't crash if there is no Inst class in the tablegen file!Chris Lattner
2003-07-28The RTLD_GLOBAL flag allows symbols to be globally accessible, which makesMisha Brukman
2003-07-28Add support for Set statements without {}'s. Now we can just sayChris Lattner
2003-07-28Allow initializing variable initializers with variablesChris Lattner
2003-07-25Include llvm/Support/Mangler.h first. Don't include <iostream>, <set>,Brian Gaeke
2003-07-25Use C++ headers, not C headersChris Lattner
2003-07-24Cleanups:Brian Gaeke
2003-07-24Factor out name-mangling from X86/Printer, which is derived from CWriter,Brian Gaeke
2003-07-23Simplify code by using ConstantInt::getRawValue instead of checking to seeChris Lattner
2003-07-18Added a DEBUG() guard to a debug information printout.Misha Brukman
2003-07-15Fixed a bug: outputting name of variable instead of its value.Misha Brukman
2003-07-15This optimization greatly enhances efficiency of creating new instructions byMisha Brukman
2003-07-14The word `separate' only has one `e'.Misha Brukman
2003-07-10Fixed grammatical error.Misha Brukman
2003-07-10Lowercase versions of `occurrence' need to be spelled correctly, too.Misha Brukman
2003-07-10`Occurrence' has no `a' and the `r' is doubled.Misha Brukman
2003-07-07Stop using the `Offset' variable, as we are cycling through the bits of a fieldMisha Brukman
2003-06-30Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell
2003-06-28Add support for 'unsigned' command line argumentsChris Lattner
2003-06-27Added code to the clean rule that deletes files placed in the source directory.John Criswell
2003-06-19Remove usage of sys/unistd.hChris Lattner
2003-06-17Put ifdefs around use of malloc.h/mallinfo, which isn't available on FreeBSD.Brian Gaeke
2003-06-17Fix misspelling of ExtraSources, hopefully to unbreak the nightly testerChris Lattner
2003-06-16Actually, change it to use explicit new/delete, which is more likely to beChris Lattner
2003-06-16Remove usage of allocaChris Lattner
2003-06-16Isolate machine-dependent use of <alloca.h> in "Support/Alloca.h",Brian Gaeke
2003-06-11Added assert.h so that it compiles under newer versions of GCC.John Criswell
2003-06-11Updated to the new Makefile.common.John Criswell
2003-06-06Old versions of GCC doesn't have <ostream> :(Chris Lattner
2003-06-06Fix compilation problem with some versions of G++Chris Lattner
2003-06-06Fix problem with perrorChris Lattner
2003-06-06All debug print statements are now output with the DEBUG() guard to makeMisha Brukman
2003-06-05* Stop ignoring cc registers, since we actually use them in branches.Misha Brukman
2003-06-03Spiff up options a bitChris Lattner
2003-06-03Add -o support for TableGenChris Lattner
2003-06-03Make tablegen use more structured command line optionsChris Lattner
2003-06-03Stop ignoring the `cc' field, we actually use it now (e.g. conditional move)Misha Brukman
2003-05-30getValueOp() now takes a MachineInstr as well as a MachineOperand.Misha Brukman