index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
/
TableGen
Age
Commit message (
Expand
)
Author
2013-05-05
ArrayRef<T>() -> None cleanup
Dmitri Gribenko
2013-05-03
Restore Richard's belief in me.
Douglas Gregor
2013-05-02
Use attribute argument information to determine when to parse attribute argum...
Douglas Gregor
2013-05-02
Revert r180970; it's causing breakage.
Douglas Gregor
2013-05-02
Use attribute argument information to determine when to parse attribute argum...
Douglas Gregor
2013-04-25
[neonemitter tests] Change triple of emitted tests to thumbv7s to match the t...
Michael Gottesman
2013-04-16
[6/6] ARM Neon Intrinsic Tablegen Test Generator.
Michael Gottesman
2013-04-16
[5/6] ARM Neon Intrinsic Tablegen Test Generator.
Michael Gottesman
2013-04-16
[4/6] ARM Neon Intrinsic Tablegen Test Generator.
Michael Gottesman
2013-04-16
[3/6] ARM Neon Intrinsic Tablegen Test Generator.
Michael Gottesman
2013-04-16
[2/6] ARM Neon Intrinsic Tablegen Test Generator.
Michael Gottesman
2013-04-12
Define Neon intrinsics as "static inline" to avoid warning. rdar://13108414
Bob Wilson
2013-04-05
doce parsing: adding few more headerdoc tags.
Fariborz Jahanian
2013-03-26
[ms-cxxabi] Give the MS inheritance attributes a base class
Reid Kleckner
2013-03-08
Documentation parsing. Some refactoring and code
Fariborz Jahanian
2013-03-07
HeaderDoc: Support more of HeaderDoc documentation
Fariborz Jahanian
2013-03-05
doc parsing. We want to issue a strong warning when
Fariborz Jahanian
2013-02-21
Strip 'llvm' from 'llvm::Optional' uses.
Ted Kremenek
2013-02-01
Comment parsing: improve the fidelity of XML output for many block commands
Dmitri Gribenko
2013-02-01
[Sema][Attr]Fix alignment attribute printing.
Michael Han
2013-01-31
[Comment parsing] Add support for recognizing
Fariborz Jahanian
2013-01-31
Add indents to AST dumping and removed parenthesis from AST nodes.
Richard Trieu
2013-01-30
TableGen backends: use emitSourceFileHeader() to emit the warning about
Dmitri Gribenko
2013-01-30
Comment parsing: resolve more named character references
Dmitri Gribenko
2013-01-29
Propagate the spelling list index for an attribute across template instantiat...
Richard Smith
2013-01-29
Replace AS_MSTypespec with AS_Keyword, for representing any attribute spelled
Richard Smith
2013-01-27
Add the missing line return to align parameters of printPretty.
Michael Han
2013-01-24
PR14922: when printing an attribute, use the real syntax of the attribute (GN...
Michael Han
2013-01-12
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-10
Error if an anonymous DiagGroup is referenced multiple times.
Jordan Rose
2013-01-07
Fixed a number of -Wcovered-switch-default diagnostics in tools/clang/include...
Alexander Kornienko
2013-01-07
Implement Attr dumping for -ast-dump.
Alexander Kornienko
2012-12-04
Sort the #include lines under utils/...
Chandler Carruth
2012-11-15
[PCH] Reading expressions from attributes should be done using ReadExpr(),
Argyrios Kyrtzidis
2012-10-25
Don't require exception handling for clang-tblgen.
Joerg Sonnenberger
2012-10-25
Don't throw exceptions in clang-tblgen by switching to PrintFatalError.
Joerg Sonnenberger
2012-10-22
[Options] Add prefixes to options.
Michael J. Spencer
2012-10-11
Remove pointless classof()'s.
Sean Silva
2012-10-10
tblgen: Build clang-tblgen without RTTI.
Sean Silva
2012-10-10
tblgen: Use LLVM-style RTTI in clang-tblgen
Sean Silva
2012-10-03
tblgen: Migrate clang-tblgen to new TableGenMain API.
Sean Silva
2012-09-22
Comment sema: warn when comment has \deprecated but declaration does not have a
Dmitri Gribenko
2012-09-13
Comment parsing: handle \deprecated command. It is a block command, but it
Dmitri Gribenko
2012-09-10
Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.
Dmitri Gribenko
2012-09-06
Dont cast away const needlessly. Found by gcc48 -Wcast-qual.
Roman Divacky
2012-08-31
Comment HTML tag name machers: move from StringSwitch to an efficient
Dmitri Gribenko
2012-08-16
Don't constant-fold when pretty-printing alignment attribute. This fixes a
Richard Smith
2012-08-14
Placate the mingw32 buildbot by suffixing 64-bit constants with ULL.
Richard Smith
2012-08-14
Fix undefined behavior (and wrong code, as far as I can tell) in NEON builtin
Richard Smith
2012-08-10
Fix horrible regression in control of warnings caused by introduction of -Wpe...
Ted Kremenek
[next]