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
2010-05-27
Simplify raw_ostream usage.
Dan Gohman
2010-05-05
Add an emitter to handle the list of clang statement nodes.
Sean Hunt
2010-04-02
Second try of initial ARM/Thumb disassembler check-in. It consists of a tablgen
Johnny Chen
2010-03-27
Remove an unnecessary #include.
Dan Gohman
2010-03-16
--- Reverse-merging r98637 into '.':
Bob Wilson
2010-03-16
Initial ARM/Thumb disassembler check-in. It consists of a tablgen backend
Johnny Chen
2010-01-29
Added a custom TableGen backend to support the
Sean Callanan
2009-11-25
Sketch TableGen disassembler emitter, based on patch by Sean Callanan.
Daniel Dunbar
2009-11-18
TableGen: Add initial backend for clang Driver's option parsing.
Daniel Dunbar
2009-08-25
Make LLVM command-line tools overwrite their output files without -f.
Dan Gohman
2009-08-23
Change raw_fd_ostream to take flags as an optional bitmask
Chris Lattner
2009-07-15
Add a Force option to raw_fd_ostream to specify whether opening
Dan Gohman
2009-07-11
Stub out assembly matcher (.s -> MCInst) tblgen backend.
Daniel Dunbar
2009-07-08
Add a new little "FileCheck" utility for regression testing.
Chris Lattner
2009-07-03
Replace std::iostreams with raw_ostream in TableGen.
Daniel Dunbar
2009-06-30
Normalize SourceMgr messages.
Daniel Dunbar
2009-06-21
rename SourceMgr::PrintError to PrintMessage.
Chris Lattner
2009-06-21
move include searching logic from TGLexer to SourceMgr.
Chris Lattner
2009-06-21
Rename TGSourceMgr -> SourceMgr.
Chris Lattner
2009-06-21
rename TGLoc -> SMLoc.
Chris Lattner
2009-04-15
rename -gen-clang-diags-options -> -gen-clang-diag-groups
Chris Lattner
2009-03-18
Add another Clang TableGen-backend (-gen-clang-diags-options) for emitting
Ted Kremenek
2009-03-13
Add (hidden) TableGen command option '-clang-component' which specifies the
Ted Kremenek
2009-03-13
Add initial implementation of a TableGen backend for converting Clang-warnings
Ted Kremenek
2009-03-13
add a new TGError class and use it to propagate location info with
Chris Lattner
2009-03-13
give each Record a location.
Chris Lattner
2009-03-13
make "locations" a class instead of a typedef.
Chris Lattner
2009-03-13
split buffer management and diagnostic printing out of the tblgen
Chris Lattner
2009-03-06
Change various llvm utilities to use PrettyStackTraceProgram in
Chris Lattner
2009-02-05
Reapply 63765. Patches for clang and llvm-gcc to follow.
Dale Johannesen
2009-02-04
Reverting 63765. This broke the build of both clang
Dale Johannesen
2009-02-04
New feature: add support for target intrinsics being defined in the
Nate Begeman
2008-11-07
Make tablegen print out a nice error message for a const char*
Dan Gohman
2008-08-13
Initial checkin of the new "fast" instruction selection support. See
Dan Gohman
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
[prev]
[next]