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
*
[RISCV] Fix passing two floating-point values in complex separately by two GP...
Jim Lin
2020-06-25
2
-0
/
+50
*
[PowerPC] Treat 'Z' inline asm constraint as a true memory constraint
Nemanja Ivanovic
2020-06-22
1
-0
/
+13
*
[CodeGen] fix inline builtin-related breakage from D78162
George Burgess IV
2020-05-07
1
-0
/
+16
*
[CodeGen] only add nobuiltin to inline builtins if we'll emit them
George Burgess IV
2020-05-07
1
-0
/
+25
*
[remark][diagnostics] [codegen] Fix PR44896
Rong Xu
2020-02-26
1
-0
/
+15
*
[RISCV] Pass target-abi via module flag metadata
Zakk Chen
2020-01-27
1
-0
/
+14
*
[Driver][CodeGen] Support -fpatchable-function-entry=N,M and __attribute__((p...
Fangrui Song
2020-01-24
1
-4
/
+14
*
Revert 9007f06af0e "Revert "Allow system header to provide their own implemen...
Hans Wennborg
2020-01-17
2
-0
/
+34
*
Revert "Allow system header to provide their own implementation of some builtin"
Amy Huang
2020-01-17
2
-34
/
+0
*
Add __warn_memset_zero_len builtin as a workaround for glibc issue
serge-sans-paille
2020-01-17
1
-0
/
+7
*
[X86] ABI compat bugfix for MSVC vectorcall
Reid Kleckner
2020-01-14
1
-0
/
+21
*
Fix windows bot failures in c410adb092c9cb51ddb0b55862b70f2aa8c5b16f
Rong Xu
2020-01-14
1
-1
/
+1
*
[remark][diagnostics] Using clang diagnostic handler for IR input files
Rong Xu
2020-01-14
4
-1
/
+56
*
[RISCV] Fix ILP32D lowering for double+double/double+int return types
James Clarke
2020-01-14
1
-0
/
+24
*
Revert "[ThinLTO] Add additional ThinLTO pipeline testing with new PM"
Teresa Johnson
2020-01-13
1
-236
/
+0
*
Add a couple of missed wildcards in debug-pass-manager output checking
Teresa Johnson
2020-01-13
1
-1
/
+1
*
Hopefully last fix for bot failures
Teresa Johnson
2020-01-13
1
-43
/
+43
*
Try number 2 for fixing bot failures
Teresa Johnson
2020-01-13
1
-8
/
+8
*
Fix tests for builtbot failures
Teresa Johnson
2020-01-13
1
-10
/
+10
*
[ThinLTO] Add additional ThinLTO pipeline testing with new PM
Teresa Johnson
2020-01-13
1
-0
/
+236
*
driver: Allow -fdebug-compilation-dir=foo in joined form.
Nico Weber
2020-01-10
1
-0
/
+1
*
[Driver][CodeGen] Add -fpatchable-function-entry=N[,0]
Fangrui Song
2020-01-10
1
-0
/
+5
*
Support function attribute patchable_function_entry
Fangrui Song
2020-01-10
1
-0
/
+21
*
Add support for __declspec(guard(nocf))
Andrew Paverd
2020-01-10
1
-0
/
+53
*
[FPEnv] Generate constrained FP comparisons from clang
Ulrich Weigand
2020-01-10
2
-0
/
+302
*
[ARM,MVE] Make `vqrshrun` generate the right instruction.
Simon Tatham
2020-01-10
1
-8
/
+8
*
Allow system header to provide their own implementation of some builtin
serge-sans-paille
2020-01-10
2
-0
/
+34
*
[ThinLTO] Pass CodeGenOpts like UnrollLoops/VectorizeLoop/VectorizeSLP
Wei Mi
2020-01-09
1
-0
/
+50
*
Add builtins for aligning and checking alignment of pointers and integers
Alex Richardson
2020-01-09
3
-0
/
+217
*
[clang] Enforce triple in mempcpy test
serge-sans-paille
2020-01-09
1
-1
/
+1
*
[ms] [X86] Use "P" modifier on all branch-target operands in inline X86 assem...
Eric Astor
2020-01-09
1
-0
/
+14
*
[Clang] Handle target-specific builtins returning aggregates.
Simon Tatham
2020-01-09
1
-0
/
+42
*
Improve support of GNU mempcpy
serge-sans-paille
2020-01-09
1
-0
/
+12
*
[ARM][MVE] MVE-I should not be disabled by -mfpu=none
Momchil Velikov
2020-01-09
1
-14
/
+14
*
[ARM,MVE] Intrinsics for variable shift instructions.
Simon Tatham
2020-01-08
1
-0
/
+1638
*
[ARM,MVE] Intrinsics for partial-overwrite imm shifts.
Simon Tatham
2020-01-08
1
-0
/
+1565
*
Disallow an empty string literal in an asm label
Aaron Ballman
2020-01-08
1
-12
/
+0
*
[ARM,MVE] Fix many signedness errors in MVE intrinsics.
Simon Tatham
2020-01-06
14
-103
/
+103
*
[ARM,MVE] Support -ve offsets in gather-load intrinsics.
Simon Tatham
2020-01-06
1
-30
/
+30
*
[SystemZ] Use FNeg in s390x clang builtins
Kevin P. Neal
2020-01-02
4
-22
/
+22
*
[CodeGen] Emit conj/conjf/confjl libcalls as fneg instructions if possible.
Craig Topper
2019-12-31
2
-7
/
+25
*
[CodeGen] Use IRBuilder::CreateFNeg for __builtin_conj
Craig Topper
2019-12-30
1
-0
/
+20
*
[CodeGen] Use CreateFNeg in buildFMulAdd
Craig Topper
2019-12-30
1
-0
/
+15
*
[X86][AsmParser] re-introduce 'offset' operator
Eric Astor
2019-12-30
3
-6
/
+12
*
Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...
Fangrui Song
2019-12-24
1
-1
/
+1
*
[Sema][X86] Consider target attribute into the checks in validateOutputSize a...
Craig Topper
2019-12-23
1
-0
/
+32
*
reland "[DebugInfo] Support to emit debugInfo for extern variables"
Yonghong Song
2019-12-22
4
-0
/
+84
*
Revert "[DebugInfo] Support to emit debugInfo for extern variables"
Reid Kleckner
2019-12-22
4
-88
/
+0
*
[ms] [X86] Use "P" modifier on operands to call instructions in inline X86 as...
Eric Astor
2019-12-22
3
-4
/
+4
*
[Driver] Verify -mrecord-mcount in Driver, instead of CodeGen after D71627
Fangrui Song
2019-12-21
2
-6
/
+0
[next]