index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
utils
/
TableGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tidy up some comments.
Dan Gohman
2009-03-31
1
-3
/
+3
*
Add a comment.
Dan Gohman
2009-03-31
1
-1
/
+2
*
fix a few spelling errors and typos
Jim Grosbach
2009-03-26
9
-16
/
+16
*
Use 'bool' for FoundRC
Jim Grosbach
2009-03-26
1
-2
/
+2
*
Modify getRegisterValueType() to allow for a register being in mutliple
Jim Grosbach
2009-03-25
1
-5
/
+26
*
Add sanity check in Clang TableGen backend to check if 'Component' is a string.
Ted Kremenek
2009-03-23
1
-1
/
+1
*
Fix the Win32 VS2008 build:
Sebastian Redl
2009-03-19
1
-1
/
+1
*
Fix regression in 'tblgen -gen-clang-diags-defs': Emit the diagnostic kind in...
Ted Kremenek
2009-03-19
1
-1
/
+2
*
Add support to tablegen for naming the nodes themselves, not just the operands,
Nate Begeman
2009-03-19
4
-18
/
+36
*
tblgen -gen-clang-diags-options: Output OptionTable entries in lexicographic
Ted Kremenek
2009-03-18
1
-7
/
+19
*
'tblgen -gen-clang-diags-options' now outputs the OptionTable:
Ted Kremenek
2009-03-18
1
-5
/
+19
*
Add another Clang TableGen-backend (-gen-clang-diags-options) for emitting
Ted Kremenek
2009-03-18
3
-0
/
+116
*
include the null at the end of a memorybuffer as part of the buffer.
Chris Lattner
2009-03-18
1
-1
/
+3
*
Add TGSourceMgr.cpp to CMake build, sort lines
Douglas Gregor
2009-03-16
1
-2
/
+3
*
Add (hidden) TableGen command option '-clang-component' which specifies the
Ted Kremenek
2009-03-13
3
-11
/
+42
*
Add initial implementation of a TableGen backend for converting Clang-warnings
Ted Kremenek
2009-03-13
4
-2
/
+127
*
Further constify Record::isSubClassOf.
Ted Kremenek
2009-03-13
1
-1
/
+1
*
Fix escaping in asm string literals correctly by having tblgen unescape
Chris Lattner
2009-03-13
2
-7
/
+16
*
add a horrible hack to fix the build.
Chris Lattner
2009-03-13
1
-0
/
+9
*
add support for a few simple escape characters in tblgen strings.
Chris Lattner
2009-03-13
1
-1
/
+25
*
add a new TGError class and use it to propagate location info with
Chris Lattner
2009-03-13
3
-20
/
+26
*
give each Record a location.
Chris Lattner
2009-03-13
4
-15
/
+29
*
make "locations" a class instead of a typedef.
Chris Lattner
2009-03-13
7
-58
/
+82
*
Unbreak build, bring in std::string for GCC 4.3
Argyrios Kyrtzidis
2009-03-13
1
-0
/
+1
*
Unbreak build.
Evan Cheng
2009-03-13
1
-0
/
+1
*
split buffer management and diagnostic printing out of the tblgen
Chris Lattner
2009-03-13
6
-70
/
+228
*
implement support for C-style string literal concatenation in td files.
Chris Lattner
2009-03-11
1
-2
/
+14
*
Change various llvm utilities to use PrettyStackTraceProgram in
Chris Lattner
2009-03-06
1
-0
/
+3
*
'append_cmd' should split its argument.
Mikhail Glushenkov
2009-02-27
1
-1
/
+6
*
these utils don't need exports.
Chris Lattner
2009-02-26
1
-0
/
+3
*
Added support to have TableGen provide information if an intrinsic (core
Mon P Wang
2009-02-24
2
-1
/
+23
*
Overhaul my earlier submission due to feedback. It's a large patch, but most of
Bill Wendling
2009-02-24
1
-3
/
+1
*
- Use the "Fast" flag instead of "OptimizeForSize" to determine whether to emit
Bill Wendling
2009-02-24
1
-1
/
+2
*
We have logic in there to emit a default debugging label at the beginning of a
Bill Wendling
2009-02-20
1
-4
/
+3
*
Add an accessor method to DwarfWriter to tell of debugging info should be emi...
Bill Wendling
2009-02-20
1
-1
/
+2
*
Print out a new label only if the debug location *tuple* is different. The debug
Bill Wendling
2009-02-19
1
-6
/
+9
*
Forgot to check that debug information is supported.
Bill Wendling
2009-02-19
1
-2
/
+2
*
Put code that generates debug labels into TableGen so that it can be used by
Bill Wendling
2009-02-18
1
-0
/
+11
*
Add explicit keywords.
Dan Gohman
2009-02-18
2
-2
/
+2
*
Unbreak the build on win32.
Cedric Venet
2009-02-14
2
-3
/
+3
*
Generalize some alias analysis logic from atomic
Duncan Sands
2009-02-14
2
-0
/
+36
*
Eliminate a 'control reaches end of non-void function' warning.
Evan Cheng
2009-02-09
1
-0
/
+1
*
Get rid of one more non-DebugLoc getNode and
Dale Johannesen
2009-02-06
1
-1
/
+2
*
Remove a non-DebugLoc version of getNode.
Dale Johannesen
2009-02-05
1
-2
/
+2
*
Reapply 63765. Patches for clang and llvm-gcc to follow.
Dale Johannesen
2009-02-05
7
-24
/
+79
*
Remove non-DebugLoc forms of CopyToReg and CopyFromReg.
Dale Johannesen
2009-02-04
1
-0
/
+1
*
Reverting 63765. This broke the build of both clang
Dale Johannesen
2009-02-04
7
-79
/
+24
*
New feature: add support for target intrinsics being defined in the
Nate Begeman
2009-02-04
7
-24
/
+79
*
Fix PR3453 and probably a bunch of other potential
Duncan Sands
2009-02-01
1
-1
/
+1
*
Explain why this is here.
Bill Wendling
2009-01-29
1
-0
/
+1
[next]