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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Constify method to make VC++ happy. Patch by Brian Diekelman!
Ted Kremenek
2009-04-01
1
-2
/
+2
*
Tidy up some comments.
Dan Gohman
2009-03-31
1
-3
/
+3
*
Add a comment.
Dan Gohman
2009-03-31
1
-1
/
+2
*
Update the polygen grammer to reflect that zext and sext are no longer
Dan Gohman
2009-03-30
1
-2
/
+0
*
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 TableGen syntax highlighting for the jEdit editor.
Sebastian Redl
2009-03-14
2
-0
/
+53
*
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
Argiris Kirtzidis
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
*
Fix an inconsistent use of LLVMGCCDIR. In all other cases, this directory
Bob Wilson
2009-03-12
1
-1
/
+1
*
It makes no sense to have a ODR version of common
Duncan Sands
2009-03-11
2
-2
/
+1
*
implement support for C-style string literal concatenation in td files.
Chris Lattner
2009-03-11
1
-2
/
+14
*
Remove the one-definition-rule version of extern_weak
Duncan Sands
2009-03-11
2
-3
/
+1
*
Add -disable-bindings for utils/NewNightlyTest.pl
Daniel Dunbar
2009-03-10
1
-0
/
+2
*
Introduce new linkage types linkonce_odr, weak_odr, common_odr
Duncan Sands
2009-03-07
3
-3
/
+11
*
Change various llvm utilities to use PrettyStackTraceProgram in
Chris Lattner
2009-03-06
1
-0
/
+3
*
.emacs file bits for automatically setting the llvm.org coding style. Thanks...
Mike Stump
2009-03-04
1
-0
/
+24
*
'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
2
-0
/
+7
*
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
*
* Fixed spelling
Misha Brukman
2009-02-20
2
-17
/
+68
*
Keep the newline character at the end of the lines whose trailing whitespace we
Misha Brukman
2009-02-20
1
-1
/
+1
*
Only strip the newline character at the end of the lines that we're considering
Misha Brukman
2009-02-20
1
-2
/
+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
[next]