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
/
Targets.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Fixed Point Arithmetic] Fixed Point Precision Bits and Fixed Point Literals
Leonard Chan
2018-06-20
1
-0
/
+2
*
[TargetInfo] Sort target features before passing them to the backend
Eli Friedman
2018-04-25
1
-0
/
+3
*
[CUDA] Revert defining __CUDA_ARCH__ for amdgcn targets
Yaxun Liu
2018-04-09
1
-55
/
+0
*
[HIP] define __CUDA_ARCH_=1 for amdgcn targets
Yaxun Liu
2018-04-06
1
-1
/
+1
*
[CUDA] Add amdgpu sub archs
Yaxun Liu
2018-04-04
1
-0
/
+55
*
Make march/target-cpu print a note with the list of valid values for ARM
Erich Keane
2018-02-08
1
-0
/
+5
*
[RISCV] Create a LinuxTargetInfo when targeting Linux
Alex Bradbury
2018-02-03
1
-0
/
+6
*
[RISCV] Add the RISCV target and compiler driver
Alex Bradbury
2018-01-11
1
-0
/
+6
*
[MINGW] normalize WIN32 macros
Martell Malone
2017-11-21
1
-1
/
+8
*
[Atomic][X8664] set max atomic inline width according to the target
Wei Mi
2017-09-22
1
-0
/
+1
*
[AArch64] Add support for a MinGW AArch64 target
Martin Storsjo
2017-08-13
1
-1
/
+7
*
[Targets] Move addCygMingDefines into the arch-independent Targets.cpp (NFC)
Martin Storsjo
2017-07-31
1
-0
/
+24
*
Remove Bitrig: Clang Changes
Erich Keane
2017-07-21
1
-8
/
+0
*
Break up Targets.cpp into a header/impl pair per target type[NFCI]
Erich Keane
2017-07-21
1
-9599
/
+36
*
[Hexagon] Add inline-asm constraint 'a' for modifier register class
Krzysztof Parzyszek
2017-07-21
1
-0
/
+3
*
[NVPTX] Add lowering of i128 params.
Artem Belevich
2017-07-20
1
-2
/
+2
*
[X86] Put avx512vpopcntdq in the right spot in the validateCpuSupports string...
Craig Topper
2017-07-19
1
-1
/
+1
*
Add isValidCPUName and isValidFeature to TargetInfo
Erich Keane
2017-07-19
1
-95
/
+223
*
[COFF, ARM64] Set the data type widths and the data layout string
Mandeep Singh Grang
2017-07-17
1
-1
/
+14
*
[AArch64] Add support for __builtin_ms_va_list on aarch64
Martin Storsjo
2017-07-17
1
-1
/
+5
*
[SystemZ] Add support for IBM z14 processor (2/3)
Ulrich Weigand
2017-07-17
1
-1
/
+1
*
[SystemZ] Add support for IBM z14 processor (1/3)
Ulrich Weigand
2017-07-17
1
-0
/
+4
*
Enable TLS support on OpenBSD, but default to the emulatated TLS model.
Brad Smith
2017-07-17
1
-2
/
+0
*
[X86] Add 'movbe' to btver2 CPU.
Craig Topper
2017-07-14
1
-0
/
+1
*
[AArch64] Add support for handling the +sve target feature.
Amara Emerson
2017-07-13
1
-4
/
+11
*
[mips] Create the correct profiling symbol on Linux MIPS
Simon Atanasyan
2017-07-11
1
-0
/
+4
*
CodeGen: Fix address space of global variable
Yaxun Liu
2017-07-08
1
-0
/
+4
*
[X86] Replace 'fallthrough' comments with LLVM_FALLTHROUGH.
Craig Topper
2017-07-07
1
-6
/
+6
*
This reverts r305820 (ARMv.2-A FP16 vector intrinsics) because it shows
Sjoerd Meijer
2017-07-06
1
-3
/
+0
*
[SystemZ] Simplify handling of ISA revisions
Ulrich Weigand
2017-07-05
1
-26
/
+22
*
[AMDGPU] Fix size and alignment of size_t and pointer types
Yaxun Liu
2017-07-05
1
-6
/
+14
*
[AMDGPU] Fix regressions on mesa/clover with libclc due to address space
Yaxun Liu
2017-07-04
1
-10
/
+18
*
fix trivial typos; NFC
Hiroshi Inoue
2017-07-01
1
-1
/
+1
*
Changed Opts.EABIVersion type string to llvm::EABI enum class
Yuka Takahashi
2017-07-01
1
-2
/
+2
*
[X86] Add RDRND feature to Goldmont. Add MOVBE to all Atom CPUs.
Craig Topper
2017-06-30
1
-0
/
+2
*
[X86] Add a break to the last case of a few switches to prevent accidents in ...
Craig Topper
2017-06-30
1
-0
/
+4
*
[X86] Move all atom CPUs to the same section of the switch and use fallthroug...
Craig Topper
2017-06-30
1
-3
/
+6
*
ARMV8-A archkind and target defines helper functions
Sjoerd Meijer
2017-06-30
1
-12
/
+47
*
[Clang][X86][Goldmont]Adding new target-cpu: Goldmont
Michael Zuckerman
2017-06-29
1
-0
/
+21
*
[COFF, ARM64] Add support for Windows ARM64 COFF format
Mandeep Singh Grang
2017-06-27
1
-0
/
+39
*
Reapply "Frontend support for Nios2 target"
Nikolai Bozhenov
2017-06-27
1
-0
/
+145
*
Add support for Ananas platform
Ed Schouten
2017-06-25
1
-0
/
+19
*
[MSP430] Fix data layout string.
Vadzim Dambrouski
2017-06-23
1
-1
/
+1
*
[AArch64] ADD ARMv.2-A FP16 vector intrinsics
Abderrazek Zaafrani
2017-06-20
1
-0
/
+10
*
Revert "Define _GNU_SOURCE for rtems c++"
Daniel Jasper
2017-06-15
1
-3
/
+0
*
Define _GNU_SOURCE for rtems c++
James Y Knight
2017-06-14
1
-0
/
+3
*
Revert of r305066 "Reapply Frontend support for Nios2 target"
Nikolai Bozhenov
2017-06-09
1
-145
/
+0
*
Reapply "Frontend support for Nios2 target"
Nikolai Bozhenov
2017-06-09
1
-0
/
+145
*
Revert "Frontend support for Nios2 target"
Nikolai Bozhenov
2017-06-08
1
-145
/
+0
*
Frontend support for Nios2 target.
Nikolai Bozhenov
2017-06-08
1
-0
/
+145
[next]