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
*
Enable support for __float128 in Clang
Nemanja Ivanovic
2016-04-13
1
-5
/
+21
*
Basic: fix profiling with GNU EABI
Saleem Abdulrasool
2016-04-12
1
-0
/
+4
*
Correct pg instrumentation for AArch64
Saleem Abdulrasool
2016-04-10
1
-5
/
+0
*
Add support for __gnu_mcount_nc as the pg interface
Saleem Abdulrasool
2016-04-10
1
-2
/
+11
*
Basic: thread TargetOptions into TargetInfo
Saleem Abdulrasool
2016-04-09
1
-292
/
+335
*
revert SVN r265702, r265640
Saleem Abdulrasool
2016-04-08
1
-358
/
+293
*
Basic: move CodeGenOptions from Frontend
Saleem Abdulrasool
2016-04-07
1
-2
/
+2
*
Basic: thread CodeGenOptions into TargetInfo
Saleem Abdulrasool
2016-04-07
1
-292
/
+357
*
[X86] Introduction of -march=lakemont.
Andrey Turetskiy
2016-04-05
1
-3
/
+16
*
[CodeGenCXX] Fix ItaniumCXXABI::getAlignmentOfExnObject to return 8-byte
Akira Hatanaka
2016-03-31
1
-0
/
+7
*
AMDGPU: Remove separate r600 double data layout
Matt Arsenault
2016-03-30
1
-5
/
+1
*
[SystemZ] Specify required features for builtins.
Jonas Paulsson
2016-03-30
1
-0
/
+2
*
Add additional Hi/Lo registers to Clang MipsTargetInfoBase
Hrvoje Varga
2016-03-29
1
-1
/
+2
*
[lanai] Add Lanai backend to clang driver.
Jacques Pienaar
2016-03-28
1
-0
/
+108
*
Fix a missing comma between two string literals.
Etienne Bergeron
2016-03-24
1
-1
/
+1
*
[X86] Add "x87" in x86 target feature map.
Andrey Turetskiy
2016-03-23
1
-0
/
+3
*
Add attributes for preserve_mostcc/preserve_allcc calling conventions to the ...
Roman Levenstein
2016-03-16
1
-0
/
+4
*
Myriad: define __myriad2 macro automatically
Douglas Katzman
2016-03-15
1
-1
/
+22
*
Implement __builtin_eh_return_data_regno for SPARC and SPARC64.
Joerg Sonnenberger
2016-03-07
1
-0
/
+6
*
[X86] AMD Bobcat CPU (btver1) doesn't support XSAVE
Simon Pilgrim
2016-03-05
1
-1
/
+0
*
Make TargetInfo store an actual DataLayout instead of a string.
James Y Knight
2016-03-04
1
-127
/
+95
*
[MIPS] initFeatureMap() to handle empty string argument
Bhushan D. Attarde
2016-03-04
1
-0
/
+2
*
[ARM] Add Clang targeting for ARMv8-M Baseline/Mainline
Bradley Smith
2016-03-03
1
-7
/
+13
*
Semantic analysis for the swiftcall calling convention.
John McCall
2016-03-03
1
-13
/
+42
*
AMDGPU: Add missing Volcanic Islands targets
Tom Stellard
2016-02-29
1
-0
/
+2
*
[X86] Disabling avx512f should also disable avx512vbmi and avx512ifma. Enabli...
Craig Topper
2016-02-29
1
-3
/
+9
*
[X86] Enabling xsave should not enable AVX. I seem to have done this, but I d...
Craig Topper
2016-02-29
1
-6
/
+2
*
AMDGPU: Fix broken/confusing predefined macro
Matt Arsenault
2016-02-27
1
-1
/
+5
*
AMDGPU: Fix inconsistent register name for flat_scratch
Matt Arsenault
2016-02-27
1
-2
/
+2
*
Basic: fix __USER_LABEL_PREFIX__ on Cygwin
Saleem Abdulrasool
2016-02-26
1
-0
/
+1
*
Added SKL and CNL processors and features to Clang
Elena Demikhovsky
2016-02-21
1
-14
/
+81
*
ARM: fix VFP asm constraints
JF Bastien
2016-02-19
1
-2
/
+2
*
[Hexagon] Specify vector alignment in DataLayout string
Krzysztof Parzyszek
2016-02-12
1
-3
/
+6
*
[Driver] Add support for Qualcomm's Kryo CPU.
Chad Rosier
2016-02-11
1
-0
/
+1
*
[ARM] Add command-line options for ARMv8.2-A
Oliver Stannard
2016-02-11
1
-0
/
+2
*
Reapply the patch of r260376.
Andrey Turetskiy
2016-02-10
1
-2
/
+2
*
[X86] Fix stack alignment for MCU target (Clang part), by Anton Nadolskiy.
Andrey Turetskiy
2016-02-10
1
-0
/
+9
*
[SystemZ] Define __GCC_HAVE_SYNC_COMPARE_AND_SWAP macros
Ulrich Weigand
2016-02-05
1
-0
/
+6
*
Do not honor explicit alignment attribute on fields for PS4.
Sunil Srivastava
2016-02-05
1
-0
/
+4
*
[x86] Correct setting of WIntType for MCU target
Andrey Bokhanko
2016-02-04
1
-0
/
+1
*
Basic: mark TLS as supported on Windows on ARM
Saleem Abdulrasool
2016-02-04
1
-1
/
+0
*
-inline-asm][X86] Add ability to use AVX512 in MS inline asm
Marina Yatsina
2016-02-03
1
-0
/
+8
*
Fix attribute((mode([word|unwind_word]))) for x32
Reid Kleckner
2016-02-01
1
-0
/
+2
*
ARMv7k: select ABI based on v7k Arch rather than watchos OS.
Tim Northover
2016-01-27
1
-5
/
+5
*
Revert "Change of UserLabelPrefix default value from "_" to """
James Y Knight
2016-01-27
1
-22
/
+31
*
Change of UserLabelPrefix default value from "_" to ""
Andrey Bokhanko
2016-01-22
1
-31
/
+22
*
Correct setting of UserLabelPrefix for MCU target.
Andrey Bokhanko
2016-01-14
1
-0
/
+1
*
ARM: allow __thread on OS versions that have the required runtime support.
Tim Northover
2016-01-07
1
-1
/
+18
*
[WebAssembly] Add -m:e to the target triple.
Dan Gohman
2016-01-07
1
-2
/
+2
*
[AArch64] Teaches clang about Samsung Exynos-M1
MinSeong Kim
2016-01-05
1
-1
/
+2
[next]