- 15d1127 Fix problem I introduced in bugpoint with the cleanup functions by Chris Lattner · 21 years ago
- a8af779 Allow registers to specify a custom name by Chris Lattner · 21 years ago
- 7af9a38 Specify custom name for registers to get the ()'s in the name. by Chris Lattner · 21 years ago
- 76bf868 Allow specifying custom names for registers by Chris Lattner · 21 years ago
- 15de32d add new --gen-instr-desc option by Chris Lattner · 21 years ago
- 0969c5b Add new Record::getValueAsBit method by Chris Lattner · 21 years ago
- a3ae614 Finish the instruction info emitter by Chris Lattner · 21 years ago
- 8d44ba8 Start using tablegen'd instruction enum list by Chris Lattner · 21 years ago
- 113455b Resort tables by Chris Lattner · 21 years ago
- 4d18d5c Lump the base opcode in with the X86 TargetSpecific flags by Chris Lattner · 21 years ago
- abf05b2 * Start using tablegen'd instruction descriptions by Chris Lattner · 21 years ago
- c01f393 Start using tablegenerated instruction descriptions by Chris Lattner · 21 years ago
- 1cca5e3 Add new TableGen instruction definitions by Chris Lattner · 21 years ago
- 5302e28 Remove the old .def file, it is now obsolete by Chris Lattner · 21 years ago
- 34a2068 Rearrange fields yet again: Don't instantiate these lists ONCE PER INSTRUCTION. by Chris Lattner · 21 years ago
- e109de3 Simplify code, eliminating the need for the X86 isVoid target instr flag by Chris Lattner · 21 years ago
- 4cc662b Set debug types by Chris Lattner · 21 years ago
- cb53358 Set debug types by Chris Lattner · 21 years ago
- 925b771 Remove using decl by Chris Lattner · 21 years ago
- 9ca5a2a The NOOP instruction is no longer needed. Instead, use the by Chris Lattner · 21 years ago
- c66c9b4 Ok, try #2, this time I'll not be stupid by Chris Lattner · 21 years ago
- 83fe603 We know we have a mklib file, ignore it please CVS! by Chris Lattner · 21 years ago
- d265d03 CVS, please don't tell us that we have a new config.h file, everyone knows that. by Chris Lattner · 21 years ago
- 08ca972 Fix bug: TableGen/IntBitInit.td by Chris Lattner · 21 years ago
- a6aff65 New testcase by Chris Lattner · 21 years ago
- d19c2cf Fix bug: TableGen/BitsInitOverflow.td by Chris Lattner · 21 years ago
- b77eb78 Add Target class for X86 target by Chris Lattner · 21 years ago
- 9eab316 The RegisterInfo class is obsolete by Chris Lattner · 21 years ago
- a5100d9 Remove the RegisterInfo class in favor of a general Target class. Add instrinfo stuff by Chris Lattner · 21 years ago
- 13c5b4c * Changes to allow lists of any type by Chris Lattner · 21 years ago
- 7cf0ce4 Changes to allow lists of any type by Chris Lattner · 21 years ago
- bc1f0dc expand contraction by Chris Lattner · 21 years ago
- 49136e1 New testcase by Chris Lattner · 21 years ago
- 169e66b Add support for instruction enum emission by Chris Lattner · 21 years ago
- 33ccf7e Initial checkin of Instruction emitter, which just produces enum values so far by Chris Lattner · 21 years ago
- d17eabe Remove dead private: by Chris Lattner · 21 years ago
- a676978 Tell CVS to ignore all .inc files by Chris Lattner · 21 years ago
- 8320035 Switch over to tablegen generated header files by Chris Lattner · 21 years ago
- 7ad3e06 Switch over to TableGen generated register file description by Chris Lattner · 21 years ago
- 762fb5f Initial checkin of X86.td file by Chris Lattner · 21 years ago
- b76d6fc Initial checkin of X86 Register File description by Chris Lattner · 21 years ago
- 0bb66fc Make the register numbers line up more frequently by Chris Lattner · 21 years ago
- 6009425 Allow an external 'set' command to set multiple values in the same command. by Chris Lattner · 21 years ago
- 9fff891 Finish the register info emitter by Chris Lattner · 21 years ago
- 09ce077 Fix typeos in comments by Chris Lattner · 21 years ago
- b889b69 Make it easier to debug by exposing a temporary by Chris Lattner · 21 years ago
- d3fd79f Wrap at 80 columns by Chris Lattner · 21 years ago
- dbb295b Add new method by Chris Lattner · 21 years ago
- 14fef50 Fix problem executing the CBE by Chris Lattner · 21 years ago
- 806e186 Fix a bug by Chris Lattner · 21 years ago
- be84e3c Rename fields by Chris Lattner · 21 years ago
- a11136b Move DEBUG to Debug.h by Chris Lattner · 21 years ago
- 84b7f8d Update information about the new DEBUG_TYPE macro by Chris Lattner · 21 years ago
- 556d89d DEBUG got moved to Debug.h by Chris Lattner · 21 years ago
- 038e05a Move debug functionality to Debug.cpp/Debug.h by Chris Lattner · 21 years ago
- 96a54db Describe the value name by Chris Lattner · 21 years ago
- 6806f56 DEBUG got moved to Support/Debug.h by Chris Lattner · 21 years ago
- c648dab DEBUG got moved to Debug.h by Chris Lattner · 21 years ago
- 2dd93ed Move debugging support out of Statistic.h into Debug.h, implement the new DEBUG_TYPE facilities by Chris Lattner · 21 years ago
- aeac00e Including statistics into an anonymous namespace that gets #included into by Chris Lattner · 21 years ago
- 589a4cc Fix <>'s in HTML by Chris Lattner · 21 years ago
- 7a6ff2b Check in the implementation of the FileUtilities! by Chris Lattner · 21 years ago
- e79c72d Tablegen should only replace the output if it changes by Chris Lattner · 21 years ago
- 02f7fa4 Remove makefile complexity by always running tablegen with its final output by Chris Lattner · 21 years ago
- 65f6279 Use the new FileUtilities library to do diff'ing of files by Chris Lattner · 21 years ago
- 794a58e Use the C++, more portable, deleter by Chris Lattner · 21 years ago
- 4181a4f New file by Chris Lattner · 21 years ago
- f1e366a Make sure to delete the output file if there is an error by Chris Lattner · 21 years ago
- fafac12 Move #include from a header to here by Chris Lattner · 21 years ago
- 9ef719a This file doesn't need this include by Chris Lattner · 21 years ago
- 10b9fa8 Don't emit modules with lots of cruft hanging off of them. by Chris Lattner · 21 years ago
- 587a6ce Parameterize the performFinalCleanups a bit by Chris Lattner · 21 years ago
- 72666e6 Add all arithmetic operators to ConstantExprToString(). by Vikram S. Adve · 21 years ago
- 97e02eb *Both* operands of divide need sign-extension before divide (if smaller by Vikram S. Adve · 21 years ago
- 248932b Put back the separate pass to decompose multi-dimensional references by Vikram S. Adve · 21 years ago
- c7d5802 add support for emitting register classes by Chris Lattner · 21 years ago
- 58c5de1 Add new getValueAsListInit and getValueAsInt methods by Chris Lattner · 21 years ago
- 54d156d Add the ability to emit register file enums by Chris Lattner · 21 years ago
- 24151a6 Fix the way field bit references are resolved, also allow resolution of field references overall! by Chris Lattner · 21 years ago
- de04dd7 encode size information into each ValueType Add new RegisterInfo class by Chris Lattner · 21 years ago
- accd8ab Dead code elimination by Chris Lattner · 21 years ago
- 6f334ad Add new getValueAsBitsInit 'high-level' method by Chris Lattner · 21 years ago
- 1d1adea Add file comment by Chris Lattner · 21 years ago
- 3112326 Initial checkin of register info emitter by Chris Lattner · 21 years ago
- 048c00d Simplify code to match new interfaces by Chris Lattner · 21 years ago
- 5c737ad Switch over to an exception handling model for "high-level" requests. by Chris Lattner · 21 years ago
- cf1b585 Minor cleanups by Chris Lattner · 21 years ago
- ab47ae3 Factor code out into a new getAllDerivedDefinitions method, which is generally useful by Chris Lattner · 21 years ago
- 7296fb0 This method is long dead by Chris Lattner · 21 years ago
- c44df87 Removed the -only-static option as it is no longer required (and didn't work by John Criswell · 21 years ago
- 82f4a5a Modified the use of libtool so that we don't compile every file twice. by John Criswell · 21 years ago
- 71336a9 Fix the JIT in the Nightly tester. This was not a fun bug to track down. by Chris Lattner · 21 years ago
- 396aecd Trivial cleanups: no need to include header twice. Global variable is local to file by Chris Lattner · 21 years ago
- b08f3df Remove more obsolete comments by Chris Lattner · 21 years ago
- f31dc98 Changed pointer to the JIT code to its current location, under LLI. by Misha Brukman · 21 years ago
- f6b7ff9 Unbreak the CBE output by Chris Lattner · 21 years ago
- 002a50a I think local symbols in X86 GAS have to start with .L, not just by Brian Gaeke · 21 years ago
- 54ac8b1 Changed the default location of OBJ_ROOT to follow these rules: by John Criswell · 21 years ago
- 6058fd3 Forget about KEEP_SYMBOLS, make sure to build into the temp directory, not into localhome by Chris Lattner · 21 years ago
- 506dad0 Modified the code so that it generates (0) for setjmp() and abort() for by John Criswell · 21 years ago