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
...
*
Reapply "[ProfileData] (clang) Use Error in InstrProf and Coverage, NFC"
Vedant Kumar
2016-05-13
1
-1
/
+2
*
Revert "[ProfileData] (clang) Use Error in InstrProf and Coverage, NFC"
Vedant Kumar
2016-05-13
1
-2
/
+1
*
[ProfileData] (clang) Use Error in InstrProf and Coverage, NFC
Vedant Kumar
2016-05-13
1
-1
/
+2
*
Revert "[OpenCL] Add supported OpenCL extensions to target info."
Yaxun Liu
2016-05-13
1
-9
/
+0
*
[OpenCL] Add supported OpenCL extensions to target info.
Yaxun Liu
2016-05-13
1
-0
/
+9
*
[Tooling] Fix broken dependency for shared build
Etienne Bergeron
2016-05-12
1
-0
/
+3
*
[ubsan] Add -fsanitize-undefined-strip-path-components=N
Filipe Cabecinhas
2016-05-12
1
-0
/
+3
*
Embed bitcode in object file (clang cc1 part)
Steven Wu
2016-05-11
1
-0
/
+39
*
Update clang support on recent Haiku
Reid Kleckner
2016-05-11
1
-32
/
+33
*
[OpenMP] Parse+Sema for '#pragma omp declare target' syntax version 4.5
Dmitry Polukhin
2016-05-09
1
-3
/
+4
*
[CrashReproducer] Always use realpath for destination
Bruno Cardoso Lopes
2016-05-06
1
-20
/
+13
*
[CrashReproducer] Change module map callback signature. NFC
Bruno Cardoso Lopes
2016-05-06
1
-2
/
+1
*
Frontend: support -I=path for sysroot expansion
Saleem Abdulrasool
2016-05-06
1
-2
/
+14
*
[SystemZ] Add -mbackchain option.
Marcin Koscielnicki
2016-05-04
1
-0
/
+2
*
Do not disable completely loop unroll when optimizing for size.
Marianne Mailhot-Sarrasin
2016-05-04
1
-1
/
+1
*
[X86] Add -malign-double support
Reid Kleckner
2016-05-04
1
-0
/
+1
*
[CUDA] Copy host builtin types to NVPTXTargetInfo.
Justin Lebar
2016-04-29
2
-1
/
+8
*
Fix use of uninitialized value exposed by r267802. Accessors of an invalid
Richard Smith
2016-04-28
2
-4
/
+5
*
Re-apply r267784, r267824 and r267830.
Peter Collingbourne
2016-04-28
1
-2
/
+1
*
Revert r267784, r267824 and r267830.
Benjamin Kramer
2016-04-28
1
-1
/
+2
*
Rework interface for bitset-using features to use a notion of LTO visibility.
Peter Collingbourne
2016-04-27
1
-2
/
+1
*
Set the default C standard to C99 when targeting the PS4.
Sunil Srivastava
2016-04-27
1
-3
/
+8
*
[OpenCL] Add predefined macros.
Yaxun Liu
2016-04-26
2
-3
/
+35
*
Fix a couple assertions that can never fire because the condition ANDed with ...
Craig Topper
2016-04-24
2
-2
/
+2
*
[CrashReproducer] Setup 'use-external-names' in YAML files.
Bruno Cardoso Lopes
2016-04-13
1
-0
/
+4
*
Always have clang pass -pie-level and -pic-level values to the code generator.
Wei Mi
2016-04-08
1
-7
/
+12
*
Move EABIVersion from CodeGenOptions to TargetOptions
Saleem Abdulrasool
2016-04-08
1
-16
/
+17
*
revert SVN r265702, r265640
Saleem Abdulrasool
2016-04-08
5
-14
/
+40
*
[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
*
Replace Sema-level implementation of -fassume-sane-operator-new with a
Richard Smith
2016-04-07
1
-1
/
+1
*
Basic: move CodeGenOptions from Frontend
Saleem Abdulrasool
2016-04-07
2
-33
/
+0
*
Basic: thread CodeGenOptions into TargetInfo
Saleem Abdulrasool
2016-04-07
3
-7
/
+14
*
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
*
Revert "Set the default C standard to C99 when targeting the PS4."
Sean Silva
2016-04-06
1
-8
/
+3
*
[OPENMP] Parsing and Sema support for 'omp declare target' directive
Dmitry Polukhin
2016-04-06
1
-0
/
+6
*
[CUDA] Add -fcuda-flush-denormals-to-zero.
Justin Lebar
2016-04-05
1
-0
/
+3
*
Add -fno-jump-tables and-fjump-tables flags
Nirav Dave
2016-04-05
1
-0
/
+2
*
Set the default C standard to C99 when targeting the PS4.
Sunil Srivastava
2016-04-04
1
-3
/
+8
*
[CrashReproducer] Add a module map callback for added headers
Bruno Cardoso Lopes
2016-03-30
1
-1
/
+20
*
[CUDA] Make unattributed constexpr functions implicitly host+device.
Justin Lebar
2016-03-30
1
-0
/
+3
*
For MS ABI, emit dllexport friend functions defined inline in class
Stephan Bergmann
2016-03-30
1
-2
/
+2
*
[CrashReproducer] Cleanup and move functionality around in ModuleDependencyCo...
Bruno Cardoso Lopes
2016-03-29
2
-24
/
+22
*
[CUDA] Remove three obsolete CUDA cc1 flags.
Justin Lebar
2016-03-29
1
-9
/
+0
*
Delete dead variable.
Richard Smith
2016-03-25
1
-3
/
+1
*
The time when -faltivec (or, on clang only, -maltivec) will magically
Eric Christopher
2016-03-24
1
-4
/
+0
[prev]
[next]