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
*
Disable source fortification on Darwin with AddressSanitizer.
Alexander Potapenko
2012-09-20
1
-0
/
+3
*
Add e500mc and e5500 to the list of valid PPC CPU names.
Hal Finkel
2012-09-18
1
-0
/
+2
*
This patch introduces A15 as a target in Clang.
Silviu Baranga
2012-09-13
1
-2
/
+2
*
Do not construct StringRef from NULL argument.
Anton Korobeynikov
2012-09-08
1
-1
/
+1
*
Provide some ACLE C defines. This should fix PR13796
Anton Korobeynikov
2012-09-08
1
-4
/
+19
*
Rename ANDROIDEABI to Android.
Logan Chien
2012-09-02
1
-1
/
+1
*
Define __mips64 / __mips64__ macros for MIPS 64-bit targets.
Simon Atanasyan
2012-08-29
1
-0
/
+3
*
Use getTargetDefines() virtual function in MipsTargetInfoBase successors
Simon Atanasyan
2012-08-29
1
-14
/
+12
*
Factor out MIPS macro definitions common for all MIPS targets.
Simon Atanasyan
2012-08-29
1
-12
/
+4
*
Define _MIPS_ARCH and _MIPS_ARCH_<cpu name> macros for MIPS targets.
Simon Atanasyan
2012-08-29
1
-0
/
+3
*
Remove FIXME, the constraints contain more options than the
Eric Christopher
2012-08-16
1
-1
/
+0
*
Add a missing 'break' to ensure that we reject inline assembly
Eric Christopher
2012-08-16
1
-1
/
+1
*
Frontend: define _LP64 in a target-independent way
Dylan Noblesmith
2012-08-10
1
-6
/
+0
*
clang support for Bitrig (an OpenBSD fork); patch by David Hill.
Eli Friedman
2012-08-08
1
-0
/
+53
*
Revert part of r161175 which was wrong for OpenBSD's PowerPC target.
Hans Wennborg
2012-08-08
1
-1
/
+0
*
Add OpenBSD arch targets for powerpc, arm, mips64, mips64el and sparc.
Hans Wennborg
2012-08-02
1
-1
/
+13
*
TLS is not supported on OpenBSD
Hans Wennborg
2012-08-01
1
-0
/
+1
*
Add a per target max vector alignment field (e.g., 32-byte alignment for x86 ...
Chad Rosier
2012-07-13
1
-0
/
+2
*
Fix handling of curly braces in NVPTX inline asm
Justin Holewinski
2012-07-11
1
-0
/
+1
*
Wire up -mrdrnd for X86.
Benjamin Kramer
2012-07-07
1
-4
/
+27
*
Remove unreachable default case to pacify clang's -Wcovered-switch-default.
Benjamin Kramer
2012-07-06
1
-1
/
+0
*
MIPS: Define __mips_dsp_rev / __mips_dspr2 / __mips_dsp macros
Simon Atanasyan
2012-07-05
1
-0
/
+23
*
MIPS: Add -mdsp/-mno-dsp and -mdspr2/-mno-dspr2 command line options support.
Simon Atanasyan
2012-07-05
1
-1
/
+1
*
MIPS: Define __mips16 macro if -mips16 option is provided.
Simon Atanasyan
2012-07-05
1
-0
/
+8
*
MIPS: Replace the pair of boolean flags by enumeration to hold selected float...
Simon Atanasyan
2012-07-05
1
-24
/
+26
*
MIPS: Add -mips16 / -mno-mips16 command line support.
Simon Atanasyan
2012-07-05
1
-1
/
+2
*
Add additional architecture defines for PPC targets.
Hal Finkel
2012-07-03
1
-9
/
+49
*
Support MIPS DSP Rev1 intrinsics.
Simon Atanasyan
2012-06-28
1
-1
/
+10
*
Explicitly build __builtin_va_list.
Meador Inge
2012-06-16
1
-42
/
+30
*
Add PPC support for translating gcc-style -mcpu options into LLVM -target-cpu...
Hal Finkel
2012-06-11
1
-0
/
+49
*
Add XOP feature flag.
Craig Topper
2012-06-09
1
-8
/
+28
*
Mips: Define __mips_hard_float macro additional to __mips_single_float
Simon Atanasyan
2012-06-05
1
-6
/
+7
*
Make disabling SSE levels also disable AVX and FMA.
Craig Topper
2012-06-03
1
-6
/
+13
*
Make AES and PCLMUL features imply SSE2 as that's needed to get the right typ...
Craig Topper
2012-06-03
1
-3
/
+4
*
Add fma feature flag for Intel FMA instructions.
Craig Topper
2012-06-03
1
-2
/
+21
*
Add builtin for pclmulqdq instruction.
Craig Topper
2012-05-31
1
-4
/
+22
*
SSE4A should not imply LZCNT and POPCNT. FMA4 should imply SSE4A. Add missing...
Craig Topper
2012-05-30
1
-3
/
+5
*
Define __SSE4A__ when targeting new AMD CPUs.
Benjamin Kramer
2012-05-29
1
-1
/
+11
*
Sparc is bigendian.
Roman Divacky
2012-05-29
1
-1
/
+0
*
Replace PTX back-end with NVPTX back-end in all places where Clang cares
Justin Holewinski
2012-05-24
1
-140
/
+30
*
Teach Clang about the NVPTX backend.
Peter Collingbourne
2012-05-20
1
-0
/
+98
*
CUDA: add CodeGen support for global variable address spaces.
Peter Collingbourne
2012-05-20
1
-2
/
+8
*
Hexagon V5 FP support.
Sirish Pande
2012-05-10
1
-2
/
+11
*
Enable AVX on AMD Bulldozer processors.
Craig Topper
2012-05-01
1
-1
/
+1
*
Define __ANDROID__ macro on -androideabi targets.
Evgeniy Stepanov
2012-04-26
1
-0
/
+2
*
Enable AVX/AVX2 for Sandy Bridge, Ivy Bridge, and Haswell CPUs.
Craig Topper
2012-04-26
1
-4
/
+2
*
OpenBSD: Remove incorrect -pthread preprocessor define _POSIX_THREADS and rep...
Chris Lattner
2012-04-25
1
-1
/
+1
*
Revert r155363, due to the underlying patches in LLVM causing regression
Chandler Carruth
2012-04-23
1
-11
/
+2
*
Hexagon V5 (floating point) support in cfe.
Sirish Pande
2012-04-23
1
-2
/
+11
*
Revert some Hexagon builtin commits to match reverts done to LLVM in
Chandler Carruth
2012-04-18
1
-11
/
+2
[next]