index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
/
TableGen
Age
Commit message (
Expand
)
Author
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-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-11
implement support for C-style string literal concatenation in td files.
Chris Lattner
2009-03-06
Change various llvm utilities to use PrettyStackTraceProgram in
Chris Lattner
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
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-09
Eliminate a 'control reaches end of non-void function' warning.
Evan Cheng
2009-02-06
Get rid of one more non-DebugLoc getNode and
Dale Johannesen
2009-02-05
Remove a non-DebugLoc version of getNode.
Dale Johannesen
2009-02-05
Reapply 63765. Patches for clang and llvm-gcc to follow.
Dale Johannesen
2009-02-04
Remove non-DebugLoc forms of CopyToReg and CopyFromReg.
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
2009-02-01
Fix PR3453 and probably a bunch of other potential
Duncan Sands
2009-01-29
Explain why this is here.
Bill Wendling
2009-01-29
- Add DebugLoc to getTargetNode().
Bill Wendling
2009-01-29
Move the code that starts printing the Select_* functions
Dan Gohman
2009-01-28
Typo.
Mikhail Glushenkov
2009-01-28
Add three new option properties.
Mikhail Glushenkov
2009-01-22
Eliminate a couple of fields from TargetRegisterClass: SubRegClasses and Supe...
Evan Cheng
2009-01-22
Make tblgen more portable, allowing it to build with ICC.
Chris Lattner
[next]