summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* [RISCV] Fix passing two floating-point values in complex separately by two GP...Jim Lin2020-06-252-0/+50
* [PowerPC] Treat 'Z' inline asm constraint as a true memory constraintNemanja Ivanovic2020-06-221-0/+13
* [CodeGen] fix inline builtin-related breakage from D78162George Burgess IV2020-05-071-0/+16
* [CodeGen] only add nobuiltin to inline builtins if we'll emit themGeorge Burgess IV2020-05-071-0/+25
* [remark][diagnostics] [codegen] Fix PR44896Rong Xu2020-02-261-0/+15
* [RISCV] Pass target-abi via module flag metadataZakk Chen2020-01-271-0/+14
* [Driver][CodeGen] Support -fpatchable-function-entry=N,M and __attribute__((p...Fangrui Song2020-01-241-4/+14
* Revert 9007f06af0e "Revert "Allow system header to provide their own implemen...Hans Wennborg2020-01-172-0/+34
* Revert "Allow system header to provide their own implementation of some builtin"Amy Huang2020-01-172-34/+0
* Add __warn_memset_zero_len builtin as a workaround for glibc issueserge-sans-paille2020-01-171-0/+7
* [X86] ABI compat bugfix for MSVC vectorcallReid Kleckner2020-01-141-0/+21
* Fix windows bot failures in c410adb092c9cb51ddb0b55862b70f2aa8c5b16fRong Xu2020-01-141-1/+1
* [remark][diagnostics] Using clang diagnostic handler for IR input filesRong Xu2020-01-144-1/+56
* [RISCV] Fix ILP32D lowering for double+double/double+int return typesJames Clarke2020-01-141-0/+24
* Revert "[ThinLTO] Add additional ThinLTO pipeline testing with new PM"Teresa Johnson2020-01-131-236/+0
* Add a couple of missed wildcards in debug-pass-manager output checkingTeresa Johnson2020-01-131-1/+1
* Hopefully last fix for bot failuresTeresa Johnson2020-01-131-43/+43
* Try number 2 for fixing bot failuresTeresa Johnson2020-01-131-8/+8
* Fix tests for builtbot failuresTeresa Johnson2020-01-131-10/+10
* [ThinLTO] Add additional ThinLTO pipeline testing with new PMTeresa Johnson2020-01-131-0/+236
* driver: Allow -fdebug-compilation-dir=foo in joined form.Nico Weber2020-01-101-0/+1
* [Driver][CodeGen] Add -fpatchable-function-entry=N[,0]Fangrui Song2020-01-101-0/+5
* Support function attribute patchable_function_entryFangrui Song2020-01-101-0/+21
* Add support for __declspec(guard(nocf))Andrew Paverd2020-01-101-0/+53
* [FPEnv] Generate constrained FP comparisons from clangUlrich Weigand2020-01-102-0/+302
* [ARM,MVE] Make `vqrshrun` generate the right instruction.Simon Tatham2020-01-101-8/+8
* Allow system header to provide their own implementation of some builtinserge-sans-paille2020-01-102-0/+34
* [ThinLTO] Pass CodeGenOpts like UnrollLoops/VectorizeLoop/VectorizeSLPWei Mi2020-01-091-0/+50
* Add builtins for aligning and checking alignment of pointers and integersAlex Richardson2020-01-093-0/+217
* [clang] Enforce triple in mempcpy testserge-sans-paille2020-01-091-1/+1
* [ms] [X86] Use "P" modifier on all branch-target operands in inline X86 assem...Eric Astor2020-01-091-0/+14
* [Clang] Handle target-specific builtins returning aggregates.Simon Tatham2020-01-091-0/+42
* Improve support of GNU mempcpyserge-sans-paille2020-01-091-0/+12
* [ARM][MVE] MVE-I should not be disabled by -mfpu=noneMomchil Velikov2020-01-091-14/+14
* [ARM,MVE] Intrinsics for variable shift instructions.Simon Tatham2020-01-081-0/+1638
* [ARM,MVE] Intrinsics for partial-overwrite imm shifts.Simon Tatham2020-01-081-0/+1565
* Disallow an empty string literal in an asm labelAaron Ballman2020-01-081-12/+0
* [ARM,MVE] Fix many signedness errors in MVE intrinsics.Simon Tatham2020-01-0614-103/+103
* [ARM,MVE] Support -ve offsets in gather-load intrinsics.Simon Tatham2020-01-061-30/+30
* [SystemZ] Use FNeg in s390x clang builtinsKevin P. Neal2020-01-024-22/+22
* [CodeGen] Emit conj/conjf/confjl libcalls as fneg instructions if possible.Craig Topper2019-12-312-7/+25
* [CodeGen] Use IRBuilder::CreateFNeg for __builtin_conjCraig Topper2019-12-301-0/+20
* [CodeGen] Use CreateFNeg in buildFMulAddCraig Topper2019-12-301-0/+15
* [X86][AsmParser] re-introduce 'offset' operatorEric Astor2019-12-303-6/+12
* Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...Fangrui Song2019-12-241-1/+1
* [Sema][X86] Consider target attribute into the checks in validateOutputSize a...Craig Topper2019-12-231-0/+32
* reland "[DebugInfo] Support to emit debugInfo for extern variables"Yonghong Song2019-12-224-0/+84
* Revert "[DebugInfo] Support to emit debugInfo for extern variables"Reid Kleckner2019-12-224-88/+0
* [ms] [X86] Use "P" modifier on operands to call instructions in inline X86 as...Eric Astor2019-12-223-4/+4
* [Driver] Verify -mrecord-mcount in Driver, instead of CodeGen after D71627Fangrui Song2019-12-212-6/+0
OpenPOWER on IntegriCloud