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
2011-02-14
Add the ClangSACheckersEmitter tablegen backend which will be used for the cl...
Argyrios Kyrtzidis
2011-01-19
Fix comment for gen-clang-decl-nodes tblgen backend, from Michael Han
Douglas Gregor
2010-12-16
MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v...
Michael J. Spencer
2010-12-15
Add a Neon intrinsic test generator.
Bob Wilson
2010-12-15
various cleanups to tblgen, patch by Garrison Venn!
Chris Lattner
2010-12-13
eliminate the Records global variable, patch by Garrison Venn!
Chris Lattner
2010-12-09
Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code...
Michael J. Spencer
2010-11-29
Merge System into Support.
Michael J. Spencer
2010-10-20
Add a way to emit StringSwitch of clang attribute spellings.
Anders Carlsson
2010-10-07
Move tool_output_file into its own file.
Dan Gohman
2010-09-27
Push twines deeper into SourceMgr's error handling methods.
Benjamin Kramer
2010-09-01
Make tool_output_file's raw_ostream instance a member variable instead
Dan Gohman
2010-08-20
Convert tablegen to use tool_output_file.
Dan Gohman
2010-08-18
Finish full attribute class emission for clang.
Sean Hunt
2010-08-13
Revert r111007.
Mikhail Glushenkov
2010-08-13
Add a workaround for building with Clang.
Mikhail Glushenkov
2010-07-20
remove option from tablegen for building static header.
Chris Lattner
2010-06-17
Modify tablegen to support generating all NEON code used by clang at once.
Nate Begeman
2010-06-16
Add preliminary clang attribute generation support.
Sean Hunt
2010-06-04
BuiltinsARM.def emitter, still needs a substantial bit of tweaking to lighten...
Nate Begeman
2010-05-30
Allow for creation of clang DeclNodes tables.
Sean Hunt
2010-05-28
Fix build breakage.
Eli Friedman
2010-05-28
Add support to tablegen for auto-generating arm_neon.h from a tablegen descri...
Nate Begeman
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
[next]