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
*
[X86] Add explicit alignment to __m128/__m128i/__m128d/etc. to allow matching...
Craig Topper
2019-02-08
8
-51
/
+64
*
[OPENMP]Delay emission of the error messages for the exceptions.
Alexey Bataev
2019-02-08
5
-13
/
+67
*
Revert "[OPENMP]Initial support for the delayed diagnostics."
Alexey Bataev
2019-02-08
5
-67
/
+13
*
[OPENMP]Initial support for the delayed diagnostics.
Alexey Bataev
2019-02-08
5
-13
/
+67
*
[Format/ObjC] Fix [foo bar]->baz formatting as lambda arrow
Ben Hamilton
2019-02-08
2
-0
/
+7
*
[opaque pointer types] Cleanup CGBuilder's Create*GEP.
James Y Knight
2019-02-08
4
-7
/
+56
*
[AST] Fix structural inequivalence of operators
Gabor Marton
2019-02-08
1
-0
/
+6
*
Variable auto-init: fix __block initialization
JF Bastien
2019-02-08
1
-3
/
+7
*
[COFF, ARM64] Fix types for _ReadStatusReg, _WriteStatusReg
Eli Friedman
2019-02-08
2
-6
/
+3
*
[NFC] Variable auto-init: use getAsVariableArrayType helper
JF Bastien
2019-02-08
1
-2
/
+1
*
bpf: teach BPF driver about the new CPU "v3"
Jiong Wang
2019-02-07
1
-1
/
+1
*
[Sema][ObjC] Disallow non-trivial C struct fields in unions.
Akira Hatanaka
2019-02-07
2
-0
/
+61
*
[SEMA]Generalize deferred diagnostic interface, NFC.
Alexey Bataev
2019-02-07
2
-194
/
+197
*
[OpenCL][PR40603] In C++ preserve compatibility with OpenCL C v2.0
Anastasia Stulova
2019-02-07
3
-12
/
+11
*
Fix r350643 to limit COFF emission to <= 32 BYTES instead of BITS.
Erich Keane
2019-02-07
1
-3
/
+5
*
[clang-cl] support /Oy- on aarch64
Martin Storsjo
2019-02-07
1
-4
/
+4
*
Move the SMT API to LLVM
Mikhail R. Gadelha
2019-02-07
4
-852
/
+21
*
Got rid of the `Z3ConstraintManager` class
Mikhail R. Gadelha
2019-02-07
1
-16
/
+1
*
Generalised the SMT state constraints
Mikhail R. Gadelha
2019-02-07
1
-26
/
+36
*
[opaque pointer types] Make EmitCall pass Function Types to
James Y Knight
2019-02-07
2
-26
/
+33
*
[opaque pointer types] Pass through function types for TLS
James Y Knight
2019-02-07
8
-44
/
+62
*
[analyzer] Canonicalize declarations within variable regions.
Artem Dergachev
2019-02-07
1
-0
/
+2
*
Revert "[analyzer] Remove the "postponed" hack, deal with derived symbols..."
Artem Dergachev
2019-02-06
1
-40
/
+20
*
[COFF, ARM64] Add ARM64 support for MS intrinsic _fastfail
Tom Tan
2019-02-06
1
-0
/
+3
*
Test commit. NFC
Patrick Lyster
2019-02-06
1
-1
/
+1
*
Switch to cantFail(), since it does the same assertion.
Stephen Hines
2019-02-06
1
-6
/
+5
*
[CMake] Unify scripts for generating VCS headers
Petr Hosek
2019-02-06
2
-39
/
+31
*
[WebAssembly] Add atomics target option
Heejin Ahn
2019-02-06
2
-0
/
+15
*
Fix MSVC constructor call extension after b92d290e48e9 (r353181).
James Y Knight
2019-02-06
1
-31
/
+20
*
[modules] Fix handling of initializers for templated global variables.
Richard Smith
2019-02-05
4
-2
/
+21
*
Basic CUDA-10 support.
Artem Belevich
2019-02-05
4
-2
/
+21
*
[Preprocessor] Add a note with framework location for "file not found" error.
Volodymyr Sapsai
2019-02-05
8
-26
/
+55
*
[analyzer] [RetainCountChecker] Bugfix: in non-OSObject-mode, do not track CX...
George Karpenkov
2019-02-05
1
-6
/
+6
*
Fix a missing word in comment
Adrian Prantl
2019-02-05
1
-2
/
+2
*
Do not use frame pointer by default for MSP430
Anton Korobeynikov
2019-02-05
1
-0
/
+1
*
[DEBUG_INFO][NVPTX] Generate correct data about variable address class.
Alexey Bataev
2019-02-05
2
-0
/
+32
*
[opaque pointer types] More trivial changes to pass FunctionType to CallInst.
James Y Knight
2019-02-05
6
-22
/
+28
*
Minor cleanup: remove CGBuild::CreateConst*ByteGEP overloads taking a Value*.
James Y Knight
2019-02-05
2
-21
/
+7
*
[OPENMP] issue error messages for multiple teams contructs in a target construct
Kelvin Li
2019-02-05
1
-1
/
+3
*
[opaque pointer types] Pass function types for runtime function calls.
James Y Knight
2019-02-05
28
-573
/
+588
*
[opaque pointer types] Fix the CallInfo passed to EmitCall in some
James Y Knight
2019-02-05
6
-42
/
+67
*
Fix ICE on reference binding with mismatching addr spaces.
Anastasia Stulova
2019-02-05
1
-10
/
+14
*
[X86] Change MS inline asm clobber list filter to check for 'fpsr' instead of...
Craig Topper
2019-02-05
1
-1
/
+1
*
[Sanitizers] UBSan unreachable incompatible with Kernel ASan
Julian Lettner
2019-02-04
1
-1
/
+2
*
[OBJC] Add attribute to mark Objective C class as non-lazy
Joe Daniels
2019-02-04
2
-3
/
+7
*
[SemaObjC] Don't infer the availabilty of +new from -init if the receiver has...
Erik Pilkington
2019-02-04
1
-4
/
+3
*
[NewPM][MSan] Add Options Handling
Philip Pfaffe
2019-02-04
1
-2
/
+3
*
[clang-format] Fix breaking of qualified operator
Krasimir Georgiev
2019-02-04
1
-3
/
+3
*
[clang] Add getCommentHandler to PreambleCallbacks
Kadir Cetinkaya
2019-02-04
1
-0
/
+4
*
[OpenMP] Adding support to the mutexinoutset dep-type
Sergi Mateo Bellido
2019-02-04
1
-1
/
+4
[next]