index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
/
TableGen
Age
Commit message (
Expand
)
Author
2004-06-21
Handle shifts >= 32 bits.
Misha Brukman
2004-06-20
Move the IntrinsicLowering header into the CodeGen directory, as per PR346
Chris Lattner
2004-06-17
Make header comment fit within 80 cols.
Misha Brukman
2004-06-04
Emit a more sensible error message if no subclasses of Target are defined.
Misha Brukman
2004-05-27
Add support for dos style files.
Chris Lattner
2004-05-27
Header file moved
Chris Lattner
2004-04-15
The "best" of both worlds: readable C++ comments and valid HTML For doxygen.
Misha Brukman
2004-04-06
Tablegen backend for really simple instruction selector
Jakub Staszak
2004-04-06
add tablgen backend for really simple instruction selector
Jakub Staszak
2004-02-28
Do not remove an active template argument even if the superclass had one of the
Chris Lattner
2004-02-28
Ignore X = X assignments that was causing Alkis's rewrite of X86.td to crash
Chris Lattner
2004-02-28
Assert instead of going into an infinite loop!
Chris Lattner
2004-02-13
exit(1) instead of abort()'ing on error
Chris Lattner
2004-02-13
Fix buggy error message problem
Chris Lattner
2004-02-12
Ooops, top-level C++-comments aren't recognized by flex.
Misha Brukman
2004-02-12
* Convert C comments to C++ style (why are some one way, some another?!)
Misha Brukman
2004-02-06
Print the record NAME not the record ADDRESS
Chris Lattner
2004-01-24
Fix a couple of places I noticed where "X86" was hard-coded.
Brian Gaeke
2003-12-11
Stop laughing Misha
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-21
Added LLVM copyright notice.
John Criswell
2003-10-20
Added LLVM copyright to Makefiles.
John Criswell
2003-10-20
Added LLVM copyright header.
John Criswell
2003-10-16
Removed the .PRECIOUS of Lex and Yacc output files.
John Criswell
2003-10-13
Regularize header file comments
Chris Lattner
2003-10-10
This seems to work around some unobvious bug in gcc on sparc which was
Brian Gaeke
2003-10-08
Change MRegisterDesc::AliasSet, TargetInstrDescriptor::ImplicitDefs
Alkis Evlogimenos
2003-10-05
Move support/tools/* back into utils
Chris Lattner
2003-09-29
Updated Makefiles to reflect new location in llvm/support/tools.
John Criswell
2003-09-22
Squelch warning
Chris Lattner
2003-09-17
Do not put DEBUG() guard around error condition; this must *always* be printed.
Misha Brukman
2003-09-09
Modified the code so that we exit() with a non-zero value instead of calling
John Criswell
2003-09-07
Fixed spelling of `intentionally'.
Misha Brukman
2003-09-07
Remove unneeded #include
Chris Lattner
2003-08-27
Added an option to TableGen that allows users to specify a directory in which
John Criswell
2003-08-21
Fix warning on sparc build
Chris Lattner
2003-08-20
Added #include <cassert>. In GCC 3.3, we don't get assert() through the other
John Criswell
2003-08-19
X86.td has been moved out of this directory; these are outdated targets.
Misha Brukman
2003-08-18
Spell `necessary' correctly.
Misha Brukman
2003-08-15
Ignore dummy register classes
Chris Lattner
2003-08-15
Add support for nodes with void arguments, like chain nodes
Chris Lattner
2003-08-14
Using `std::remove' requires `cstdio.h'.
Misha Brukman
2003-08-13
Using std::string requires `#include <string>', says gcc-2.95.3.
Misha Brukman
2003-08-12
Fix emission of instructions that directly reference MBBs
Chris Lattner
2003-08-12
Add support for the Any type. Minor fixes and enhancements for BasicBlock op...
Chris Lattner
2003-08-12
Rename DNVT_bool to DNVT_i1 to be consistent with type system
Chris Lattner
2003-08-12
Add support for a bool argty
Chris Lattner
2003-08-11
It is not an error if a rule does not match, it's just a failed match!
Chris Lattner
2003-08-11
Add support for frameidx and literal immediates for instructions
Chris Lattner
2003-08-11
Add support for naming the destination of a "set" in a pattern
Chris Lattner
[next]