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
*
[SanitizerCoverage] Implement user-friendly -fsanitize-coverage= flags.
Alexey Samsonov
2015-05-07
1
-2
/
+43
*
[MS ABI] Make sure we number thread_local statics seperately
David Majnemer
2015-05-07
1
-1
/
+11
*
Fixed test failure on machines with 32-bit size_t.
Artem Belevich
2015-05-07
1
-1
/
+1
*
[cuda] Include GPU binary into host object file and generate init/deinit code.
Artem Belevich
2015-05-07
1
-1
/
+40
*
Replace the broken LambdaCapture::isInitCapture API.
James Dennett
2015-05-07
1
-1
/
+24
*
[SanitizerCoverage] Give clang-cc1 the power to precisly specify needed sanit...
Alexey Samsonov
2015-05-07
2
-26
/
+26
*
AVX-512: FP compare intrinsics - changed type of CC parameter from i8 to i32 ...
Elena Demikhovsky
2015-05-07
1
-0
/
+47
*
Mark clang/test/CodeGenCXX/microsoft-abi-thread-safe-statics.cpp as REQUIRES:...
NAKAMURA Takumi
2015-05-07
1
-0
/
+2
*
Fix for http://llvm.org/PR23392: magick/feature.c from ImageMagick-6.9.1-2 ICEs.
Alexey Bataev
2015-05-07
2
-4
/
+13
*
[MS ABI] Implement thread-safe initialization using the MSVC 2015 ABI
David Majnemer
2015-05-07
4
-13
/
+94
*
[OPENMP] Generate !llvm.mem.loop_parallel_access metadata for loops with dyna...
Alexey Bataev
2015-05-07
2
-2
/
+11
*
[OPENMP] Fixed test for reduction on 'sections' directive.
Alexey Bataev
2015-05-07
1
-1
/
+1
*
[modules] Suport for merging a parsed enum definition into an existing import...
Richard Smith
2015-05-07
1
-0
/
+7
*
[OPENMP] Fixed codegen for 'reduction' clause.
Alexey Bataev
2015-05-07
3
-104
/
+92
*
When performing delayed typo correction in a for-range loop's variable
Kaelyn Takata
2015-05-07
1
-0
/
+9
*
Fix public-private.modulemap test case to clear the cache on every run.
Peter Collingbourne
2015-05-06
1
-2
/
+3
*
[OPENMP] Fixed messages about predetermined DSA for loop control variables.
Alexey Bataev
2015-05-06
1
-1
/
+1
*
[OPENMP] Fix for http://llvm.org/PR23387: clang fails to compile magick/attri...
Alexey Bataev
2015-05-06
1
-0
/
+18
*
InstrProf: Don't start or end coverage regions inside of system macros
Justin Bogner
2015-05-05
1
-0
/
+12
*
Update testcase to match r236539
David Majnemer
2015-05-05
1
-1
/
+1
*
[SystemZ] Add support for z13 low-level vector builtins
Ulrich Weigand
2015-05-05
2
-0
/
+784
*
[SystemZ] Add support for z13 and its vector facility
Ulrich Weigand
2015-05-05
4
-3
/
+368
*
Allow TransformTypos to ignore corrections to a specified VarDecl.
Kaelyn Takata
2015-05-05
1
-0
/
+8
*
[OPENMP] Allow use of macros in OpenMP directives/clauses.
Alexey Bataev
2015-05-05
1
-0
/
+4
*
[OPENMP] Codegen for 'firstprivate' clause in 'task' directive.
Alexey Bataev
2015-05-05
1
-0
/
+401
*
Fix buffer overflow in Lexer
Kostya Serebryany
2015-05-04
1
-0
/
+8
*
[MS ABI] Fix a crash in vptr path calculation
David Majnemer
2015-05-04
2
-1
/
+30
*
Instantiate incomplete class used in template method.
Serge Pavlov
2015-05-04
1
-0
/
+129
*
Switch PPCallbacks to take the new MacroDefinition instead of MacroDirective*...
Richard Smith
2015-05-04
1
-0
/
+1
*
[MS ABI] Add testcase which was missing from r236354
David Majnemer
2015-05-02
1
-0
/
+44
*
Diagnose delayed typos when parsing a postfix expression with an
Kaelyn Takata
2015-05-02
1
-0
/
+6
*
[modules] If a module #includes a modular header that #undef's its macro, it
Richard Smith
2015-05-02
4
-0
/
+23
*
InstrProf: Add a couple of checks to this test
Justin Bogner
2015-05-01
1
-0
/
+15
*
[MS ABI] NV bases may indirectly contain covariant thunks from V Bases
David Majnemer
2015-05-01
2
-2
/
+19
*
[modules] Add -fmodules-local-submodule-visibility flag.
Richard Smith
2015-05-01
4
-16
/
+55
*
ARM: merge Cyclone into other ARMv8 CPUs and add tests for features.
Tim Northover
2015-05-01
1
-0
/
+38
*
Also correct typos in the middle of a ternary expression when the RHS is inva...
Kaelyn Takata
2015-05-01
1
-0
/
+5
*
Adjust the wording of the "brackets go after the unqualified-id" error messag...
Nick Lewycky
2015-05-01
2
-16
/
+24
*
Suppress clang/test/OpenMP/task_private_codegen.cpp on win32 for now. Investi...
NAKAMURA Takumi
2015-05-01
1
-1
/
+4
*
Eagerly correct typos in ParenExprs that may be type casts for non-C++ code.
Kaelyn Takata
2015-05-01
1
-0
/
+6
*
InstrProf: Fix a coverage crash where a macro begins in an unreachable block
Justin Bogner
2015-05-01
1
-0
/
+15
*
InstrProf: Support for setting profile output from command line
Justin Bogner
2015-04-30
1
-0
/
+10
*
InstrProf: Fix handling of profile counters in the body of range based for
Justin Bogner
2015-04-30
2
-0
/
+57
*
Re-commit the test fix that went with r236274
Reid Kleckner
2015-04-30
1
-2
/
+2
*
Revert most of r236271, leaving only the datalayout change in lib/Basic/Targe...
Reid Kleckner
2015-04-30
3
-94
/
+62
*
Use 4 byte preferred aggregate alignment in datalayout on x86 Win32
Reid Kleckner
2015-04-30
3
-62
/
+94
*
InstrProf: Make sure coverage propagates out of foreach loops correctly
Justin Bogner
2015-04-30
1
-4
/
+11
*
PR22354: Add a test that we emit copy-ctors for captures in generic lambdas.
Richard Smith
2015-04-30
1
-0
/
+13
*
Fix the end location of init-capture annotations in ObjC++
Ben Langmuir
2015-04-30
1
-0
/
+13
*
Don't warn about use of deprecated API when the containing context is unavail...
Jordan Rose
2015-04-30
1
-6
/
+6
[next]