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
...
*
The register constraint could mean a 16- or 8-bit register.
Bill Wendling
2012-11-12
1
-1
/
+1
*
Check that the input size is correct for the given constraint.
Bill Wendling
2012-11-12
1
-0
/
+13
*
Add clang support of RTM from TSX
Michael Liao
2012-11-10
1
-3
/
+19
*
Set TLSSupported to false on Haiku.
Benjamin Kramer
2012-11-08
1
-0
/
+1
*
Rename LangOptions members for address sanitizer and thread sanitizer from
Richard Smith
2012-11-05
1
-1
/
+1
*
This patch adds alignment information for long double to the 64-bit PowerPC
Bill Schmidt
2012-10-29
1
-3
/
+10
*
Recommit Eric's code to validate ASM string's constraints and modifiers.
Bill Wendling
2012-10-25
1
-0
/
+24
*
Modify the targets to set appropriate calling convention defaults and C varia...
David Tweed
2012-10-25
1
-3
/
+3
*
Revert r166647 to rethink the patch...
Bill Wendling
2012-10-25
1
-23
/
+0
*
Add some support for diagnosing possibly mismatched constraint, type size and
Bill Wendling
2012-10-25
1
-0
/
+23
*
Fix pre-commit refacto failure.
Daniel Dunbar
2012-10-22
1
-1
/
+1
*
driver/Darwin: Follow up to last patch, M-class CPUs are AAPCS but not EABI.
Daniel Dunbar
2012-10-22
1
-1
/
+3
*
Serialize TargetOptions into an AST file, and make sure that we keep
Douglas Gregor
2012-10-16
1
-4
/
+8
*
Add pnaclcall convention to Native Client targets.
Derek Schuff
2012-10-16
1
-0
/
+5
*
Teach TargetInfo to hold on to the TargetOptions with which it was
Douglas Gregor
2012-10-15
1
-0
/
+1
*
Add TargetInfo for r600.
Eli Friedman
2012-10-12
1
-0
/
+68
*
Properly factor Native Client defines to support NaCl as an OS
Derek Schuff
2012-10-11
1
-9
/
+44
*
Make X86_64ABIInfo clean for ABIs with 32 bit pointers, such as X32
Derek Schuff
2012-10-11
1
-8
/
+9
*
X86: add F16C support in Clang
Manman Ren
2012-10-11
1
-1
/
+17
*
Fix PR 11709: Change the definition of va_list to meet AAPCS requirement
Logan Chien
2012-10-10
1
-3
/
+7
*
Allowing individual targets to determine whether a given calling convention i...
Aaron Ballman
2012-10-02
1
-0
/
+26
*
Add ARM VFPv4 feature and enable it by default for Swift.
Bob Wilson
2012-09-29
1
-16
/
+30
*
Add armv7s and some other arm variants supported by Mach-O files.
Bob Wilson
2012-09-29
1
-0
/
+2
*
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
[prev]
[next]