index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
utils
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement promotion for enumeration types.
Douglas Gregor
2010-02-02
2
-1
/
+96
*
Include <stdlib.h>, so that we're sure to get atoi.
Douglas Gregor
2010-02-02
1
-1
/
+2
*
Extern darwin-clang_rt.c test to also test targetting ARM ({armv6, armv7} x
Daniel Dunbar
2010-01-23
1
-10
/
+90
*
Add a test for clang_rt support on Darwin. With appropriate massaging, this
Daniel Dunbar
2010-01-21
1
-0
/
+258
*
Tweak OptionalTests paths.
Daniel Dunbar
2010-01-21
1
-1
/
+10
*
Add utils/OptionalTests, a dumping ground for additional (lit) tests which for
Daniel Dunbar
2010-01-21
3
-0
/
+24
*
Insert clang-flags into the clang command. Currently it needs to be a list;
John McCall
2010-01-13
1
-18
/
+18
*
Remove unused code.
Mike Stump
2010-01-12
1
-3
/
+0
*
Improve covariance tester to randomize the return value more.
Mike Stump
2010-01-12
1
-16
/
+57
*
Add covariance tester.
Mike Stump
2010-01-12
1
-8
/
+35
*
Allow N_FIELDS to be 0.
Mike Stump
2010-01-12
1
-1
/
+1
*
Fix indentation.
Mike Stump
2010-01-08
1
-1
/
+1
*
Add in final overrider logic.
Mike Stump
2010-01-08
4
-14
/
+72
*
Add checker for type infos.
Mike Stump
2010-01-07
1
-0
/
+20
*
Add checked for VTTs.
Mike Stump
2010-01-07
1
-0
/
+20
*
Detailed vtable checker.
Mike Stump
2010-01-07
2
-1
/
+19
*
1/2 off all structs should not have any virtual functions.
Mike Stump
2010-01-07
1
-8
/
+13
*
Add a descriptive tag to each line to make the exact differences
Mike Stump
2010-01-07
1
-12
/
+12
*
Don't use two argument mixing function.
Mike Stump
2010-01-07
1
-2
/
+1
*
Also generate the .s files.
Mike Stump
2010-01-07
1
-2
/
+4
*
Add a testcase generator for vtable/rtti testing. WIP.
Mike Stump
2010-01-07
2
-0
/
+242
*
Tests: Tweak LLVM-Code-Symbols test to ignore common and undefined symbols for
Daniel Dunbar
2009-12-26
1
-10
/
+22
*
Sketch a simple new C++Tests suite for checking that llvm-gcc and clang generate
Daniel Dunbar
2009-12-24
3
-0
/
+99
*
Don't commit my silly little local changes
Douglas Gregor
2009-12-23
2
-3
/
+1
*
Fix DISABLE_SMART_POINTERS build
Douglas Gregor
2009-12-23
2
-1
/
+3
*
Revert accidental commit
Douglas Gregor
2009-12-22
2
-2
/
+0
*
Switch Sema::AddCXXDirectInitializerToDecl over to InitializationSequence
Douglas Gregor
2009-12-22
2
-0
/
+2
*
C++Tests: Add target paths for LLVM-Code-Compile checks as well.
Daniel Dunbar
2009-12-18
1
-1
/
+33
*
Add a couple more paths to the LLVM-Code-Syntax test
Douglas Gregor
2009-12-17
1
-0
/
+6
*
Remove accidental commit containing local paths for the LLVM-Code-Syntax test
Douglas Gregor
2009-12-14
1
-1
/
+0
*
Minor cleanups for constructor initialization in InitializationSequence
Douglas Gregor
2009-12-14
1
-0
/
+1
*
Switch the Emacs clang-completion-mode over to clang -cc1
Douglas Gregor
2009-12-11
1
-19
/
+19
*
Update docs/comments/utils/examples to refer to clang -cc1 instead of clang-cc.
Daniel Dunbar
2009-12-11
1
-4
/
+4
*
Beef up Clang-on-LLVM testing a bit, by making LLVM-Syntax recursive
Douglas Gregor
2009-12-10
2
-5
/
+29
*
Add utils/TestUtils, and sink pch-test.pl there.
Daniel Dunbar
2009-12-03
2
-0
/
+24
*
Tuck away scan-build related files into tools/scan-build
Kovarththanan Rajaratnam
2009-12-01
4
-2484
/
+0
*
Move ubiviz to analyzer directory
Kovarththanan Rajaratnam
2009-12-01
1
-0
/
+0
*
Don't run the LLVM Code tests by default.
Daniel Dunbar
2009-11-26
1
-8
/
+4
*
Add -Werror for Clang and LLVM on Clang (headers) syntax tests.
Daniel Dunbar
2009-11-26
2
-0
/
+2
*
Add C++ tests to try to parse and compile the LLVM libraries
Douglas Gregor
2009-11-26
2
-0
/
+47
*
Don't try to parse LinkAllParses.h for now
Douglas Gregor
2009-11-25
1
-1
/
+1
*
Remove '-checker-simple' reference from scan-build. Patch by Kovarththanan R...
Ted Kremenek
2009-11-23
1
-1
/
+1
*
Change Clang-Code-Compile tests to only -emit-llvm instead of running
Daniel Dunbar
2009-11-23
1
-1
/
+1
*
Add two new C++ lit tests suites, for testing Clang .cpp files with
Daniel Dunbar
2009-11-15
3
-4
/
+62
*
Add Clang-Syntax C++Tests; these don't run by default, use the lit arguments
Daniel Dunbar
2009-11-15
2
-0
/
+28
*
Use the other excludes syntax.
Daniel Dunbar
2009-11-15
1
-4
/
+2
*
Use 'eq' operator, and enable regular experimental checks when --experimental...
Ted Kremenek
2009-11-13
2
-1
/
+2
*
Add clang-cc option "--analyzer-experimental-internal-checks". This
Ted Kremenek
2009-11-13
2
-0
/
+13
*
Turn off -Wsign-compare warnings by default
Douglas Gregor
2009-11-06
1
-1
/
+1
*
When we encounter a derived-to-base conversion when performing an
Douglas Gregor
2009-11-06
1
-1
/
+4
[next]