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
/
Basic
/
TargetInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prune include of DataLayout.h from include/clang/Basic/TargetInfo.h. NFC
Bjorn Pettersson
2019-10-21
1
-0
/
+5
*
Add SVE opaque built-in types
Richard Sandiford
2019-08-09
1
-0
/
+1
*
[X86][PowerPC] Support -mlong-double-128
Fangrui Song
2019-07-12
1
-4
/
+9
*
[X86][PPC] Support -mlong-double-64
Fangrui Song
2019-07-09
1
-0
/
+6
*
Use llvm::is_contained. NFC
Fangrui Song
2019-02-10
1
-1
/
+1
*
[HIP] Fix size_t for MSVC environment
Yaxun Liu
2019-01-30
1
-0
/
+6
*
Disable _Float16 for non ARM/SPIR Targets
Erich Keane
2019-01-25
1
-0
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Emit ASM input in a constant context
Bill Wendling
2018-12-18
1
-0
/
+2
*
[Android] Increase default new alignment for Android
Pirama Arumuga Nainar
2018-08-01
1
-2
/
+3
*
[Fixed Point Arithmetic] Rename `-fsame-fbits` flag
Leonard Chan
2018-06-29
1
-2
/
+2
*
[Fixed Point Arithmetic] Fixed Point Precision Bits and Fixed Point Literals
Leonard Chan
2018-06-20
1
-3
/
+80
*
[Fixed Point Arithmetic] Addition of the remaining fixed point types and thei...
Leonard Chan
2018-06-14
1
-0
/
+3
*
This diff includes changes for supporting the following types.
Leonard Chan
2018-06-04
1
-0
/
+3
*
Revert "This diff includes changes for supporting the following types."
Leonard Chan
2018-06-02
1
-3
/
+0
*
This diff includes changes for supporting the following types.
Leonard Chan
2018-06-02
1
-0
/
+3
*
This patch aims to match the changes introduced
Alexander Ivchenko
2018-05-18
1
-0
/
+13
*
[ObjC++] Make parameter passing and function return compatible with ObjC
Akira Hatanaka
2018-03-28
1
-0
/
+8
*
[ARM] Pass half or i16 types for NEON intrinsics
Sjoerd Meijer
2018-03-19
1
-0
/
+1
*
[OpenCL] Fix layering violation by getOpenCLTypeAddrSpace
Sven van Haastregt
2017-12-06
1
-16
/
+5
*
[MS] Increase default new alignment for win64 and test it
Reid Kleckner
2017-11-21
1
-1
/
+1
*
[OpenMP] Show error if VLAs are not supported
Jonas Hahnfeld
2017-11-18
1
-0
/
+1
*
Convert clang::LangAS to a strongly typed enum
Alexander Richardson
2017-10-15
1
-2
/
+2
*
Driver: hoist the `wchar_t` handling to the driver
Saleem Abdulrasool
2017-10-06
1
-2
/
+10
*
[OpenCL] Allow targets to select address space per type
Sven van Haastregt
2017-08-15
1
-0
/
+25
*
[inline asm][gcc-compatiblity] "=i" output constraint support
Marina Yatsina
2017-06-26
1
-0
/
+5
*
Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.
Galina Kistanova
2017-06-03
1
-0
/
+2
*
Move setting of LangOpts based on target flags out of CompilerInstance
Eric Christopher
2017-03-22
1
-2
/
+3
*
[inline-asm]No error for conflict between inputs\outputs and clobber list
Marina Yatsina
2016-12-26
1
-3
/
+3
*
Replace APFloatBase static fltSemantics data members with getter functions
Stephan Bergmann
2016-12-14
1
-12
/
+12
*
P0035R4: add predefined __STDCPP_DEFAULT_NEW_ALIGNMENT__ macro. By default, we
Richard Smith
2016-09-30
1
-0
/
+10
*
OpenCL: Defining __ENDIAN_LITTLE__ and fix target endianness
Matt Arsenault
2016-09-07
1
-1
/
+1
*
Re-commit [OpenCL] AMDGCN: Fix size_t type
Yaxun Liu
2016-08-19
1
-2
/
+3
*
Revert [OpenCL] AMDGCN: Fix size_t type
Yaxun Liu
2016-08-18
1
-3
/
+2
*
[OpenCL] AMDGCN: Fix size_t type
Yaxun Liu
2016-08-18
1
-2
/
+3
*
Adjust coercion of aggregates on RenderScript
Pirama Arumuga Nainar
2016-07-27
1
-0
/
+1
*
Enable support for __float128 in Clang and enable it on pertinent platforms
Nemanja Ivanovic
2016-05-09
1
-0
/
+5
*
[X86] Add -malign-double support
Reid Kleckner
2016-05-04
1
-0
/
+4
*
Revert 266186 as it breaks anything that includes type_traits on some platforms
Nemanja Ivanovic
2016-04-15
1
-4
/
+0
*
Enable support for __float128 in Clang
Nemanja Ivanovic
2016-04-13
1
-0
/
+4
*
Make TargetInfo store an actual DataLayout instead of a string.
James Y Knight
2016-03-04
1
-2
/
+0
*
Do not honor explicit alignment attribute on fields for PS4.
Sunil Srivastava
2016-02-05
1
-0
/
+1
*
Revert "Change of UserLabelPrefix default value from "_" to """
James Y Knight
2016-01-27
1
-1
/
+1
*
Change of UserLabelPrefix default value from "_" to ""
Andrey Bokhanko
2016-01-22
1
-1
/
+1
*
Use StringRef instead of calling c_str and doing pointer math before eventual...
Craig Topper
2015-10-21
1
-2
/
+2
*
Use range-based for loops. NFC.
Craig Topper
2015-10-21
1
-24
/
+18
*
Use std::find instead of a manual loop.
Craig Topper
2015-10-21
1
-4
/
+2
*
Parse into an unsigned type instead of a signed type and then checking for po...
Craig Topper
2015-10-21
1
-5
/
+4
*
Fix bad indentation.
Craig Topper
2015-10-21
1
-1
/
+1
*
Use ArrayRef and MutableArrayRef instead of a pointer and size. NFC
Craig Topper
2015-10-21
1
-8
/
+7
[next]