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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
retain-comments-from-system-headers.c: Flush module cache, or incremental tes...
NAKAMURA Takumi
2014-03-09
1
-0
/
+1
*
[-Wunreachable-code] Tweak heuristic for configuration values to include arit...
Ted Kremenek
2014-03-08
1
-0
/
+24
*
[-Wunreachabe-code] Don't warn about unreachable destructors for temporaries.
Ted Kremenek
2014-03-08
1
-0
/
+13
*
Fix CFG bug where the 'isTemporaryDtorsBranch' bit was silently lost for term...
Ted Kremenek
2014-03-08
1
-10
/
+10
*
[-Wunreachable-code] Handle 'return' with no argument dominated by 'noreturn'...
Ted Kremenek
2014-03-08
1
-0
/
+5
*
Module [extern_c] attribute: inherit to submodules, don't write 'extern "C"'
Richard Smith
2014-03-08
4
-4
/
+21
*
Replace "can not" with "cannot" in diagnostics messages.
Ismail Pazarbasi
2014-03-07
21
-60
/
+60
*
[-Wunreachable-code] Treat constant globals as configuration values in unreac...
Ted Kremenek
2014-03-07
1
-0
/
+7
*
Remove a test that we don't need anymore
Timur Iskhodzhanov
2014-03-07
1
-27
/
+0
*
Fix PR18967 -- Bad this adjustment for virtual methods in a diamond virtual i...
Timur Iskhodzhanov
2014-03-07
5
-45
/
+170
*
Tweak some test paths to match on Windows
Ben Langmuir
2014-03-07
1
-4
/
+4
*
[OPENMP] Small update in threadprivate variables processing to fix template i...
Alexey Bataev
2014-03-07
1
-0
/
+7
*
[Preprocessor] Pass TranslationUnitKind to the preprocessor and if it is TU_P...
Argyrios Kyrtzidis
2014-03-07
1
-5
/
+11
*
[OPENMP] Fixed linked libraries for libiomp5 on Linux
Alexey Bataev
2014-03-07
1
-2
/
+4
*
Add a bunch of missing changes from r203208
Ben Langmuir
2014-03-07
1
-5
/
+7
*
Fix recent regressions in -Wreturn-type caused by heuristics to -Wunreachable...
Ted Kremenek
2014-03-07
1
-1
/
+35
*
Add dependencies from imported modules with -MD
Ben Langmuir
2014-03-07
1
-0
/
+20
*
[-Wunreachable-code] Correctly expand artificial reachability to pruned '&&' ...
Ted Kremenek
2014-03-07
1
-2
/
+2
*
[-Wunreachable-code] Teach reachable code analysis heuristics about more lite...
Ted Kremenek
2014-03-07
2
-1
/
+17
*
The Visual Studio IDE changed behavior in VS2012. It used to be the case that
Yunzhong Gao
2014-03-07
1
-6
/
+12
*
C. Compare vector sizes using their raw element size instead of
Fariborz Jahanian
2014-03-06
1
-0
/
+10
*
Use llvm.compiler.used instead of llvm.used for objc symbols.
Rafael Espindola
2014-03-06
1
-1
/
+1
*
Make the test a bit stronger by showing what is added to llvm.used.
Rafael Espindola
2014-03-06
1
-0
/
+2
*
Exclude invalid old decl from mismatching linkage assertion
Ismail Pazarbasi
2014-03-06
1
-0
/
+4
*
PGO: rename profile data files from .pgodata to .profdata.
Bob Wilson
2014-03-06
8
-5
/
+5
*
PGO: rename FileCheck variable to follow the existing convention.
Bob Wilson
2014-03-06
1
-3
/
+3
*
PGO: Add support for Objective-C blocks.
Bob Wilson
2014-03-06
2
-5
/
+23
*
MS ABI: Disambiguate the manglings for global guard variables
David Majnemer
2014-03-06
1
-0
/
+2
*
Add tests for MS inline asm change r203146
Reid Kleckner
2014-03-06
2
-0
/
+41
*
MS ABI: Fix the initializer/finalizer mangling for static data members
David Majnemer
2014-03-06
1
-4
/
+4
*
Revert "Use private linkage for remaining GlobalVariables with private names."
Rafael Espindola
2014-03-06
3
-7
/
+7
*
Run -fprofile-instr tests with %clang_cc1.
Bob Wilson
2014-03-06
2
-4
/
+4
*
[OPENMP] Updated comments and _OPENMP macro value for OpenMP 4.0 (for 'omp si...
Alexey Bataev
2014-03-06
1
-2
/
+2
*
[OPENMP] Missed test for 'simd private'
Alexey Bataev
2014-03-06
1
-0
/
+134
*
[-Wunreachable-code] Refine treating all branches of 'switch' as reachable, w...
Ted Kremenek
2014-03-06
1
-0
/
+11
*
CodeGenObjC/instr-profile.m: Add -target darwin to appease bots.
NAKAMURA Takumi
2014-03-06
1
-2
/
+2
*
[-Wunreachable-code] don't warn about dead 'return <string literal>' dominate...
Ted Kremenek
2014-03-06
1
-0
/
+21
*
Attempt to fix buildbots by dropping the -LABEL from some FileCheck patterns.
Bob Wilson
2014-03-06
1
-2
/
+2
*
[OPENMP] Clause 'num_threads'
Alexey Bataev
2014-03-06
2
-17
/
+72
*
PGO: add instrumentation for Objective-C methods.
Bob Wilson
2014-03-06
2
-6
/
+28
*
[OPENMP] Added option -fopenmp=libiomp5|libgomp
Alexey Bataev
2014-03-06
14
-25
/
+78
*
PGO: Use the main file name to help distinguish functions with local linkage.
Bob Wilson
2014-03-06
2
-0
/
+17
*
Fix crash if a submodule overrides one of its own macros, and add support for
Richard Smith
2014-03-06
5
-0
/
+17
*
Fix test from r203061
Richard Trieu
2014-03-06
1
-3
/
+3
*
Suppress diagnostics during name lookup for absolute value type.
Richard Trieu
2014-03-06
1
-0
/
+13
*
Use private linkage for remaining GlobalVariables with private names.
Rafael Espindola
2014-03-06
3
-7
/
+7
*
Update clang test to cover for new treatment of intrinsics as readnone.
Raul E. Silvera
2014-03-06
1
-4
/
+4
*
[-Wunreachable-code] Handle idiomatic do...while() with an uninteresting cond...
Ted Kremenek
2014-03-06
2
-3
/
+16
*
Change the color of comment nodes from bright yellow to blue. Bright yellow on
Richard Trieu
2014-03-06
1
-19
/
+19
*
Objective-C properties. Fixes a crash in Sema where RHS of
Fariborz Jahanian
2014-03-06
1
-0
/
+53
[next]