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
...
*
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
*
[C++11] Use 'nullptr'.
Craig Topper
2014-05-08
1
-23
/
+23
*
[mips] Pass nan2008 info to the back-end.
Matheus Almeida
2014-05-07
1
-3
/
+0
*
Target: fix wchar_t definition for Windows on ARM
Saleem Abdulrasool
2014-05-04
1
-2
/
+9
*
Add support for -march=bdver4.
Benjamin Kramer
2014-05-02
1
-0
/
+10
*
[ARM64/AArch64] Define the correct value for __ARM_NEON_FP
Bradley Smith
2014-05-02
1
-2
/
+2
*
[ARM64/AArch64] Hook up CRC32 subtarget feature to the driver
Bradley Smith
2014-05-02
1
-0
/
+14
*
Bitrig now supports TLS, so enable TLS support when targeting it. Patch by Pa...
Richard Smith
2014-05-01
1
-1
/
+0
*
LLVM supports TLS on Windows and we can use it from Clang
Reid Kleckner
2014-04-29
1
-2
/
+0
*
[mips] Support 128-bit int in N32 ABI by overriding TargetInfo::hasInt128Type()
Daniel Sanders
2014-04-24
1
-0
/
+2
*
[mips] Correct size_t and ptrdiff_t for N32.
Daniel Sanders
2014-04-24
1
-10
/
+22
*
[ARM64] Change inline assembly constraints to be more lax, to match the behav...
James Molloy
2014-04-23
1
-30
/
+21
*
Try to fix bad Twine usage in r206791 with std::string
Reid Kleckner
2014-04-21
1
-1
/
+3
*
MinGW: Define __stdcall&co when -fms-extensions is disabled
Reid Kleckner
2014-04-21
1
-22
/
+27
*
[ARM64] Teach Targets.cpp about Cortex-A53 and Cortex-A57, and enable more te...
James Molloy
2014-04-17
1
-0
/
+1
*
Revert "Move -fms-extensions predefined macros into InitPreprocessor"
Reid Kleckner
2014-04-16
1
-0
/
+13
*
Move -fms-extensions predefined macros into InitPreprocessor
Reid Kleckner
2014-04-16
1
-13
/
+0
*
[ARM64] Allow the disabling of NEON and crypto instructions. Update tests to ...
James Molloy
2014-04-16
1
-18
/
+27
*
[ARM64] Fix up predefines, including adding big endian support to Targets.cpp
James Molloy
2014-04-16
1
-21
/
+78
*
[SystemZ] Don't indent SystemZTargetInfo relative to its namespace
Richard Sandiford
2014-04-10
1
-91
/
+91
*
Driver: add target definition for Windows on ARM
Saleem Abdulrasool
2014-04-04
1
-5
/
+96
*
Basic: rename VisualStudio to Windows
Saleem Abdulrasool
2014-04-04
1
-6
/
+6
*
[PowerPC] Make -pg generate calls to _mcount not mcount
Hal Finkel
2014-03-30
1
-0
/
+10
*
ARM64: initial clang support commit.
Tim Northover
2014-03-29
1
-6
/
+311
*
Add ARM big endian Target (armeb, thumbeb)
Christian Pirker
2014-03-28
1
-33
/
+110
*
Use the new Windows environment for target detection
Saleem Abdulrasool
2014-03-27
1
-11
/
+23
*
From Matt Thomas: use long long for [u]int64_t and [u]intmax_t on
Joerg Sonnenberger
2014-03-26
1
-5
/
+9
*
[PPC64LE] Add a CALL_ELF macro to indicate use of the ELFv2 ABI.
Will Schmidt
2014-03-24
1
-0
/
+1
*
Update DataLayout/DescriptionString for ppc64le
Will Schmidt
2014-03-24
1
-2
/
+7
*
AArch64_BE test case for predefined macros
Christian Pirker
2014-03-24
1
-3
/
+2
*
De-virtualize a method since it doesn't override anything and isn't overridde...
Craig Topper
2014-03-11
1
-2
/
+1
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-11
1
-364
/
+363
[prev]
[next]