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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
[modules] Add some missing blockinfo records.
Richard Smith
2015-08-31
1
-2
/
+31
*
[modules] Rework serialized DeclContext lookup table management. Instead of
Richard Smith
2015-08-31
7
-231
/
+476
*
Revert r246345 until an assertion is fixed.
Gabor Horvath
2015-08-31
2
-166
/
+9
*
Stop hardcoding GCC paths in crt/ld.so lookup.
Rafael Espindola
2015-08-31
3
-43
/
+123
*
[MS ABI] Correctly mangle classes without names for linkage purposes
David Majnemer
2015-08-31
10
-39
/
+122
*
Pull the target attribute parsing out of CGCall and onto TargetInfo.
Eric Christopher
2015-08-31
2
-35
/
+56
*
Pull out the ppc incompatible features check into a separate function.
Eric Christopher
2015-08-31
1
-27
/
+36
*
[CUDA] fix codegen for __nvvm_atom_min/max_gen_u*
Jingyue Wu
2015-08-31
1
-2
/
+6
*
PR17829: Proper diagnostic of mangled names conflicts
Andrey Bokhanko
2015-08-31
4
-98
/
+154
*
[OPENMP 4.0] Codegen for array sections.
Alexey Bataev
2015-08-31
3
-7
/
+193
*
[OpenCL] Improve diagnostics detecting implicit vector conversion.
Alexey Bader
2015-08-30
1
-0
/
+12
*
[OpenMP] Make the filetered clause iterator a real iterator and type safe.
Benjamin Kramer
2015-08-30
3
-90
/
+50
*
Update for several APIs in LLVM that now use StringRefs rather than
Chandler Carruth
2015-08-30
4
-23
/
+17
*
Update for API change in LLVM: ARMTargetParser class is just the ARM
Chandler Carruth
2015-08-30
3
-22
/
+22
*
[AST] Don't crash when comparing incomplete object
David Majnemer
2015-08-29
1
-1
/
+7
*
Follow-up to r246338: use getParentFunctionOrMethod
Hans Wennborg
2015-08-28
1
-1
/
+1
*
PR24612: Don't bail out of checking a constexpr function before checking
Richard Smith
2015-08-28
1
-3
/
+3
*
Fold TargetInfo::handleUserFeatures into TargetInfo::initFeatureMap.
Eric Christopher
2015-08-28
1
-44
/
+38
*
[analyzer] When memcpy'ing into a fixed-size array, do not invalidate entire ...
Devin Coughlin
2015-08-28
2
-9
/
+166
*
Allow TLS vars in dllimport/export functions; only inline dllimport functions...
Hans Wennborg
2015-08-28
2
-3
/
+49
*
Adding an AST matcher for namespaceAliasDecl.
Aaron Ballman
2015-08-28
1
-0
/
+1
*
fix typo; NFC
Sanjay Patel
2015-08-28
1
-1
/
+1
*
Support Debian s390x multiarch paths
Sylvestre Ledru
2015-08-28
2
-1
/
+10
*
Revert "[OPENMP 4.0] Codegen for array sections."
Daniel Jasper
2015-08-28
3
-169
/
+7
*
Revert r246214 and r246213
Steven Wu
2015-08-28
7
-235
/
+120
*
[OPENMP 4.0] Codegen for array sections.
Alexey Bataev
2015-08-28
3
-7
/
+169
*
PR24597: Fix in-place evaluation of call expressions to provide a proper "this"
Richard Smith
2015-08-28
1
-17
/
+51
*
Instead of duplicating code, call the base implementation.
Eric Christopher
2015-08-28
1
-7
/
+1
*
Merge the two feature map setting functions into a single function
Eric Christopher
2015-08-28
2
-31
/
+35
*
Fix macro backtrace printing.
Richard Trieu
2015-08-27
1
-8
/
+14
*
CGDebugInfo: Instead of uniquing RetainedTypes, just refrain from retaining
Adrian Prantl
2015-08-27
1
-6
/
+7
*
[X86] Bump Darwin MaxVectorAlign to 64 when AVX512 is enabled.
Ahmed Bougacha
2015-08-27
1
-4
/
+6
*
[X86] Conditionalize Darwin MaxVectorAlign on the presence of AVX.
Ahmed Bougacha
2015-08-27
1
-2
/
+19
*
[X86] Use AVX features instead of ABI to init. SimdDefaultAlign.
Ahmed Bougacha
2015-08-27
1
-1
/
+1
*
Use an explicit assignment.
Eric Christopher
2015-08-27
1
-2
/
+2
*
Don't call a member function on a null pointer.
Richard Smith
2015-08-27
1
-2
/
+5
*
Assume loads fix #2
Piotr Padlewski
2015-08-27
5
-11
/
+18
*
Generating assumption loads of vptr after ctor call (fixed)
Piotr Padlewski
2015-08-27
6
-110
/
+218
*
CGDebugInfo: Factor out a getOrCreateStandaloneType() method.
Adrian Prantl
2015-08-27
2
-3
/
+18
*
Remove a dead assert, we'd have gotten the case above.
Eric Christopher
2015-08-27
1
-1
/
+0
*
Target attribute syntax compatibility fix - gcc uses no- rather than mno-.
Eric Christopher
2015-08-27
1
-1
/
+1
*
Rewrite the code generation handling for function feature and cpu attributes.
Eric Christopher
2015-08-27
1
-62
/
+70
*
[CUDA] Check register names on appropriate side of cuda compilation only.
Artem Belevich
2015-08-27
2
-8
/
+14
*
Add a -gmodules option to the driver and a -dwarf-ext-refs to cc1
Adrian Prantl
2015-08-27
8
-9
/
+19
*
[Static Analyzer] Make NonNullParamChecker emit implicit null dereference eve...
Gabor Horvath
2015-08-27
3
-21
/
+34
*
const-ify TargetInfo::handleUserFeatures.
Eric Christopher
2015-08-27
1
-2
/
+2
*
[CUDA] Improve CUDA compilation pipeline creation.
Artem Belevich
2015-08-27
1
-36
/
+55
*
clang-format: Don't let a leading "template <..>" lead to wrapped initializers.
Daniel Jasper
2015-08-27
1
-0
/
+3
*
Pass in a cpu to initDefaultFeatures so that we can share this code
Eric Christopher
2015-08-27
1
-9
/
+16
*
const-ify X86TargetInfo::getCPUKind.
Eric Christopher
2015-08-27
1
-1
/
+1
[next]