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
Age
Commit message (
Expand
)
Author
2009-03-23
Add sanity check in Clang TableGen backend to check if 'Component' is a string.
Ted Kremenek
2009-03-19
Fix the Win32 VS2008 build:
Sebastian Redl
2009-03-19
Fix regression in 'tblgen -gen-clang-diags-defs': Emit the diagnostic kind in...
Ted Kremenek
2009-03-19
Add support to tablegen for naming the nodes themselves, not just the operands,
Nate Begeman
2009-03-18
tblgen -gen-clang-diags-options: Output OptionTable entries in lexicographic
Ted Kremenek
2009-03-18
'tblgen -gen-clang-diags-options' now outputs the OptionTable:
Ted Kremenek
2009-03-18
Add another Clang TableGen-backend (-gen-clang-diags-options) for emitting
Ted Kremenek
2009-03-18
include the null at the end of a memorybuffer as part of the buffer.
Chris Lattner
2009-03-16
Add TGSourceMgr.cpp to CMake build, sort lines
Douglas Gregor
2009-03-14
Add TableGen syntax highlighting for the jEdit editor.
Sebastian Redl
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
Further constify Record::isSubClassOf.
Ted Kremenek
2009-03-13
Fix escaping in asm string literals correctly by having tblgen unescape
Chris Lattner
2009-03-13
add a horrible hack to fix the build.
Chris Lattner
2009-03-13
add support for a few simple escape characters in tblgen strings.
Chris Lattner
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
Unbreak build, bring in std::string for GCC 4.3
Argyrios Kyrtzidis
2009-03-13
Unbreak build.
Evan Cheng
2009-03-13
split buffer management and diagnostic printing out of the tblgen
Chris Lattner
2009-03-12
Fix an inconsistent use of LLVMGCCDIR. In all other cases, this directory
Bob Wilson
2009-03-11
It makes no sense to have a ODR version of common
Duncan Sands
2009-03-11
implement support for C-style string literal concatenation in td files.
Chris Lattner
2009-03-11
Remove the one-definition-rule version of extern_weak
Duncan Sands
2009-03-10
Add -disable-bindings for utils/NewNightlyTest.pl
Daniel Dunbar
2009-03-07
Introduce new linkage types linkonce_odr, weak_odr, common_odr
Duncan Sands
2009-03-06
Change various llvm utilities to use PrettyStackTraceProgram in
Chris Lattner
2009-03-04
.emacs file bits for automatically setting the llvm.org coding style. Thanks...
Mike Stump
2009-02-27
'append_cmd' should split its argument.
Mikhail Glushenkov
2009-02-26
these utils don't need exports.
Chris Lattner
2009-02-24
Added support to have TableGen provide information if an intrinsic (core
Mon P Wang
2009-02-24
Overhaul my earlier submission due to feedback. It's a large patch, but most of
Bill Wendling
2009-02-24
- Use the "Fast" flag instead of "OptimizeForSize" to determine whether to emit
Bill Wendling
2009-02-20
* Fixed spelling
Misha Brukman
2009-02-20
Keep the newline character at the end of the lines whose trailing whitespace we
Misha Brukman
2009-02-20
Only strip the newline character at the end of the lines that we're considering
Misha Brukman
2009-02-20
We have logic in there to emit a default debugging label at the beginning of a
Bill Wendling
2009-02-20
Add an accessor method to DwarfWriter to tell of debugging info should be emi...
Bill Wendling
2009-02-19
Print out a new label only if the debug location *tuple* is different. The debug
Bill Wendling
2009-02-19
Forgot to check that debug information is supported.
Bill Wendling
2009-02-18
Put code that generates debug labels into TableGen so that it can be used by
Bill Wendling
2009-02-18
Add explicit keywords.
Dan Gohman
2009-02-14
Unbreak the build on win32.
Cedric Venet
2009-02-14
Generalize some alias analysis logic from atomic
Duncan Sands
2009-02-12
Fix MingW build: define GTEST_OS_WINDOWS if OS is MingW, but disable
Julien Lerouge
2009-02-11
Don't try to strip a file we just moved.
Bill Wendling
2009-02-09
Strip the LTO dylib.
Bill Wendling
2009-02-09
Small fix for the 'strip' command. Do a list of .so files.
Bill Wendling
[next]