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
/
TableGen.cpp
Age
Commit message (
Expand
)
Author
2008-05-06
Naming fix: LLVMCCConfigurationEmitter -> LLVMCConfigurationEmitter.
Mikhail Glushenkov
2008-05-06
Rename LLVMCCConfigurationEmitter to LLVMCConfigurationEmitter
Mikhail Glushenkov
2008-04-01
Change the MemoryBuffer::getFile* methods to take just a pointer to the
Chris Lattner
2008-03-23
Add first proof-of-concept universal compiler driver framework based
Anton Korobeynikov
2008-01-06
split enum emission out from InstrInfoEmitter into it's own tblgen backend.
Chris Lattner
2007-12-29
remove attributions from utils.
Chris Lattner
2007-11-22
Rewrite the tblgen parser in a recursive descent style, eliminating the bison...
Chris Lattner
2007-02-27
reapply
Chris Lattner
2007-02-27
Backing out
Evan Cheng
2007-02-27
initial support for calling convention generation, still unfinished.
Chris Lattner
2006-12-07
What should be the last unnecessary <iostream>s in the library.
Bill Wendling
2006-03-03
remove a bunch of long-dead testing code
Chris Lattner
2006-03-03
initial implementation of intrinsic parsing
Chris Lattner
2006-03-03
Add support for "-Ifoo" in addition to "-I foo"
Chris Lattner
2006-03-03
add support for multiple include directories
Chris Lattner
2005-12-26
more standards-compliance stuff
Duraid Madina
2005-10-23
Remove the obsolete instr selector emitter
Chris Lattner
2005-10-21
Plugin new subtarget backend into the build.
Jim Laskey
2005-09-03
Add an option and stuff implementation of a dag isel emitter
Chris Lattner
2005-04-22
Eliminate tabs and trailing spaces
Jeff Cohen
2005-04-22
Remove trailing whitespace
Misha Brukman
2004-11-14
Fix usage of changed function prototype
Reid Spencer
2004-09-03
Make tblgen's exception handling a little more robust by printing the
Reid Spencer
2004-09-01
Changes For Bug 352
Reid Spencer
2004-08-29
RemoveFileOnErrorSignal is now in the llvm::sys namespace. Adjust
Reid Spencer
2004-08-01
Initial cut at an asm writer emitter. So far, this only handles emission of
Chris Lattner
2004-08-01
Finegrainify namespacification
Chris Lattner
2004-07-22
Remove some abandoned code that was never finished. If needed in the future
Chris Lattner
2004-07-16
Passing integer 0 in for a pointer value doesn't work on IA64. Fix this
Chris Lattner
2004-07-13
Make tblgen not try to be smart. This is better handled in makefiles if
Chris Lattner
2004-05-27
Header file moved
Chris Lattner
2004-04-06
add tablgen backend for really simple instruction selector
Jakub Staszak
2004-02-13
exit(1) instead of abort()'ing on error
Chris Lattner
2004-02-06
Print the record NAME not the record ADDRESS
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM copyright header.
John Criswell
2003-09-07
Fixed spelling of `intentionally'.
Misha Brukman
2003-08-27
Added an option to TableGen that allows users to specify a directory in which
John Criswell
2003-08-14
Using `std::remove' requires `cstdio.h'.
Misha Brukman
2003-08-06
Add an instruction selector emitter skeleton
Chris Lattner
2003-08-03
add new --gen-instr-desc option
Chris Lattner
2003-08-03
Add support for instruction enum emission
Chris Lattner
2003-08-01
Tablegen should only replace the output if it changes
Chris Lattner
2003-08-01
Make sure to delete the output file if there is an error
Chris Lattner
2003-08-01
Add the ability to emit register file enums
Chris Lattner
2003-08-01
Dead code elimination
Chris Lattner
2003-08-01
Add file comment
Chris Lattner
2003-07-31
Rename createEmitter to run because eventually all tablegen backends will
Chris Lattner
2003-07-30
Make tablegen take an input filename to parse if one is specified, otherwise
Chris Lattner
2003-07-29
Don't crash if there is no Inst class in the tablegen file!
Chris Lattner
[next]