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
/
test
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Make FP_CONTRACT ON the default."
Manuel Klimek
2015-11-17
3
-189
/
+13
*
Make FP_CONTRACT ON the default.
Stephen Canon
2015-11-16
3
-13
/
+189
*
When producing error messages for always_inline functions with the
Eric Christopher
2015-11-16
1
-0
/
+9
*
[ARM,AArch64] Fix __rev16l and __rev16ll intrinsics
Oliver Stannard
2015-11-16
1
-10
/
+36
*
[X86][MMX] Added MMX IR + assembly codegen builtin tests for some missing cvt...
Simon Pilgrim
2015-11-15
1
-14
/
+81
*
[X86][MMX] Sorted MMX IR + assembly codegen builtin tests
Simon Pilgrim
2015-11-14
1
-367
/
+374
*
[X86][MMX] Added MMX IR + assembly codegen builtin tests
Simon Pilgrim
2015-11-14
1
-196
/
+358
*
Add support for the always_inline + target feature diagnostic to print
Eric Christopher
2015-11-14
2
-2
/
+2
*
Make some tests LLVM-optimization agnostic and remove some others that were b...
David Blaikie
2015-11-14
2
-35
/
+16
*
Add support for function attribute 'disable_tail_calls'.
Akira Hatanaka
2015-11-13
1
-5
/
+13
*
Correct atomic libcall support for __atomic_*_fetch builtins.
James Y Knight
2015-11-12
1
-6
/
+13
*
Update clang regression tests for 'norecurse'
James Molloy
2015-11-12
2
-4
/
+4
*
Provide a frontend based error for always_inline functions that require
Eric Christopher
2015-11-12
4
-98
/
+17
*
[Lit Test] Updated 26 Lit tests to be C++11 compatible.
Charles Li
2015-11-11
1
-1
/
+1
*
[X86] Add 'pause' builtin that's already in llvm and use it instead of inline...
Craig Topper
2015-11-11
1
-0
/
+6
*
[X86] Use __builtin_ia32_paddq and __builtin_ia32_psubq to implement a couple...
Craig Topper
2015-11-11
1
-0
/
+18
*
Reorder the check strings in test case following r252692.
Akira Hatanaka
2015-11-11
1
-1
/
+1
*
[WebAssembly] Change long double to be quadruple-precision floating point.
Dan Gohman
2015-11-10
1
-2
/
+2
*
Atomics: support __c11_* calls on _Atomic struct types.
Tim Northover
2015-11-09
4
-24
/
+236
*
[EABI] Add Clang support for -meabi flag
Renato Golin
2015-11-09
1
-0
/
+20
*
Use regex in test case.
Akira Hatanaka
2015-11-07
1
-1
/
+1
*
Add support for function attribute 'not_tail_called'.
Akira Hatanaka
2015-11-06
1
-0
/
+33
*
CodeGen: Update for debug info API change.
Peter Collingbourne
2015-11-05
1
-1
/
+1
*
[WebAssembly] Update wasm builtin functions to match spec changes.
Dan Gohman
2015-11-05
1
-9
/
+3
*
[x86] Additional small fix for MCU psABI support
Andrey Bokhanko
2015-11-05
1
-1
/
+1
*
Fix va_arg on watchOS.
Tim Northover
2015-11-02
1
-6
/
+11
*
[x86] Front-end part of MCU psABI support
Andrey Bokhanko
2015-11-02
1
-0
/
+4
*
ARMv7k: implement ABI changes for watchOS from standard iOS.
Tim Northover
2015-10-30
2
-0
/
+92
*
Update debug-info-scope test to remove "FIXME", which is fixed in r251689
Dehao Chen
2015-10-30
1
-4
/
+0
*
Add support for __builtin_{add,sub,mul}_overflow.
John McCall
2015-10-29
1
-0
/
+165
*
Fix the calling convention of Mingw64 long double values
Reid Kleckner
2015-10-28
1
-9
/
+38
*
Allow linking multiple bitcode files.
Artem Belevich
2015-10-27
1
-2
/
+13
*
[ms-inline-asm] Test case for alignment directive change in LLVM r251418
Reid Kleckner
2015-10-27
1
-0
/
+30
*
Handle target builtin options that are all required rather than
Eric Christopher
2015-10-27
1
-0
/
+13
*
[X86] Mark inregs correctly for MCU psABI
Michael Kuperstein
2015-10-25
1
-0
/
+58
*
[ARM] Renaming +t2dsp feature into +dsp, as discussed on llvm-dev
Artyom Skrobov
2015-10-23
1
-11
/
+11
*
Disable trigraph and escaped newline expansion on all types of raw string lit...
Craig Topper
2015-10-22
1
-0
/
+24
*
[x86] Fix maskload/store intrinsic definitions in avxintrin.h
Andrea Di Biagio
2015-10-20
1
-8
/
+8
*
[X86] Enable soft float ABI for x86
Michael Kuperstein
2015-10-19
1
-0
/
+6
*
[X86] Add fxsr feature name for fxsave/fxrestore builtins.
Craig Topper
2015-10-16
2
-8
/
+8
*
Make __builtin_object_size more conservative
George Burgess IV
2015-10-16
2
-12
/
+172
*
[Sema] Fix address-of + enable_if overloading logic
George Burgess IV
2015-10-16
1
-0
/
+31
*
Mark this test as requiring and x86 registered target.
Eric Christopher
2015-10-16
1
-0
/
+1
*
Add an error when calling a builtin that requires features that don't
Eric Christopher
2015-10-15
3
-0
/
+51
*
The target-feature command line option doesn't take a comma delimited
Eric Christopher
2015-10-15
2
-12
/
+12
*
Add the minimum target features that these tests depend upon.
Eric Christopher
2015-10-15
2
-3
/
+3
*
[X86] Add command line switches for xsave/xsaveopt/xsavec/xsaves. Macro defin...
Craig Topper
2015-10-15
1
-3
/
+3
*
Canonicalize some of the x86 builtin tests and either remove or comment
Eric Christopher
2015-10-14
31
-56
/
+90
*
Remove the optimization option from this test as it is unnecessary
Eric Christopher
2015-10-14
1
-1
/
+1
*
Move the adc-builtins test to the pattern of the other builtins
Eric Christopher
2015-10-13
1
-1
/
+3
[next]