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
*
Implement ACLE 2.0 macros of chapters 6.6 and 6.7 for [ARM] and [Aarch64] tar...
Alexandros Lamprineas
2015-10-02
1
-6
/
+6
*
[PowerPC] Define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_* macros on all PPC cores
Hal Finkel
2015-10-01
1
-8
/
+6
*
[CUDA] 32-bit NVPTX should have 32-bit long type.
Artem Belevich
2015-09-28
1
-0
/
+1
*
Move the darwin define static function to be close to the OS define.
Eric Christopher
2015-09-24
1
-24
/
+23
*
Use just one larger anonymous namespace instead of a lot of smaller ones.
Eric Christopher
2015-09-24
1
-15
/
+0
*
Recommit r248154: [ARM] Handle DSP feature as an ArchExtKind
Artyom Skrobov
2015-09-24
1
-10
/
+8
*
Revert "[ARM] Handle +t2dsp feature as an ArchExtKind in ARMTargetParser.def"
James Molloy
2015-09-21
1
-5
/
+5
*
[ARM] Handle +t2dsp feature as an ArchExtKind in ARMTargetParser.def
Artyom Skrobov
2015-09-21
1
-5
/
+5
*
Reduce indentation in the TargetInfo implementations and fix up
Eric Christopher
2015-09-18
1
-369
/
+362
*
Support __builtin_ms_va_list.
Charles Davis
2015-09-17
1
-0
/
+3
*
[WebAssembly] Define the atomic type sizes
Dan Gohman
2015-09-14
1
-4
/
+3
*
[WebAssembly] Use "long long" for int_fast64_t and int_least64_t on wasm64
Dan Gohman
2015-09-14
1
-0
/
+13
*
Re-commit r247218: "Fix Clang-tidy misc-use-override warnings, other minor fi...
Hans Wennborg
2015-09-10
1
-13
/
+14
*
Revert r247218: "Fix Clang-tidy misc-use-override warnings, other minor fixes"
Hans Wennborg
2015-09-10
1
-14
/
+13
*
Fix Clang-tidy misc-use-override warnings, other minor fixes
Hans Wennborg
2015-09-10
1
-13
/
+14
*
Refactoring of how ARMTargetInfo handles default target features.
Alexandros Lamprineas
2015-09-06
1
-31
/
+14
*
[X86-64] Allow additional register names in inline assembler.
Alexey Bataev
2015-09-04
1
-0
/
+8
*
[WebAssembly] Initial WebAssembly support in clang
Dan Gohman
2015-09-03
1
-0
/
+176
*
Implement ACLE 2.0 macros of chapters 6.4 and 6.5 for [ARM] and [Aarch64] tar...
Alexandros Lamprineas
2015-09-03
1
-29
/
+122
*
[ARM] Allow passing/returning of __fp16 arguments
Oliver Stannard
2015-09-03
1
-0
/
+4
*
Revert 246755 as it breaks buildbots
Oliver Stannard
2015-09-03
1
-4
/
+0
*
[ARM] Allow passing/returning of __fp16 arguments
Oliver Stannard
2015-09-03
1
-0
/
+4
*
Pull out the ppc incompatible features check into a separate function.
Eric Christopher
2015-08-31
1
-27
/
+36
*
Update for several APIs in LLVM that now use StringRefs rather than
Chandler Carruth
2015-08-30
1
-5
/
+2
*
Update for API change in LLVM: ARMTargetParser class is just the ARM
Chandler Carruth
2015-08-30
1
-9
/
+9
*
Fold TargetInfo::handleUserFeatures into TargetInfo::initFeatureMap.
Eric Christopher
2015-08-28
1
-44
/
+38
*
Instead of duplicating code, call the base implementation.
Eric Christopher
2015-08-28
1
-7
/
+1
*
Merge the two feature map setting functions into a single function
Eric Christopher
2015-08-28
1
-29
/
+34
*
[X86] Bump Darwin MaxVectorAlign to 64 when AVX512 is enabled.
Ahmed Bougacha
2015-08-27
1
-4
/
+6
*
[X86] Conditionalize Darwin MaxVectorAlign on the presence of AVX.
Ahmed Bougacha
2015-08-27
1
-2
/
+19
*
[X86] Use AVX features instead of ABI to init. SimdDefaultAlign.
Ahmed Bougacha
2015-08-27
1
-1
/
+1
*
Remove a dead assert, we'd have gotten the case above.
Eric Christopher
2015-08-27
1
-1
/
+0
*
const-ify TargetInfo::handleUserFeatures.
Eric Christopher
2015-08-27
1
-2
/
+2
*
Pass in a cpu to initDefaultFeatures so that we can share this code
Eric Christopher
2015-08-27
1
-9
/
+16
*
const-ify X86TargetInfo::getCPUKind.
Eric Christopher
2015-08-27
1
-1
/
+1
*
Pull out cpu string -> enum parsing for x86 as a separate function,
Eric Christopher
2015-08-26
1
-66
/
+70
*
Convert a bunch of loops to ranged-for and clean up accordingly.
Eric Christopher
2015-08-26
1
-170
/
+69
*
Remove a TODO that isn't going to get fixed in this way.
Eric Christopher
2015-08-26
1
-3
/
+0
*
Update file comment to more accurately describe what's implemented.
Eric Christopher
2015-08-26
1
-1
/
+1
*
Rewrite the PPC target feature handling to more resemble other targets.
Eric Christopher
2015-08-25
1
-32
/
+42
*
Extract handling of user defined features into a function so we can
Eric Christopher
2015-08-25
1
-6
/
+2
*
Reimplement the PPC explicit option checking to be a bit more obvious
Eric Christopher
2015-08-25
1
-8
/
+19
*
[AArch64] Define the macro __ARM_FP16_ARGS
Keith Walker
2015-08-24
1
-0
/
+1
*
Revert the 64bit part of r245084; long double values were not changed by
Yaron Keren
2015-08-20
1
-4
/
+1
*
Revert the 32bit part of r245084; mingw values were correct before it.
Yaron Keren
2015-08-20
1
-5
/
+1
*
According to i686 ABI, long double size on x86 is 12 bytes not 16 bytes.
Yaron Keren
2015-08-19
1
-1
/
+2
*
[ARM] Proper generic cpus handling
Vladimir Sukharev
2015-08-19
1
-12
/
+10
*
Rename getDefaultFeatures -> initDefaultFeatures and update comment
Eric Christopher
2015-08-19
1
-10
/
+10
*
Remove dead code, there's no need for an override that just duplicates
Eric Christopher
2015-08-17
1
-2
/
+0
*
WindowsX86: long double is x87DoubleExtended on mingw
Martell Malone
2015-08-14
1
-2
/
+8
[next]