index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
[OpenCL] Complete image types support.
Alexey Bader
2016-04-08
25
-403
/
+147
*
Silencing a 32-bit shift implicit conversion warning from MSVC; NFC.
Aaron Ballman
2016-04-08
1
-1
/
+1
*
Adapt to LLVM API change
Sanjoy Das
2016-04-08
2
-2
/
+2
*
[modules] Add a comment to explain why -E leaves some #includes in the prepro...
Richard Smith
2016-04-08
1
-1
/
+3
*
[modules] Don't write @import in -E output if the current language mode doesn't
Richard Smith
2016-04-08
2
-3
/
+15
*
[CUDA] Tweak math forward declares so we're compatible with libstdc++4.9.
Justin Lebar
2016-04-07
3
-158
/
+192
*
Replace Sema-level implementation of -fassume-sane-operator-new with a
Richard Smith
2016-04-07
3
-16
/
+17
*
[modules] Allow differences in flags that only affect preprocessor predefines
Richard Smith
2016-04-07
1
-0
/
+5
*
[ObjC kindof] Use type bound to filter out the candidate methods.
Manman Ren
2016-04-07
2
-8
/
+45
*
NFC: simplify code in BuildInstanceMessage.
Manman Ren
2016-04-07
3
-57
/
+94
*
Basic: move CodeGenOptions from Frontend
Saleem Abdulrasool
2016-04-07
28
-33
/
+43
*
Fixing duplicate declaration "_mm256 _mm_set_epi32" in revision 262177
Michael Zuckerman
2016-04-07
1
-8
/
+0
*
make __builtin_isfinite more efficient (PR27145)
Sanjay Patel
2016-04-07
1
-19
/
+12
*
[OPENMP 4.0] Parsing/sema analysis for 'simdlen' clause in 'declare simd'
Alexey Bataev
2016-04-07
3
-41
/
+173
*
Move class into an anonymous namespace. NFC.
Benjamin Kramer
2016-04-07
1
-0
/
+2
*
Basic: thread CodeGenOptions into TargetInfo
Saleem Abdulrasool
2016-04-07
4
-299
/
+371
*
Don't use PATH_MAX.
Sean Silva
2016-04-07
1
-1
/
+1
*
[CrashReproducer] Use toUppercase from include/clang/Basic/CharInfo.h
Bruno Cardoso Lopes
2016-04-07
1
-1
/
+2
*
[CrashReproducer] Change std::toupper to ::toupper
Bruno Cardoso Lopes
2016-04-07
1
-1
/
+1
*
[CrashReproducer] Setup 'case-sensitive' in YAML files.
Bruno Cardoso Lopes
2016-04-07
1
-4
/
+27
*
[CrashReproducer] Move ModuleDependencyCollector method around. NFC
Bruno Cardoso Lopes
2016-04-07
1
-18
/
+18
*
NFC: use AtomicOrdering isStrongerThan
JF Bastien
2016-04-06
1
-4
/
+6
*
Revert "Set the default C standard to C99 when targeting the PS4."
Sean Silva
2016-04-06
1
-8
/
+3
*
Fix order-of-evaluation bug (causing GCC buildbots to fail).
Richard Smith
2016-04-06
1
-1
/
+2
*
[modules] Don't try to add lookup results to non-lookup contexts.
Vassil Vassilev
2016-04-06
2
-2
/
+8
*
Minor simplifications.
Richard Smith
2016-04-06
2
-10
/
+6
*
Restore slightly less dodgy diagnostic handler for inline asm
Tim Northover
2016-04-06
1
-0
/
+25
*
Diagnose template alias declarations in local classes.
Richard Smith
2016-04-06
1
-0
/
+4
*
NFC: make AtomicOrdering an enum class
JF Bastien
2016-04-06
8
-114
/
+125
*
Re-commit r265518 ("[modules] Continue factoring encoding of AST records out of
Richard Smith
2016-04-06
3
-959
/
+930
*
clang-format: Fix label-in-if statement in macros where it is actually used.
Daniel Jasper
2016-04-06
1
-1
/
+3
*
Enable PIE for CloudABI.
Ed Schouten
2016-04-06
2
-1
/
+7
*
clang-format: Support labels in brace-less ifs.
Daniel Jasper
2016-04-06
1
-0
/
+3
*
clang-format: Fix incorrect function annotation detection.
Daniel Jasper
2016-04-06
1
-1
/
+2
*
[OPENMP] Parsing and Sema support for 'omp declare target' directive
Dmitry Polukhin
2016-04-06
12
-2
/
+248
*
Revert "[modules] Continue factoring encoding of AST records out of ASTWriter."
Dmitry Polukhin
2016-04-06
3
-926
/
+956
*
[modules] Continue factoring encoding of AST records out of ASTWriter.
Richard Smith
2016-04-06
3
-956
/
+926
*
Fix a crash on invalid with template handling
Richard Trieu
2016-04-05
1
-6
/
+12
*
[CUDA] Add -fcuda-flush-denormals-to-zero.
Justin Lebar
2016-04-05
4
-0
/
+19
*
Add -fno-jump-tables and-fjump-tables flags
Nirav Dave
2016-04-05
3
-0
/
+10
*
[X86] Introduction of -march=lakemont.
Andrey Turetskiy
2016-04-05
1
-3
/
+16
*
clang-format: Fix cast detection on "this".
Daniel Jasper
2016-04-05
1
-3
/
+3
*
Consolidate and improve the handling of built-in feature-like macros
Andy Gibbs
2016-04-05
1
-161
/
+208
*
Move local helper class into anonymous namespace.
Richard Smith
2016-04-04
1
-0
/
+2
*
Set the default C standard to C99 when targeting the PS4.
Sunil Srivastava
2016-04-04
1
-3
/
+8
*
Fix "suggest parentheses" warning.
James Y Knight
2016-04-04
1
-3
/
+3
*
Fix an unused-variable warning by using the variable in the place
John McCall
2016-04-04
1
-1
/
+1
*
[CrashReproducer] Pass -I, -F and -resource-dir to the reproducer script when...
Bruno Cardoso Lopes
2016-04-04
1
-4
/
+4
*
[Sema] Delete FIXME that has been fixed. NFC.
George Burgess IV
2016-04-04
1
-2
/
+0
*
Add copyright notice to the modulemap file.
Yunzhong Gao
2016-04-04
1
-0
/
+23
[next]