Don't just assume that either uint64_t or u_int64_t is available. Instead,
[oota-llvm.git] / utils / TableGen /
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-29 Reid SpencerLink with LLVMsystem.a for operating system independence.
2004-08-29 Reid SpencerRemoveFileOnErrorSignal is now in the llvm::sys namespa...
2004-08-21 Chris LattnerAlignment is now in bits.
2004-08-21 Chris LattnerMake alignment be in bits, just like size is
2004-08-21 Chris LattnerInfer the spillsize/alignment of a register based on...
2004-08-21 Chris LattnerSupport "Methods" in register classes in CodgeGenRegist...
2004-08-21 Chris LattnerStart parsing register classes into a more structured...
2004-08-21 Chris LattnerRead in declared reg sizes
2004-08-17 Chris LattnerDo not #include files into the llvm namespace
2004-08-16 Chris LattnerUse CodeGenRegister class to make reading in of registe...
2004-08-16 Chris LattnerAdd initial support for register and register class...
2004-08-15 Chris LattnerRemove awareness of isDummyClass
2004-08-14 Chris LattnerMake the AsmWriter a first-class tblgen object. Allow...
2004-08-11 Chris LattnerFix minor bug in previous checkin
2004-08-11 Chris Lattnerchange how we invoke the printer. Instead of passing...
2004-08-11 Chris LattnerStart parsing more information from the Operand information
2004-08-11 Chris LattnerRemove special case hacks
2004-08-10 Misha BrukmanDeleted commented-out code as we now get namespace...
2004-08-10 Misha BrukmanUse the target name instead of hard-coding SparcV9.
2004-08-10 Chris LattnerThis was a good idea, but until this does not break...
2004-08-09 Misha BrukmanUse the current target name instead of a ClassPrefix.
2004-08-09 Misha Brukman* Use Classname and ClassPrefix instead of hard-coded...
2004-08-04 Misha Brukman* Added documentation in the file header
2004-08-01 Chris LattnerBe picky
2004-08-01 Chris LattnerInstructions no longer need to have names.
2004-08-01 Chris LattnerAdd support for asm printing machine instructions that...
2004-08-01 Chris LattnerParse the operand list of the instruction. We currentl...
2004-08-01 Chris LattnerInitial cut at an asm writer emitter. So far, this...
2004-08-01 Chris LattnerAdd, and start using, the CodeGenInstruction class...
2004-08-01 Chris LattnerRename CodeGenWrappers.(cpp|h) -> CodeGenTarget.(cpp|h)
2004-08-01 Chris LattnerFinegrainify namespacification
2004-07-31 Chris LattnerSupport new flag
2004-07-27 Chris LattnerImplement test/Regression/TableGen/ListSlices.td
2004-07-26 Chris LattnerAdd initial support for list slices. This currently...
2004-07-22 Chris LattnerRemove some abandoned code that was never finished...
2004-07-16 Chris LattnerPassing integer 0 in for a pointer value doesn't work...
2004-07-13 Chris LattnerMake tblgen not try to be smart. This is better handle...
2004-06-21 Misha BrukmanHandle shifts >= 32 bits.
2004-06-20 Chris LattnerMove the IntrinsicLowering header into the CodeGen...
2004-06-17 Misha BrukmanMake header comment fit within 80 cols.
2004-06-04 Misha BrukmanEmit a more sensible error message if no subclasses...
2004-05-27 Chris LattnerAdd support for dos style files.
2004-05-27 Chris LattnerHeader file moved
2004-04-15 Misha BrukmanThe "best" of both worlds: readable C++ comments and...
2004-04-06 Jakub StaszakTablegen backend for really simple instruction selector
2004-04-06 Jakub Staszakadd tablgen backend for really simple instruction selector
2004-02-28 Chris LattnerDo not remove an active template argument even if the...
2004-02-28 Chris LattnerIgnore X = X assignments that was causing Alkis's rewri...
2004-02-28 Chris LattnerAssert instead of going into an infinite loop!
2004-02-13 Chris Lattnerexit(1) instead of abort()'ing on error
2004-02-13 Chris LattnerFix buggy error message problem
2004-02-12 Misha BrukmanOoops, top-level C++-comments aren't recognized by...
2004-02-12 Misha Brukman* Convert C comments to C++ style (why are some one...
2004-02-06 Chris LattnerPrint the record NAME not the record ADDRESS
2004-01-24 Brian GaekeFix a couple of places I noticed where "X86" was hard...
2003-12-11 Chris LattnerStop laughing Misha
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-21 John CriswellAdded LLVM copyright notice.
2003-10-20 John CriswellAdded LLVM copyright to Makefiles.
2003-10-20 John CriswellAdded LLVM copyright header.
2003-10-16 John CriswellRemoved the .PRECIOUS of Lex and Yacc output files.
2003-10-13 Chris LattnerRegularize header file comments
2003-10-10 Brian GaekeThis seems to work around some unobvious bug in gcc...
2003-10-08 Alkis EvlogimenosChange MRegisterDesc::AliasSet, TargetInstrDescriptor...
2003-10-05 Chris LattnerMove support/tools/* back into utils
2003-09-29 John CriswellUpdated Makefiles to reflect new location in llvm/suppo...
2003-09-22 Chris LattnerSquelch warning
2003-09-17 Misha BrukmanDo not put DEBUG() guard around error condition; this...
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-08-27 John CriswellAdded an option to TableGen that allows users to specif...
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 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-13 Misha BrukmanUsing std::string requires `#include <string>', says...
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 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...
next