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
/
Frontend
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
PR28589: attempt to work around MSVC rejects-valid.
Richard Smith
2016-07-17
1
-1
/
+2
*
Reimplement ExternalSemaSource delegation in terms of
Richard Smith
2016-07-16
1
-120
/
+36
*
[CUDA][OpenMP] Create generic offload action
Samuel Antao
2016-07-15
1
-8
/
+8
*
Frontend: Simplify ownership model for clang's output streams.
Peter Collingbourne
2016-07-15
9
-97
/
+106
*
Add XRay flags to Clang. We implement two flags to control the XRay behaviour:
Aaron Ballman
2016-07-13
1
-0
/
+3
*
[OpenCL] Fixes failures in test/Driver/opencl.cl.
Yaxun Liu
2016-07-13
1
-12
/
+12
*
[PCH/preamble] Make sure that if the preamble/PCH was serialized with errors ...
Argyrios Kyrtzidis
2016-07-13
2
-2
/
+3
*
[PCH] Add a fno-pch-timestamp option to cc1 to disable inclusion of timestamp...
Pierre Gousseau
2016-07-13
2
-1
/
+5
*
[OpenCL] Add missing -cl-no-signed-zeros option into driver
Yaxun Liu
2016-07-08
1
-1
/
+2
*
Use arrays or initializer lists to feed ArrayRefs instead of SmallVector wher...
Benjamin Kramer
2016-07-02
1
-3
/
+1
*
[OpenMP] Use fopenmp prefix for all options introduced by the offloading impl...
Samuel Antao
2016-06-30
1
-2
/
+2
*
[OpenCL] Allow -cl-std and other standard -cl- options in driver
Yaxun Liu
2016-06-29
1
-0
/
+13
*
Avoid accessing an invalid PresumedLoc.
Jordan Rose
2016-06-28
1
-1
/
+1
*
Frontend: clang-format a statement, NFC
Saleem Abdulrasool
2016-06-28
1
-4
/
+4
*
Use even more ArrayRefs
David Majnemer
2016-06-24
1
-6
/
+4
*
Use more ArrayRefs
David Majnemer
2016-06-24
3
-7
/
+7
*
Restructure the propagation of -fPIC/-fPIE.
Rafael Espindola
2016-06-23
2
-6
/
+6
*
Add support for /Ob1 and -finline-hint-functions flags
Hans Wennborg
2016-06-22
1
-3
/
+8
*
Delete dead code.
Rafael Espindola
2016-06-21
1
-96
/
+0
*
Delete dead code.
Rafael Espindola
2016-06-21
1
-53
/
+0
*
[OpenCL] Include opencl-c.h by default as a clang module
Yaxun Liu
2016-06-20
1
-2
/
+11
*
[OpenCL] Allow -std={cl|CL}{|1.1|1.2|2.0} in driver
Yaxun Liu
2016-06-17
1
-7
/
+17
*
[OpenCL] Enable -fblocks by default for OpenCL 2.0 and above.
Yaxun Liu
2016-06-14
1
-1
/
+2
*
Add some std::move where the value is only read otherwise.
Benjamin Kramer
2016-06-12
2
-9
/
+10
*
RenderScript support in the Frontend
Pirama Arumuga Nainar
2016-06-09
2
-0
/
+11
*
[Modules] Improve diagnostics for LockFileManager errors
Bruno Cardoso Lopes
2016-06-04
1
-1
/
+1
*
clangFrontend: Make intrinsics_gen optional for standalone build.
NAKAMURA Takumi
2016-06-02
1
-1
/
+6
*
[asan] Added -fsanitize-address-use-after-scope flag
Vitaly Buka
2016-06-02
1
-1
/
+3
*
Avoid unnecessary std::string copies. NFC.
Benjamin Kramer
2016-05-29
1
-1
/
+1
*
Handle -Wa,--mrelax-relocations=[no|yes].
Rafael Espindola
2016-05-29
1
-0
/
+1
*
[Driver] Fix driver support for color diagnostics
Bruno Cardoso Lopes
2016-05-27
1
-3
/
+47
*
Apply clang-tidy's misc-move-constructor-init throughout Clang.
Benjamin Kramer
2016-05-27
4
-6
/
+11
*
Turn copies into references as suggested by clang-tidy's performance-unnecess...
Benjamin Kramer
2016-05-27
2
-2
/
+2
*
[Frontend] StringRefize and fix bad indentation.
Benjamin Kramer
2016-05-27
1
-22
/
+22
*
[OPENMP] Fixed processing of '-fopenmp-version=' option and test.
Alexey Bataev
2016-05-27
2
-21
/
+22
*
[OPENMP] Add option '-fopenmp-version=[31|40|45]' allowing choosing
Alexey Bataev
2016-05-26
2
-13
/
+29
*
[OPENMP] Set '_OPENMP' macro to '201511' value to reflect support for
Alexey Bataev
2016-05-26
1
-1
/
+1
*
[Driver] Add support for -finline-functions and /Ob2 flags
Hans Wennborg
2016-05-24
1
-2
/
+6
*
[CUDA] Add -fcuda-approx-transcendentals flag.
Justin Lebar
2016-05-23
2
-0
/
+9
*
[CUDA] Enable fusing FP ops (-ffp-contract=fast) for CUDA by default.
Artem Belevich
2016-05-19
1
-4
/
+9
*
Reapply^3 "[ProfileData] (clang) Use Error in InstrProf and Coverage, NFC"
Vedant Kumar
2016-05-19
1
-1
/
+2
*
Support for MSVS default calling convention options (/Gd, /Gz, /Gv,
Alexey Bataev
2016-05-18
1
-1
/
+43
*
[PCH] Fixed bug with preamble invalidation when overridden files change
Cameron Desrochers
2016-05-17
1
-13
/
+23
*
Revert "Reapply^2 "[ProfileData] (clang) Use Error in InstrProf and Coverage,...
Vedant Kumar
2016-05-16
1
-2
/
+1
*
Reapply^2 "[ProfileData] (clang) Use Error in InstrProf and Coverage, NFC"
Vedant Kumar
2016-05-16
1
-1
/
+2
*
[PS4] Change the names of some "environmental" things to what our
Paul Robinson
2016-05-16
1
-1
/
+1
*
[OpenCL] Add supported OpenCL extensions to target info.
Yaxun Liu
2016-05-16
1
-0
/
+9
*
[Modules] Use vfs for (recursive) directory iteration
Bruno Cardoso Lopes
2016-05-16
1
-6
/
+7
*
Revert "Reapply "[ProfileData] (clang) Use Error in InstrProf and Coverage, N...
Chandler Carruth
2016-05-14
1
-2
/
+1
*
[ModuleMap][CrashReproducer] Collect headers from inner frameworks
Bruno Cardoso Lopes
2016-05-13
1
-0
/
+28
[prev]
[next]