summaryrefslogtreecommitdiff
path: root/support
Commit message (Expand)AuthorAge
* Fix the JIT in the Nightly tester. This was not a fun bug to track down.Chris Lattner2003-07-31
* Trivial cleanups: no need to include header twice. Global variable is local ...Chris Lattner2003-07-31
* More minor cleanups of the interfaceChris Lattner2003-07-31
* Rename createEmitter to run because eventually all tablegen backends willChris Lattner2003-07-31
* Add file commentChris Lattner2003-07-31
* Tighten up interfaceChris Lattner2003-07-31
* Add support for code fragmentsChris Lattner2003-07-30
* Initial support for the 'code' type.Chris Lattner2003-07-30
* Move err() to the lexer, implement file inclusion capabilities directly in tb...Chris Lattner2003-07-30
* Minor reorganization, move ParseFile to the lexerChris Lattner2003-07-30
* Make tablegen take an input filename to parse if one is specified, otherwiseChris Lattner2003-07-30
* Directly support C style comments in tblgen, but allow them to actually nestChris Lattner2003-07-30
* Add support for "named positional arguments"Chris Lattner2003-07-30
* Fix coredump for when an ID is used illegally outside a recordChris Lattner2003-07-30
* Don't pollute the namespace with template arguments after they have been reso...Chris Lattner2003-07-30
* Implement TODO: disallow 'def's with template arguments.Chris Lattner2003-07-30
* Allow specification of anonymous definitionsChris Lattner2003-07-30
* Allow passing lists through variablesChris Lattner2003-07-30
* Implement resolution of variables to the value of the variable once it gets a...Chris Lattner2003-07-30
* Don't crash if there is no Inst class in the tablegen file!Chris Lattner2003-07-29
* The RTLD_GLOBAL flag allows symbols to be globally accessible, which makesMisha Brukman2003-07-28
* Add support for Set statements without {}'s. Now we can just sayChris Lattner2003-07-28
* Allow initializing variable initializers with variablesChris Lattner2003-07-28
* Include llvm/Support/Mangler.h first. Don't include <iostream>, <set>,Brian Gaeke2003-07-25
* Use C++ headers, not C headersChris Lattner2003-07-25
* Cleanups:Brian Gaeke2003-07-24
* Factor out name-mangling from X86/Printer, which is derived from CWriter,Brian Gaeke2003-07-24
* Simplify code by using ConstantInt::getRawValue instead of checking to seeChris Lattner2003-07-23
* 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
* The word `separate' only has one `e'.Misha Brukman2003-07-14
* Fixed grammatical error.Misha Brukman2003-07-10
* Lowercase versions of `occurrence' need to be spelled correctly, too.Misha Brukman2003-07-10
* `Occurrence' has no `a' and the `r' is doubled.Misha Brukman2003-07-10
* Stop using the `Offset' variable, as we are cycling through the bits of a fieldMisha Brukman2003-07-07
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-30
* Add support for 'unsigned' command line argumentsChris Lattner2003-06-28
* Added code to the clean rule that deletes files placed in the source directory.John Criswell2003-06-27
* Remove usage of sys/unistd.hChris Lattner2003-06-19
* Put ifdefs around use of malloc.h/mallinfo, which isn't available on FreeBSD.Brian Gaeke2003-06-17
* Fix misspelling of ExtraSources, hopefully to unbreak the nightly testerChris Lattner2003-06-17
* Actually, change it to use explicit new/delete, which is more likely to beChris Lattner2003-06-16
* Remove usage of allocaChris Lattner2003-06-16
* Isolate machine-dependent use of <alloca.h> in "Support/Alloca.h",Brian Gaeke2003-06-16
* 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
* Fix compilation problem with some versions of G++Chris Lattner2003-06-06
* Fix problem with perrorChris Lattner2003-06-06