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
*
Delete support for AuroraUX.
Rafael Espindola
2014-08-14
1
-41
/
+2
*
Add predefined macros to identify x86_64h architectures.
Bob Wilson
2014-08-08
1
-0
/
+4
*
Change __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ for versions > 10.9.
Bob Wilson
2014-08-08
1
-6
/
+17
*
MachO: set sizeof result type to what embedded headers expect.
Tim Northover
2014-08-05
1
-2
/
+2
*
[x32] Add __int128 support
Pavel Chupin
2014-08-04
1
-0
/
+2
*
Let's assume PowerPC has no SSE.
Joerg Sonnenberger
2014-08-01
1
-1
/
+0
*
[SKX] Enabling SKX target (Skylake server chip)
Robert Khasanov
2014-07-30
1
-5
/
+56
*
[PowerPC] Support ELFv1/ELFv2 ABI selection via -mabi= option
Ulrich Weigand
2014-07-28
1
-2
/
+26
*
R600: Add processor type for Mullins
Tom Stellard
2014-07-26
1
-0
/
+1
*
Revert part of r206963
James Molloy
2014-07-25
1
-0
/
+27
*
AArch64: update Clang for merged arm64/aarch64 triples.
Tim Northover
2014-07-23
1
-2
/
+0
*
[X86 inline-asm] Error out on inline-asm constraint "=f".
Akira Hatanaka
2014-07-18
1
-1
/
+7
*
[AArch64] Implement Clang CLI interface proposal about "-march".
Kevin Qin
2014-07-18
1
-20
/
+0
*
Driver: bifurcate extended and basic MSC versioning
Saleem Abdulrasool
2014-07-16
1
-3
/
+4
*
Drop separate UIntMaxType and just derive it from IntMaxType.
Joerg Sonnenberger
2014-07-14
1
-17
/
+2
*
Introduce getCorrespondingUnsignedType() in TargetInfo to work like the
Joerg Sonnenberger
2014-07-14
1
-2
/
+4
*
Fix typos
Alp Toker
2014-07-14
1
-1
/
+1
*
Remove use of uniform initialization ({}) introduced in r212725 since this is...
David Blaikie
2014-07-10
1
-1
/
+1
*
[x32] Adding X32 target support to driver, including TargetInfo,DescriptionSt...
Zinovy Nis
2014-07-10
1
-5
/
+11
*
[mips][mips64r6] Define _MIPS_FPSET, __mips_fpr, and __mips_nan2008 correctly...
Daniel Sanders
2014-07-09
1
-2
/
+12
*
[mips] clz is defined to give 32 for zero. Similarly, dclz gives 64.
Daniel Sanders
2014-07-09
1
-0
/
+2
*
ARM: use LLVM's atomicrmw instructions when ldrex/strex are available.
Tim Northover
2014-07-09
1
-17
/
+11
*
Use non-intrusive refcounting for TargetOptions
Alp Toker
2014-07-06
1
-3
/
+4
*
[Driver][Mips] Support one more MIPS CPU name - octeon.
Simon Atanasyan
2014-07-04
1
-1
/
+5
*
[Driver][Mips] Support more MIPS CPU names: mips1 - mips5.
Simon Atanasyan
2014-07-04
1
-0
/
+5
*
[Driver][Mips] Check MIPS CPU name provided to the Clang driver.
Simon Atanasyan
2014-07-03
1
-1
/
+10
*
CodeGen: make target builtins support languages
Saleem Abdulrasool
2014-07-02
1
-0
/
+1
*
X86: inline all atomic operations up to 128-bits.
Tim Northover
2014-07-02
1
-3
/
+1
*
Driver: Handle /GR- in a compatible way with MSVC
David Majnemer
2014-07-01
1
-1
/
+1
*
[Driver][Mips] MIPS ABI names "32" and "64" used as arguments of the "-mabi"
Simon Atanasyan
2014-07-01
1
-6
/
+2
*
Basic: correct the va_list type on Windows on ARM
Saleem Abdulrasool
2014-06-29
1
-0
/
+3
*
Basic: fix handling for Windows Itanium environment
Saleem Abdulrasool
2014-06-28
1
-0
/
+1
*
Basic: whitespace cleanup
Saleem Abdulrasool
2014-06-28
1
-3
/
+0
*
[Driver][Mips] Fix else-after-return.
Simon Atanasyan
2014-06-28
1
-4
/
+6
*
[Driver][Mips] Remove redundant brackets.
Simon Atanasyan
2014-06-28
1
-1
/
+1
*
[Driver][Mips] Remove redundant abstract/override function.
Simon Atanasyan
2014-06-28
1
-1
/
+0
*
Introduce arm_acle.h supporting existing LLVM builtin intrinsics
Yi Kong
2014-06-27
1
-0
/
+3
*
ARM: Correctly identify cortex-m4 as v7em.
Jim Grosbach
2014-06-26
1
-1
/
+2
*
Add ppc64/power8 as a target
Will Schmidt
2014-06-26
1
-4
/
+16
*
Add R600 builtin codegen.
Matt Arsenault
2014-06-24
1
-3
/
+10
*
Driver: enhance MSC version compatibility
Saleem Abdulrasool
2014-06-20
1
-2
/
+6
*
Preprocessor: improve ACLE 6.4.1, 6.4.2 support
Saleem Abdulrasool
2014-06-15
1
-7
/
+42
*
[AArch64] Add default features for CPUs on AArch64 target.
Kevin Qin
2014-06-11
1
-0
/
+20
*
StringRefize TargetInfo::getABI()
Alp Toker
2014-06-07
1
-4
/
+4
*
[mips] Add macros _MIPS_ISA and __mips_isa_rev (same expansion as defined by ...
Matheus Almeida
2014-06-05
1
-0
/
+15
*
AArch64: combine arm64 & aarch64 cases in switch
Tim Northover
2014-05-30
1
-23
/
+5
*
AArch64/ARM64: rename ARM64 components to AArch64
Tim Northover
2014-05-24
1
-34
/
+34
*
AArch64/ARM64: update Clang after AArch64 removal.
Tim Northover
2014-05-24
1
-293
/
+22
*
Update R600 datalayout
Matt Arsenault
2014-05-22
1
-1
/
+1
*
Add __ARM_DWARF_EH__ to signify the use of Itanium ABI for unwind
Joerg Sonnenberger
2014-05-13
1
-0
/
+11
[next]