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
...
*
'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
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
*
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
*
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
*
Fix MingW build: define GTEST_OS_WINDOWS if OS is MingW, but disable
Julien Lerouge
2009-02-12
2
-6
/
+10
*
Don't try to strip a file we just moved.
Bill Wendling
2009-02-11
1
-1
/
+1
*
Strip the LTO dylib.
Bill Wendling
2009-02-09
1
-0
/
+1
*
Small fix for the 'strip' command. Do a list of .so files.
Bill Wendling
2009-02-09
1
-2
/
+2
*
Eliminate a 'control reaches end of non-void function' warning.
Evan Cheng
2009-02-09
1
-0
/
+1
*
Don't run 'strip' on files that aren't there.
Bill Wendling
2009-02-09
1
-1
/
+3
*
Remove warnings about not being able to delete something. Don't run lipo on g...
Bill Wendling
2009-02-09
1
-4
/
+7
*
Revert 64023. make prefers GNUmakefile over makefile.
Evan Cheng
2009-02-07
2
-0
/
+377
*
Move Apple style build makefiles to the top level. Just like llvmgcc42.
Evan Cheng
2009-02-07
2
-377
/
+0
[prev]
[next]