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
*
AArch64: add atomic support parameters to TargetInfo
Tim Northover
2013-02-18
1
-0
/
+4
*
Add some missing PPC cpus
Bill Schmidt
2013-02-01
1
-9
/
+85
*
Add -mqpx and -mno-qpx feature flags to toggle use of the PPC QPX vector inst...
Hal Finkel
2013-02-01
1
-1
/
+3
*
Add PPC A2Q core and BG/Q preprocessor definitions
Hal Finkel
2013-02-01
1
-2
/
+20
*
Enable -fno-altivec, -mno-altivec for PowerPC.
Bill Schmidt
2013-02-01
1
-0
/
+31
*
Add support for AArch64 target.
Tim Northover
2013-01-31
1
-0
/
+188
*
First pass at abstracting out a class for the target C++ ABI.
John McCall
2013-01-25
1
-1
/
+4
*
PowerPC: fix __builtin_eh_return_data_regno return
Adhemerval Zanella
2013-01-22
1
-0
/
+5
*
[mips] Enable inlining of atomic ops on mips32 and mips64.
Akira Hatanaka
2013-01-18
1
-0
/
+2
*
[ubsan] Add support for -fsanitize-blacklist
Will Dietz
2013-01-18
1
-1
/
+1
*
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-12
1
-2
/
+2
*
Enable intel_ocl_bicc for x86_64 target only. Remove fix from 171969 that ena...
Guy Benyei
2013-01-10
1
-1
/
+3
*
[mips] Fix data layout string. Add 64 to the list of native integer widths
Akira Hatanaka
2013-01-05
1
-6
/
+6
*
Correct Hexagon DataLayout string. Fixes bug 14744.
Anshuman Dasgupta
2013-01-02
1
-1
/
+1
*
Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to
Chandler Carruth
2013-01-02
1
-1
/
+1
*
s/CPlusPlus0x/CPlusPlus11/g
Richard Smith
2013-01-02
1
-1
/
+1
*
Add intel_ocl_bicc calling convention as a function attribute to clang. The c...
Guy Benyei
2012-12-25
1
-1
/
+2
*
Add ARM cortex-r5 subtarget as available mcpu
Quentin Colombet
2012-12-21
1
-0
/
+2
*
Targets.cpp: [cygwin] Add the predefined macro "_X86_", according to newer ve...
NAKAMURA Takumi
2012-12-14
1
-0
/
+1
*
Remove little endian specification from SPIR data layout - SPIR doesn't defin...
Guy Benyei
2012-12-13
1
-2
/
+2
*
Initial support for FreeBSD on ARM.
Rafael Espindola
2012-12-13
1
-1
/
+3
*
Add SPIR32/SPIR64 targets to Clang
Guy Benyei
2012-12-11
1
-0
/
+98
*
Virtual method overrides can no longer have mismatched calling conventions. ...
Aaron Ballman
2012-12-09
1
-4
/
+4
*
long double should be 64 bits on FreeBSD/MIPS64. It possibly should be on
David Chisnall
2012-12-08
1
-0
/
+4
*
Adapt to LLVM commit 169291 which streamlines the usage of NaCl/NativeClient
Eli Bendersky
2012-12-04
1
-4
/
+4
*
Don't emit a warning with an input/output parameter. We assume the user knows...
Bill Wendling
2012-11-30
1
-1
/
+3
*
Don't warn if the input size is less than the register size. Also don't warn if
Bill Wendling
2012-11-30
1
-1
/
+3
*
Add ARM cortex-a5 subtarget
Quentin Colombet
2012-11-29
1
-1
/
+1
*
Revert commit revision r168953, to change the commit message, which was empty
Quentin Colombet
2012-11-29
1
-1
/
+1
*
(no commit message)
Quentin Colombet
2012-11-29
1
-1
/
+1
*
Fix the definition of the vfork() builtin on Haiku. PR14378.
Eli Friedman
2012-11-27
1
-0
/
+1
*
Add missing "break". Thanks to Craig for spotting it.
Eli Friedman
2012-11-26
1
-0
/
+1
*
Enable inlining of 4 byte atomic ops on ppc32, 8 byte atomic ops on ppc64.
Benjamin Kramer
2012-11-17
1
-1
/
+6
*
Add missing features for misc x86 CPUs to CPU feature translation. Patch by ...
Eli Friedman
2012-11-17
1
-1
/
+14
*
Clean up X86 target feature translation code slightly. No intended functiona...
Eli Friedman
2012-11-17
1
-14
/
+3
*
Since CreateTargetInfo is taking ownership of the target options, pass
Douglas Gregor
2012-11-16
1
-15
/
+15
*
Remove the cellspu port.
Eric Christopher
2012-11-14
1
-9
/
+5
*
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
[next]